Skip to content
Success

Console Output

Branch indexing
16:32:17 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Connecting to https://api.github.com to check permissions of obtain list of lining2020x for docker/docker-ce-packaging
Loading trusted files from base branch master at bdb0c6945988772ad6c255f9344b7f7592d9ce55 rather than 28ee7a688fde49a525877833a5f13a303898b15a
Obtained Jenkinsfile from bdb0c6945988772ad6c255f9344b7f7592d9ce55
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-494@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] parallel
[Pipeline] { (Branch: deb)
[Pipeline] { (Branch: raspbian)
[Pipeline] { (Branch: rpm)
[Pipeline] { (Branch: static-cross)
[Pipeline] stage
[Pipeline] { (Ubuntu and Debian Package)
[Pipeline] stage
[Pipeline] { (Raspbian)
[Pipeline] stage
[Pipeline] { (Centos 7 and 8 RPM Packages)
[Pipeline] stage
[Pipeline] { (Static Linux Binaries)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Still waiting to schedule task
Still waiting to schedule task
Still waiting to schedule task
All nodes of label ‘ubuntu&&armhf’ are offline
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0899ab804e89909cd) in /home/ubuntu/workspace/docker-ce-packaging_PR-494
[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-494@tmp/aa907f9d-0994-432f-b392-33a518ba0cec/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
16:33:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:33:19 chowning workspace
[Pipeline] sh
16:33:20 + pwd
16:33:20 + id -u
16:33:20 + id -g
16:33:20 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/workspace busybox chown -R 1000:1000 /workspace
16:33:20 Unable to find image 'busybox:latest' locally
16:33:20 latest: Pulling from library/busybox
16:33:20 f343e8b194b7: Pulling fs layer
16:33:20 f343e8b194b7: Verifying Checksum
16:33:20 f343e8b194b7: Download complete
16:33:20 f343e8b194b7: Pull complete
16:33:20 Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7
16:33:20 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:33:23 Removing all docker containers
[Pipeline] sh
16:33:23 + docker container ls -aq
[Pipeline] echo
16:33:23 Docker containers have been removed
[Pipeline] echo
16:33:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:33:23 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
16:33:23 The recommended git tool is: git
16:33:29 using credential docker-jenkins-github-credentials
16:33:29 Cloning the remote Git repository
16:33:29 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-494 # 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/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:33:32 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:33:32 Merging remotes/origin/master commit bdb0c6945988772ad6c255f9344b7f7592d9ce55 into PR head commit 28ee7a688fde49a525877833a5f13a303898b15a
16:33:32 Merge succeeded, producing fea40eec9a1e2448cc1a63546a1b189721f8b728
16:33:32 Checking out Revision fea40eec9a1e2448cc1a63546a1b189721f8b728 (PR-494)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 28ee7a688fde49a525877833a5f13a303898b15a # 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 bdb0c6945988772ad6c255f9344b7f7592d9ce55 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fea40eec9a1e2448cc1a63546a1b189721f8b728 # timeout=10
16:33:39 Commit message: "Merge commit 'bdb0c6945988772ad6c255f9344b7f7592d9ce55' into HEAD"
 > git rev-list --no-walk 28ee7a688fde49a525877833a5f13a303898b15a # timeout=10
[Pipeline] sh
16:33:40 + make REF=master checkout
16:33:40 git init src/github.com/docker/cli
16:33:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/.git/
16:33:40 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
16:33:40 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:33:40 + SRC=src/github.com/docker/cli
16:33:40 + REF=master
16:33:40 + REF_FETCH=master
16:33:40 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:33:40 + awk {print $2}
16:33:41 + REF=refs/heads/master
16:33:41 + [ -n refs/heads/master ]
16:33:41 + REF_FETCH=refs/heads/master:refs/heads/master
16:33:41 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0cfcb5eb40472e083) in /home/ubuntu/workspace/docker-ce-packaging_PR-494
[Pipeline] {
[Pipeline] withDockerRegistry
16:33:43 From https://github.com/docker/cli
16:33:43  * [new branch]      master     -> master
16:33:43  * [new branch]      master     -> origin/master
16:33:43 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:33:43 git init src/github.com/docker/docker
16:33:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/.git/
16:33:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
16:33:43 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:33:43 + SRC=src/github.com/docker/docker
16:33:43 + REF=master
16:33:43 + REF_FETCH=master
16:33:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:33:43 + awk {print $2}
16:33:44 + REF=refs/heads/master
16:33:44 + [ -n refs/heads/master ]
16:33:44 + REF_FETCH=refs/heads/master:refs/heads/master
16:33:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
16:33:46 From https://github.com/docker/docker
16:33:46  * [new branch]      master     -> master
16:33:46  * [new branch]      master     -> origin/master
16:33:46 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:33:47 git init src/github.com/docker/scan-cli-plugin
16:33:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/scan-cli-plugin/.git/
16:33:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
16:33:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:33:47 + SRC=src/github.com/docker/scan-cli-plugin
16:33:47 + REF=v0.8.0
16:33:47 + REF_FETCH=v0.8.0
16:33:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:33:47 + awk {print $2}
16:33:47 + REF=refs/tags/v0.8.0
16:33:47 + [ -n refs/tags/v0.8.0 ]
16:33:47 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:33:47 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:33:47 From https://github.com/docker/scan-cli-plugin
16:33:47  * [new tag]         v0.8.0     -> v0.8.0
16:33:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
16:33:48 + make -C deb raspbian-buster raspbian-bullseye
16:33:48 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
16:33:48 mkdir -p sources
16:33:48 docker run --rm -w /v \
16:33:48 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli:/cli \
16:33:48 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
16:33:48 	alpine \
16:33:48 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
16:33:48 Unable to find image 'alpine:latest' locally
16:33:48 latest: Pulling from library/alpine
16:33:49 a14774a5a62e: Pulling fs layer
16:33:49 a14774a5a62e: Download complete
16:33:49 a14774a5a62e: Pull complete
16:33:49 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
16:33:49 Status: Downloaded newer image for alpine:latest
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-005f51087246b6e02) in /home/ubuntu/workspace/docker-ce-packaging_PR-494
[Pipeline] {
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-494@tmp/d0977997-21ee-4a8a-8347-20ad5d8ba021/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0ee94d63d505a905c) in /home/ubuntu/workspace/docker-ce-packaging_PR-494
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:33:49 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:33:50 chowning workspace
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
16:33:55 + pwd
16:33:55 + id -u
16:33:55 + id -g
16:33:55 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/workspace busybox chown -R 1000:1000 /workspace
16:33:55 Unable to find image 'busybox:latest' locally
16:33:55 latest: Pulling from library/busybox
16:33:55 24fb2886d6f6: Pulling fs layer
16:33:55 24fb2886d6f6: Download complete
16:33:55 24fb2886d6f6: Pull complete
16:33:55 Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7
16:33:55 Status: Downloaded newer image for busybox:latest
$ 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-494@tmp/8409f111-a7e5-4d8e-9c44-4d32cb3c4354/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] echo
16:33:56 Removing all docker containers
[Pipeline] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:33:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:33:57 chowning workspace
[Pipeline] sh
16:33:57 + docker container ls -aq
16:33:59 mkdir -p sources
16:33:59 docker run --rm -w /v \
16:33:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker:/engine \
16:33:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
16:33:59 	alpine \
16:33:59 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
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-494@tmp/9e0ef2d0-3ca2-46e3-9f71-3d7df3bf1d39/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] echo
16:34:00 Docker containers have been removed
[Pipeline] echo
16:34:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:34:00 cleanWorkspace: Workspace is clean.
[Pipeline] wrap
[Pipeline] {
[Pipeline] checkout
[Pipeline] echo
16:34:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:34:00 chowning workspace
[Pipeline] sh
16:34:00 The recommended git tool is: git
16:34:01 + pwd
16:34:01 + id -u
16:34:01 + id -g
16:34:01 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/workspace busybox chown -R 1000:1000 /workspace
16:34:01 Unable to find image 'busybox:latest' locally
16:34:01 latest: Pulling from library/busybox
16:34:01 24fb2886d6f6: Pulling fs layer
16:34:01 24fb2886d6f6: Verifying Checksum
16:34:01 24fb2886d6f6: Download complete
16:34:01 24fb2886d6f6: Pull complete
16:34:01 Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7
16:34:01 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:34:03 Removing all docker containers
[Pipeline] sh
16:34:03 + docker container ls -aq
[Pipeline] echo
16:34:03 Docker containers have been removed
[Pipeline] echo
16:34:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:34:03 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
16:34:04 The recommended git tool is: git
16:34:04 + pwd
16:34:04 + id -u
16:34:04 + id -g
16:34:04 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/workspace busybox chown -R 1000:1000 /workspace
16:34:04 Unable to find image 'busybox:latest' locally
16:34:04 latest: Pulling from library/busybox
16:34:04 24fb2886d6f6: Pulling fs layer
16:34:04 24fb2886d6f6: Verifying Checksum
16:34:04 24fb2886d6f6: Download complete
16:34:04 24fb2886d6f6: Pull complete
16:34:04 Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7
16:34:04 Status: Downloaded newer image for busybox:latest
16:34:04 mkdir -p sources
16:34:04 docker run --rm -w /v \
16:34:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
16:34:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
16:34:04 	alpine \
16:34:04 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
[Pipeline] echo
16:34:06 Removing all docker containers
[Pipeline] sh
16:34:06 docker run --rm -w /v \
16:34:06 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/plugins:/plugins \
16:34:06 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
16:34:06 	alpine \
16:34:06 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
16:34:06 + docker container ls -aq
[Pipeline] echo
16:34:06 Docker containers have been removed
[Pipeline] echo
16:34:06 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:34:06 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
16:34:06 The recommended git tool is: git
16:34:07 == Building packages for raspbian-buster ==
16:34:07 mkdir -p "debbuild/raspbian-buster"
16:34:07 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
16:34:08 #1 [internal] load build definition from Dockerfile
16:34:08 #1 sha256:3986fa2a9f384f5a4defe7e2ef8c4a44810276d49f0f88c28308adeb6a61f6d2
16:34:08 #1 transferring dockerfile: 935B 0.0s done
16:34:08 #1 DONE 0.1s
16:34:08 
16:34:08 #2 [internal] load .dockerignore
16:34:08 #2 sha256:91bb89ee83f0aec9eaa1ca07b27cbfd7528483f77bacfb3e27645733d2953b2f
16:34:08 #2 transferring context: 2B done
16:34:08 #2 DONE 0.0s
16:34:08 
16:34:08 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:34:08 #4 sha256:aba07c6334d1855a807d623c97b70962d9b2d5ae17caddb2900800585f9aeae6
16:34:08 #4 ...
16:34:08 
16:34:08 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
16:34:08 #5 sha256:95d74c984c58f9b0766ef679ba28ff10e66fadd3dcbd1bb44b926642e7afb9eb
16:34:08 #5 DONE 0.0s
16:34:08 
16:34:08 #6 [auth] library/golang:pull token for registry-1.docker.io
16:34:08 #6 sha256:206be1eee76d65d92bad0042bb2ca91cdc98f0337af5ceb268be20409681c7ea
16:34:08 #6 DONE 0.0s
16:34:10 
16:34:10 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
16:34:10 #3 sha256:27d889f59b8b6db4a47aae0ffadbf142048b8a10d8ca072aac162cc67bd1afab
16:34:10 #3 DONE 0.4s
16:34:10 
16:34:10 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:34:10 #4 sha256:aba07c6334d1855a807d623c97b70962d9b2d5ae17caddb2900800585f9aeae6
16:34:10 #4 DONE 0.5s
16:34:10 
16:34:10 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:10 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:10 #13 resolve docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 0.1s done
16:34:10 #13 sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 1.86kB / 1.86kB done
16:34:10 #13 sha256:27ccda2bf9c881a67ab8ba0f4ff5144fe89158267537730bba96ce8b245e1754 1.79kB / 1.79kB done
16:34:10 #13 sha256:6862346532f8e4f3160e4eeb9ddd6b3ec74f36b232116f7e5fdea1f62ea39361 6.97kB / 6.97kB done
16:34:10 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 0B / 45.92MB 0.6s
16:34:10 #13 ...
16:34:10 
16:34:10 #9 [internal] load build context
16:34:10 #9 sha256:d3916412228a79a20ff62818076492fc5f84a26da370cd832dd5d3928d5cca30
16:34:10 #9 transferring context: 20.18MB 0.8s done
16:34:10 #9 DONE 0.8s
16:34:10 
16:34:10 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:10 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:10 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 4.19MB / 45.92MB 1.1s
16:34:10 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 8.39MB / 45.92MB 1.4s
16:34:10 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 11.53MB / 45.92MB 1.6s
16:34:10 #13 sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 0B / 7.12MB 1.7s
16:34:10 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 14.68MB / 45.92MB 1.8s
16:34:10 #13 sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 1.05MB / 7.12MB 1.8s
16:34:10 #13 sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 3.15MB / 7.12MB 1.9s
16:34:10 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 19.92MB / 45.92MB 2.1s
16:34:10 #13 sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 6.29MB / 7.12MB 2.1s
16:34:10 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 23.07MB / 45.92MB 2.3s
16:34:10 #13 sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 7.12MB / 7.12MB 2.2s done
16:34:10 #13 sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 0B / 9.34MB 2.3s
16:34:11 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 26.21MB / 45.92MB 2.5s
16:34:11 #13 sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 2.10MB / 9.34MB 2.5s
16:34:11 #13 sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 3.15MB / 9.34MB 2.6s
16:34:11 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 31.46MB / 45.92MB 2.8s
16:34:11 #13 sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 7.34MB / 9.34MB 2.8s
16:34:11 #13 sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 8.39MB / 9.34MB 2.9s
16:34:11 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 34.60MB / 45.92MB 3.0s
16:34:11 #13 sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 9.34MB / 9.34MB 3.0s
16:34:12 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 38.80MB / 45.92MB 3.3s
16:34:12 #13 sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 9.34MB / 9.34MB 3.1s done
16:34:12 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 0B / 47.36MB 3.3s
16:34:12 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 0B / 53.22MB 3.3s
16:34:12 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 41.94MB / 45.92MB 3.5s
16:34:12 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 3.15MB / 47.36MB 3.7s
16:34:12 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 5.24MB / 53.22MB 3.7s
16:34:12 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 45.92MB / 45.92MB 3.8s
16:34:12 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 6.29MB / 47.36MB 4.1s
16:34:12 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 9.44MB / 53.22MB 4.3s
16:34:12 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 45.92MB / 45.92MB 4.3s done
16:34:12 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 9.44MB / 47.36MB 4.4s
16:34:12 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 0B / 100.28MB 4.4s
16:34:13 #13 extracting sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208
16:34:13 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 12.58MB / 53.22MB 4.7s
16:34:13 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 12.58MB / 47.36MB 4.9s
16:34:13 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 16.78MB / 53.22MB 5.1s
16:34:13 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 5.24MB / 100.28MB 5.1s
16:34:13 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 15.73MB / 47.36MB 5.3s
16:34:14 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 19.92MB / 53.22MB 5.5s
16:34:14 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 10.49MB / 100.28MB 5.6s
16:34:14 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 18.87MB / 47.36MB 5.7s
16:34:14 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 24.12MB / 53.22MB 6.0s
16:34:14 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 22.02MB / 47.36MB 6.1s
16:34:14 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 15.73MB / 100.28MB 6.3s
16:34:14 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 27.26MB / 53.22MB 6.4s
16:34:15 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 25.17MB / 47.36MB 6.5s
16:34:15 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 30.65MB / 53.22MB 6.8s
16:34:15 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 20.97MB / 100.28MB 6.9s
16:34:15 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 28.31MB / 47.36MB 7.0s
16:34:15 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 34.43MB / 53.22MB 7.3s
16:34:15 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 31.46MB / 47.36MB 7.4s
16:34:16 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 27.26MB / 100.28MB 7.6s
16:34:16 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 34.60MB / 47.36MB 7.7s
16:34:16 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 37.75MB / 53.22MB 7.8s
16:34:16 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 37.75MB / 47.36MB 8.1s
16:34:16 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 40.89MB / 53.22MB 8.1s
16:34:16 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 32.51MB / 100.28MB 8.1s
16:34:17 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 40.89MB / 47.36MB 8.5s
16:34:17 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 44.04MB / 53.22MB 8.6s
16:34:17 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 37.75MB / 100.28MB 8.8s
16:34:17 using credential docker-jenkins-github-credentials
16:34:17 Cloning the remote Git repository
16:34:17 Cloning with configured refspecs honoured and without tags
16:34:17 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 44.04MB / 47.36MB 8.9s
16:34:17 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 47.19MB / 53.22MB 9.0s
16:34:17 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 47.36MB / 47.36MB 9.3s
16:34:17 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 50.33MB / 53.22MB 9.3s
Cloning repository https://github.com/docker/docker-ce-packaging.git
16:34:18 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 42.99MB / 100.28MB 9.5s
16:34:18 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 47.36MB / 47.36MB 9.6s done
16:34:18 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 53.22MB / 53.22MB 9.7s
16:34:18 #13 extracting sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 5.0s
16:34:18 #13 sha256:1a16c09120356a9d4f790aa82a738fb5a40377c834a63c5051cb05fef24c848c 156B / 156B 9.7s
16:34:18 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 48.23MB / 100.28MB 10.0s
16:34:18 #13 ...
16:34:18 
16:34:18 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45
16:34:18 #7 sha256:6335d3908dc743e5c34cb218f3295a6c29fcbdf3cbec1f6e2af25740e5a87513
16:34:18 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45 0.0s done
16:34:18 #7 sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45 1.99kB / 1.99kB done
16:34:18 #7 sha256:fc54b2aa32d8babf9c7b00eb7b533bb9d60f97c3433305d42ee400fa4658b6d6 5.00kB / 5.00kB done
16:34:18 #7 sha256:bae3e9fab1335a2ea927b4f81b40452bf6c8bf74e3a0948fb0dc047dda64fcb6 304B / 304B 0.2s done
16:34:18 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 38.39MB / 38.39MB 3.1s done
16:34:18 #7 sha256:37682fd2672285ae1319fd3bf383000581c76c40f54a4b4d9ef0bb02f1c06e15 256B / 256B 0.2s done
16:34:18 #7 sha256:3bc57f7d286cbb9252ea572c379016b6833397d529a05387ad31267b8aa3deaf 911B / 911B 0.3s done
16:34:18 #7 sha256:9431a97cc2c78bf67c91279d2604cf6e88f0d89506464a7a447348a512409d9f 177B / 177B 0.3s done
16:34:18 #7 sha256:06cacb6def9c06f4697cb2f570d081f70f41b35bcbf5c45b8ad347e3be105f2b 130.58kB / 130.58kB 0.5s done
16:34:18 #7 sha256:ce3f313c6837b29a3521ecc91b2ec66c651a7980c718f8d42d5d79c5074f604f 414B / 414B 0.3s done
16:34:18 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 15.43MB / 15.43MB 1.7s done
16:34:18 #7 extracting sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 6.6s
16:34:18 #7 ...
16:34:18 
16:34:18 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:18 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:18 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 53.22MB / 53.22MB 10.1s done
16:34:18 #13 sha256:1a16c09120356a9d4f790aa82a738fb5a40377c834a63c5051cb05fef24c848c 156B / 156B 10.1s done
16:34:18 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 53.48MB / 100.28MB 10.5s
16:34:19 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 58.72MB / 100.28MB 10.9s
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-494 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > 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/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:34:19 Fetching without tags
16:34:19 Merging remotes/origin/master commit bdb0c6945988772ad6c255f9344b7f7592d9ce55 into PR head commit 28ee7a688fde49a525877833a5f13a303898b15a
16:34:20 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 65.01MB / 100.28MB 11.5s
16:34:20 Merge succeeded, producing d565cbd59b74ad82f08d431ed203ca0f9c761fad
16:34:20 Checking out Revision d565cbd59b74ad82f08d431ed203ca0f9c761fad (PR-494)
16:34:20 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 70.25MB / 100.28MB 12.0s
16:34:21 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 76.55MB / 100.28MB 12.6s
16:34:21 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 81.79MB / 100.28MB 13.0s
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 28ee7a688fde49a525877833a5f13a303898b15a # 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 bdb0c6945988772ad6c255f9344b7f7592d9ce55 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d565cbd59b74ad82f08d431ed203ca0f9c761fad # timeout=10
16:34:21 using credential docker-jenkins-github-credentials
16:34:21 Cloning the remote Git repository
16:34:21 Cloning with configured refspecs honoured and without tags
16:34:22 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 87.03MB / 100.28MB 13.5s
16:34:22 #13 extracting sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 9.2s done
16:34:22 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 92.27MB / 100.28MB 13.9s
16:34:22 #13 extracting sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-494 # timeout=10
16:34:22 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 97.52MB / 100.28MB 14.4s
16:34:23 using credential docker-jenkins-github-credentials
16:34:23 Cloning the remote Git repository
16:34:23 Cloning with configured refspecs honoured and without tags
16:34:23 Fetching without tags
16:34:23 #13 extracting sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 1.0s done
16:34:23 Merging remotes/origin/master commit bdb0c6945988772ad6c255f9344b7f7592d9ce55 into PR head commit 28ee7a688fde49a525877833a5f13a303898b15a
16:34:24 Merge succeeded, producing e3fdd9d217b7a2659f710ed50130519cfbdc48ff
16:34:24 Checking out Revision e3fdd9d217b7a2659f710ed50130519cfbdc48ff (PR-494)
16:34:24 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 100.28MB / 100.28MB 15.4s done
16:34:24 #13 extracting sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-494 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > 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/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # 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/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 28ee7a688fde49a525877833a5f13a303898b15a # 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 bdb0c6945988772ad6c255f9344b7f7592d9ce55 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e3fdd9d217b7a2659f710ed50130519cfbdc48ff # timeout=10
16:34:24 #13 ...
16:34:24 
16:34:24 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45
16:34:24 #7 sha256:6335d3908dc743e5c34cb218f3295a6c29fcbdf3cbec1f6e2af25740e5a87513
16:34:24 #7 extracting sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 8.7s done
16:34:24 #7 extracting sha256:bae3e9fab1335a2ea927b4f81b40452bf6c8bf74e3a0948fb0dc047dda64fcb6 0.0s done
16:34:24 #7 extracting sha256:37682fd2672285ae1319fd3bf383000581c76c40f54a4b4d9ef0bb02f1c06e15 0.0s done
16:34:24 #7 extracting sha256:3bc57f7d286cbb9252ea572c379016b6833397d529a05387ad31267b8aa3deaf 0.0s done
16:34:24 #7 extracting sha256:9431a97cc2c78bf67c91279d2604cf6e88f0d89506464a7a447348a512409d9f done
16:34:24 #7 extracting sha256:ce3f313c6837b29a3521ecc91b2ec66c651a7980c718f8d42d5d79c5074f604f 0.0s done
16:34:24 #7 extracting sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 1.1s done
16:34:24 #7 extracting sha256:06cacb6def9c06f4697cb2f570d081f70f41b35bcbf5c45b8ad347e3be105f2b done
16:34:24 #7 DONE 16.3s
16:34:25 
16:34:25 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:25 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:25 #13 extracting sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 0.8s done
16:34:25 Fetching without tags
16:34:25 Commit message: "Merge commit 'bdb0c6945988772ad6c255f9344b7f7592d9ce55' into HEAD"
16:34:25 Merging remotes/origin/master commit bdb0c6945988772ad6c255f9344b7f7592d9ce55 into PR head commit 28ee7a688fde49a525877833a5f13a303898b15a
16:34:25 #13 extracting sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b
16:34:25 Merge succeeded, producing f31c3a15f0eaed3901f1aabd13f77c8ebb4b9e43
16:34:25 Checking out Revision f31c3a15f0eaed3901f1aabd13f77c8ebb4b9e43 (PR-494)
 > git rev-list --no-walk 28ee7a688fde49a525877833a5f13a303898b15a # timeout=10
[Pipeline] sh
16:34:26 + make REF=master checkout
16:34:26 git init src/github.com/docker/cli
16:34:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/.git/
16:34:26 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
16:34:26 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:34:26 + SRC=src/github.com/docker/cli
16:34:26 + REF=master
16:34:26 + REF_FETCH=master
16:34:26 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:34:26 + awk {print $2}
16:34:26 + REF=refs/heads/master
16:34:26 + [ -n refs/heads/master ]
16:34:26 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:26 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 28ee7a688fde49a525877833a5f13a303898b15a # 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 bdb0c6945988772ad6c255f9344b7f7592d9ce55 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f31c3a15f0eaed3901f1aabd13f77c8ebb4b9e43 # timeout=10
16:34:28 From https://github.com/docker/cli
16:34:28  * [new branch]      master     -> master
16:34:28  * [new branch]      master     -> origin/master
16:34:28 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:34:28 git init src/github.com/docker/docker
16:34:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/.git/
16:34:28 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
16:34:28 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:34:28 + SRC=src/github.com/docker/docker
16:34:28 + REF=master
16:34:28 + REF_FETCH=master
16:34:28 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:34:28 + awk {print $2}
16:34:28 + REF=refs/heads/master
16:34:28 + [ -n refs/heads/master ]
16:34:28 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:28 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:28 Commit message: "Merge commit 'bdb0c6945988772ad6c255f9344b7f7592d9ce55' into HEAD"
[Pipeline] sh
16:34:29 Commit message: "Merge commit 'bdb0c6945988772ad6c255f9344b7f7592d9ce55' into HEAD"
16:34:29 + make REF=master checkout
16:34:29 git init src/github.com/docker/cli
16:34:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/.git/
16:34:29 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
16:34:29 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:34:29 + SRC=src/github.com/docker/cli
16:34:29 + REF=master
16:34:29 + REF_FETCH=master
16:34:29 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:34:29 + awk {print $2}
16:34:29 + REF=refs/heads/master
16:34:29 + [ -n refs/heads/master ]
16:34:29 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:29 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
[Pipeline] sh
 > git rev-list --no-walk 28ee7a688fde49a525877833a5f13a303898b15a # timeout=10
16:34:30 + make REF=master checkout
16:34:30 git init src/github.com/docker/cli
16:34:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/.git/
16:34:30 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
16:34:30 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:34:30 + SRC=src/github.com/docker/cli
16:34:30 + REF=master
16:34:30 + REF_FETCH=master
16:34:30 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:34:30 + awk {print $2}
16:34:30 + REF=refs/heads/master
16:34:30 + [ -n refs/heads/master ]
16:34:30 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:30 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:30 From https://github.com/docker/cli
16:34:30  * [new branch]      master     -> master
16:34:30  * [new branch]      master     -> origin/master
16:34:30 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:34:30 #13 extracting sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 4.6s done
16:34:30 #13 extracting sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a
16:34:30 git init src/github.com/docker/docker
16:34:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/.git/
16:34:30 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
16:34:30 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:34:30 + SRC=src/github.com/docker/docker
16:34:30 + REF=master
16:34:30 + REF_FETCH=master
16:34:30 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:34:30 + awk {print $2}
 > git rev-list --no-walk 28ee7a688fde49a525877833a5f13a303898b15a # timeout=10
16:34:31 + REF=refs/heads/master
16:34:31 + [ -n refs/heads/master ]
16:34:31 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:31 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:31 From https://github.com/docker/cli
16:34:31  * [new branch]      master     -> master
16:34:31  * [new branch]      master     -> origin/master
16:34:31 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:34:31 git init src/github.com/docker/docker
16:34:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/.git/
16:34:31 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
16:34:31 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:34:31 + SRC=src/github.com/docker/docker
16:34:31 + REF=master
16:34:31 + REF_FETCH=master
16:34:31 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:34:31 + awk {print $2}
16:34:31 + REF=refs/heads/master
16:34:31 + [ -n refs/heads/master ]
16:34:31 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:31 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:31 From https://github.com/docker/docker
16:34:31  * [new branch]      master     -> master
16:34:31  * [new branch]      master     -> origin/master
16:34:31 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:34:31 git init src/github.com/docker/scan-cli-plugin
16:34:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/scan-cli-plugin/.git/
16:34:31 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
16:34:31 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:34:31 + SRC=src/github.com/docker/scan-cli-plugin
16:34:31 + REF=v0.8.0
16:34:31 + REF_FETCH=v0.8.0
16:34:31 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:34:31 + awk {print $2}
16:34:31 + REF=refs/tags/v0.8.0
16:34:31 + [ -n refs/tags/v0.8.0 ]
16:34:31 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:31 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:32 From https://github.com/docker/scan-cli-plugin
16:34:32  * [new tag]         v0.8.0     -> v0.8.0
16:34:32 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
16:34:32 + make REF=master DOCKER_BUILD_PKGS=static-linux cross-mac cross-win static
16:34:32 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:34:32 + SRC=src/github.com/docker/cli
16:34:32 + REF=master
16:34:32 + REF_FETCH=master
16:34:32 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:34:32 + awk {print $2}
16:34:32 + REF=refs/heads/master
16:34:32 + [ -n refs/heads/master ]
16:34:32 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:32 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:32 From https://github.com/docker/docker
16:34:32  * [new branch]      master     -> master
16:34:32  * [new branch]      master     -> origin/master
16:34:32 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:34:32 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:34:32 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:34:32 + SRC=src/github.com/docker/docker
16:34:32 + REF=master
16:34:32 + REF_FETCH=master
16:34:32 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:34:32 + awk {print $2}
16:34:33 git init src/github.com/docker/scan-cli-plugin
16:34:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/scan-cli-plugin/.git/
16:34:33 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
16:34:33 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:34:33 + SRC=src/github.com/docker/scan-cli-plugin
16:34:33 + REF=v0.8.0
16:34:33 + REF_FETCH=v0.8.0
16:34:33 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:34:33 + awk {print $2}
16:34:33 + REF=refs/tags/v0.8.0
16:34:33 + [ -n refs/tags/v0.8.0 ]
16:34:33 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:33 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:33 From https://github.com/docker/docker
16:34:33  * [new branch]      master     -> master
16:34:33  * [new branch]      master     -> origin/master
16:34:33 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:34:33 + REF=refs/heads/master
16:34:33 + [ -n refs/heads/master ]
16:34:33 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:33 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:33 From https://github.com/docker/scan-cli-plugin
16:34:33  * [new tag]         v0.8.0     -> v0.8.0
16:34:33 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
16:34:33 git init src/github.com/docker/scan-cli-plugin
16:34:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/scan-cli-plugin/.git/
16:34:33 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
16:34:33 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:34:33 + SRC=src/github.com/docker/scan-cli-plugin
16:34:33 + REF=v0.8.0
16:34:33 + REF_FETCH=v0.8.0
16:34:33 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:34:33 + awk {print $2}
16:34:33 + REF=refs/tags/v0.8.0
16:34:33 + [ -n refs/tags/v0.8.0 ]
16:34:33 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:33 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:33 + make -C deb ubuntu-focal ubuntu-hirsute debian-bullseye
16:34:33 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
16:34:33 mkdir -p sources
16:34:33 docker run --rm -w /v \
16:34:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli:/cli \
16:34:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
16:34:33 	alpine \
16:34:33 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
16:34:33 Unable to find image 'alpine:latest' locally
16:34:33 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:34:33 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:34:33 latest: Pulling from library/alpine
16:34:33 a0d0a0d46f8b: Pulling fs layer
16:34:33 a0d0a0d46f8b: Download complete
16:34:34 From https://github.com/docker/scan-cli-plugin
16:34:34  * [new tag]         v0.8.0     -> v0.8.0
16:34:34 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
16:34:34 + SRC=src/github.com/docker/scan-cli-plugin
16:34:34 + REF=v0.8.0
16:34:34 + REF_FETCH=v0.8.0
16:34:34 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:34:34 + awk {print $2}
16:34:34 + REF=refs/tags/v0.8.0
16:34:34 + [ -n refs/tags/v0.8.0 ]
16:34:34 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:34 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:34 + make -C rpm centos-7 centos-8 fedora-34
16:34:34 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
16:34:34 mkdir -p rpmbuild/SOURCES
16:34:34 docker run --rm -w /v \
16:34:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker:/engine \
16:34:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/v \
16:34:34 	alpine \
16:34:34 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
16:34:34 Unable to find image 'alpine:latest' locally
16:34:34 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
16:34:34 for p in static-linux cross-mac cross-win; do \
16:34:34 	make -C static VERSION=0.0.1-dev GO_VERSION=1.16.8 TARGETPLATFORM= ${p}; \
16:34:34 done
16:34:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
16:34:34 cd /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
16:34:34 a0d0a0d46f8b: Pull complete
16:34:34 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
16:34:34 Status: Downloaded newer image for alpine:latest
16:34:34 latest: Pulling from library/alpine
16:34:34 a0d0a0d46f8b: Pulling fs layer
16:34:34 a0d0a0d46f8b: Verifying Checksum
16:34:34 a0d0a0d46f8b: Download complete
16:34:34 a0d0a0d46f8b: Pull complete
16:34:34 #13 extracting sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 4.1s done
16:34:34 #13 extracting sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15
16:34:34 #13 ...
16:34:34 
16:34:34 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:34 #8 sha256:35212f0ca54745bc77692b6221b37fc4d52309e3466957c7b949297d87e3002a
16:34:34 #8 1.288 Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.7 kB]
16:34:34 #8 1.423 Get:2 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
16:34:34 #8 1.741 Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
16:34:34 #8 1.988 Get:4 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
16:34:34 #8 2.108 Get:5 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
16:34:34 #8 2.344 Get:6 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
16:34:34 #8 2.345 Get:7 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
16:34:34 #8 2.349 Get:8 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
16:34:34 #8 5.610 Fetched 18.9 MB in 5s (3970 kB/s)
16:34:34 #8 5.610 Reading package lists...
16:34:35 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
16:34:35 Status: Downloaded newer image for alpine:latest
16:34:35 #8 8.224 Reading package lists...
16:34:35 #8 ...
16:34:35 
16:34:35 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:35 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:37 #1 [internal] load build definition from Dockerfile
16:34:37 #1 sha256:36622f6474b9ebd7ef0f1f35ea360ed492fe0f980609b773c10ca29585d42b9a
16:34:37 #1 transferring dockerfile:
16:34:37 #1 transferring dockerfile: 2.08kB done
16:34:37 #1 DONE 0.1s
16:34:37 
16:34:37 #2 [internal] load .dockerignore
16:34:37 #2 sha256:e458f125f8d6c08c81cca04b0ed816bf9fe6f664746e2a69cc7fb11c2f9ac68a
16:34:37 #2 transferring context: 112B done
16:34:37 #2 DONE 0.0s
16:34:37 
16:34:37 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
16:34:37 #4 sha256:51cdb4014788f753a6676d47aa09946e58fbf31f95befc2f2131ccfbd5a9f450
16:34:37 #4 DONE 0.0s
16:34:37 
16:34:37 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:34:37 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:34:37 #3 DONE 0.4s
16:34:37 
16:34:37 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:34:37 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:34:37 #5 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done
16:34:37 #5 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done
16:34:37 #5 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done
16:34:37 #5 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done
16:34:37 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 5.24MB / 9.67MB 0.1s
16:34:37 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s
16:34:37 #5 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338
16:34:37 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s done
16:34:38 #5 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done
16:34:38 #5 DONE 0.5s
16:34:38 
16:34:38 #7 [internal] load build definition from Dockerfile
16:34:38 #7 sha256:987cf7ff5a3bf8868c6d96d6a13f9fe7b5f873dfcb60be4ff17b71ae5b68b3c5
16:34:38 #7 DONE 0.0s
16:34:38 
16:34:38 #6 [internal] load .dockerignore
16:34:38 #6 sha256:6d9bbbf2025f1b45e9d21eec810acafc503b37a43e835b6f2a49c00f90a1fbc0
16:34:38 #6 DONE 0.0s
16:34:38 
16:34:38 #11 [auth] library/golang:pull token for registry-1.docker.io
16:34:38 #11 sha256:fdb45623f80e267ca78839124d55f5e91f061ec9a36e2420be4436d72aae8119
16:34:38 #11 DONE 0.0s
16:34:38 
16:34:38 #12 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
16:34:38 #12 sha256:8cb4ace2603fff8b13d57c6090a3d419a51dfb5b6c35e82ca2ca4eb06c206488
16:34:38 #12 DONE 0.0s
16:34:38 
16:34:38 #13 [auth] tonistiigi/xx:pull token for registry-1.docker.io
16:34:38 #13 sha256:ad577b00ec044fedbf14264b46c364bce98fff02fe14627708410f05c7282413
16:34:38 #13 DONE 0.0s
16:34:38 
16:34:38 #10 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
16:34:38 #10 sha256:39afe7dddccc662ff6be2af454504a792d7c60180bf31899bc68058a4e7a9813
16:34:38 mkdir -p sources
16:34:38 docker run --rm -w /v \
16:34:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker:/engine \
16:34:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
16:34:38 	alpine \
16:34:38 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
16:34:38 #10 DONE 0.4s
16:34:38 
16:34:38 #9 [internal] load metadata for docker.io/library/golang:1.16.8-alpine
16:34:38 #9 sha256:aa25a38e05cb1f0517244be7e0081bc9a7f56c1e7b162b57d2df954b0a48cef8
16:34:38 #9 DONE 0.4s
16:34:38 
16:34:38 #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:34:38 #8 sha256:5087d65fd49b28fd728c395eddd502d86004bc97194c580f320dd2a4197a590c
16:34:38 #8 DONE 0.5s
16:34:40 mkdir -p rpmbuild/SOURCES
16:34:40 docker run --rm -w /v \
16:34:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli:/cli \
16:34:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/v \
16:34:40 	alpine \
16:34:40 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
16:34:40 #13 extracting sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 5.1s
16:34:40 
16:34:40 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:34:40 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:34:40 #14 resolve docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56 0.0s done
16:34:40 #14 sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56 1.65kB / 1.65kB done
16:34:40 #14 sha256:4a4352b4af82d07bebf8bbfc0deede7ebf28904d5f41cfb34959ae1073ee3261 1.36kB / 1.36kB done
16:34:40 #14 sha256:df1795ddbf418dda6f8252b4191c0b67d132db3b5fdf1a11a93226da82efe270 5.08kB / 5.08kB done
16:34:40 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0B / 2.81MB 0.1s
16:34:40 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0B / 281.51kB 0.1s
16:34:40 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 0B / 154B 0.1s
16:34:40 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 1.05MB / 2.81MB 0.2s
16:34:40 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.2s
16:34:40 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.1s done
16:34:40 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 0B / 105.80MB 0.2s
16:34:40 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.3s done
16:34:40 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.2s done
16:34:40 #14 sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5 156B / 156B 0.3s done
16:34:40 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 13.63MB / 105.80MB 0.7s
16:34:41 mkdir -p sources
16:34:41 docker run --rm -w /v \
16:34:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
16:34:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
16:34:41 	alpine \
16:34:41 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
16:34:41 #14 ...
16:34:41 
16:34:41 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:34:41 #21 sha256:011c2dec804eeeb4a26ba7a4dda1f825c7ca9ad46eaba9596b74a526f65b85a8
16:34:41 #21 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
16:34:41 #21 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
16:34:41 #21 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
16:34:41 #21 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
16:34:41 #21 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.4s done
16:34:41 #21 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
16:34:41 #21 DONE 0.7s
16:34:41 
16:34:41 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:34:41 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:34:41 #14 ...
16:34:41 
16:34:41 #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
16:34:41 #15 sha256:922c15005dedcce7f2768027bc1121b33ea8cc1f71e2ae4a7d2b2b9ac21f7cba
16:34:41 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
16:34:41 #15 sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 2.65kB / 2.65kB done
16:34:41 #15 sha256:8bb4fd3914ad2b9b2bfcc8ac2a8e6c63e66207767c21dc520041973d821426f8 525B / 525B done
16:34:41 #15 sha256:5162799cdc040568b1bd7d574d69a20c1b9d6927c677601b50f40e2b58edbcdb 945B / 945B done
16:34:41 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.4s done
16:34:41 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a done
16:34:41 #15 DONE 0.8s
16:34:41 
16:34:41 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:34:41 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 28.31MB / 105.80MB 0.9s
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 39.71MB / 105.80MB 1.1s
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 50.17MB / 105.80MB 1.2s
16:34:41 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.8s done
16:34:41 docker run --rm -w /v \
16:34:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/plugins:/plugins \
16:34:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
16:34:41 	alpine \
16:34:41 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 55.57MB / 105.80MB 1.3s
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 62.91MB / 105.80MB 1.4s
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 71.10MB / 105.80MB 1.5s
16:34:42 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262
16:34:42 mkdir -p rpmbuild/SOURCES
16:34:42 docker run --rm -w /v \
16:34:42 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
16:34:42 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/v \
16:34:42 	alpine \
16:34:42 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 83.89MB / 105.80MB 1.8s
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 95.42MB / 105.80MB 1.9s
16:34:42 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.3s done
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 105.80MB / 105.80MB 2.1s
16:34:42 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd done
16:34:42 == Building packages for ubuntu-focal ==
16:34:42 mkdir -p "debbuild/ubuntu-focal"
16:34:42 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
16:34:42 #1 [internal] load build definition from Dockerfile
16:34:42 #1 sha256:dc7c52bdafcd5ef592da157560dc27c8ac970ab9243c0a6e5b3c6f258b2c19db
16:34:42 #1 transferring dockerfile: 1.22kB done
16:34:42 #1 DONE 0.0s
16:34:42 
16:34:42 #2 [internal] load .dockerignore
16:34:42 #2 sha256:cf2fdc609b8c90bd6fce3337abca2e745357a703fb6bdcbf4a30ea50e79b4c59
16:34:42 #2 transferring context: 2B done
16:34:42 #2 DONE 0.0s
16:34:42 
16:34:42 #5 [auth] library/golang:pull token for registry-1.docker.io
16:34:42 #5 sha256:b888e948274da97a35afaf68a3de9695d681986ad01b43dbc3f780aec7d2705d
16:34:42 #5 DONE 0.0s
16:34:42 
16:34:42 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
16:34:42 #6 sha256:5fb7fd8382672ae0c7dfadbe6a476a4d4832c8b68805916119e0d6f77aacac4e
16:34:42 #6 DONE 0.0s
16:34:42 
16:34:42 #4 [internal] load metadata for docker.io/library/ubuntu:focal
16:34:42 #4 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 105.80MB / 105.80MB 2.3s done
16:34:42 #4 DONE 0.3s
16:34:42 
16:34:42 #3 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:34:42 #3 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:34:42 #3 DONE 0.3s
16:34:42 
16:34:42 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f
16:34:42 #7 sha256:fdc3a0d13198019f7c8763ab083849eba26a7b3c6b8c4a7396e47c113558b7a1
16:34:42 #7 DONE 0.0s
16:34:42 
16:34:42 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:42 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:42 #14 DONE 0.0s
16:34:42 
16:34:42 #10 [internal] load build context
16:34:42 #10 sha256:8fb8bbd069b325b576461755a4c5e18f87b3bfe8f46df47466135101ffbb0732
16:34:43 #14 extracting sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55
16:34:43 docker run --rm -w /v \
16:34:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/plugins:/plugins \
16:34:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/v \
16:34:43 	alpine \
16:34:43 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
16:34:43 #14 ...
16:34:43 
16:34:43 #20 [internal] load build context
16:34:43 #20 sha256:d38ea0d61d4f43368d076978689c0f329437f3ccb5b1233e765ae7386349cc24
16:34:43 #20 transferring context: 51.24MB 2.7s done
16:34:43 #20 DONE 2.8s
16:34:43 
16:34:43 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:34:43 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:34:43 #10 transferring context: 20.18MB 0.3s done
16:34:43 #10 DONE 0.3s
16:34:43 
16:34:43 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:43 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:43 #14 resolve docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 0.0s done
16:34:43 #14 sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 1.86kB / 1.86kB done
16:34:43 #14 sha256:cba9b9e03a0f18de8a1db1b85c6c098b9e8d899d4ce140d34b7bcf65a22104c1 1.79kB / 1.79kB done
16:34:43 #14 sha256:e58fc1cf6cb0c05654a4ed0c8cf0f3f28a1fc03d53fbadb72bd717bad75efe5f 6.96kB / 6.96kB done
16:34:43 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 22.02MB / 50.44MB 0.3s
16:34:43 #14 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 4.19MB / 7.83MB 0.3s
16:34:43 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 30.09MB / 50.44MB 0.4s
16:34:43 #14 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 7.34MB / 7.83MB 0.4s
16:34:43 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 37.75MB / 50.44MB 0.5s
16:34:43 #14 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 7.83MB / 7.83MB 0.5s done
16:34:43 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 50.44MB / 50.44MB 0.7s
16:34:43 #14 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 10.00MB / 10.00MB 0.7s
16:34:43 #13 ...
16:34:43 
16:34:43 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:43 #8 sha256:35212f0ca54745bc77692b6221b37fc4d52309e3466957c7b949297d87e3002a
16:34:43 #8 8.224 Reading package lists...
16:34:43 #8 10.76 Building dependency tree...
16:34:43 #8 11.07 Reading state information...
16:34:43 #8 11.67 curl is already the newest version (7.64.0-4+deb10u2).
16:34:43 #8 11.67 The following additional packages will be installed:
16:34:43 #8 11.67   autoconf automake autopoint autotools-dev binutils
16:34:43 #8 11.67   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
16:34:43 #8 11.67   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
16:34:43 #8 11.67   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
16:34:43 #8 11.67   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
16:34:43 #8 11.67   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
16:34:43 #8 11.67   libcroco3 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl
16:34:43 #8 11.67   libdevel-globaldestruction-perl libdpkg-perl libdynaloader-functions-perl
16:34:43 #8 11.67   libelf1 libencode-locale-perl liberror-perl libexpat1 libfakeroot
16:34:43 #8 11.67   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
16:34:43 #8 11.67   libfile-which-perl libfl2 libgcc-8-dev libgdbm-compat4 libgdbm6 libglib2.0-0
16:34:43 #8 11.67   libgomp1 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
16:34:43 #8 11.67   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
16:34:43 #8 11.67   libhttp-negotiate-perl libicu63 libimport-into-perl libio-html-perl
16:34:43 #8 11.67   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl19
16:34:43 #8 11.67   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
16:34:43 #8 11.67   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
16:34:43 #8 11.67   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
16:34:43 #8 11.67   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
16:34:43 #8 11.67   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
16:34:43 #8 11.67   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
16:34:43 #8 11.67   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
16:34:43 #8 11.67   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
16:34:43 #8 11.67   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
16:34:43 #8 11.67   po-debconf python3 python3-minimal python3.7 python3.7-minimal
16:34:43 #8 11.67   sensible-utils wdiff xz-utils
16:34:43 #8 11.67 Suggested packages:
16:34:43 #8 11.67   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
16:34:43 #8 11.67   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
16:34:43 #8 11.67   autopkgtest bls-standalone bsd-mailx | mailx build-essential
16:34:43 #8 11.67   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
16:34:43 #8 11.67   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
16:34:43 #8 11.67   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
16:34:43 #8 11.67   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
16:34:43 #8 11.67   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
16:34:43 #8 11.67   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
16:34:43 #8 11.67   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
16:34:43 #8 11.67   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
16:34:43 #8 11.67   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
16:34:43 #8 11.67   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
16:34:43 #8 11.67   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
16:34:43 #8 11.67   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
16:34:43 #8 11.67   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
16:34:43 #8 11.67   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
16:34:43 #8 11.67   diffutils-doc perl-doc libterm-readline-gnu-perl
16:34:43 #8 11.67   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
16:34:43 #8 11.67   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
16:34:43 #8 11.67   python3.7-doc binfmt-support wdiff-doc
16:34:43 #8 11.67 Recommended packages:
16:34:43 #8 11.67   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
16:34:43 #8 11.67   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
16:34:43 #8 11.67   licensecheck lintian python3-apt python3-debian python3-magic
16:34:43 #8 11.67   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
16:34:43 #8 11.67   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
16:34:43 #8 11.67   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
16:34:43 #8 11.67   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
16:34:43 #8 11.67   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
16:34:43 #8 11.67   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
16:34:43 #8 11.67   libmail-sendmail-perl
16:34:43 #8 14.35 The following NEW packages will be installed:
16:34:43 #8 14.35   autoconf automake autopoint autotools-dev binutils
16:34:43 #8 14.35   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
16:34:43 #8 14.35   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
16:34:43 #8 14.36   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
16:34:43 #8 14.36   intltool-debian libarchive-zip-perl libasan5 libatomic1
16:34:43 #8 14.36   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
16:34:43 #8 14.36   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
16:34:43 #8 14.36   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
16:34:43 #8 14.36   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
16:34:43 #8 14.36   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
16:34:43 #8 14.36   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
16:34:43 #8 14.36   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
16:34:43 #8 14.36   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
16:34:43 #8 14.36   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
16:34:43 #8 14.36   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
16:34:43 #8 14.36   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
16:34:43 #8 14.36   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
16:34:43 #8 14.36   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
16:34:43 #8 14.36   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
16:34:43 #8 14.36   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
16:34:43 #8 14.36   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
16:34:43 #8 14.36   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
16:34:43 #8 14.36   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
16:34:43 #8 14.36   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
16:34:43 #8 14.36   po-debconf python3 python3-minimal python3.7 python3.7-minimal
16:34:43 #8 14.36   sensible-utils wdiff xz-utils
16:34:43 #8 14.36 The following packages will be upgraded:
16:34:43 #8 14.36   libc6
16:34:43 #8 14.90 1 upgraded, 125 newly installed, 0 to remove and 7 not upgraded.
16:34:43 #8 14.90 Need to get 69.0 MB of archives.
16:34:43 #8 14.90 After this operation, 272 MB of additional disk space will be used.
16:34:43 #8 14.90 Get:1 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1 [2356 kB]
16:34:43 #8 14.95 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
16:34:43 #8 15.28 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u2 [309 kB]
16:34:43 #8 15.41 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
16:34:43 #8 15.48 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
16:34:43 #8 15.49 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
16:34:43 #8 15.56 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
16:34:43 #8 15.56 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
16:34:43 #8 15.57 Get:9 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
16:34:43 #8 15.63 Get:10 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6 [2873 kB]
16:34:43 #8 15.64 Get:11 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1 [266 kB]
16:34:43 #8 15.67 Get:12 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20210831-1 [1012 kB]
16:34:43 #8 15.72 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1 [2113 kB]
16:34:43 #8 15.81 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
16:34:43 #8 15.84 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6 [3180 kB]
16:34:43 #8 15.85 Get:16 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
16:34:43 #8 15.85 Get:17 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
16:34:43 #8 15.98 Get:18 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6 [204 kB]
16:34:43 #8 15.98 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [583 kB]
16:34:43 #8 16.00 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u1 [77.3 kB]
16:34:43 #8 16.00 Get:21 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1464 kB]
16:34:43 #8 16.08 Get:22 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
16:34:43 #8 16.08 Get:23 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
16:34:43 #8 16.08 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
16:34:43 #8 16.08 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1664 kB]
16:34:43 #8 16.19 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
16:34:43 #8 16.20 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
16:34:43 #8 16.20 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
16:34:43 #8 16.21 Get:29 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
16:34:43 #8 16.22 Get:30 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.2 kB]
16:34:43 #8 16.23 Get:31 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
16:34:43 #8 16.25 Get:32 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
16:34:43 #8 16.25 Get:33 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
16:34:43 #8 16.25 Get:34 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
16:34:43 #8 16.32 Get:35 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1 [179 kB]
16:34:43 #8 16.32 Get:36 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
16:34:43 #8 16.32 Get:37 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
16:34:43 #8 16.32 Get:38 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
16:34:43 #8 16.33 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
16:34:43 #8 16.39 Get:40 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
16:34:43 #8 16.41 Get:41 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
16:34:43 #8 16.42 Get:42 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
16:34:43 #8 16.61 Get:43 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
16:34:43 #8 16.61 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
16:34:43 #8 16.61 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
16:34:43 #8 16.66 Get:46 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
16:34:43 #8 16.66 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
16:34:43 #8 16.72 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
16:34:43 #8 16.74 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
16:34:43 #8 16.74 Get:50 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
16:34:43 #8 17.18 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
16:34:43 #8 17.19 Get:52 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
16:34:43 #8 17.19 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
16:34:43 #8 17.19 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
16:34:43 #8 17.20 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
16:34:43 #8 17.21 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
16:34:43 #8 17.21 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
16:34:43 #8 17.23 Get:58 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
16:34:43 #8 17.79 Get:59 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
16:34:43 #8 17.79 Get:60 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
16:34:43 #8 17.81 Get:61 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
16:34:43 #8 17.81 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
16:34:43 #8 17.81 Get:63 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
16:34:43 #8 17.82 Get:64 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
16:34:43 #8 17.82 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
16:34:43 #8 17.85 Get:66 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
16:34:43 #8 17.86 Get:67 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
16:34:43 #8 17.87 Get:68 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
16:34:43 #8 17.96 Get:69 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
16:34:43 #8 17.97 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
16:34:43 #8 17.98 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u2 [1078 kB]
16:34:43 #8 18.01 Get:72 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u1 [7973 kB]
16:34:43 #8 18.54 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u2 [572 kB]
16:34:43 #8 18.56 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
16:34:43 #8 18.57 Get:75 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
16:34:43 #8 18.61 Get:76 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
16:34:43 #8 18.61 Get:77 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
16:34:43 #8 18.63 Get:78 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
16:34:43 #8 18.63 Get:79 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
16:34:43 #8 18.63 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
16:34:43 #8 18.63 Get:81 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
16:34:43 #8 18.64 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
16:34:43 #8 18.70 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
16:34:43 #8 18.71 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
16:34:43 #8 18.71 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
16:34:43 #8 18.71 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
16:34:43 #8 18.72 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
16:34:43 #8 18.72 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
16:34:43 #8 18.78 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
16:34:43 #8 18.78 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
16:34:43 #8 18.78 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
16:34:43 #8 18.79 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
16:34:43 #8 18.86 Get:93 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
16:34:43 #8 18.86 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
16:34:43 #8 18.87 Get:95 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
16:34:43 #8 18.87 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
16:34:43 #8 18.87 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
16:34:43 #8 18.87 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
16:34:43 #8 18.94 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
16:34:43 #8 18.94 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
16:34:43 #8 18.94 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
16:34:43 #8 18.94 Get:102 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
16:34:44 #8 19.02 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
16:34:44 #8 19.02 Get:104 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
16:34:44 #8 19.03 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
16:34:44 #8 19.03 Get:106 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
16:34:44 #8 ...
16:34:44 
16:34:44 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:44 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:44 == Building packages for centos-7 ==
16:34:44 mkdir -p "rpmbuild/centos-7"
16:34:44 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
16:34:44 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 50.44MB / 50.44MB 1.2s done
16:34:44 #1 [internal] load build definition from Dockerfile
16:34:44 #1 sha256:3dc0ddb69053758d1ffd733ff53633ffb3704877b44f50f0aaede117c12acd69
16:34:44 #1 transferring dockerfile: 1.06kB done
16:34:44 #1 DONE 0.0s
16:34:44 
16:34:44 #2 [internal] load .dockerignore
16:34:44 #2 sha256:ba80df91a1667ce458909cdde3a3e7025fb794b2c41e6ca0a19d3f66c405a940
16:34:44 #2 transferring context: 2B done
16:34:44 #2 DONE 0.0s
16:34:44 
16:34:44 #5 [auth] library/golang:pull token for registry-1.docker.io
16:34:44 #5 sha256:bb90cdf0e44b3db260386434b83743b7c879213dfa8efc08c7bab1fd586343f2
16:34:44 #5 DONE 0.0s
16:34:44 
16:34:44 #6 [auth] library/centos:pull token for registry-1.docker.io
16:34:44 #6 sha256:b395cd46620a7ddbc46c7ec8a8b76bc0243289154cd5f56a823468d28617cbd4
16:34:44 #6 DONE 0.0s
16:34:44 
16:34:44 #4 [internal] load metadata for docker.io/library/centos:7
16:34:44 #4 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
16:34:44 #14 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 10.00MB / 10.00MB 1.3s done
16:34:44 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 9.44MB / 129.03MB 1.4s
16:34:44 #14 extracting sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692
16:34:44 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 3.15MB / 51.84MB 1.4s
16:34:44 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 0B / 68.75MB 1.4s
16:34:44 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 16.78MB / 129.03MB 1.5s
16:34:44 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 10.49MB / 51.84MB 1.5s
16:34:44 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 27.26MB / 129.03MB 1.6s
16:34:44 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 15.73MB / 51.84MB 1.6s
16:34:44 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 5.24MB / 68.75MB 1.6s
16:34:44 #13 extracting sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 9.9s done
16:34:44 #4 ...
16:34:44 
16:34:44 #3 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:34:44 #3 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:34:44 #3 DONE 0.3s
16:34:44 
16:34:44 #4 [internal] load metadata for docker.io/library/centos:7
16:34:44 #4 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
16:34:44 #4 DONE 0.4s
16:34:44 
16:34:44 #10 [internal] load build context
16:34:44 #10 sha256:c01126719217a67e00fee434685cf0ed9b04b6c6d6e0723f9461dec55a127b76
16:34:44 #10 transferring context: 11.87kB done
16:34:44 #10 DONE 0.0s
16:34:44 
16:34:44 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:44 #13 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:44 #13 resolve docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 0.0s done
16:34:44 #13 sha256:cba9b9e03a0f18de8a1db1b85c6c098b9e8d899d4ce140d34b7bcf65a22104c1 1.79kB / 1.79kB done
16:34:44 #13 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 0B / 7.83MB 0.1s
16:34:44 #13 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 0B / 10.00MB 0.1s
16:34:44 #13 sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 1.86kB / 1.86kB done
16:34:44 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 37.75MB / 129.03MB 1.8s
16:34:44 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 29.36MB / 51.84MB 1.8s
16:34:44 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 17.83MB / 68.75MB 1.8s
16:34:44 #13 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 6.29MB / 7.83MB 0.2s
16:34:44 #13 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 4.19MB / 10.00MB 0.2s
16:34:44 #13 sha256:e58fc1cf6cb0c05654a4ed0c8cf0f3f28a1fc03d53fbadb72bd717bad75efe5f 6.96kB / 6.96kB done
16:34:44 #13 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 11.73MB / 50.44MB 0.2s
16:34:44 #13 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 7.83MB / 7.83MB 0.3s
16:34:44 #13 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 10.00MB / 10.00MB 0.3s
16:34:44 #13 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 25.17MB / 50.44MB 0.3s
16:34:45 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 35.65MB / 51.84MB 1.9s
16:34:45 #13 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 7.83MB / 7.83MB 0.4s done
16:34:45 #13 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 45.09MB / 50.44MB 0.5s
16:34:45 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 54.25MB / 129.03MB 2.1s
16:34:45 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 44.11MB / 51.84MB 2.1s
16:34:45 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 34.60MB / 68.75MB 2.1s
16:34:45 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 67.55MB / 129.03MB 2.3s
16:34:45 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 51.84MB / 51.84MB 2.3s
16:34:45 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 46.26MB / 68.75MB 2.3s
16:34:45 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 77.59MB / 129.03MB 2.4s
16:34:45 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 53.86MB / 68.75MB 2.4s
16:34:45 #13 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 10.00MB / 10.00MB 0.5s done
16:34:45 #13 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 50.44MB / 50.44MB 0.7s
16:34:45 #13 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 12.58MB / 68.75MB 0.7s
16:34:45 #13 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 14.68MB / 51.84MB 0.7s
16:34:45 #13 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 22.02MB / 68.75MB 0.8s
16:34:45 #13 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 25.17MB / 51.84MB 0.8s
16:34:45 #13 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 32.28MB / 68.75MB 0.9s
16:34:45 #13 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 34.60MB / 51.84MB 0.9s
16:34:45 #13 extracting sha256:1a16c09120356a9d4f790aa82a738fb5a40377c834a63c5051cb05fef24c848c done
16:34:45 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 85.98MB / 129.03MB 2.5s
16:34:45 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 62.91MB / 68.75MB 2.5s
16:34:45 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 93.32MB / 129.03MB 2.6s
16:34:45 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 68.75MB / 68.75MB 2.6s
16:34:45 #13 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 50.44MB / 50.44MB 0.9s done
16:34:45 #13 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 41.94MB / 68.75MB 1.0s
16:34:45 #13 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 42.57MB / 51.84MB 1.0s
16:34:45 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 0B / 129.03MB 1.0s
16:34:45 #13 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 55.57MB / 68.75MB 1.2s
16:34:45 #13 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 51.84MB / 51.84MB 1.2s
16:34:45 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 9.44MB / 129.03MB 1.2s
16:34:45 #13 extracting sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692
16:34:45 #13 DONE 37.4s
16:34:45 
16:34:45 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:45 #8 sha256:35212f0ca54745bc77692b6221b37fc4d52309e3466957c7b949297d87e3002a
16:34:45 #8 19.20 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
16:34:45 #8 19.46 Get:108 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
16:34:45 #8 19.46 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
16:34:45 #8 19.46 Get:110 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
16:34:45 #8 19.47 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [286 kB]
16:34:45 #8 19.62 Get:112 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
16:34:45 #8 19.63 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
16:34:45 #8 19.63 Get:114 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
16:34:45 #8 19.64 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
16:34:45 #8 19.65 Get:116 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
16:34:45 #8 19.66 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
16:34:45 #8 19.70 Get:118 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
16:34:45 #8 19.71 Get:119 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
16:34:45 #8 19.74 Get:120 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
16:34:45 #8 19.83 Get:121 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
16:34:45 #8 19.84 Get:122 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [292 kB]
16:34:45 #8 19.87 Get:123 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
16:34:45 #8 19.89 Get:124 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
16:34:45 #8 19.89 Get:125 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
16:34:45 #8 19.96 Get:126 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4194 kB]
16:34:45 #8 20.80 debconf: delaying package configuration, since apt-utils is not installed
16:34:45 #8 20.91 Fetched 69.0 MB in 6s (11.9 MB/s)
16:34:45 #8 20.97 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7586 files and directories currently installed.)
16:34:45 #8 20.98 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1_armhf.deb ...
16:34:45 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 110.10MB / 129.03MB 2.8s
16:34:45 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 51.84MB / 51.84MB 2.6s done
16:34:45 #14 sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd 155B / 155B 2.8s
16:34:45 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 119.54MB / 129.03MB 2.9s
16:34:46 #13 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 66.06MB / 68.75MB 1.3s
16:34:46 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 17.83MB / 129.03MB 1.3s
16:34:46 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 28.31MB / 129.03MB 1.4s
16:34:46 #8 21.38 Unpacking libc6:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1) ...
16:34:46 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 129.03MB / 129.03MB 3.2s
16:34:46 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 37.75MB / 129.03MB 1.5s
16:34:46 #13 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 51.84MB / 51.84MB 1.5s done
16:34:46 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 49.28MB / 129.03MB 1.6s
16:34:46 #13 sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd 155B / 155B 1.6s
16:34:46 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 68.75MB / 68.75MB 3.3s done
16:34:46 #14 sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd 155B / 155B 3.3s done
16:34:46 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 73.40MB / 129.03MB 1.8s
16:34:46 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 84.93MB / 129.03MB 1.9s
16:34:46 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 96.47MB / 129.03MB 2.0s
16:34:46 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 108.00MB / 129.03MB 2.1s
16:34:47 #13 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 68.75MB / 68.75MB 2.1s done
16:34:47 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 121.63MB / 129.03MB 2.2s
16:34:47 #13 sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd 155B / 155B 2.1s done
16:34:47 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 129.03MB / 129.03MB 2.4s
16:34:47 #14 extracting sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 3.9s done
16:34:47 #14 extracting sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5 done
16:34:47 #14 DONE 6.9s
16:34:47 
16:34:47 #16 [build-base-alpine 1/3] COPY --from=xx / /
16:34:47 #16 sha256:d4ed2a4b27804a9b1166ef0ca00378af33b881e47414dc5dd4bcd8d865181bdb
16:34:47 #14 ...
16:34:47 
16:34:47 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f
16:34:47 #7 sha256:fdc3a0d13198019f7c8763ab083849eba26a7b3c6b8c4a7396e47c113558b7a1
16:34:47 #7 resolve docker.io/library/ubuntu:focal@sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f 0.0s done
16:34:47 #7 sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f 1.42kB / 1.42kB done
16:34:47 #7 sha256:10cbddb6cf8568f56584ccb6c866203e68ab8e621bb87038e254f6f27f955bbe 529B / 529B done
16:34:47 #7 sha256:fb52e22af1b01869e23e75089c368a1130fa538946d0411d47f964f8b1076180 1.46kB / 1.46kB done
16:34:47 #7 sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 28.57MB / 28.57MB 0.8s done
16:34:47 #7 extracting sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 2.9s done
16:34:47 #7 DONE 4.5s
16:34:47 
16:34:47 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:47 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:48 #8 22.93 Setting up libc6:armhf (2.28-10+rpt2+rpi1) ...
16:34:48 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 129.03MB / 129.03MB 3.2s done
16:34:48 #16 DONE 0.7s
16:34:48 
16:34:48 #17 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
16:34:48 #17 sha256:4f762c1ca3b75604fad3bd550789d0ed54653889b4d2c485d0af94b76bfd2d67
16:34:48 #13 extracting sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 2.8s done
16:34:48 #14 extracting sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 4.2s done
16:34:48 #14 extracting sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 0.1s
16:34:48 #17 0.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
16:34:49 #14 ...
16:34:49 
16:34:49 #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
16:34:49 #8 sha256:9c5ff9792a5fbdac859131a3fbf931b09fb391ee7d2518c51da810999aff6bb0
16:34:49 #8 DONE 1.3s
16:34:49 
16:34:49 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:49 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:49 #13 extracting sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a
16:34:49 #14 extracting sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 0.5s done
16:34:49 #14 extracting sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0
16:34:49 #8 24.28 Selecting previously unselected package libbsd0:armhf.
16:34:49 #8 24.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7586 files and directories currently installed.)
16:34:49 #8 24.29 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
16:34:49 #8 24.29 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
16:34:49 #8 24.36 Selecting previously unselected package libtinfo5:armhf.
16:34:49 #8 24.36 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u2_armhf.deb ...
16:34:49 #8 24.37 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
16:34:49 #8 24.44 Selecting previously unselected package bsdmainutils.
16:34:49 #8 24.44 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
16:34:49 #8 24.45 Unpacking bsdmainutils (11.1.2) ...
16:34:49 #8 24.53 Selecting previously unselected package libuchardet0:armhf.
16:34:49 #8 24.53 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
16:34:49 #8 24.54 Unpacking libuchardet0:armhf (0.0.6-3) ...
16:34:49 #8 24.59 Selecting previously unselected package groff-base.
16:34:49 #8 24.59 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
16:34:49 #8 24.60 Unpacking groff-base (1.22.4-3+deb10u1) ...
16:34:49 #13 extracting sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 0.6s done
16:34:49 #8 24.77 Selecting previously unselected package libgdbm6:armhf.
16:34:49 #8 24.77 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
16:34:49 #8 24.78 Unpacking libgdbm6:armhf (1.18.1-4) ...
16:34:49 #8 24.83 Selecting previously unselected package libpipeline1:armhf.
16:34:49 #8 24.84 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
16:34:49 #8 24.84 Unpacking libpipeline1:armhf (1.5.1-2) ...
16:34:49 #13 extracting sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0
16:34:49 #17 1.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
16:34:49 #17 1.701 (1/18) Installing libffi (3.3-r2)
16:34:49 #17 1.705 (2/18) Installing libgcc (10.3.1_git20210424-r2)
16:34:49 #17 1.707 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
16:34:49 #17 1.723 (4/18) Installing xz-libs (5.2.5-r0)
16:34:49 #17 1.726 (5/18) Installing libxml2 (2.9.12-r1)
16:34:49 #14 extracting sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 0.4s done
16:34:49 #14 extracting sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6
16:34:49 #8 24.95 Selecting previously unselected package man-db.
16:34:49 #8 24.95 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
16:34:49 #8 24.96 Unpacking man-db (2.8.5-2) ...
16:34:49 #8 25.20 Selecting previously unselected package perl-modules-5.28.
16:34:49 #8 25.20 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6_all.deb ...
16:34:50 #17 1.740 (6/18) Installing llvm11-libs (11.1.0-r2)
16:34:50 #8 25.21 Unpacking perl-modules-5.28 (5.28.1-6) ...
16:34:50 #13 extracting sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 0.5s done
16:34:50 #13 extracting sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6
16:34:50 #17 2.436 (7/18) Installing clang-libs (11.1.0-r1)
16:34:50 #8 25.93 Selecting previously unselected package libgdbm-compat4:armhf.
16:34:50 #8 25.93 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
16:34:50 #8 25.93 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
16:34:50 #8 25.99 Selecting previously unselected package libperl5.28:armhf.
16:34:50 #8 25.99 Preparing to unpack .../10-libperl5.28_5.28.1-6_armhf.deb ...
16:34:50 #8 26.00 Unpacking libperl5.28:armhf (5.28.1-6) ...
16:34:51 #17 3.157 (8/18) Installing clang (11.1.0-r1)
16:34:51 #17 3.435 (9/18) Installing libmagic (5.40-r1)
16:34:51 #17 3.459 (10/18) Installing file (5.40-r1)
16:34:51 #17 3.462 (11/18) Installing brotli-libs (1.0.9-r5)
16:34:51 #17 3.472 (12/18) Installing nghttp2-libs (1.43.0-r0)
16:34:51 #17 3.475 (13/18) Installing libcurl (7.79.0-r0)
16:34:51 #17 3.483 (14/18) Installing expat (2.4.1-r0)
16:34:51 #17 3.487 (15/18) Installing pcre2 (10.36-r0)
16:34:51 #17 3.495 (16/18) Installing git (2.32.0-r0)
16:34:51 #17 3.610 (17/18) Installing lld (11.1.0-r0)
16:34:51 #17 3.642 (18/18) Installing llvm11 (11.1.0-r2)
16:34:51 #8 26.69 Selecting previously unselected package perl.
16:34:51 #8 26.70 Preparing to unpack .../11-perl_5.28.1-6_armhf.deb ...
16:34:51 #8 26.71 Unpacking perl (5.28.1-6) ...
16:34:52 #8 26.99 Selecting previously unselected package libpython3.7-minimal:armhf.
16:34:52 #8 26.99 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
16:34:52 #8 26.99 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
16:34:52 #8 27.20 Selecting previously unselected package libexpat1:armhf.
16:34:52 #8 27.20 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u1_armhf.deb ...
16:34:52 #8 27.22 Unpacking libexpat1:armhf (2.2.6-2+deb10u1) ...
16:34:52 #8 27.32 Selecting previously unselected package python3.7-minimal.
16:34:52 #8 27.32 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
16:34:52 #8 27.33 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:34:52 #17 4.020 Executing busybox-1.33.1-r3.trigger
16:34:52 #17 4.025 OK: 285 MiB in 33 packages
16:34:52 #8 27.60 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
16:34:52 #8 27.63 Setting up libexpat1:armhf (2.2.6-2+deb10u1) ...
16:34:52 #8 27.65 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:34:53 #14 extracting sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 3.4s done
16:34:53 #14 extracting sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a
16:34:53 #8 28.69 Selecting previously unselected package python3-minimal.
16:34:53 #8 28.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10423 files and directories currently installed.)
16:34:53 #8 28.71 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
16:34:53 #8 28.71 Unpacking python3-minimal (3.7.3-1) ...
16:34:53 #8 28.77 Selecting previously unselected package mime-support.
16:34:53 #8 28.78 Preparing to unpack .../1-mime-support_3.62_all.deb ...
16:34:53 #8 28.78 Unpacking mime-support (3.62) ...
16:34:53 #8 28.85 Selecting previously unselected package libmpdec2:armhf.
16:34:53 #8 28.85 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
16:34:53 #8 28.86 Unpacking libmpdec2:armhf (2.4.2-2) ...
16:34:53 #8 28.91 Selecting previously unselected package libpython3.7-stdlib:armhf.
16:34:53 #8 28.91 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
16:34:53 #8 28.92 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
16:34:53 #8 29.21 Selecting previously unselected package python3.7.
16:34:54 #8 29.21 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_armhf.deb ...
16:34:54 #8 29.22 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:34:54 #8 29.29 Selecting previously unselected package libpython3-stdlib:armhf.
16:34:54 #8 29.29 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
16:34:54 #8 29.29 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
16:34:54 #8 29.35 Setting up python3-minimal (3.7.3-1) ...
16:34:54 #13 ...
16:34:54 
16:34:54 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
16:34:54 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
16:34:54 #7 resolve docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 0.0s done
16:34:54 #7 sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 1.20kB / 1.20kB done
16:34:54 #7 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
16:34:54 #7 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
16:34:54 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 4.0s done
16:34:54 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.0s done
16:34:54 #7 DONE 9.6s
16:34:54 
16:34:54 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:54 #13 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:54 #13 extracting sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 3.8s done
16:34:54 #13 ...
16:34:54 
16:34:54 #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
16:34:54 #8 sha256:cf4fb3654e48196cc2869fc32de241cbffa51e17eddb4511085620dc69654c70
16:34:54 #8 29.77 Selecting previously unselected package python3.
16:34:54 #8 29.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10860 files and directories currently installed.)
16:34:54 #8 29.79 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
16:34:54 #8 29.80 Unpacking python3 (3.7.3-1) ...
16:34:54 #8 29.85 Selecting previously unselected package sensible-utils.
16:34:54 #8 29.85 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
16:34:54 #8 29.85 Unpacking sensible-utils (0.0.12) ...
16:34:54 #8 29.90 Selecting previously unselected package bzip2.
16:34:54 #17 DONE 6.6s
16:34:54 
16:34:54 #18 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
16:34:54 #18 sha256:bc5c0c07c77d0a45fad4cc2529ef787ccf88144b320146a68ac1e8d427bdcd33
16:34:54 #18 DONE 0.0s
16:34:54 
16:34:54 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
16:34:54 #19 sha256:f2c69e1d603534e2debe3b0860c2c358a8d22790b98b9394e80b48df58da6dea
16:34:55 #8 29.91 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
16:34:55 #8 29.91 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:34:55 #8 29.96 Selecting previously unselected package libmagic-mgc.
16:34:55 #8 29.96 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
16:34:55 #8 29.97 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
16:34:55 #8 30.08 Selecting previously unselected package libmagic1:armhf.
16:34:55 #8 30.08 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
16:34:55 #8 30.09 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
16:34:55 #8 30.15 Selecting previously unselected package file.
16:34:55 #8 30.15 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
16:34:55 #8 30.15 Unpacking file (1:5.35-4+deb10u2) ...
16:34:55 #8 30.21 Selecting previously unselected package gettext-base.
16:34:55 #8 30.21 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
16:34:55 #8 30.22 Unpacking gettext-base (0.19.8.1-9) ...
16:34:55 #8 30.33 Selecting previously unselected package xz-utils.
16:34:55 #8 30.33 Preparing to unpack .../007-xz-utils_5.2.4-1_armhf.deb ...
16:34:55 #8 30.34 Unpacking xz-utils (5.2.4-1) ...
16:34:55 #8 30.41 Selecting previously unselected package libsigsegv2:armhf.
16:34:55 #8 30.42 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
16:34:55 #8 30.42 Unpacking libsigsegv2:armhf (2.12-2) ...
16:34:55 #8 30.47 Selecting previously unselected package m4.
16:34:55 #19 0.426 + apk  --root / add --no-cache musl-dev gcc
16:34:55 #19 0.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
16:34:55 #8 30.47 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
16:34:55 #8 30.47 Unpacking m4 (1.4.18-2) ...
16:34:55 #8 30.54 Selecting previously unselected package autoconf.
16:34:55 #8 30.54 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
16:34:55 #8 30.55 Unpacking autoconf (2.69-11) ...
16:34:55 #8 30.65 Selecting previously unselected package autotools-dev.
16:34:55 #8 30.65 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
16:34:55 #8 30.66 Unpacking autotools-dev (20180224.1) ...
16:34:55 #8 30.72 Selecting previously unselected package automake.
16:34:55 #8 30.72 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
16:34:55 #8 30.73 Unpacking automake (1:1.16.1-4) ...
16:34:55 #8 30.87 Selecting previously unselected package autopoint.
16:34:55 #8 30.87 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
16:34:55 #8 30.88 Unpacking autopoint (0.19.8.1-9) ...
16:34:55 #8 30.94 Selecting previously unselected package binutils-common:armhf.
16:34:55 #8 30.94 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
16:34:55 #8 30.95 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
16:34:56 #8 31.34 Selecting previously unselected package libbinutils:armhf.
16:34:56 #8 31.34 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
16:34:56 #8 31.35 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
16:34:56 #8 31.45 Selecting previously unselected package libfl2:armhf.
16:34:56 #8 31.45 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
16:34:56 #8 31.45 Unpacking libfl2:armhf (2.6.4-6.2) ...
16:34:56 #8 31.51 Selecting previously unselected package binutils-arm-linux-gnueabihf.
16:34:56 #8 31.51 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
16:34:56 #8 31.51 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
16:34:56 #19 1.513 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
16:34:56 #19 1.720 (1/10) Installing binutils (2.35.2-r2)
16:34:56 #8 31.87 Selecting previously unselected package binutils.
16:34:56 #19 1.808 (2/10) Installing libgomp (10.3.1_git20210424-r2)
16:34:56 #19 1.815 (3/10) Installing libatomic (10.3.1_git20210424-r2)
16:34:56 #19 1.817 (4/10) Installing libgphobos (10.3.1_git20210424-r2)
16:34:56 #19 1.880 (5/10) Installing gmp (6.2.1-r0)
16:34:56 #19 1.888 (6/10) Installing isl22 (0.22-r0)
16:34:56 #19 1.905 (7/10) Installing mpfr4 (4.1.0-r0)
16:34:56 #19 1.931 (8/10) Installing mpc1 (1.2.1-r0)
16:34:56 #19 1.934 (9/10) Installing gcc (10.3.1_git20210424-r2)
16:34:56 #8 DONE 2.3s
16:34:56 
16:34:56 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:56 #13 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:56 #13 extracting sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 2.0s
16:34:56 #8 31.87 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
16:34:56 #8 31.88 Unpacking binutils (2.31.1-16+rpi2) ...
16:34:56 #8 31.95 Selecting previously unselected package libisl19:armhf.
16:34:56 #8 31.95 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
16:34:56 #8 31.95 Unpacking libisl19:armhf (0.20-2) ...
16:34:56 #8 32.07 Selecting previously unselected package libmpfr6:armhf.
16:34:56 #8 32.07 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
16:34:56 #8 32.07 Unpacking libmpfr6:armhf (4.0.2-1) ...
16:34:56 #8 32.16 Selecting previously unselected package libmpc3:armhf.
16:34:57 #8 32.16 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
16:34:57 #8 32.17 Unpacking libmpc3:armhf (1.1.0-1) ...
16:34:57 #8 32.22 Selecting previously unselected package cpp-8.
16:34:57 #8 32.22 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
16:34:57 #8 32.23 Unpacking cpp-8 (8.3.0-6+rpi1) ...
16:34:57 #19 2.622 (10/10) Installing musl-dev (1.2.2-r3)
16:34:57 #19 2.697 Executing busybox-1.33.1-r3.trigger
16:34:57 #19 2.702 OK: 405 MiB in 43 packages
16:34:57 #13 extracting sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 3.1s done
16:34:57 #13 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331
16:34:57 #14 extracting sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 3.4s done
16:34:57 #14 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331
16:34:57 #14 ...
16:34:57 
16:34:57 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:57 #9 sha256:1c3cfc5896082c97e430fbf7fd7a73e5251d4ddd91a40714cfbd91b466d61e5c
16:34:57 #9 1.095 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
16:34:57 #9 1.252 Get:2 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
16:34:57 #9 1.272 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1082 kB]
16:34:57 #9 1.320 Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [529 kB]
16:34:57 #9 1.327 Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [791 kB]
16:34:57 #9 1.327 Get:6 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
16:34:57 #9 1.728 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
16:34:57 #9 1.824 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
16:34:57 #9 1.920 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
16:34:57 #9 2.112 Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
16:34:57 #9 2.785 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
16:34:57 #9 2.785 Get:12 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
16:34:57 #9 2.785 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [576 kB]
16:34:57 #9 2.790 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1528 kB]
16:34:57 #9 2.815 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1071 kB]
16:34:57 #9 2.841 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.3 kB]
16:34:57 #9 2.847 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6310 B]
16:34:57 #9 2.847 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [2668 B]
16:34:57 #9 3.981 Fetched 19.1 MB in 3s (6013 kB/s)
16:34:57 #9 3.981 Reading package lists...
16:34:57 #9 5.152 Reading package lists...
16:34:57 #9 6.255 Building dependency tree...
16:34:57 #9 6.473 Reading state information...
16:34:57 #9 6.714 The following additional packages will be installed:
16:34:57 #9 6.714   at autoconf automake autopoint autotools-dev binutils binutils-common
16:34:57 #9 6.714   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
16:34:57 #9 6.714   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
16:34:57 #9 6.714   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
16:34:57 #9 6.715   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
16:34:57 #9 6.715   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
16:34:57 #9 6.715   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
16:34:57 #9 6.715   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
16:34:57 #9 6.715   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
16:34:57 #9 6.715   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
16:34:57 #9 6.715   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
16:34:57 #9 6.715   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
16:34:57 #9 6.715   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
16:34:57 #9 6.715   libclone-perl libcommon-sense-perl libconst-fast-perl
16:34:57 #9 6.715   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
16:34:57 #9 6.715   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
16:34:57 #9 6.715   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
16:34:57 #9 6.715   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
16:34:57 #9 6.715   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
16:34:57 #9 6.715   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
16:34:57 #9 6.715   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
16:34:57 #9 6.715   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
16:34:57 #9 6.715   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
16:34:57 #9 6.715   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
16:34:57 #9 6.715   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
16:34:57 #9 6.716   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
16:34:57 #9 6.716   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
16:34:57 #9 6.716   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
16:34:57 #9 6.716   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
16:34:57 #9 6.716   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
16:34:57 #9 6.716   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
16:34:57 #9 6.716   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
16:34:57 #9 6.716   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
16:34:57 #9 6.716   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
16:34:57 #9 6.716   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
16:34:57 #9 6.716   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
16:34:57 #9 6.716   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
16:34:57 #9 6.716   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
16:34:57 #9 6.716   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
16:34:57 #9 6.716   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
16:34:57 #9 6.716   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
16:34:57 #9 6.716   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
16:34:57 #9 6.716   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
16:34:57 #9 6.716   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
16:34:57 #9 6.716   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
16:34:57 #9 6.716   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
16:34:57 #9 6.716   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
16:34:57 #9 6.716   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
16:34:57 #9 6.716   libnumber-compare-perl libnumber-range-perl libobject-id-perl
16:34:57 #9 6.716   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
16:34:57 #9 6.716   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
16:34:57 #9 6.716   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
16:34:57 #9 6.716   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
16:34:57 #9 6.716   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
16:34:57 #9 6.716   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
16:34:57 #9 6.716   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
16:34:57 #9 6.716   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
16:34:57 #9 6.716   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
16:34:57 #9 6.716   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
16:34:57 #9 6.716   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
16:34:57 #9 6.716   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
16:34:57 #9 6.717   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
16:34:57 #9 6.717   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
16:34:57 #9 6.717   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
16:34:57 #9 6.717   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
16:34:57 #9 6.717   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
16:34:57 #9 6.717   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
16:34:57 #9 6.717   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
16:34:57 #9 6.717   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
16:34:57 #9 6.717   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
16:34:57 #9 6.717   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
16:34:57 #9 6.717   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
16:34:57 #9 6.717   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:34:57 #9 6.717   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
16:34:57 #9 6.717   openssh-client openssl patch patchutils perl perl-modules-5.30
16:34:57 #9 6.717   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
16:34:57 #9 6.717   python-apt-common python3 python3-apt python3-certifi python3-chardet
16:34:57 #9 6.717   python3-debian python3-gpg python3-idna python3-magic python3-minimal
16:34:57 #9 6.717   python3-pkg-resources python3-requests python3-six python3-unidiff
16:34:57 #9 6.718   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
16:34:57 #9 6.718   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
16:34:57 #9 6.718   xz-utils
16:34:57 #9 6.720 Suggested packages:
16:34:57 #9 6.720   default-mta | mail-transport-agent autoconf-archive gnu-standards
16:34:57 #9 6.720   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
16:34:57 #9 6.720   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
16:34:57 #9 6.720   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
16:34:57 #9 6.720   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
16:34:57 #9 6.720   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
16:34:57 #9 6.720   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
16:34:57 #9 6.720   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
16:34:57 #9 6.721   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
16:34:57 #9 6.721   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
16:34:57 #9 6.721   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
16:34:57 #9 6.721   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
16:34:57 #9 6.721   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
16:34:57 #9 6.721   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
16:34:57 #9 6.721   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
16:34:57 #9 6.721   libscalar-number-perl libsasl2-modules-gssapi-mit
16:34:57 #9 6.721   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
16:34:57 #9 6.721   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
16:34:57 #9 6.721   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
16:34:57 #9 6.721   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
16:34:57 #9 6.721   libxml-sax-expatxs-perl bash-completion binutils-multiarch
16:34:57 #9 6.721   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
16:34:57 #9 6.721   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
16:34:57 #9 6.721   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
16:34:57 #9 6.721   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
16:34:57 #9 6.721   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
16:34:57 #9 6.721   python3-cryptography python3-openssl python3-socks python3.8-venv
16:34:57 #9 6.721   python3.8-doc binfmt-support readline-doc zip wdiff-doc
16:34:57 #9 7.133 The following NEW packages will be installed:
16:34:57 #9 7.133   at autoconf automake autopoint autotools-dev binutils binutils-common
16:34:57 #9 7.133   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
16:34:57 #9 7.133   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
16:34:57 #9 7.133   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
16:34:57 #9 7.134   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
16:34:57 #9 7.134   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
16:34:57 #9 7.134   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
16:34:57 #9 7.134   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
16:34:57 #9 7.134   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
16:34:57 #9 7.134   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
16:34:57 #9 7.134   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
16:34:57 #9 7.134   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
16:34:57 #9 7.134   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
16:34:57 #9 7.134   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
16:34:57 #9 7.134   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
16:34:57 #9 7.134   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
16:34:57 #9 7.134   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
16:34:57 #9 7.134   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
16:34:57 #9 7.134   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
16:34:57 #9 7.134   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
16:34:57 #9 7.134   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
16:34:57 #9 7.134   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
16:34:57 #9 7.134   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
16:34:57 #9 7.134   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
16:34:57 #9 7.135   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
16:34:57 #9 7.135   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
16:34:57 #9 7.135   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
16:34:57 #9 7.135   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
16:34:57 #9 7.135   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
16:34:57 #9 7.135   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
16:34:57 #9 7.135   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
16:34:57 #9 7.135   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
16:34:57 #9 7.135   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
16:34:57 #9 7.135   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
16:34:57 #9 7.135   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
16:34:57 #9 7.135   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
16:34:57 #9 7.135   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
16:34:57 #9 7.135   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
16:34:57 #9 7.135   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
16:34:57 #9 7.135   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
16:34:57 #9 7.135   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
16:34:57 #9 7.135   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
16:34:57 #9 7.135   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
16:34:57 #9 7.135   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
16:34:57 #9 7.135   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
16:34:57 #9 7.135   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
16:34:57 #9 7.135   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
16:34:57 #9 7.135   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
16:34:57 #9 7.135   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
16:34:57 #9 7.136   libnumber-compare-perl libnumber-range-perl libobject-id-perl
16:34:57 #9 7.136   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
16:34:57 #9 7.136   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
16:34:57 #9 7.136   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
16:34:57 #9 7.136   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
16:34:57 #9 7.136   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
16:34:57 #9 7.136   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
16:34:57 #9 7.136   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
16:34:57 #9 7.136   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
16:34:57 #9 7.136   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
16:34:57 #9 7.136   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
16:34:57 #9 7.136   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
16:34:57 #9 7.136   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
16:34:57 #9 7.136   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
16:34:57 #9 7.136   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
16:34:57 #9 7.136   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
16:34:57 #9 7.136   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
16:34:57 #9 7.136   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
16:34:57 #9 7.136   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
16:34:57 #9 7.136   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
16:34:57 #9 7.136   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
16:34:57 #9 7.136   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
16:34:57 #9 7.136   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
16:34:57 #9 7.136   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
16:34:57 #9 7.137   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:34:57 #9 7.137   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
16:34:57 #9 7.137   openssh-client openssl patch patchutils perl perl-modules-5.30
16:34:57 #9 7.137   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
16:34:57 #9 7.137   python-apt-common python3 python3-apt python3-certifi python3-chardet
16:34:57 #9 7.137   python3-debian python3-gpg python3-idna python3-magic python3-minimal
16:34:57 #9 7.137   python3-pkg-resources python3-requests python3-six python3-unidiff
16:34:57 #9 7.137   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
16:34:57 #9 7.138   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
16:34:57 #9 7.138   xz-utils
16:34:57 #9 7.571 0 upgraded, 354 newly installed, 0 to remove and 3 not upgraded.
16:34:57 #9 7.571 Need to get 104 MB of archives.
16:34:57 #9 7.571 After this operation, 467 MB of additional disk space will be used.
16:34:57 #9 7.571 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
16:34:57 #9 7.719 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.8 [1320 kB]
16:34:57 #9 8.152 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04 [717 kB]
16:34:57 #9 8.195 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB]
16:34:57 #9 8.199 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04 [1898 kB]
16:34:57 #9 8.292 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
16:34:57 #9 8.292 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
16:34:57 #9 8.294 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
16:34:57 #9 8.297 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
16:34:57 #9 8.300 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
16:34:57 #9 8.306 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB]
16:34:57 #9 8.331 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04 [1675 kB]
16:34:57 #9 8.409 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04 [387 kB]
16:34:57 #9 8.432 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
16:34:57 #9 8.432 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
16:34:57 #9 8.439 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
16:34:57 #9 8.439 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
16:34:57 #9 8.443 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
16:34:57 #9 8.446 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
16:34:57 #9 8.482 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
16:34:57 #9 8.486 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
16:34:57 #9 8.524 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
16:34:57 #9 8.538 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
16:34:57 #9 8.707 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
16:34:57 #9 8.707 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB]
16:34:57 #9 8.899 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB]
16:34:57 #9 8.903 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.8 [620 kB]
16:34:57 #9 8.933 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.1 [146 kB]
16:34:57 #9 8.940 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.6 [4608 B]
16:34:57 #9 8.940 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
16:34:57 #9 8.949 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
16:34:57 #9 8.953 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
16:34:57 #9 8.953 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
16:34:57 #9 8.960 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
16:34:57 #9 8.972 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
16:34:57 #9 9.047 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
16:34:57 #9 9.047 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2021a-0ubuntu0.20.04 [295 kB]
16:34:57 #9 9.058 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libicu66 amd64 66.1-2ubuntu2 [8520 kB]
16:34:58 #8 33.29 Selecting previously unselected package cpp.
16:34:58 #8 33.29 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
16:34:58 #8 33.30 Unpacking cpp (4:8.3.0-1+rpi2) ...
16:34:58 #8 33.35 Selecting previously unselected package libcc1-0:armhf.
16:34:58 #8 33.35 Preparing to unpack .../024-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.36 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
16:34:58 #8 33.42 Selecting previously unselected package libgomp1:armhf.
16:34:58 #8 33.42 Preparing to unpack .../025-libgomp1_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.43 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
16:34:58 #8 33.49 Selecting previously unselected package libatomic1:armhf.
16:34:58 #8 33.49 Preparing to unpack .../026-libatomic1_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.49 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
16:34:58 #8 33.55 Selecting previously unselected package libasan5:armhf.
16:34:58 #8 33.55 Preparing to unpack .../027-libasan5_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.56 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
16:34:58 #9 9.588 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB]
16:34:58 #9 9.588 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
16:34:58 #9 9.589 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
16:34:58 #9 9.589 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
16:34:58 #9 9.590 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB]
16:34:58 #9 9.592 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
16:34:58 #9 9.592 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
16:34:58 #9 9.597 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
16:34:58 #9 9.598 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
16:34:58 #9 9.657 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB]
16:34:58 #8 33.65 Selecting previously unselected package libubsan1:armhf.
16:34:58 #8 33.66 Preparing to unpack .../028-libubsan1_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.66 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
16:34:58 #8 33.73 Selecting previously unselected package libgcc-8-dev:armhf.
16:34:58 #8 33.73 Preparing to unpack .../029-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.74 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
16:34:58 #9 9.731 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
16:34:58 #9 9.732 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
16:34:58 #9 9.848 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
16:34:58 #9 9.849 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
16:34:58 #9 9.881 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
16:34:58 #9 9.881 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
16:34:58 #9 9.881 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB]
16:34:58 #9 9.881 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB]
16:34:58 #9 9.881 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB]
16:34:58 #9 9.881 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB]
16:34:58 #9 9.888 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB]
16:34:58 #8 33.89 Selecting previously unselected package gcc-8.
16:34:58 #8 33.90 Preparing to unpack .../030-gcc-8_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.90 Unpacking gcc-8 (8.3.0-6+rpi1) ...
16:34:59 #19 DONE 4.0s
16:34:59 
16:34:59 #22 [build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:34:59 #22 sha256:5e796570d6e8b165da311afae9791f75a32c381465abc4619b030921a902eb8e
16:34:59 #9 9.955 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
16:34:59 #9 9.955 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
16:34:59 #9 9.955 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
16:34:59 #9 9.955 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
16:34:59 #9 9.956 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
16:34:59 #9 9.961 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
16:34:59 #9 10.03 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
16:34:59 #9 10.03 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
16:34:59 #9 10.03 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
16:34:59 #9 10.08 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB]
16:34:59 #9 10.12 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
16:34:59 #9 10.12 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.6 [17.1 kB]
16:34:59 #9 10.12 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.6 [154 kB]
16:34:59 #9 10.13 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
16:34:59 #9 10.13 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
16:34:59 #9 10.14 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
16:34:59 #9 10.18 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
16:34:59 #9 10.18 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
16:34:59 #9 10.18 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
16:34:59 #22 0.521 Building static docker-linux-amd64
16:34:59 #9 10.26 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
16:34:59 #9 10.26 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
16:34:59 #9 10.27 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
16:34:59 #9 10.27 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
16:34:59 #9 10.29 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
16:34:59 #9 10.30 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.1 [207 kB]
16:34:59 #9 10.33 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.1 [475 kB]
16:34:59 #9 10.35 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.1 [47.1 kB]
16:34:59 #9 10.35 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.1 [46.6 kB]
16:34:59 #9 10.35 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.1 [1613 kB]
16:34:59 #9 10.43 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.1 [3380 B]
16:34:59 #9 10.43 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB]
16:34:59 #9 10.43 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-84.94 [1115 kB]
16:34:59 #9 10.49 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
16:34:59 #9 10.49 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB]
16:34:59 #9 10.60 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB]
16:34:59 #9 10.60 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
16:34:59 #9 10.64 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
16:34:59 #9 10.65 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
16:34:59 #9 10.65 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB]
16:34:59 #8 34.93 Selecting previously unselected package gcc.
16:34:59 #8 34.94 Preparing to unpack .../031-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
16:34:59 #8 34.94 Unpacking gcc (4:8.3.0-1+rpi2) ...
16:34:59 #8 34.99 Selecting previously unselected package libc-dev-bin.
16:34:59 #8 35.00 Preparing to unpack .../032-libc-dev-bin_2.28-10+rpt2+rpi1_armhf.deb ...
16:34:59 #8 35.00 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1) ...
16:34:59 #8 35.06 Selecting previously unselected package linux-libc-dev:armhf.
16:35:00 #8 35.06 Preparing to unpack .../033-linux-libc-dev_1%3a1.20210831-1_armhf.deb ...
16:35:00 #8 35.07 Unpacking linux-libc-dev:armhf (1:1.20210831-1) ...
16:35:00 #9 11.07 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
16:35:00 #9 11.07 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
16:35:00 #9 11.07 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
16:35:00 #9 11.22 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
16:35:00 #8 35.41 Selecting previously unselected package libc6-dev:armhf.
16:35:00 #8 35.42 Preparing to unpack .../034-libc6-dev_2.28-10+rpt2+rpi1_armhf.deb ...
16:35:00 #8 35.42 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
16:35:00 #9 11.37 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
16:35:00 #9 11.38 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB]
16:35:00 #9 11.65 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
16:35:00 #9 11.77 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
16:35:00 #9 11.88 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
16:35:00 #9 11.92 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
16:35:00 #9 11.92 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB]
16:35:00 #8 35.90 Selecting previously unselected package libtool.
16:35:00 #8 35.90 Preparing to unpack .../035-libtool_2.4.6-9_all.deb ...
16:35:00 #8 35.91 Unpacking libtool (2.4.6-9) ...
16:35:00 #8 35.99 Selecting previously unselected package dh-autoreconf.
16:35:00 #8 35.99 Preparing to unpack .../036-dh-autoreconf_19_all.deb ...
16:35:00 #8 36.00 Unpacking dh-autoreconf (19) ...
16:35:00 #8 36.05 Selecting previously unselected package libarchive-zip-perl.
16:35:00 #8 36.05 Preparing to unpack .../037-libarchive-zip-perl_1.64-1_all.deb ...
16:35:00 #8 36.06 Unpacking libarchive-zip-perl (1.64-1) ...
16:35:01 #9 12.04 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB]
16:35:01 #8 36.11 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:35:01 #8 36.12 Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
16:35:01 #8 36.12 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
16:35:01 #8 36.19 Selecting previously unselected package dh-strip-nondeterminism.
16:35:01 #8 36.20 Preparing to unpack .../039-dh-strip-nondeterminism_1.1.2-1_all.deb ...
16:35:01 #8 36.20 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
16:35:01 #8 36.25 Selecting previously unselected package libdpkg-perl.
16:35:01 #8 36.25 Preparing to unpack .../040-libdpkg-perl_1.19.7_all.deb ...
16:35:01 #8 36.26 Unpacking libdpkg-perl (1.19.7) ...
16:35:01 #8 36.38 Selecting previously unselected package patch.
16:35:01 #9 12.50 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
16:35:01 #9 12.50 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB]
16:35:01 #9 12.52 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB]
16:35:01 #8 36.39 Preparing to unpack .../041-patch_2.7.6-3+deb10u1_armhf.deb ...
16:35:01 #8 36.39 Unpacking patch (2.7.6-3+deb10u1) ...
16:35:01 #8 36.45 Selecting previously unselected package make.
16:35:01 #8 36.45 Preparing to unpack .../042-make_4.2.1-1.2_armhf.deb ...
16:35:01 #8 36.46 Unpacking make (4.2.1-1.2) ...
16:35:01 #8 36.56 Selecting previously unselected package dpkg-dev.
16:35:01 #8 36.56 Preparing to unpack .../043-dpkg-dev_1.19.7_all.deb ...
16:35:01 #8 36.56 Unpacking dpkg-dev (1.19.7) ...
16:35:01 #8 36.74 Selecting previously unselected package libelf1:armhf.
16:35:01 #8 36.74 Preparing to unpack .../044-libelf1_0.176-1.1_armhf.deb ...
16:35:01 #8 36.75 Unpacking libelf1:armhf (0.176-1.1) ...
16:35:01 #8 36.82 Selecting previously unselected package dwz.
16:35:01 #8 36.82 Preparing to unpack .../045-dwz_0.12-3_armhf.deb ...
16:35:01 #8 36.83 Unpacking dwz (0.12-3) ...
16:35:01 #8 36.88 Selecting previously unselected package libdebhelper-perl.
16:35:01 #8 36.88 Preparing to unpack .../046-libdebhelper-perl_13.2~bpo10+1_all.deb ...
16:35:01 #8 36.89 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
16:35:01 #9 13.05 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
16:35:01 #9 13.06 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
16:35:01 #9 13.06 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
16:35:01 #9 13.06 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
16:35:01 #9 13.06 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
16:35:01 #9 13.07 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
16:35:01 #9 13.07 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
16:35:01 #9 13.08 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB]
16:35:01 #9 13.08 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB]
16:35:01 #9 13.13 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB]
16:35:01 #8 36.98 Selecting previously unselected package libglib2.0-0:armhf.
16:35:01 #8 36.98 Preparing to unpack .../047-libglib2.0-0_2.58.3-2+deb10u2_armhf.deb ...
16:35:01 #8 36.99 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
16:35:01 #8 37.18 Selecting previously unselected package libicu63:armhf.
16:35:01 #8 37.18 Preparing to unpack .../048-libicu63_63.1-6+deb10u1_armhf.deb ...
16:35:01 #8 37.19 Unpacking libicu63:armhf (63.1-6+deb10u1) ...
16:35:02 #9 13.21 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB]
16:35:02 #9 13.21 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB]
16:35:02 #9 13.21 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB]
16:35:02 #9 13.21 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB]
16:35:02 #9 13.22 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB]
16:35:02 #9 13.22 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB]
16:35:02 #9 13.23 Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB]
16:35:02 #9 13.23 Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB]
16:35:02 #9 13.23 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB]
16:35:02 #9 13.28 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB]
16:35:02 #9 13.35 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
16:35:02 #9 13.36 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
16:35:02 #9 13.36 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
16:35:02 #9 13.36 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB]
16:35:02 #9 13.37 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB]
16:35:02 #9 13.38 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
16:35:02 #9 13.38 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
16:35:02 #9 13.39 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
16:35:02 #9 13.39 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
16:35:02 #9 13.43 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
16:35:02 #9 13.50 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
16:35:02 #9 13.51 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
16:35:02 #9 13.52 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
16:35:02 #9 13.53 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
16:35:02 #9 13.55 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
16:35:02 #9 13.55 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
16:35:02 #9 13.59 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
16:35:02 #9 13.60 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
16:35:02 #9 13.61 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
16:35:02 #9 13.65 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
16:35:02 #9 13.65 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
16:35:02 #9 13.65 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
16:35:02 #9 13.65 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB]
16:35:02 #9 13.66 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
16:35:02 #9 13.67 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
16:35:02 #9 13.73 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB]
16:35:02 #9 13.74 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
16:35:02 #9 13.74 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB]
16:35:02 #9 13.76 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB]
16:35:02 #9 13.80 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
16:35:02 #9 13.80 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB]
16:35:02 #9 13.81 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB]
16:35:02 #9 13.81 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB]
16:35:02 #9 13.81 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB]
16:35:02 #9 13.84 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB]
16:35:02 #9 13.88 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
16:35:02 #9 13.88 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
16:35:02 #9 13.88 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
16:35:02 #9 13.88 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
16:35:02 #9 13.95 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
16:35:02 #13 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 4.5s done
16:35:02 #13 extracting sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd
16:35:02 #13 extracting sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd done
16:35:02 #13 DONE 17.9s
16:35:02 
16:35:02 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
16:35:02 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
16:35:02 #9 0.978 Loaded plugins: fastestmirror, ovl
16:35:02 #9 1.218 Determining fastest mirrors
16:35:03 #9 13.95 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
16:35:03 #9 13.95 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
16:35:03 #9 13.95 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
16:35:03 #9 13.95 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
16:35:03 #9 13.95 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
16:35:03 #9 14.02 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
16:35:03 #9 14.02 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
16:35:03 #9 14.02 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
16:35:03 #9 14.02 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
16:35:03 #9 14.09 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
16:35:03 #9 14.10 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
16:35:03 #9 14.10 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
16:35:03 #9 14.10 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
16:35:03 #9 14.10 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
16:35:03 #9 14.10 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
16:35:03 #9 14.17 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
16:35:03 #9 14.17 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
16:35:03 #9 14.17 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
16:35:03 #9 14.18 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
16:35:03 #9 14.24 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
16:35:03 #9 14.25 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
16:35:03 #9 14.25 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
16:35:03 #9 14.25 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
16:35:03 #9 14.25 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
16:35:03 #9 14.25 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
16:35:03 #9 14.32 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
16:35:03 #9 14.32 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
16:35:03 #9 14.32 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
16:35:03 #9 14.33 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
16:35:03 #8 38.40 Selecting previously unselected package libxml2:armhf.
16:35:03 #8 38.40 Preparing to unpack .../049-libxml2_2.9.4+dfsg1-7+deb10u2_armhf.deb ...
16:35:03 #8 38.41 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
16:35:03 #8 38.55 Selecting previously unselected package libcroco3:armhf.
16:35:03 #8 38.55 Preparing to unpack .../050-libcroco3_0.6.12-3_armhf.deb ...
16:35:03 #8 38.56 Unpacking libcroco3:armhf (0.6.12-3) ...
16:35:03 #8 38.62 Selecting previously unselected package gettext.
16:35:03 #9 ...
16:35:03 
16:35:03 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:35:03 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:35:03 #14 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 5.7s done
16:35:03 #14 extracting sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd done
16:35:03 #14 DONE 20.3s
16:35:03 
16:35:03 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:35:03 #9 sha256:1c3cfc5896082c97e430fbf7fd7a73e5251d4ddd91a40714cfbd91b466d61e5c
16:35:03 #9 14.47 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
16:35:03 #9 14.55 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
16:35:03 #8 38.62 Preparing to unpack .../051-gettext_0.19.8.1-9_armhf.deb ...
16:35:03 #8 38.63 Unpacking gettext (0.19.8.1-9) ...
16:35:03 #8 38.86 Selecting previously unselected package intltool-debian.
16:35:03 #8 38.86 Preparing to unpack .../052-intltool-debian_0.35.0+20060710.5_all.deb ...
16:35:03 #8 38.86 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:35:03 #9 14.74 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
16:35:03 #9 14.78 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
16:35:03 #9 14.81 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
16:35:03 #9 14.95 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
16:35:03 #8 38.95 Selecting previously unselected package po-debconf.
16:35:03 #8 38.95 Preparing to unpack .../053-po-debconf_1.0.21_all.deb ...
16:35:03 #8 38.96 Unpacking po-debconf (1.0.21) ...
16:35:03 #8 39.06 Selecting previously unselected package debhelper.
16:35:03 #8 39.06 Preparing to unpack .../054-debhelper_13.2~bpo10+1_all.deb ...
16:35:03 #8 39.07 Unpacking debhelper (13.2~bpo10+1) ...
16:35:04 #9 14.95 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
16:35:04 #9 14.96 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
16:35:04 #9 14.96 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
16:35:04 #9 14.97 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
16:35:04 #9 14.99 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
16:35:04 #9 14.99 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB]
16:35:04 #9 15.00 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
16:35:04 #9 15.00 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB]
16:35:04 #9 15.04 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB]
16:35:04 #8 39.25 Selecting previously unselected package libfakeroot:armhf.
16:35:04 #8 39.25 Preparing to unpack .../055-libfakeroot_1.23-1_armhf.deb ...
16:35:04 #8 39.26 Unpacking libfakeroot:armhf (1.23-1) ...
16:35:04 #8 39.31 Selecting previously unselected package fakeroot.
16:35:04 #8 39.31 Preparing to unpack .../056-fakeroot_1.23-1_armhf.deb ...
16:35:04 #8 39.32 Unpacking fakeroot (1.23-1) ...
16:35:04 #8 39.38 Selecting previously unselected package libfile-which-perl.
16:35:04 #8 39.38 Preparing to unpack .../057-libfile-which-perl_1.23-1_all.deb ...
16:35:04 #8 39.39 Unpacking libfile-which-perl (1.23-1) ...
16:35:04 #8 39.43 Selecting previously unselected package libfile-homedir-perl.
16:35:04 #9 15.31 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
16:35:04 #9 15.31 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
16:35:04 #9 15.31 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
16:35:04 #9 15.31 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
16:35:04 #9 15.31 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
16:35:04 #9 15.31 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
16:35:04 #9 15.31 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
16:35:04 #9 15.31 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
16:35:04 #9 15.31 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
16:35:04 #9 15.38 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
16:35:04 #9 15.39 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
16:35:04 #9 15.39 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
16:35:04 #9 15.39 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
16:35:04 #9 15.39 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
16:35:04 #9 15.39 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
16:35:04 #9 15.39 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
16:35:04 #9 15.39 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
16:35:04 #9 15.39 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
16:35:04 #9 15.45 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
16:35:04 #9 15.47 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
16:35:04 #9 15.47 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
16:35:04 #9 15.47 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
16:35:04 #9 15.47 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
16:35:04 #9 15.47 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
16:35:04 #9 15.47 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
16:35:04 #9 15.47 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
16:35:04 #9 15.48 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
16:35:04 #9 15.52 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
16:35:04 #8 39.44 Preparing to unpack .../058-libfile-homedir-perl_1.004-1_all.deb ...
16:35:04 #8 39.44 Unpacking libfile-homedir-perl (1.004-1) ...
16:35:04 #8 39.50 Selecting previously unselected package libio-pty-perl.
16:35:04 #8 39.50 Preparing to unpack .../059-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
16:35:04 #8 39.51 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
16:35:04 #8 39.58 Selecting previously unselected package libipc-run-perl.
16:35:04 #8 39.58 Preparing to unpack .../060-libipc-run-perl_20180523.0-1_all.deb ...
16:35:04 #8 39.58 Unpacking libipc-run-perl (20180523.0-1) ...
16:35:04 #8 39.64 Selecting previously unselected package libclass-method-modifiers-perl.
16:35:04 #8 39.64 Preparing to unpack .../061-libclass-method-modifiers-perl_2.12-1_all.deb ...
16:35:04 #8 39.65 Unpacking libclass-method-modifiers-perl (2.12-1) ...
16:35:04 #8 39.69 Selecting previously unselected package libsub-exporter-progressive-perl.
16:35:04 #9 15.55 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
16:35:04 #9 15.56 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
16:35:04 #9 15.56 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
16:35:04 #9 15.57 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
16:35:04 #9 15.58 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
16:35:04 #9 15.58 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
16:35:04 #9 15.59 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
16:35:04 #9 15.59 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
16:35:04 #9 15.60 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
16:35:04 #9 15.67 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
16:35:04 #9 15.67 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
16:35:04 #9 15.67 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
16:35:04 #9 15.67 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
16:35:04 #9 15.67 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
16:35:04 #9 15.68 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
16:35:04 #9 15.68 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
16:35:04 #9 15.68 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
16:35:04 #9 15.68 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
16:35:04 #9 15.74 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
16:35:04 #9 15.76 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
16:35:04 #9 15.76 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
16:35:04 #9 15.76 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
16:35:04 #9 15.76 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
16:35:04 #9 15.76 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
16:35:04 #9 15.76 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
16:35:04 #9 15.77 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
16:35:04 #9 15.77 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
16:35:04 #9 15.81 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
16:35:04 #8 39.69 Preparing to unpack .../062-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
16:35:04 #8 39.70 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
16:35:04 #8 39.75 Selecting previously unselected package libdevel-globaldestruction-perl.
16:35:04 #8 39.75 Preparing to unpack .../063-libdevel-globaldestruction-perl_0.14-1_all.deb ...
16:35:04 #8 39.76 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
16:35:04 #8 39.82 Selecting previously unselected package libb-hooks-op-check-perl.
16:35:04 #8 39.82 Preparing to unpack .../064-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
16:35:04 #8 39.83 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
16:35:04 #8 39.89 Selecting previously unselected package libdynaloader-functions-perl.
16:35:04 #8 39.89 Preparing to unpack .../065-libdynaloader-functions-perl_0.003-1_all.deb ...
16:35:04 #8 39.90 Unpacking libdynaloader-functions-perl (0.003-1) ...
16:35:04 #8 39.94 Selecting previously unselected package libdevel-callchecker-perl.
16:35:04 #9 7.899  * base: download.cf.centos.org
16:35:04 #9 7.900  * extras: download.cf.centos.org
16:35:04 #9 7.900  * updates: download.cf.centos.org
16:35:04 #9 15.84 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
16:35:04 #9 15.84 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
16:35:04 #9 15.84 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
16:35:04 #9 15.84 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
16:35:04 #9 15.85 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
16:35:04 #9 15.85 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
16:35:04 #9 15.85 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
16:35:04 #9 15.85 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
16:35:04 #9 15.89 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
16:35:04 #9 15.93 Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
16:35:04 #9 15.93 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
16:35:04 #9 15.93 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
16:35:04 #9 15.93 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
16:35:04 #9 15.94 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
16:35:04 #9 15.94 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
16:35:04 #9 15.94 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
16:35:04 #9 15.94 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
16:35:04 #9 15.96 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
16:35:04 #9 16.02 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
16:35:04 #9 16.02 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
16:35:04 #9 16.02 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
16:35:04 #9 16.02 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
16:35:04 #9 16.02 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
16:35:04 #9 16.02 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
16:35:04 #9 16.02 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
16:35:04 #9 16.02 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
16:35:04 #9 16.03 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
16:35:05 #8 39.95 Preparing to unpack .../066-libdevel-callchecker-perl_0.008-1_armhf.deb ...
16:35:05 #8 39.95 Unpacking libdevel-callchecker-perl (0.008-1) ...
16:35:05 #8 40.00 Selecting previously unselected package libparams-classify-perl.
16:35:05 #8 40.01 Preparing to unpack .../067-libparams-classify-perl_0.015-1+b1_armhf.deb ...
16:35:05 #8 40.02 Unpacking libparams-classify-perl (0.015-1+b1) ...
16:35:05 #8 40.08 Selecting previously unselected package libmodule-runtime-perl.
16:35:05 #8 40.08 Preparing to unpack .../068-libmodule-runtime-perl_0.016-1_all.deb ...
16:35:05 #8 40.09 Unpacking libmodule-runtime-perl (0.016-1) ...
16:35:05 #8 40.13 Selecting previously unselected package libimport-into-perl.
16:35:05 #8 40.14 Preparing to unpack .../069-libimport-into-perl_1.002005-1_all.deb ...
16:35:05 #8 40.15 Unpacking libimport-into-perl (1.002005-1) ...
16:35:05 #8 40.19 Selecting previously unselected package librole-tiny-perl.
16:35:05 #9 16.10 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
16:35:05 #9 16.10 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
16:35:05 #9 16.10 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
16:35:05 #9 16.26 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
16:35:05 #8 40.20 Preparing to unpack .../070-librole-tiny-perl_2.000006-1_all.deb ...
16:35:05 #8 40.20 Unpacking librole-tiny-perl (2.000006-1) ...
16:35:05 #8 40.25 Selecting previously unselected package libstrictures-perl.
16:35:05 #8 40.26 Preparing to unpack .../071-libstrictures-perl_2.000005-1_all.deb ...
16:35:05 #8 40.26 Unpacking libstrictures-perl (2.000005-1) ...
16:35:05 #8 40.31 Selecting previously unselected package libsub-quote-perl.
16:35:05 #8 40.31 Preparing to unpack .../072-libsub-quote-perl_2.005001-1_all.deb ...
16:35:05 #8 40.32 Unpacking libsub-quote-perl (2.005001-1) ...
16:35:05 #8 40.36 Selecting previously unselected package libmoo-perl.
16:35:05 #8 40.36 Preparing to unpack .../073-libmoo-perl_2.003004-2_all.deb ...
16:35:05 #8 40.37 Unpacking libmoo-perl (2.003004-2) ...
16:35:05 #8 40.42 Selecting previously unselected package libencode-locale-perl.
16:35:05 #9 16.40 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
16:35:05 #9 16.41 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
16:35:05 #9 16.45 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
16:35:05 #9 16.53 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
16:35:05 #9 16.56 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
16:35:05 #8 40.43 Preparing to unpack .../074-libencode-locale-perl_1.05-1_all.deb ...
16:35:05 #8 40.43 Unpacking libencode-locale-perl (1.05-1) ...
16:35:05 #8 40.48 Selecting previously unselected package libtimedate-perl.
16:35:05 #8 40.48 Preparing to unpack .../075-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
16:35:05 #8 40.49 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
16:35:05 #8 40.56 Selecting previously unselected package libhttp-date-perl.
16:35:05 #8 40.56 Preparing to unpack .../076-libhttp-date-perl_6.02-1_all.deb ...
16:35:05 #8 40.57 Unpacking libhttp-date-perl (6.02-1) ...
16:35:05 #8 40.62 Selecting previously unselected package libfile-listing-perl.
16:35:05 #8 40.62 Preparing to unpack .../077-libfile-listing-perl_6.04-1_all.deb ...
16:35:05 #8 40.63 Unpacking libfile-listing-perl (6.04-1) ...
16:35:05 #8 40.67 Selecting previously unselected package libhtml-tagset-perl.
16:35:05 #8 40.68 Preparing to unpack .../078-libhtml-tagset-perl_3.20-3_all.deb ...
16:35:05 #8 40.68 Unpacking libhtml-tagset-perl (3.20-3) ...
16:35:05 #8 40.73 Selecting previously unselected package liburi-perl.
16:35:05 #8 40.73 Preparing to unpack .../079-liburi-perl_1.76-1_all.deb ...
16:35:05 #8 40.74 Unpacking liburi-perl (1.76-1) ...
16:35:05 #8 40.81 Selecting previously unselected package libhtml-parser-perl.
16:35:05 #9 16.58 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
16:35:05 #9 16.58 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
16:35:05 #9 16.66 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
16:35:05 #9 16.67 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
16:35:05 #9 16.68 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
16:35:05 #9 16.69 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
16:35:05 #9 16.69 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
16:35:05 #9 16.69 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
16:35:05 #9 16.69 Get:318 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2 [49.1 kB]
16:35:05 #9 16.72 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
16:35:05 #9 16.75 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
16:35:05 #9 16.79 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
16:35:05 #8 40.81 Preparing to unpack .../080-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
16:35:05 #8 40.82 Unpacking libhtml-parser-perl (3.72-3+b2) ...
16:35:05 #8 40.88 Selecting previously unselected package libhtml-tree-perl.
16:35:05 #8 40.88 Preparing to unpack .../081-libhtml-tree-perl_5.07-2_all.deb ...
16:35:05 #8 40.88 Unpacking libhtml-tree-perl (5.07-2) ...
16:35:05 #8 40.96 Selecting previously unselected package libio-html-perl.
16:35:05 #9 16.81 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
16:35:05 #9 16.81 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
16:35:05 #9 16.82 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
16:35:05 #9 16.82 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
16:35:05 #9 16.82 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
16:35:05 #9 16.83 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
16:35:05 #9 16.84 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
16:35:05 #9 16.86 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
16:35:05 #9 16.87 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
16:35:05 #9 16.94 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
16:35:05 #9 16.94 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
16:35:05 #9 16.95 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
16:35:05 #9 16.95 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
16:35:05 #9 16.97 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
16:35:05 #9 16.98 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
16:35:05 #9 16.99 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
16:35:05 #9 17.01 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
16:35:05 #9 17.01 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
16:35:05 #9 17.01 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
16:35:05 #9 17.08 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
16:35:06 #8 40.96 Preparing to unpack .../082-libio-html-perl_1.001-1_all.deb ...
16:35:06 #8 40.97 Unpacking libio-html-perl (1.001-1) ...
16:35:06 #8 41.01 Selecting previously unselected package liblwp-mediatypes-perl.
16:35:06 #8 41.01 Preparing to unpack .../083-liblwp-mediatypes-perl_6.02-1_all.deb ...
16:35:06 #8 41.02 Unpacking liblwp-mediatypes-perl (6.02-1) ...
16:35:06 #8 41.10 Selecting previously unselected package libhttp-message-perl.
16:35:06 #8 41.10 Preparing to unpack .../084-libhttp-message-perl_6.18-1_all.deb ...
16:35:06 #8 41.11 Unpacking libhttp-message-perl (6.18-1) ...
16:35:06 #8 41.16 Selecting previously unselected package libhttp-cookies-perl.
16:35:06 #8 41.17 Preparing to unpack .../085-libhttp-cookies-perl_6.04-1_all.deb ...
16:35:06 #8 41.17 Unpacking libhttp-cookies-perl (6.04-1) ...
16:35:06 #8 41.22 Selecting previously unselected package libhttp-negotiate-perl.
16:35:06 #8 41.23 Preparing to unpack .../086-libhttp-negotiate-perl_6.01-1_all.deb ...
16:35:06 #8 41.23 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:35:06 #8 41.28 Selecting previously unselected package perl-openssl-defaults:armhf.
16:35:06 #8 41.28 Preparing to unpack .../087-perl-openssl-defaults_3_armhf.deb ...
16:35:06 #8 41.29 Unpacking perl-openssl-defaults:armhf (3) ...
16:35:06 #8 41.34 Selecting previously unselected package libnet-ssleay-perl.
16:35:06 #9 17.08 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
16:35:06 #9 17.09 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu1 [981 kB]
16:35:06 #9 17.14 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
16:35:06 #9 17.28 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
16:35:06 #9 17.29 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
16:35:06 #9 17.29 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
16:35:06 #9 17.30 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
16:35:06 #9 17.30 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
16:35:06 #9 17.30 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
16:35:06 #9 17.30 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
16:35:06 #9 17.30 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
16:35:06 #9 17.30 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
16:35:06 #8 41.34 Preparing to unpack .../088-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
16:35:06 #8 41.35 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
16:35:06 #8 41.45 Selecting previously unselected package libio-socket-ssl-perl.
16:35:06 #8 41.45 Preparing to unpack .../089-libio-socket-ssl-perl_2.060-3_all.deb ...
16:35:06 #8 41.46 Unpacking libio-socket-ssl-perl (2.060-3) ...
16:35:06 #8 41.53 Selecting previously unselected package libnet-http-perl.
16:35:06 #8 41.53 Preparing to unpack .../090-libnet-http-perl_6.18-1_all.deb ...
16:35:06 #8 41.54 Unpacking libnet-http-perl (6.18-1) ...
16:35:06 #8 41.59 Selecting previously unselected package liblwp-protocol-https-perl.
16:35:06 #9 17.47 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
16:35:06 #8 41.59 Preparing to unpack .../091-liblwp-protocol-https-perl_6.07-2_all.deb ...
16:35:06 #8 41.60 Unpacking liblwp-protocol-https-perl (6.07-2) ...
16:35:06 #8 41.65 Selecting previously unselected package libtry-tiny-perl.
16:35:06 #8 41.65 Preparing to unpack .../092-libtry-tiny-perl_0.30-1_all.deb ...
16:35:06 #8 41.66 Unpacking libtry-tiny-perl (0.30-1) ...
16:35:06 #8 41.71 Selecting previously unselected package libwww-robotrules-perl.
16:35:06 #8 41.71 Preparing to unpack .../093-libwww-robotrules-perl_6.02-1_all.deb ...
16:35:06 #8 41.71 Unpacking libwww-robotrules-perl (6.02-1) ...
16:35:06 #8 41.76 Selecting previously unselected package libwww-perl.
16:35:06 #8 41.77 Preparing to unpack .../094-libwww-perl_6.36-2_all.deb ...
16:35:06 #8 41.77 Unpacking libwww-perl (6.36-2) ...
16:35:06 #8 41.84 Selecting previously unselected package patchutils.
16:35:06 #8 41.84 Preparing to unpack .../095-patchutils_0.3.4-2_armhf.deb ...
16:35:06 #8 41.85 Unpacking patchutils (0.3.4-2) ...
16:35:06 #8 41.91 Selecting previously unselected package wdiff.
16:35:06 #8 41.91 Preparing to unpack .../096-wdiff_1.2.2-2_armhf.deb ...
16:35:06 #8 41.92 Unpacking wdiff (1.2.2-2) ...
16:35:07 #9 17.89 debconf: delaying package configuration, since apt-utils is not installed
16:35:07 #9 17.99 Fetched 104 MB in 10s (10.1 MB/s)
16:35:07 #8 42.01 Selecting previously unselected package devscripts.
16:35:07 #8 42.01 Preparing to unpack .../097-devscripts_2.19.5+deb10u1_armhf.deb ...
16:35:07 #8 42.05 Unpacking devscripts (2.19.5+deb10u1) ...
16:35:07 #8 42.25 Selecting previously unselected package equivs.
16:35:07 #9 18.10 Selecting previously unselected package liblocale-gettext-perl.
16:35:07 #9 18.10 (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.)
16:35:07 #9 18.11 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
16:35:07 #9 18.13 Unpacking liblocale-gettext-perl (1.07-4) ...
16:35:07 #9 18.41 Selecting previously unselected package libssl1.1:amd64.
16:35:07 #8 42.25 Preparing to unpack .../098-equivs_2.2.0_all.deb ...
16:35:07 #8 42.26 Unpacking equivs (2.2.0) ...
16:35:07 #8 42.32 Selecting previously unselected package libcurl3-gnutls:armhf.
16:35:07 #8 42.32 Preparing to unpack .../099-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
16:35:07 #8 42.33 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
16:35:07 #8 42.42 Selecting previously unselected package libpcre2-8-0:armhf.
16:35:07 #8 42.42 Preparing to unpack .../100-libpcre2-8-0_10.32-5_armhf.deb ...
16:35:07 #8 42.43 Unpacking libpcre2-8-0:armhf (10.32-5) ...
16:35:07 #8 42.50 Selecting previously unselected package liberror-perl.
16:35:07 #9 18.41 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.8_amd64.deb ...
16:35:07 #9 18.42 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
16:35:07 #9 18.56 Selecting previously unselected package libpython3.8-minimal:amd64.
16:35:07 #9 18.56 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04_amd64.deb ...
16:35:07 #9 18.57 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04) ...
16:35:07 #9 18.68 Selecting previously unselected package libexpat1:amd64.
16:35:07 #9 18.68 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ...
16:35:07 #8 42.50 Preparing to unpack .../101-liberror-perl_0.17027-2_all.deb ...
16:35:07 #8 42.51 Unpacking liberror-perl (0.17027-2) ...
16:35:07 #8 42.56 Selecting previously unselected package git-man.
16:35:07 #8 42.57 Preparing to unpack .../102-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
16:35:07 #8 42.57 Unpacking git-man (1:2.20.1-2+deb10u3) ...
16:35:07 #8 42.75 Selecting previously unselected package git.
16:35:07 #8 42.75 Preparing to unpack .../103-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
16:35:07 #8 42.78 Unpacking git (1:2.20.1-2+deb10u3) ...
16:35:07 #9 18.68 Unpacking libexpat1:amd64 (2.2.9-1build1) ...
16:35:07 #9 18.72 Selecting previously unselected package python3.8-minimal.
16:35:07 #9 18.72 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04_amd64.deb ...
16:35:07 #9 18.73 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04) ...
16:35:07 #9 18.96 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
16:35:08 #9 19.07 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04) ...
16:35:08 #9 19.09 Setting up libexpat1:amd64 (2.2.9-1build1) ...
16:35:08 #9 19.10 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04) ...
16:35:08 #8 43.51 Setting up perl-modules-5.28 (5.28.1-6) ...
16:35:08 #8 43.53 Setting up libpipeline1:armhf (1.5.1-2) ...
16:35:08 #8 43.55 Setting up mime-support (3.62) ...
16:35:08 #8 43.60 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
16:35:08 #8 43.62 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
16:35:08 #8 43.64 No schema files found: doing nothing.
16:35:08 #8 43.66 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
16:35:08 #8 43.68 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
16:35:08 #8 43.71 Setting up perl-openssl-defaults:armhf (3) ...
16:35:08 #8 43.72 Setting up linux-libc-dev:armhf (1:1.20210831-1) ...
16:35:08 #8 43.74 Setting up gettext-base (0.19.8.1-9) ...
16:35:08 #8 43.76 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
16:35:08 #8 43.78 Setting up file (1:5.35-4+deb10u2) ...
16:35:08 #8 43.80 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
16:35:08 #8 43.82 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:35:08 #8 43.83 Setting up libicu63:armhf (63.1-6+deb10u1) ...
16:35:08 #9 19.66 Selecting previously unselected package python3-minimal.
16:35:08 #9 19.66 (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.)
16:35:08 #9 19.67 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
16:35:08 #9 19.67 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
16:35:08 #9 19.71 Selecting previously unselected package mime-support.
16:35:08 #9 19.71 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
16:35:08 #9 19.71 Unpacking mime-support (3.64ubuntu1) ...
16:35:08 #9 19.75 Selecting previously unselected package libmpdec2:amd64.
16:35:08 #9 19.75 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
16:35:08 #9 19.75 Unpacking libmpdec2:amd64 (2.4.2-3) ...
16:35:08 #9 19.79 Selecting previously unselected package readline-common.
16:35:08 #8 43.85 Setting up libfakeroot:armhf (1.23-1) ...
16:35:08 #8 43.88 Setting up fakeroot (1.23-1) ...
16:35:08 #8 43.89 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:35:08 #8 43.89 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
16:35:08 #8 43.89 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
16:35:08 #8 43.89 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
16:35:08 #8 43.89 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
16:35:08 #8 43.89 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
16:35:08 #8 43.89 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
16:35:08 #8 43.89 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
16:35:08 #8 43.90 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
16:35:08 #8 43.91 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
16:35:08 #8 43.93 Setting up autotools-dev (20180224.1) ...
16:35:08 #8 43.95 Setting up make (4.2.1-1.2) ...
16:35:08 #8 43.96 Setting up libmpfr6:armhf (4.0.2-1) ...
16:35:08 #8 43.98 Setting up libsigsegv2:armhf (2.12-2) ...
16:35:08 #8 44.00 Setting up xz-utils (5.2.4-1) ...
16:35:08 #8 44.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
16:35:08 #8 44.03 Setting up libmpc3:armhf (1.1.0-1) ...
16:35:08 #8 44.05 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
16:35:08 #9 19.79 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
16:35:08 #9 19.79 Unpacking readline-common (8.0-4) ...
16:35:08 #9 19.84 Selecting previously unselected package libreadline8:amd64.
16:35:08 #9 19.84 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
16:35:08 #9 19.85 Unpacking libreadline8:amd64 (8.0-4) ...
16:35:08 #9 19.90 Selecting previously unselected package libsqlite3-0:amd64.
16:35:08 #9 19.90 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ...
16:35:08 #9 19.91 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
16:35:08 #9 19.98 Selecting previously unselected package libpython3.8-stdlib:amd64.
16:35:08 #9 19.98 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04_amd64.deb ...
16:35:08 #9 19.98 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04) ...
16:35:09 #8 44.07 Setting up patch (2.7.6-3+deb10u1) ...
16:35:09 #8 44.09 Setting up autopoint (0.19.8.1-9) ...
16:35:09 #8 44.11 Setting up libfl2:armhf (2.6.4-6.2) ...
16:35:09 #8 44.13 Setting up libpcre2-8-0:armhf (10.32-5) ...
16:35:09 #8 44.15 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
16:35:09 #8 44.20 Setting up libisl19:armhf (0.20-2) ...
16:35:09 #8 44.22 Setting up sensible-utils (0.0.12) ...
16:35:09 #8 44.24 Setting up libuchardet0:armhf (0.0.6-3) ...
16:35:09 #8 44.26 Setting up git-man (1:2.20.1-2+deb10u3) ...
16:35:09 #8 44.28 Setting up libmpdec2:armhf (2.4.2-2) ...
16:35:09 #8 44.30 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
16:35:09 #9 20.17 Selecting previously unselected package python3.8.
16:35:09 #9 20.17 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04_amd64.deb ...
16:35:09 #9 20.18 Unpacking python3.8 (3.8.10-0ubuntu1~20.04) ...
16:35:09 #9 20.21 Selecting previously unselected package libpython3-stdlib:amd64.
16:35:09 #9 20.21 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
16:35:09 #9 20.21 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
16:35:09 #9 20.24 Setting up python3-minimal (3.8.2-0ubuntu2) ...
16:35:09 #8 44.31 Setting up cpp-8 (8.3.0-6+rpi1) ...
16:35:09 #8 44.33 Setting up libc-dev-bin (2.28-10+rpt2+rpi1) ...
16:35:09 #8 44.35 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
16:35:09 #8 44.37 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
16:35:09 #8 44.39 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
16:35:09 #8 44.41 Setting up libelf1:armhf (0.176-1.1) ...
16:35:09 #8 44.43 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
16:35:09 #8 44.44 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
16:35:09 #8 44.46 Setting up libgdbm6:armhf (1.18.1-4) ...
16:35:09 #8 44.48 Setting up wdiff (1.2.2-2) ...
16:35:09 #8 44.50 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
16:35:09 #8 44.52 Setting up m4 (1.4.18-2) ...
16:35:09 #8 44.53 Setting up binutils (2.31.1-16+rpi2) ...
16:35:09 #8 44.55 Setting up bsdmainutils (11.1.2) ...
16:35:09 #8 44.59 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
16:35:09 #8 44.59 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
16:35:09 #8 44.59 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
16:35:09 #8 44.59 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
16:35:09 #8 44.60 Setting up libcroco3:armhf (0.6.12-3) ...
16:35:09 #8 44.62 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
16:35:09 #9 20.42 Selecting previously unselected package python3.
16:35:09 #9 20.42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4870 files and directories currently installed.)
16:35:09 #9 20.42 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
16:35:09 #9 20.43 Unpacking python3 (3.8.2-0ubuntu2) ...
16:35:09 #9 20.46 Selecting previously unselected package libbsd0:amd64.
16:35:09 #9 20.46 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
16:35:09 #9 20.47 Unpacking libbsd0:amd64 (0.10.0-1) ...
16:35:09 #9 20.50 Selecting previously unselected package bsdmainutils.
16:35:09 #9 20.50 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
16:35:09 #9 20.50 Unpacking bsdmainutils (11.1.2ubuntu3) ...
16:35:09 #9 20.55 Selecting previously unselected package libuchardet0:amd64.
16:35:09 #8 44.64 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
16:35:09 #8 44.66 Setting up libperl5.28:armhf (5.28.1-6) ...
16:35:09 #8 44.68 Setting up dwz (0.12-3) ...
16:35:09 #8 44.70 Setting up groff-base (1.22.4-3+deb10u1) ...
16:35:09 #8 44.72 Setting up cpp (4:8.3.0-1+rpi2) ...
16:35:09 #8 44.75 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
16:35:09 #8 44.77 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
16:35:09 #8 44.79 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:35:09 #9 20.55 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
16:35:09 #9 20.56 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
16:35:09 #9 20.58 Selecting previously unselected package groff-base.
16:35:09 #9 20.59 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
16:35:09 #9 20.59 Unpacking groff-base (1.22.4-4build1) ...
16:35:09 #9 20.71 Selecting previously unselected package libgdbm6:amd64.
16:35:09 #9 20.71 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
16:35:09 #9 20.71 Unpacking libgdbm6:amd64 (1.18.1-5) ...
16:35:09 #9 20.74 Selecting previously unselected package libpipeline1:amd64.
16:35:09 #9 20.74 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
16:35:09 #9 20.75 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
16:35:09 #9 20.79 Selecting previously unselected package man-db.
16:35:09 #9 20.80 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
16:35:09 #9 20.80 Unpacking man-db (2.9.1-1) ...
16:35:09 #9 20.92 Selecting previously unselected package perl-modules-5.30.
16:35:09 #9 20.92 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
16:35:09 #9 20.92 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
16:35:10 #9 21.27 Selecting previously unselected package libgdbm-compat4:amd64.
16:35:10 #9 21.27 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
16:35:10 #9 21.28 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
16:35:10 #9 21.31 Selecting previously unselected package libperl5.30:amd64.
16:35:10 #9 21.31 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ...
16:35:10 #9 21.32 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
16:35:10 #9 21.78 Selecting previously unselected package perl.
16:35:10 #9 21.78 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_amd64.deb ...
16:35:10 #9 21.79 Unpacking perl (5.30.0-9ubuntu0.2) ...
16:35:10 #9 21.83 Selecting previously unselected package openssl.
16:35:10 #9 21.83 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.8_amd64.deb ...
16:35:10 #9 21.84 Unpacking openssl (1.1.1f-1ubuntu2.8) ...
16:35:10 #9 21.93 Selecting previously unselected package ca-certificates.
16:35:11 #8 46.21 Setting up gettext (0.19.8.1-9) ...
16:35:11 #9 21.93 Preparing to unpack .../013-ca-certificates_20210119~20.04.1_all.deb ...
16:35:11 #9 21.93 Unpacking ca-certificates (20210119~20.04.1) ...
16:35:11 #9 21.98 Selecting previously unselected package distro-info-data.
16:35:11 #9 21.98 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.6_all.deb ...
16:35:11 #9 21.98 Unpacking distro-info-data (0.43ubuntu1.6) ...
16:35:11 #9 22.00 Selecting previously unselected package libmagic-mgc.
16:35:11 #9 22.00 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
16:35:11 #9 22.01 Unpacking libmagic-mgc (1:5.38-4) ...
16:35:11 #9 22.07 Selecting previously unselected package libmagic1:amd64.
16:35:11 #9 22.07 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
16:35:11 #9 22.08 Unpacking libmagic1:amd64 (1:5.38-4) ...
16:35:11 #9 22.11 Selecting previously unselected package file.
16:35:11 #9 22.11 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
16:35:11 #9 22.11 Unpacking file (1:5.38-4) ...
16:35:11 #9 22.14 Selecting previously unselected package less.
16:35:11 #9 22.14 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
16:35:11 #9 22.14 Unpacking less (551-1ubuntu0.1) ...
16:35:11 #9 22.18 Selecting previously unselected package libelf1:amd64.
16:35:11 #8 46.23 Setting up gcc-8 (8.3.0-6+rpi1) ...
16:35:11 #8 46.24 Setting up libtool (2.4.6-9) ...
16:35:11 #8 46.26 Setting up python3 (3.7.3-1) ...
16:35:11 #8 46.50 Setting up man-db (2.8.5-2) ...
16:35:11 #9 22.18 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
16:35:11 #9 22.19 Unpacking libelf1:amd64 (0.176-1.1build1) ...
16:35:11 #9 22.26 Selecting previously unselected package libglib2.0-0:amd64.
16:35:11 #9 22.26 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
16:35:11 #9 22.26 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
16:35:11 #9 22.39 Selecting previously unselected package libglib2.0-data.
16:35:11 #9 22.39 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
16:35:11 #9 22.39 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
16:35:11 #9 22.45 Selecting previously unselected package tzdata.
16:35:11 #8 46.76 Building database of manual pages ...
16:35:11 #9 22.46 Preparing to unpack .../022-tzdata_2021a-0ubuntu0.20.04_all.deb ...
16:35:11 #9 22.46 Unpacking tzdata (2021a-0ubuntu0.20.04) ...
16:35:11 #9 22.65 Selecting previously unselected package libicu66:amd64.
16:35:11 #9 22.65 Preparing to unpack .../023-libicu66_66.1-2ubuntu2_amd64.deb ...
16:35:11 #9 22.67 Unpacking libicu66:amd64 (66.1-2ubuntu2) ...
16:35:12 #9 23.58 Selecting previously unselected package libxml2:amd64.
16:35:12 #9 23.58 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ...
16:35:12 #9 23.58 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
16:35:12 #9 23.66 Selecting previously unselected package libyaml-0-2:amd64.
16:35:12 #9 23.67 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
16:35:12 #9 23.67 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
16:35:12 #9 23.70 Selecting previously unselected package lsb-release.
16:35:12 #9 23.70 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
16:35:12 #9 23.70 Unpacking lsb-release (11.1.0ubuntu2) ...
16:35:12 #9 23.73 Selecting previously unselected package netbase.
16:35:12 #9 23.74 Preparing to unpack .../027-netbase_6.1_all.deb ...
16:35:12 #9 23.74 Unpacking netbase (6.1) ...
16:35:12 #9 23.77 Selecting previously unselected package python3-pkg-resources.
16:35:12 #9 23.78 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
16:35:12 #9 23.78 Unpacking python3-pkg-resources (45.2.0-1) ...
16:35:12 #9 23.81 Selecting previously unselected package python3-six.
16:35:12 #9 23.82 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
16:35:12 #9 23.82 Unpacking python3-six (1.14.0-2) ...
16:35:12 #9 23.87 Selecting previously unselected package shared-mime-info.
16:35:12 #9 23.87 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
16:35:12 #9 23.88 Unpacking shared-mime-info (1.15-1) ...
16:35:12 #9 23.95 Selecting previously unselected package ucf.
16:35:12 #9 23.95 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
16:35:12 #9 23.95 Moving old data out of the way
16:35:12 #9 23.95 Unpacking ucf (3.0038+nmu1) ...
16:35:12 #9 23.99 Selecting previously unselected package xdg-user-dirs.
16:35:13 #9 23.99 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
16:35:13 #9 24.00 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
16:35:13 #9 24.08 Selecting previously unselected package xz-utils.
16:35:13 #9 24.08 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1_amd64.deb ...
16:35:13 #9 24.08 Unpacking xz-utils (5.2.4-1ubuntu1) ...
16:35:13 #9 24.12 Selecting previously unselected package gettext-base.
16:35:13 #9 24.12 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
16:35:13 #9 24.12 Unpacking gettext-base (0.19.8.1-10build1) ...
16:35:13 #9 24.15 Selecting previously unselected package iso-codes.
16:35:13 #9 24.15 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
16:35:13 #9 24.16 Unpacking iso-codes (4.4-1) ...
16:35:13 #9 24.53 Selecting previously unselected package krb5-locales.
16:35:13 #9 24.53 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
16:35:13 #9 24.53 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
16:35:13 #9 24.58 Selecting previously unselected package libcbor0.6:amd64.
16:35:13 #9 24.58 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
16:35:13 #9 24.58 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
16:35:13 #9 24.62 Selecting previously unselected package libedit2:amd64.
16:35:13 #9 24.62 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
16:35:13 #9 24.62 Unpacking libedit2:amd64 (3.1-20191231-1) ...
16:35:13 #9 24.66 Selecting previously unselected package libfido2-1:amd64.
16:35:13 #9 24.66 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
16:35:13 #9 24.66 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
16:35:13 #9 24.70 Selecting previously unselected package libkrb5support0:amd64.
16:35:13 #9 24.70 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ...
16:35:13 #9 24.70 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
16:35:13 #9 24.73 Selecting previously unselected package libk5crypto3:amd64.
16:35:13 #9 24.73 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ...
16:35:13 #9 24.74 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
16:35:13 #9 24.77 Selecting previously unselected package libkeyutils1:amd64.
16:35:13 #9 24.77 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_amd64.deb ...
16:35:13 #9 24.78 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ...
16:35:13 #9 24.80 Selecting previously unselected package libkrb5-3:amd64.
16:35:13 #9 24.80 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ...
16:35:13 #9 24.81 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
16:35:13 #9 24.88 Selecting previously unselected package libgssapi-krb5-2:amd64.
16:35:13 #9 24.88 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ...
16:35:13 #9 24.88 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
16:35:13 #9 24.92 Selecting previously unselected package libpsl5:amd64.
16:35:13 #9 24.92 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
16:35:13 #9 24.92 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
16:35:13 #9 24.96 Selecting previously unselected package libxau6:amd64.
16:35:13 #9 24.96 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
16:35:13 #9 24.96 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
16:35:13 #9 24.99 Selecting previously unselected package libxdmcp6:amd64.
16:35:14 #9 24.99 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
16:35:14 #9 24.99 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
16:35:14 #9 25.02 Selecting previously unselected package libxcb1:amd64.
16:35:14 #9 25.02 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
16:35:14 #9 25.03 Unpacking libxcb1:amd64 (1.14-2) ...
16:35:14 #9 25.06 Selecting previously unselected package libx11-data.
16:35:14 #9 25.06 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
16:35:14 #9 25.06 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
16:35:14 #9 25.14 Selecting previously unselected package libx11-6:amd64.
16:35:14 #9 25.14 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
16:35:14 #9 25.15 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
16:35:14 #9 25.22 Selecting previously unselected package libxext6:amd64.
16:35:14 #9 25.22 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
16:35:14 #9 25.23 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
16:35:14 #9 25.26 Selecting previously unselected package libxmuu1:amd64.
16:35:14 #9 25.26 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
16:35:14 #9 25.26 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
16:35:14 #9 25.29 Selecting previously unselected package manpages.
16:35:14 #9 25.29 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
16:35:14 #9 25.29 Unpacking manpages (5.05-1) ...
16:35:14 #9 25.41 Selecting previously unselected package openssh-client.
16:35:14 #9 25.41 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ...
16:35:14 #9 25.42 Unpacking openssh-client (1:8.2p1-4ubuntu0.3) ...
16:35:14 #9 25.51 Selecting previously unselected package publicsuffix.
16:35:14 #9 25.51 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
16:35:14 #9 25.51 Unpacking publicsuffix (20200303.0012-1) ...
16:35:14 #9 25.55 Selecting previously unselected package python-apt-common.
16:35:14 #9 25.55 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.6_all.deb ...
16:35:14 #9 25.55 Unpacking python-apt-common (2.0.0ubuntu0.20.04.6) ...
16:35:14 #9 25.59 Selecting previously unselected package python3-apt.
16:35:14 #9 25.59 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.6_amd64.deb ...
16:35:14 #9 25.59 Unpacking python3-apt (2.0.0ubuntu0.20.04.6) ...
16:35:14 #9 25.63 Selecting previously unselected package libunwind8:amd64.
16:35:14 #9 25.63 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
16:35:14 #9 25.64 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
16:35:14 #9 25.66 Selecting previously unselected package strace.
16:35:14 #9 25.66 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
16:35:14 #9 25.67 Unpacking strace (5.5-3ubuntu1) ...
16:35:14 #9 25.73 Selecting previously unselected package xauth.
16:35:14 #9 25.73 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
16:35:14 #9 25.73 Unpacking xauth (1:1.1-0ubuntu1) ...
16:35:14 #9 25.76 Selecting previously unselected package libfl2:amd64.
16:35:14 #9 25.76 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
16:35:14 #9 25.77 Unpacking libfl2:amd64 (2.6.4-6.2) ...
16:35:14 #9 25.80 Selecting previously unselected package at.
16:35:14 #9 25.80 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
16:35:14 #9 25.80 Unpacking at (3.1.23-1ubuntu1) ...
16:35:14 #9 25.84 Selecting previously unselected package libsigsegv2:amd64.
16:35:14 #9 25.84 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
16:35:14 #9 25.85 Unpacking libsigsegv2:amd64 (2.12-2) ...
16:35:14 #9 25.88 Selecting previously unselected package m4.
16:35:14 #9 25.88 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
16:35:14 #9 25.88 Unpacking m4 (1.4.18-4) ...
16:35:14 #9 25.93 Selecting previously unselected package autoconf.
16:35:14 #9 25.93 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
16:35:14 #9 25.93 Unpacking autoconf (2.69-11.1) ...
16:35:14 #9 25.99 Selecting previously unselected package autotools-dev.
16:35:14 #9 25.99 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
16:35:14 #9 25.99 Unpacking autotools-dev (20180224.1) ...
16:35:14 #9 26.02 Selecting previously unselected package automake.
16:35:14 #9 26.02 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
16:35:14 #9 26.03 Unpacking automake (1:1.16.1-4ubuntu6) ...
16:35:14 #9 26.13 Selecting previously unselected package autopoint.
16:35:15 #9 26.13 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
16:35:15 #9 26.13 Unpacking autopoint (0.19.8.1-10build1) ...
16:35:15 #9 26.18 Selecting previously unselected package binutils-common:amd64.
16:35:15 #9 26.18 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.1_amd64.deb ...
16:35:15 #9 26.18 Unpacking binutils-common:amd64 (2.34-6ubuntu1.1) ...
16:35:15 #9 26.22 Selecting previously unselected package libbinutils:amd64.
16:35:15 #9 26.22 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.1_amd64.deb ...
16:35:15 #9 26.23 Unpacking libbinutils:amd64 (2.34-6ubuntu1.1) ...
16:35:15 #9 26.30 Selecting previously unselected package libctf-nobfd0:amd64.
16:35:15 #9 26.30 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.1_amd64.deb ...
16:35:15 #9 26.31 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
16:35:15 #9 26.34 Selecting previously unselected package libctf0:amd64.
16:35:15 #9 26.34 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.1_amd64.deb ...
16:35:15 #9 26.35 Unpacking libctf0:amd64 (2.34-6ubuntu1.1) ...
16:35:15 #9 26.37 Selecting previously unselected package binutils-x86-64-linux-gnu.
16:35:15 #9 26.37 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb ...
16:35:15 #9 26.38 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
16:35:15 #9 26.57 Selecting previously unselected package binutils.
16:35:15 #9 26.58 Preparing to unpack .../074-binutils_2.34-6ubuntu1.1_amd64.deb ...
16:35:15 #9 26.58 Unpacking binutils (2.34-6ubuntu1.1) ...
16:35:15 #9 26.60 Selecting previously unselected package libc-dev-bin.
16:35:15 #9 26.60 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ...
16:35:15 #9 26.61 Unpacking libc-dev-bin (2.31-0ubuntu9.2) ...
16:35:15 #9 26.64 Selecting previously unselected package linux-libc-dev:amd64.
16:35:15 #9 26.65 Preparing to unpack .../076-linux-libc-dev_5.4.0-84.94_amd64.deb ...
16:35:15 #9 26.65 Unpacking linux-libc-dev:amd64 (5.4.0-84.94) ...
16:35:15 #9 26.82 Selecting previously unselected package libcrypt-dev:amd64.
16:35:15 #9 26.82 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
16:35:15 #9 26.82 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
16:35:15 #9 26.86 Selecting previously unselected package libc6-dev:amd64.
16:35:15 #9 26.86 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.2_amd64.deb ...
16:35:15 #9 26.86 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ...
16:35:16 #9 27.18 Selecting previously unselected package gcc-9-base:amd64.
16:35:16 #9 27.18 Preparing to unpack .../079-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:16 #9 27.19 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:16 #9 27.25 Selecting previously unselected package libisl22:amd64.
16:35:16 #9 27.25 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
16:35:16 #9 27.26 Unpacking libisl22:amd64 (0.22.1-1) ...
16:35:16 #9 27.34 Selecting previously unselected package libmpfr6:amd64.
16:35:16 #9 27.34 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
16:35:16 #9 27.34 Unpacking libmpfr6:amd64 (4.0.2-1) ...
16:35:16 #9 27.39 Selecting previously unselected package libmpc3:amd64.
16:35:16 #9 27.39 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
16:35:16 #9 27.40 Unpacking libmpc3:amd64 (1.1.0-1) ...
16:35:16 #9 27.42 Selecting previously unselected package cpp-9.
16:35:16 #9 27.42 Preparing to unpack .../083-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:16 #9 27.43 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) ...
16:35:16 #8 51.16 Setting up gcc (4:8.3.0-1+rpi2) ...
16:35:16 #8 51.21 Setting up perl (5.28.1-6) ...
16:35:16 #8 51.25 Setting up libio-html-perl (1.001-1) ...
16:35:16 #8 51.26 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
16:35:16 #8 51.28 Setting up libdpkg-perl (1.19.7) ...
16:35:16 #8 51.30 Setting up autoconf (2.69-11) ...
16:35:16 #8 51.34 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
16:35:16 #8 51.36 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
16:35:16 #8 51.38 Setting up libdevel-globaldestruction-perl (0.14-1) ...
16:35:16 #8 51.40 Setting up libstrictures-perl (2.000005-1) ...
16:35:16 #8 51.42 Setting up libsub-quote-perl (2.005001-1) ...
16:35:16 #8 51.43 Setting up liburi-perl (1.76-1) ...
16:35:16 #8 51.45 Setting up libnet-ssleay-perl (1.85-2+b1) ...
16:35:16 #8 51.47 Setting up automake (1:1.16.1-4) ...
16:35:16 #8 51.52 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:35:16 #8 51.52 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
16:35:16 #8 51.52 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
16:35:16 #8 51.53 Setting up libhttp-date-perl (6.02-1) ...
16:35:16 #8 51.54 Setting up libfile-which-perl (1.23-1) ...
16:35:16 #8 51.56 Setting up libfile-listing-perl (6.04-1) ...
16:35:16 #8 51.58 Setting up libdynaloader-functions-perl (0.003-1) ...
16:35:16 #8 51.60 Setting up libclass-method-modifiers-perl (2.12-1) ...
16:35:16 #8 51.62 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
16:35:16 #8 51.64 Setting up libarchive-zip-perl (1.64-1) ...
16:35:16 #8 51.66 Setting up libhtml-tagset-perl (3.20-3) ...
16:35:16 #8 51.68 Setting up libdebhelper-perl (13.2~bpo10+1) ...
16:35:16 #8 51.69 Setting up liblwp-mediatypes-perl (6.02-1) ...
16:35:16 #8 51.71 Setting up libtry-tiny-perl (0.30-1) ...
16:35:16 #8 51.73 Setting up libnet-http-perl (6.18-1) ...
16:35:16 #8 51.75 Setting up libencode-locale-perl (1.05-1) ...
16:35:16 #8 51.77 Setting up libdevel-callchecker-perl (0.008-1) ...
16:35:16 #8 51.78 Setting up dpkg-dev (1.19.7) ...
16:35:16 #8 51.81 Setting up intltool-debian (0.35.0+20060710.5) ...
16:35:16 #8 51.83 Setting up liberror-perl (0.17027-2) ...
16:35:16 #8 51.85 Setting up patchutils (0.3.4-2) ...
16:35:16 #8 51.86 Setting up libipc-run-perl (20180523.0-1) ...
16:35:16 #8 51.88 Setting up git (1:2.20.1-2+deb10u3) ...
16:35:16 #8 51.94 Setting up libwww-robotrules-perl (6.02-1) ...
16:35:16 #8 51.96 Setting up libhtml-parser-perl (3.72-3+b2) ...
16:35:16 #8 51.97 Setting up librole-tiny-perl (2.000006-1) ...
16:35:16 #8 51.99 Setting up libfile-homedir-perl (1.004-1) ...
16:35:16 #8 52.01 Setting up libio-socket-ssl-perl (2.060-3) ...
16:35:16 #8 52.03 Setting up libhttp-message-perl (6.18-1) ...
16:35:16 #8 52.05 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
16:35:17 #9 28.15 Selecting previously unselected package cpp.
16:35:17 #9 28.15 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
16:35:17 #9 28.16 Unpacking cpp (4:9.3.0-1ubuntu2) ...
16:35:17 #9 28.19 Selecting previously unselected package libcc1-0:amd64.
16:35:17 #9 28.19 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.19 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:17 #9 28.25 Selecting previously unselected package libgomp1:amd64.
16:35:17 #8 52.06 Setting up libhttp-negotiate-perl (6.01-1) ...
16:35:17 #8 52.08 Setting up libhttp-cookies-perl (6.04-1) ...
16:35:17 #8 52.10 Setting up po-debconf (1.0.21) ...
16:35:17 #8 52.12 Setting up libhtml-tree-perl (5.07-2) ...
16:35:17 #8 52.13 Setting up libparams-classify-perl (0.015-1+b1) ...
16:35:17 #8 52.15 Setting up libmodule-runtime-perl (0.016-1) ...
16:35:17 #8 52.17 Setting up libimport-into-perl (1.002005-1) ...
16:35:17 #8 52.19 Setting up libmoo-perl (2.003004-2) ...
16:35:17 #8 52.21 Setting up liblwp-protocol-https-perl (6.07-2) ...
16:35:17 #8 52.23 Setting up libwww-perl (6.36-2) ...
16:35:17 #8 52.25 Setting up debhelper (13.2~bpo10+1) ...
16:35:17 #8 52.27 Setting up dh-autoreconf (19) ...
16:35:17 #9 28.25 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.25 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:17 #9 28.29 Selecting previously unselected package libitm1:amd64.
16:35:17 #9 28.29 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.30 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:17 #9 28.33 Selecting previously unselected package libatomic1:amd64.
16:35:17 #9 28.33 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.34 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:17 #9 28.37 Selecting previously unselected package libasan5:amd64.
16:35:17 #9 28.37 Preparing to unpack .../089-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.37 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:17 #9 28.44 Selecting previously unselected package liblsan0:amd64.
16:35:17 #9 28.44 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.45 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:17 #8 52.29 Setting up devscripts (2.19.5+deb10u1) ...
16:35:17 #9 28.56 Selecting previously unselected package libtsan0:amd64.
16:35:17 #9 28.56 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.56 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:17 #8 52.67 Setting up dh-strip-nondeterminism (1.1.2-1) ...
16:35:17 #8 52.69 Setting up equivs (2.2.0) ...
16:35:17 #8 52.71 Processing triggers for libc-bin (2.28-10+rpi1) ...
16:35:17 #9 28.79 Selecting previously unselected package libubsan1:amd64.
16:35:17 #9 28.79 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.80 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:17 #9 28.90 Selecting previously unselected package libquadmath0:amd64.
16:35:17 #9 28.90 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.90 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:17 #9 28.94 Selecting previously unselected package libgcc-9-dev:amd64.
16:35:17 #9 28.94 Preparing to unpack .../094-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:17 #9 28.94 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:18 #9 29.17 Selecting previously unselected package gcc-9.
16:35:18 #9 29.18 Preparing to unpack .../095-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:18 #9 29.18 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ...
16:35:18 #8 DONE 53.8s
16:35:18 
16:35:18 #10 [stage-1 3/8] COPY common /root/build-deb/debian
16:35:18 #10 sha256:2eb8c71bbb57eb1e9764d53927bab5faadb2c448139701b2cc472b0500ae61cc
16:35:18 #10 DONE 0.1s
16:35:18 
16:35:18 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
16:35:18 #11 sha256:a664fa9567da29b0c77dbbd5d1da02ff20331a47c4baceaff87c10a3d0096d11
16:35:18 #9 29.91 Selecting previously unselected package gcc.
16:35:18 #9 29.92 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
16:35:18 #9 29.92 Unpacking gcc (4:9.3.0-1ubuntu2) ...
16:35:18 #9 29.95 Selecting previously unselected package libstdc++-9-dev:amd64.
16:35:18 #9 29.95 Preparing to unpack .../097-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:18 #9 29.95 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:19 #9 30.21 Selecting previously unselected package g++-9.
16:35:19 #9 30.21 Preparing to unpack .../098-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:19 #9 30.22 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
16:35:19 #9 30.96 Selecting previously unselected package g++.
16:35:19 #11 1.181 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
16:35:20 #9 30.96 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
16:35:20 #9 30.96 Unpacking g++ (4:9.3.0-1ubuntu2) ...
16:35:20 #9 30.99 Selecting previously unselected package make.
16:35:20 #9 30.99 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
16:35:20 #9 30.99 Unpacking make (4.2.1-1.2) ...
16:35:20 #9 31.03 Selecting previously unselected package libdpkg-perl.
16:35:20 #9 31.03 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3_all.deb ...
16:35:20 #9 31.03 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
16:35:20 #9 31.08 Selecting previously unselected package patch.
16:35:20 #9 31.08 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
16:35:20 #9 31.09 Unpacking patch (2.7.6-6) ...
16:35:20 #9 31.12 Selecting previously unselected package dpkg-dev.
16:35:20 #9 31.12 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3_all.deb ...
16:35:20 #9 31.12 Unpacking dpkg-dev (1.19.7ubuntu3) ...
16:35:20 #9 31.20 Selecting previously unselected package build-essential.
16:35:20 #11 1.187 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
16:35:20 #9 31.21 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
16:35:20 #9 31.21 Unpacking build-essential (12.8ubuntu1.1) ...
16:35:20 #9 31.24 Selecting previously unselected package libbrotli1:amd64.
16:35:20 #9 31.24 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
16:35:20 #9 31.25 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
16:35:20 #9 31.30 Selecting previously unselected package libroken18-heimdal:amd64.
16:35:20 #9 31.30 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.31 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.34 Selecting previously unselected package libasn1-8-heimdal:amd64.
16:35:20 #9 31.34 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.35 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.40 Selecting previously unselected package libheimbase1-heimdal:amd64.
16:35:20 #9 31.40 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.40 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.44 Selecting previously unselected package libhcrypto4-heimdal:amd64.
16:35:20 #9 31.44 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.44 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.48 Selecting previously unselected package libwind0-heimdal:amd64.
16:35:20 #9 31.48 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.49 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.53 Selecting previously unselected package libhx509-5-heimdal:amd64.
16:35:20 #9 31.53 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.53 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.57 Selecting previously unselected package libkrb5-26-heimdal:amd64.
16:35:20 #9 31.57 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.58 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.63 Selecting previously unselected package libheimntlm0-heimdal:amd64.
16:35:20 #9 31.63 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.63 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.67 Selecting previously unselected package libgssapi3-heimdal:amd64.
16:35:20 #9 31.67 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:20 #9 31.68 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:20 #9 31.73 Selecting previously unselected package libsasl2-modules-db:amd64.
16:35:20 #9 31.73 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ...
16:35:20 #9 31.74 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
16:35:20 #9 31.77 Selecting previously unselected package libsasl2-2:amd64.
16:35:20 #9 31.77 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2_amd64.deb ...
16:35:20 #9 31.77 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ...
16:35:20 #9 31.80 Selecting previously unselected package libldap-common.
16:35:20 #9 31.80 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ...
16:35:20 #9 31.81 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
16:35:20 #9 31.85 Selecting previously unselected package libldap-2.4-2:amd64.
16:35:20 #9 31.85 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
16:35:20 #9 31.85 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
16:35:20 #9 31.89 Selecting previously unselected package libnghttp2-14:amd64.
16:35:20 #9 31.89 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
16:35:20 #9 31.90 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
16:35:20 #9 31.94 Selecting previously unselected package librtmp1:amd64.
16:35:21 #9 31.94 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
16:35:21 #9 31.94 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
16:35:21 #9 31.98 Selecting previously unselected package libssh-4:amd64.
16:35:21 #9 31.98 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
16:35:21 #9 31.98 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
16:35:21 #9 32.03 Selecting previously unselected package libcurl4:amd64.
16:35:21 #9 32.03 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ...
16:35:21 #9 32.03 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
16:35:21 #9 32.07 Selecting previously unselected package curl.
16:35:21 #9 32.08 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.7_amd64.deb ...
16:35:21 #9 32.08 Unpacking curl (7.68.0-1ubuntu2.7) ...
16:35:21 #9 32.12 Selecting previously unselected package dctrl-tools.
16:35:21 #9 32.12 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
16:35:21 #9 32.13 Unpacking dctrl-tools (2.24-3) ...
16:35:21 #9 32.19 Selecting previously unselected package libtool.
16:35:21 #9 32.19 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
16:35:21 #9 32.19 Unpacking libtool (2.4.6-14) ...
16:35:21 #9 32.24 Selecting previously unselected package dh-autoreconf.
16:35:21 #9 32.24 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
16:35:21 #9 32.25 Unpacking dh-autoreconf (19) ...
16:35:21 #9 32.28 Selecting previously unselected package libdebhelper-perl.
16:35:21 #9 32.28 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
16:35:21 #9 32.29 Unpacking libdebhelper-perl (12.10ubuntu1) ...
16:35:21 #9 32.32 Selecting previously unselected package libarchive-zip-perl.
16:35:21 #9 32.32 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
16:35:21 #9 32.33 Unpacking libarchive-zip-perl (1.67-2) ...
16:35:21 #9 32.36 Selecting previously unselected package libsub-override-perl.
16:35:21 #9 32.36 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
16:35:21 #9 32.36 Unpacking libsub-override-perl (0.09-2) ...
16:35:21 #9 32.39 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:35:21 #9 32.39 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
16:35:21 #9 32.39 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
16:35:21 #9 32.42 Selecting previously unselected package dh-strip-nondeterminism.
16:35:21 #9 32.42 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
16:35:21 #9 32.43 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
16:35:21 #9 32.45 Selecting previously unselected package dwz.
16:35:21 #9 32.45 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
16:35:21 #9 32.46 Unpacking dwz (0.13-5) ...
16:35:21 #9 32.50 Selecting previously unselected package libcroco3:amd64.
16:35:21 #9 32.50 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
16:35:21 #9 32.51 Unpacking libcroco3:amd64 (0.6.13-1) ...
16:35:21 #9 32.54 Selecting previously unselected package gettext.
16:35:21 #9 32.54 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
16:35:21 #9 32.55 Unpacking gettext (0.19.8.1-10build1) ...
16:35:21 #9 32.66 Selecting previously unselected package intltool-debian.
16:35:21 #9 32.66 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
16:35:21 #9 32.66 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:35:21 #9 32.69 Selecting previously unselected package po-debconf.
16:35:21 #9 32.69 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
16:35:21 #9 32.69 Unpacking po-debconf (1.0.21) ...
16:35:21 #9 32.74 Selecting previously unselected package debhelper.
16:35:21 #9 32.74 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
16:35:21 #9 32.74 Unpacking debhelper (12.10ubuntu1) ...
16:35:21 #9 32.85 Selecting previously unselected package libfakeroot:amd64.
16:35:21 #9 32.85 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
16:35:21 #9 32.86 Unpacking libfakeroot:amd64 (1.24-1) ...
16:35:21 #9 32.89 Selecting previously unselected package fakeroot.
16:35:21 #9 32.89 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
16:35:21 #9 32.90 Unpacking fakeroot (1.24-1) ...
16:35:21 #9 32.94 Selecting previously unselected package libassuan0:amd64.
16:35:22 #9 32.94 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
16:35:22 #9 32.94 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
16:35:22 #9 32.97 Selecting previously unselected package gpgconf.
16:35:22 #9 32.97 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:22 #9 32.97 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.01 Selecting previously unselected package libksba8:amd64.
16:35:22 #9 33.01 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ...
16:35:22 #9 33.02 Unpacking libksba8:amd64 (1.3.5-2) ...
16:35:22 #9 33.06 Selecting previously unselected package libnpth0:amd64.
16:35:22 #9 33.06 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
16:35:22 #9 33.06 Unpacking libnpth0:amd64 (1.6-1) ...
16:35:22 #9 33.10 Selecting previously unselected package dirmngr.
16:35:22 #9 33.10 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:22 #9 33.11 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.16 Selecting previously unselected package gnupg-l10n.
16:35:22 #9 33.17 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
16:35:22 #9 33.17 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.20 Selecting previously unselected package gnupg-utils.
16:35:22 #9 33.20 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:22 #9 33.20 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.28 Selecting previously unselected package gpg.
16:35:22 #9 33.28 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:22 #9 33.28 Unpacking gpg (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.37 Selecting previously unselected package pinentry-curses.
16:35:22 #9 33.37 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
16:35:22 #9 33.37 Unpacking pinentry-curses (1.1.0-3build1) ...
16:35:22 #9 33.40 Selecting previously unselected package gpg-agent.
16:35:22 #9 33.41 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:22 #9 33.41 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.46 Selecting previously unselected package gpg-wks-client.
16:35:22 #9 33.46 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:22 #9 33.46 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.50 Selecting previously unselected package gpg-wks-server.
16:35:22 #9 33.50 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:22 #9 33.50 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.53 Selecting previously unselected package gpgsm.
16:35:22 #9 33.54 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:22 #9 33.54 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.58 Selecting previously unselected package gnupg.
16:35:22 #9 33.59 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.1_all.deb ...
16:35:22 #9 33.59 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
16:35:22 #9 33.63 Selecting previously unselected package libfile-which-perl.
16:35:22 #9 33.64 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
16:35:22 #9 33.64 Unpacking libfile-which-perl (1.23-1) ...
16:35:22 #9 33.67 Selecting previously unselected package libfile-homedir-perl.
16:35:22 #9 33.67 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
16:35:22 #9 33.67 Unpacking libfile-homedir-perl (1.004-1) ...
16:35:22 #9 33.70 Selecting previously unselected package libio-pty-perl.
16:35:22 #9 33.70 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
16:35:22 #9 33.70 Unpacking libio-pty-perl (1:1.12-1) ...
16:35:22 #9 33.73 Selecting previously unselected package libipc-run-perl.
16:35:22 #9 33.73 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
16:35:22 #9 33.74 Unpacking libipc-run-perl (20180523.0-2) ...
16:35:22 #9 33.77 Selecting previously unselected package libclass-method-modifiers-perl.
16:35:22 #9 33.78 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
16:35:22 #9 33.78 Unpacking libclass-method-modifiers-perl (2.13-1) ...
16:35:22 #9 33.80 Selecting previously unselected package libb-hooks-op-check-perl.
16:35:22 #9 33.81 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
16:35:22 #9 33.81 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
16:35:22 #9 33.84 Selecting previously unselected package libdynaloader-functions-perl.
16:35:22 #11 1.617 Reading package lists...
16:35:22 #9 33.84 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
16:35:22 #9 33.84 Unpacking libdynaloader-functions-perl (0.003-1) ...
16:35:22 #9 33.86 Selecting previously unselected package libdevel-callchecker-perl.
16:35:22 #9 33.87 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
16:35:22 #9 33.87 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
16:35:22 #9 33.89 Selecting previously unselected package libparams-classify-perl.
16:35:22 #9 33.90 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
16:35:22 #9 33.90 Unpacking libparams-classify-perl (0.015-1build2) ...
16:35:22 #9 33.92 Selecting previously unselected package libmodule-runtime-perl.
16:35:22 #9 33.92 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
16:35:22 #9 33.93 Unpacking libmodule-runtime-perl (0.016-1) ...
16:35:22 #9 33.95 Selecting previously unselected package libimport-into-perl.
16:35:23 #9 33.96 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
16:35:23 #9 33.96 Unpacking libimport-into-perl (1.002005-1) ...
16:35:23 #9 33.98 Selecting previously unselected package librole-tiny-perl.
16:35:23 #9 33.98 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
16:35:23 #9 33.99 Unpacking librole-tiny-perl (2.001004-1) ...
16:35:23 #9 34.02 Selecting previously unselected package libstrictures-perl.
16:35:23 #9 34.02 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
16:35:23 #9 34.03 Unpacking libstrictures-perl (2.000006-1) ...
16:35:23 #9 34.05 Selecting previously unselected package libsub-quote-perl.
16:35:23 #9 34.05 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
16:35:23 #9 34.10 Unpacking libsub-quote-perl (2.006006-1) ...
16:35:23 #9 34.13 Selecting previously unselected package libmoo-perl.
16:35:23 #9 34.13 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
16:35:23 #9 34.14 Unpacking libmoo-perl (2.003006-1) ...
16:35:23 #9 34.17 Selecting previously unselected package libencode-locale-perl.
16:35:23 #9 34.17 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
16:35:23 #9 34.17 Unpacking libencode-locale-perl (1.05-1) ...
16:35:23 #9 34.20 Selecting previously unselected package libtimedate-perl.
16:35:23 #9 34.20 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
16:35:23 #9 34.20 Unpacking libtimedate-perl (2.3200-1) ...
16:35:23 #9 34.23 Selecting previously unselected package libhttp-date-perl.
16:35:23 #9 34.23 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
16:35:23 #9 34.24 Unpacking libhttp-date-perl (6.05-1) ...
16:35:23 #9 34.26 Selecting previously unselected package libfile-listing-perl.
16:35:23 #9 34.26 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
16:35:23 #9 34.27 Unpacking libfile-listing-perl (6.04-1) ...
16:35:23 #9 34.29 Selecting previously unselected package libhtml-tagset-perl.
16:35:23 #9 34.29 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
16:35:23 #9 34.30 Unpacking libhtml-tagset-perl (3.20-4) ...
16:35:23 #9 34.32 Selecting previously unselected package liburi-perl.
16:35:23 #9 34.32 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
16:35:23 #9 34.32 Unpacking liburi-perl (1.76-2) ...
16:35:23 #9 34.36 Selecting previously unselected package libhtml-parser-perl.
16:35:23 #9 34.36 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
16:35:23 #9 34.36 Unpacking libhtml-parser-perl (3.72-5) ...
16:35:23 #9 34.39 Selecting previously unselected package libhtml-tree-perl.
16:35:23 #9 34.40 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
16:35:23 #9 34.40 Unpacking libhtml-tree-perl (5.07-2) ...
16:35:23 #9 34.44 Selecting previously unselected package libio-html-perl.
16:35:23 #9 34.44 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
16:35:23 #9 34.45 Unpacking libio-html-perl (1.001-1) ...
16:35:23 #9 34.50 Selecting previously unselected package liblwp-mediatypes-perl.
16:35:23 #9 34.50 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
16:35:23 #9 34.51 Unpacking liblwp-mediatypes-perl (6.04-1) ...
16:35:23 #9 34.54 Selecting previously unselected package libhttp-message-perl.
16:35:23 #9 34.54 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
16:35:23 #9 34.54 Unpacking libhttp-message-perl (6.22-1) ...
16:35:23 #9 34.58 Selecting previously unselected package libhttp-cookies-perl.
16:35:23 #9 34.58 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
16:35:23 #9 34.59 Unpacking libhttp-cookies-perl (6.08-1) ...
16:35:23 #9 34.62 Selecting previously unselected package libhttp-negotiate-perl.
16:35:23 #9 34.63 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
16:35:23 #9 34.63 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:35:23 #9 34.67 Selecting previously unselected package perl-openssl-defaults:amd64.
16:35:23 #9 34.67 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
16:35:23 #9 34.68 Unpacking perl-openssl-defaults:amd64 (4) ...
16:35:23 #9 34.71 Selecting previously unselected package libnet-ssleay-perl.
16:35:23 #9 34.71 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
16:35:23 #9 34.71 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
16:35:23 #9 34.77 Selecting previously unselected package libio-socket-ssl-perl.
16:35:23 #11 5.079 dh_testdir
16:35:23 #11 5.134 dh_testroot
16:35:23 #11 5.190 dh_prep
16:35:23 #9 34.78 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
16:35:23 #9 34.78 Unpacking libio-socket-ssl-perl (2.067-1) ...
16:35:23 #9 34.82 Selecting previously unselected package libnet-http-perl.
16:35:23 #9 34.82 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
16:35:23 #9 34.83 Unpacking libnet-http-perl (6.19-1) ...
16:35:23 #9 34.86 Selecting previously unselected package liblwp-protocol-https-perl.
16:35:23 #9 34.86 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
16:35:23 #9 34.86 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
16:35:23 #9 34.92 Selecting previously unselected package libtry-tiny-perl.
16:35:23 #9 34.92 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
16:35:23 #9 34.93 Unpacking libtry-tiny-perl (0.30-1) ...
16:35:23 #9 34.95 Selecting previously unselected package libwww-robotrules-perl.
16:35:23 #9 34.95 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
16:35:23 #9 34.96 Unpacking libwww-robotrules-perl (6.02-1) ...
16:35:23 #9 34.98 Selecting previously unselected package libwww-perl.
16:35:23 #9 34.98 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
16:35:23 #9 34.99 Unpacking libwww-perl (6.43-1) ...
16:35:23 #9 35.03 Selecting previously unselected package patchutils.
16:35:23 #9 35.03 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
16:35:23 #9 35.03 Unpacking patchutils (0.3.4-2) ...
16:35:23 #9 35.06 Selecting previously unselected package wdiff.
16:35:23 #9 35.07 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
16:35:23 #9 35.07 Unpacking wdiff (1.2.2-2build1) ...
16:35:23 #9 35.11 Selecting previously unselected package devscripts.
16:35:23 #9 35.11 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
16:35:23 #9 35.13 Unpacking devscripts (2.20.2ubuntu2) ...
16:35:24 #11 5.253 dh_testdir
16:35:24 #11 5.307 dh_testroot
16:35:24 #11 5.362 dh_install
16:35:24 #11 5.417 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
16:35:24 #9 35.24 Selecting previously unselected package diffstat.
16:35:24 #9 35.25 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
16:35:24 #9 35.25 Unpacking diffstat (1.63-1) ...
16:35:24 #9 35.28 Selecting previously unselected package python3-chardet.
16:35:24 #9 35.28 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
16:35:24 #9 35.29 Unpacking python3-chardet (3.0.4-4build1) ...
16:35:24 #9 35.33 Selecting previously unselected package python3-debian.
16:35:24 #9 35.33 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
16:35:24 #9 35.33 Unpacking python3-debian (0.1.36ubuntu1) ...
16:35:24 #9 35.37 Selecting previously unselected package libgpgme11:amd64.
16:35:24 #11 5.440 dh_installdocs
16:35:24 #11 5.495 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
16:35:24 #11 5.534 dh_installchangelogs
16:35:24 #9 35.37 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
16:35:24 #9 35.37 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
16:35:24 #9 35.41 Selecting previously unselected package python3-gpg.
16:35:24 #9 35.41 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
16:35:24 #9 35.41 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
16:35:24 #9 35.47 Selecting previously unselected package dput.
16:35:24 #9 35.47 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
16:35:24 #9 35.48 Unpacking dput (1.0.3ubuntu1) ...
16:35:24 #9 35.51 Selecting previously unselected package libcurl3-gnutls:amd64.
16:35:24 #9 35.52 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ...
16:35:24 #9 35.52 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ...
16:35:24 #9 35.57 Selecting previously unselected package liberror-perl.
16:35:24 #9 35.57 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
16:35:24 #11 5.751 dh_compress
16:35:24 #11 5.821 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
16:35:24 #11 5.852 dh_fixperms
16:35:24 #11 5.966 dh_installdeb
16:35:24 #9 35.57 Unpacking liberror-perl (0.17029-1) ...
16:35:24 #9 35.61 Selecting previously unselected package git-man.
16:35:24 #9 35.61 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ...
16:35:24 #9 35.63 Unpacking git-man (1:2.25.1-1ubuntu3.2) ...
16:35:24 #9 35.74 Selecting previously unselected package git.
16:35:24 #9 35.74 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ...
16:35:24 #9 35.76 Unpacking git (1:2.25.1-1ubuntu3.2) ...
16:35:24 #11 6.046 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
16:35:24 #11 6.048 dh_gencontrol
16:35:25 #11 6.376 dh_md5sums
16:35:25 #11 6.458 dh_builddeb
16:35:25 #11 6.518 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:35:25 #9 36.26 Selecting previously unselected package libalgorithm-diff-perl.
16:35:25 #9 36.26 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
16:35:25 #9 36.27 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
16:35:25 #9 36.29 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:35:25 #9 36.30 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
16:35:25 #9 36.30 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
16:35:25 #9 36.32 Selecting previously unselected package libalgorithm-merge-perl.
16:35:25 #9 36.33 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
16:35:25 #9 36.33 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:35:25 #9 36.35 Selecting previously unselected package libapt-pkg-perl.
16:35:25 #9 36.36 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
16:35:25 #9 36.36 Unpacking libapt-pkg-perl (0.1.36build3) ...
16:35:25 #9 36.39 Selecting previously unselected package libarchive-cpio-perl.
16:35:25 #9 36.39 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
16:35:25 #9 36.39 Unpacking libarchive-cpio-perl (0.10-1) ...
16:35:25 #9 36.42 Selecting previously unselected package libarray-intspan-perl.
16:35:25 #9 36.42 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
16:35:25 #9 36.42 Unpacking libarray-intspan-perl (2.003-1) ...
16:35:25 #9 36.48 Selecting previously unselected package libasync-mergepoint-perl.
16:35:25 #9 36.48 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
16:35:25 #9 36.48 Unpacking libasync-mergepoint-perl (0.04-2) ...
16:35:25 #9 36.51 Selecting previously unselected package libmodule-implementation-perl.
16:35:25 #11 6.558 
16:35:25 #11 6.558 The package has been created.
16:35:25 #11 6.558 Attention, the package has been created in the current directory,
16:35:25 #11 6.558 not in ".." as indicated by the message above!
16:35:25 #11 6.621 Selecting previously unselected package docker-ce-build-deps.
16:35:25 #11 6.646 (Reading database ... 17084 files and directories currently installed.)
16:35:25 #11 6.648 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:35:25 #11 6.654 Unpacking docker-ce-build-deps (1.0) ...
16:35:25 #9 36.51 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
16:35:25 #9 36.51 Unpacking libmodule-implementation-perl (0.09-1) ...
16:35:25 #9 36.54 Selecting previously unselected package libsub-exporter-progressive-perl.
16:35:25 #9 36.54 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
16:35:25 #9 36.55 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
16:35:25 #9 36.57 Selecting previously unselected package libvariable-magic-perl.
16:35:25 #9 36.57 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
16:35:25 #9 36.58 Unpacking libvariable-magic-perl (0.62-1build2) ...
16:35:25 #9 36.61 Selecting previously unselected package libb-hooks-endofscope-perl.
16:35:25 #9 36.61 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
16:35:25 #9 36.61 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
16:35:25 #9 36.64 Selecting previously unselected package libcapture-tiny-perl.
16:35:25 #9 36.64 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
16:35:25 #9 36.64 Unpacking libcapture-tiny-perl (0.48-1) ...
16:35:25 #9 36.67 Selecting previously unselected package libclass-xsaccessor-perl.
16:35:25 #9 36.67 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
16:35:25 #9 36.67 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
16:35:25 #9 36.70 Selecting previously unselected package libclone-perl.
16:35:25 #9 36.70 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
16:35:25 #9 36.71 Unpacking libclone-perl (0.43-2) ...
16:35:25 #9 36.73 Selecting previously unselected package libcommon-sense-perl.
16:35:25 #9 36.73 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
16:35:25 #9 36.74 Unpacking libcommon-sense-perl (3.74-2build6) ...
16:35:25 #9 36.76 Selecting previously unselected package libparams-util-perl.
16:35:25 #9 36.77 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
16:35:25 #9 36.77 Unpacking libparams-util-perl (1.07-3build5) ...
16:35:25 #9 36.80 Selecting previously unselected package libsub-install-perl.
16:35:25 #9 36.80 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
16:35:25 #9 36.80 Unpacking libsub-install-perl (0.928-1) ...
16:35:25 #9 36.83 Selecting previously unselected package libdata-optlist-perl.
16:35:25 #9 36.83 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
16:35:25 #9 36.83 Unpacking libdata-optlist-perl (0.110-1) ...
16:35:25 #9 36.86 Selecting previously unselected package libsub-exporter-perl.
16:35:25 #9 36.86 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
16:35:25 #9 36.86 Unpacking libsub-exporter-perl (0.987-1) ...
16:35:25 #9 36.89 Selecting previously unselected package libconst-fast-perl.
16:35:25 #9 36.89 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
16:35:25 #9 36.90 Unpacking libconst-fast-perl (0.014-1) ...
16:35:25 #9 36.92 Selecting previously unselected package libwant-perl.
16:35:25 #9 36.92 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
16:35:25 #9 36.93 Unpacking libwant-perl (0.29-1build4) ...
16:35:25 #9 36.95 Selecting previously unselected package libcontextual-return-perl.
16:35:25 #9 36.96 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
16:35:25 #9 36.96 Unpacking libcontextual-return-perl (0.004014-2) ...
16:35:26 #9 36.99 Selecting previously unselected package libcpanel-json-xs-perl.
16:35:26 #9 36.99 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
16:35:26 #9 36.99 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
16:35:26 #9 37.03 Selecting previously unselected package libdata-dump-perl.
16:35:26 #9 37.03 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
16:35:26 #9 37.03 Unpacking libdata-dump-perl (1.23-1) ...
16:35:26 #9 37.06 Selecting previously unselected package libdigest-bubblebabble-perl.
16:35:26 #9 37.07 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
16:35:26 #9 37.07 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
16:35:26 #9 37.09 Selecting previously unselected package libdigest-hmac-perl.
16:35:26 #9 37.09 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
16:35:26 #9 37.10 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
16:35:26 #9 37.12 Selecting previously unselected package libdistro-info-perl.
16:35:26 #9 37.12 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
16:35:26 #9 37.13 Unpacking libdistro-info-perl (0.23ubuntu1) ...
16:35:26 #9 37.15 Selecting previously unselected package libnet-smtp-ssl-perl.
16:35:26 #9 37.15 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
16:35:26 #9 37.15 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
16:35:26 #9 37.18 Selecting previously unselected package libmailtools-perl.
16:35:26 #9 37.18 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
16:35:26 #9 37.18 Unpacking libmailtools-perl (2.21-1) ...
16:35:26 #9 37.22 Selecting previously unselected package libnet-ip-perl.
16:35:26 #9 37.22 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
16:35:26 #9 37.22 Unpacking libnet-ip-perl (1.26-2) ...
16:35:26 #9 37.25 Selecting previously unselected package libnet-dns-perl.
16:35:26 #9 37.25 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
16:35:26 #9 37.25 Unpacking libnet-dns-perl (1.22-1) ...
16:35:26 #9 37.33 Selecting previously unselected package libnet-domain-tld-perl.
16:35:26 #9 37.33 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
16:35:26 #9 37.34 Unpacking libnet-domain-tld-perl (1.75-1) ...
16:35:26 #9 37.38 Selecting previously unselected package libemail-valid-perl.
16:35:26 #9 37.38 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
16:35:26 #9 37.39 Unpacking libemail-valid-perl (1.202-1) ...
16:35:26 #9 37.42 Selecting previously unselected package libexporter-tiny-perl.
16:35:26 #9 37.42 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
16:35:26 #9 37.42 Unpacking libexporter-tiny-perl (1.002001-1) ...
16:35:26 #9 37.45 Selecting previously unselected package libipc-system-simple-perl.
16:35:26 #9 37.46 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
16:35:26 #9 37.46 Unpacking libipc-system-simple-perl (1.26-1) ...
16:35:26 #9 37.49 Selecting previously unselected package libfile-basedir-perl.
16:35:26 #9 37.49 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
16:35:26 #9 37.49 Unpacking libfile-basedir-perl (0.08-1) ...
16:35:26 #9 37.52 Selecting previously unselected package libfile-chdir-perl.
16:35:26 #9 37.52 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
16:35:26 #9 37.52 Unpacking libfile-chdir-perl (0.1008-1) ...
16:35:26 #9 37.55 Selecting previously unselected package libfile-fcntllock-perl.
16:35:26 #9 37.55 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
16:35:26 #9 37.55 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
16:35:26 #9 37.58 Selecting previously unselected package libnumber-compare-perl.
16:35:26 #9 37.58 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
16:35:26 #9 37.59 Unpacking libnumber-compare-perl (0.03-1) ...
16:35:26 #9 37.61 Selecting previously unselected package libtext-glob-perl.
16:35:26 #9 37.61 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
16:35:26 #9 37.62 Unpacking libtext-glob-perl (0.10-1) ...
16:35:26 #9 37.64 Selecting previously unselected package libfile-find-rule-perl.
16:35:26 #9 37.65 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
16:35:26 #9 37.65 Unpacking libfile-find-rule-perl (0.34-1) ...
16:35:26 #9 37.68 Selecting previously unselected package libfont-afm-perl.
16:35:26 #9 37.68 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
16:35:26 #9 37.68 Unpacking libfont-afm-perl (1.20-2) ...
16:35:26 #9 37.71 Selecting previously unselected package libio-string-perl.
16:35:26 #9 37.71 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
16:35:26 #9 37.71 Unpacking libio-string-perl (1.08-3) ...
16:35:26 #9 37.73 Selecting previously unselected package libfont-ttf-perl.
16:35:26 #9 37.74 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
16:35:26 #9 37.74 Unpacking libfont-ttf-perl (1.06-1) ...
16:35:26 #9 37.79 Selecting previously unselected package libfuture-perl.
16:35:26 #9 37.79 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
16:35:26 #9 37.80 Unpacking libfuture-perl (0.43-1) ...
16:35:26 #9 37.83 Selecting previously unselected package libio-stringy-perl.
16:35:26 #9 37.83 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
16:35:26 #9 37.84 Unpacking libio-stringy-perl (2.111-3) ...
16:35:26 #9 37.87 Selecting previously unselected package libparams-validate-perl.
16:35:26 #9 37.87 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
16:35:26 #9 37.87 Unpacking libparams-validate-perl (1.29-3) ...
16:35:26 #9 37.90 Selecting previously unselected package libgetopt-long-descriptive-perl.
16:35:26 #9 37.90 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
16:35:26 #9 37.90 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
16:35:26 #9 37.97 Selecting previously unselected package libsort-versions-perl.
16:35:26 #9 37.97 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
16:35:26 #9 37.97 Unpacking libsort-versions-perl (1.62-1) ...
16:35:26 #9 38.00 Selecting previously unselected package libgit-wrapper-perl.
16:35:26 #9 38.00 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
16:35:26 #9 38.01 Unpacking libgit-wrapper-perl (0.048-1) ...
16:35:26 #9 38.04 Selecting previously unselected package libhttp-tiny-multipart-perl.
16:35:26 #9 38.04 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
16:35:26 #9 38.04 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
16:35:26 #9 38.07 Selecting previously unselected package libio-prompter-perl.
16:35:26 #9 38.07 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
16:35:27 #9 27.66 Resolving Dependencies
16:35:27 #9 27.66 --> Running transaction check
16:35:27 #9 27.66 ---> Package rpm-build.x86_64 0:4.11.3-45.el7 will be installed
16:35:27 #9 27.68 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.78 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.78 --> Processing Dependency: unzip for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.78 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.79 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.79 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.79 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.79 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.79 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.80 --> Processing Dependency: file for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.80 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.80 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.80 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-45.el7.x86_64
16:35:27 #9 27.80 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
16:35:27 #9 27.80 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
16:35:27 #9 27.80 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
16:35:27 #9 27.80 --> Running transaction check
16:35:27 #9 27.80 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
16:35:27 #9 27.81 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
16:35:27 #9 27.81 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
16:35:27 #9 27.81 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
16:35:27 #9 27.81 ---> Package file.x86_64 0:5.11-37.el7 will be installed
16:35:27 #9 27.81 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
16:35:27 #9 27.82 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
16:35:27 #9 27.82 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
16:35:27 #9 27.82 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
16:35:27 #9 27.82 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.83 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:27 #9 27.84 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
16:35:27 #9 27.84 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
16:35:27 #9 27.85 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
16:35:27 #9 27.85 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
16:35:27 #9 27.85 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
16:35:27 #9 27.85 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
16:35:27 #9 27.85 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
16:35:27 #9 27.85 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
16:35:27 #9 27.85 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
16:35:27 #9 27.85 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
16:35:27 #9 27.85 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
16:35:27 #9 27.86 ---> Package unzip.x86_64 0:6.0-22.el7_9 will be installed
16:35:27 #9 27.86 --> Running transaction check
16:35:27 #9 27.86 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
16:35:27 #9 27.86 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
16:35:27 #9 27.86 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
16:35:27 #9 27.86 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
16:35:27 #9 27.86 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
16:35:27 #9 27.86 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
16:35:27 #9 27.86 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
16:35:27 #9 27.86 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
16:35:27 #9 27.86 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
16:35:27 #9 27.87 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
16:35:27 #9 27.87 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
16:35:27 #9 27.87 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
16:35:27 #9 27.87 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
16:35:27 #9 27.87 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
16:35:27 #9 27.87 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
16:35:27 #9 27.87 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
16:35:27 #9 27.87 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
16:35:27 #9 27.87 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
16:35:27 #9 27.88 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
16:35:27 #9 27.88 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
16:35:27 #9 27.88 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
16:35:27 #9 27.88 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
16:35:27 #9 27.88 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
16:35:27 #9 27.88 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
16:35:27 #9 27.88 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
16:35:27 #9 27.88 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
16:35:27 #9 27.88 --> Running transaction check
16:35:27 #9 27.88 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
16:35:27 #9 27.88 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
16:35:27 #9 27.89 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
16:35:27 #9 27.89 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
16:35:27 #9 27.89 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
16:35:27 #9 27.89 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
16:35:27 #9 27.89 --> Running transaction check
16:35:27 #9 27.89 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
16:35:27 #9 27.89 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
16:35:27 #9 27.95 --> Finished Dependency Resolution
16:35:27 #9 27.96 
16:35:27 #9 27.96 Dependencies Resolved
16:35:27 #9 27.97 
16:35:27 #9 27.97 ================================================================================
16:35:27 #9 27.97  Package                   Arch      Version                   Repository  Size
16:35:27 #9 27.97 ================================================================================
16:35:27 #9 27.97 Installing:
16:35:27 #9 27.97  rpm-build                 x86_64    4.11.3-45.el7             base       149 k
16:35:27 #9 27.97  rpmlint                   noarch    1.5-4.el7                 base       229 k
16:35:27 #9 27.97 Installing for dependencies:
16:35:27 #9 27.97  bzip2                     x86_64    1.0.6-13.el7              base        52 k
16:35:27 #9 27.97  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
16:35:27 #9 27.97  dwz                       x86_64    0.11-3.el7                base        99 k
16:35:27 #9 27.97  elfutils                  x86_64    0.176-5.el7               base       308 k
16:35:27 #9 27.97  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
16:35:27 #9 27.97  file                      x86_64    5.11-37.el7               base        57 k
16:35:27 #9 27.97  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
16:35:27 #9 27.97  groff-base                x86_64    1.22.2-8.el7              base       942 k
16:35:27 #9 27.97  patch                     x86_64    2.7.1-12.el7_7            base       111 k
16:35:27 #9 27.97  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
16:35:27 #9 27.97  perl-Carp                 noarch    1.26-244.el7              base        19 k
16:35:27 #9 27.97  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
16:35:27 #9 27.97  perl-Exporter             noarch    5.68-3.el7                base        28 k
16:35:27 #9 27.97  perl-File-Path            noarch    2.09-2.el7                base        26 k
16:35:27 #9 27.97  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
16:35:27 #9 27.97  perl-Filter               x86_64    1.49-3.el7                base        76 k
16:35:27 #9 27.97  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
16:35:27 #9 27.97  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
16:35:27 #9 27.97  perl-PathTools            x86_64    3.40-5.el7                base        82 k
16:35:27 #9 27.97  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
16:35:27 #9 27.97  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
16:35:27 #9 27.97  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
16:35:27 #9 27.97  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
16:35:27 #9 27.97  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
16:35:27 #9 27.97  perl-Socket               x86_64    2.010-5.el7               base        49 k
16:35:27 #9 27.97  perl-Storable             x86_64    2.45-3.el7                base        77 k
16:35:27 #9 27.97  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
16:35:27 #9 27.97  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
16:35:27 #9 27.97  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
16:35:27 #9 27.97  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
16:35:27 #9 27.97  perl-constant             noarch    1.27-2.el7                base        19 k
16:35:27 #9 27.97  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
16:35:27 #9 27.97  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
16:35:27 #9 27.97  perl-parent               noarch    1:0.225-244.el7           base        12 k
16:35:27 #9 27.97  perl-podlators            noarch    2.5.1-3.el7               base       112 k
16:35:27 #9 27.97  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
16:35:27 #9 27.97  perl-threads              x86_64    1.87-4.el7                base        49 k
16:35:27 #9 27.97  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
16:35:27 #9 27.97  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
16:35:27 #9 27.97  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
16:35:27 #9 27.97  unzip                     x86_64    6.0-22.el7_9              updates    171 k
16:35:27 #9 27.97  zip                       x86_64    3.0-11.el7                base       260 k
16:35:27 #9 27.97 
16:35:27 #9 27.97 Transaction Summary
16:35:27 #9 27.97 ================================================================================
16:35:27 #9 27.97 Install  2 Packages (+42 Dependent packages)
16:35:27 #9 27.97 
16:35:27 #9 27.97 Total download size: 16 M
16:35:27 #9 27.97 Installed size: 51 M
16:35:27 #9 27.97 Downloading packages:
16:35:27 #9 38.07 Unpacking libio-prompter-perl (0.004015-1) ...
16:35:27 #9 38.10 Selecting previously unselected package libjson-perl.
16:35:27 #9 38.11 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
16:35:27 #9 38.11 Unpacking libjson-perl (4.02000-2) ...
16:35:27 #9 38.14 Selecting previously unselected package liblog-any-perl.
16:35:27 #9 38.14 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
16:35:27 #9 38.14 Unpacking liblog-any-perl (1.708-1) ...
16:35:27 #9 38.18 Selecting previously unselected package liblog-any-adapter-screen-perl.
16:35:27 #9 38.18 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
16:35:27 #9 38.18 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
16:35:27 #9 38.21 Selecting previously unselected package libpackage-stash-perl.
16:35:27 #9 38.21 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
16:35:27 #9 38.21 Unpacking libpackage-stash-perl (0.38-1) ...
16:35:27 #9 38.24 Selecting previously unselected package libsub-identify-perl.
16:35:27 #9 38.24 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
16:35:27 #9 38.24 Unpacking libsub-identify-perl (0.14-1build2) ...
16:35:27 #9 38.27 Selecting previously unselected package libsub-name-perl.
16:35:27 #9 38.27 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
16:35:27 #9 38.28 Unpacking libsub-name-perl (0.26-1) ...
16:35:27 #9 38.30 Selecting previously unselected package libnamespace-clean-perl.
16:35:27 #9 38.31 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
16:35:27 #9 38.31 Unpacking libnamespace-clean-perl (0.27-1) ...
16:35:27 #9 38.33 Selecting previously unselected package libpath-tiny-perl.
16:35:27 #9 38.34 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
16:35:27 #9 38.34 Unpacking libpath-tiny-perl (0.108-1) ...
16:35:27 #9 38.37 Selecting previously unselected package libtype-tiny-perl.
16:35:27 #9 38.37 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
16:35:27 #9 38.37 Unpacking libtype-tiny-perl (1.008001-2) ...
16:35:27 #9 38.43 Selecting previously unselected package libgitlab-api-v4-perl.
16:35:27 #9 38.43 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
16:35:27 #9 38.43 Unpacking libgitlab-api-v4-perl (0.25-1) ...
16:35:27 #9 38.46 Selecting previously unselected package libhash-fieldhash-perl.
16:35:27 #9 38.46 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
16:35:27 #9 38.47 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
16:35:27 #9 38.49 Selecting previously unselected package libhtml-form-perl.
16:35:27 #9 38.50 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
16:35:27 #9 38.50 Unpacking libhtml-form-perl (6.07-1) ...
16:35:27 #9 38.53 Selecting previously unselected package libhtml-format-perl.
16:35:27 #9 38.53 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
16:35:27 #9 38.53 Unpacking libhtml-format-perl (2.12-1) ...
16:35:27 #9 38.56 Selecting previously unselected package libhttp-daemon-perl.
16:35:27 #9 38.56 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1_all.deb ...
16:35:27 #9 38.56 Unpacking libhttp-daemon-perl (6.06-1) ...
16:35:27 #9 38.59 Selecting previously unselected package libidn11:amd64.
16:35:27 #9 38.60 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
16:35:27 #9 38.60 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
16:35:27 #9 38.63 Selecting previously unselected package libstruct-dumb-perl.
16:35:27 #9 38.63 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
16:35:27 #9 38.63 Unpacking libstruct-dumb-perl (0.09-1) ...
16:35:27 #9 38.66 Selecting previously unselected package libio-async-perl.
16:35:27 #9 38.66 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
16:35:27 #9 38.67 Unpacking libio-async-perl (0.75-1) ...
16:35:27 #9 38.72 Selecting previously unselected package liblinux-epoll-perl.
16:35:27 #9 38.72 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
16:35:27 #9 38.73 Unpacking liblinux-epoll-perl (0.017-1) ...
16:35:27 #9 38.76 Selecting previously unselected package libio-async-loop-epoll-perl.
16:35:27 #9 38.76 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
16:35:27 #9 38.77 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
16:35:27 #9 38.79 Selecting previously unselected package libtypes-serialiser-perl.
16:35:27 #9 38.79 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
16:35:27 #9 38.80 Unpacking libtypes-serialiser-perl (1.0-1) ...
16:35:27 #9 38.83 Selecting previously unselected package libjson-xs-perl.
16:35:27 #9 38.83 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
16:35:27 #9 38.83 Unpacking libjson-xs-perl (4.020-1build1) ...
16:35:27 #9 38.86 Selecting previously unselected package libjson-maybexs-perl.
16:35:27 #11 6.764 Reading package lists...
16:35:27 #9 38.86 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
16:35:27 #9 38.87 Unpacking libjson-maybexs-perl (1.004000-1) ...
16:35:27 #9 38.89 Selecting previously unselected package liblist-compare-perl.
16:35:27 #9 38.89 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
16:35:27 #9 38.90 Unpacking liblist-compare-perl (0.53-1) ...
16:35:27 #9 38.93 Selecting previously unselected package liblist-moreutils-perl.
16:35:27 #9 38.93 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
16:35:27 #9 38.93 Unpacking liblist-moreutils-perl (0.416-1build5) ...
16:35:27 #9 38.96 Selecting previously unselected package liblist-someutils-perl.
16:35:27 #9 38.96 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
16:35:27 #9 38.97 Unpacking liblist-someutils-perl (0.58-1) ...
16:35:27 #9 39.00 Selecting previously unselected package liblist-someutils-xs-perl.
16:35:27 #9 39.00 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
16:35:27 #9 39.01 Unpacking liblist-someutils-xs-perl (0.58-2) ...
16:35:27 #9 39.04 Selecting previously unselected package libltdl7:amd64.
16:35:27 #9 39.05 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
16:35:27 #9 39.06 Unpacking libltdl7:amd64 (2.4.6-14) ...
16:35:27 #9 39.09 Selecting previously unselected package libltdl-dev:amd64.
16:35:27 #9 39.09 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
16:35:28 #11 9.205 Building dependency tree...
16:35:28 #11 9.489 Reading state information...
16:35:28 #11 9.545 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:35:28 #9 39.09 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
16:35:28 #9 39.13 Selecting previously unselected package libsys-hostname-long-perl.
16:35:28 #9 39.14 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
16:35:28 #9 39.14 Unpacking libsys-hostname-long-perl (1.5-1) ...
16:35:28 #9 39.17 Selecting previously unselected package libmail-sendmail-perl.
16:35:28 #9 39.17 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
16:35:28 #9 39.17 Unpacking libmail-sendmail-perl (0.80-1) ...
16:35:28 #9 39.20 Selecting previously unselected package libmoox-aliases-perl.
16:35:28 #9 39.20 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
16:35:28 #9 39.20 Unpacking libmoox-aliases-perl (0.001006-1) ...
16:35:28 #9 39.23 Selecting previously unselected package libobject-id-perl.
16:35:28 #9 39.23 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
16:35:28 #9 39.23 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
16:35:28 #9 39.26 Selecting previously unselected package libmoox-struct-perl.
16:35:28 #9 39.26 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
16:35:28 #9 39.26 Unpacking libmoox-struct-perl (0.017-1) ...
16:35:28 #9 39.29 Selecting previously unselected package libnet-dns-sec-perl.
16:35:28 #9 39.29 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
16:35:28 #9 39.30 Unpacking libnet-dns-sec-perl (1.15-1) ...
16:35:28 #9 39.33 Selecting previously unselected package libnet-libidn-perl.
16:35:28 #9 39.33 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
16:35:28 #9 39.33 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
16:35:28 #9 39.35 Selecting previously unselected package libnumber-range-perl.
16:35:28 #9 39.36 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
16:35:28 #9 39.36 Unpacking libnumber-range-perl (0.12-1) ...
16:35:28 #9 39.39 Selecting previously unselected package libpackage-stash-xs-perl.
16:35:28 #9 39.39 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
16:35:28 #9 39.39 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
16:35:28 #9 39.42 Selecting previously unselected package libpath-iterator-rule-perl.
16:35:28 #9 39.42 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
16:35:28 #9 39.42 Unpacking libpath-iterator-rule-perl (1.014-1) ...
16:35:28 #9 39.45 Selecting previously unselected package libperl4-corelibs-perl.
16:35:28 #9 39.45 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
16:35:28 #9 39.45 Unpacking libperl4-corelibs-perl (0.004-2) ...
16:35:28 #9 39.48 Selecting previously unselected package libperlio-gzip-perl.
16:35:28 #9 39.48 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
16:35:28 #9 39.49 Unpacking libperlio-gzip-perl (0.19-1build5) ...
16:35:28 #9 39.51 Selecting previously unselected package libpod-constants-perl.
16:35:28 #9 39.51 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
16:35:28 #9 39.52 Unpacking libpod-constants-perl (0.19-1) ...
16:35:28 #9 39.55 Selecting previously unselected package libre2-5:amd64.
16:35:28 #9 39.55 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
16:35:28 #11 9.682 Starting 2 pkgProblemResolver with broken count: 0
16:35:28 #11 9.689 Done
16:35:28 #11 9.755  Done
16:35:28 #11 9.778 Starting pkgProblemResolver with broken count: 0
16:35:28 #9 39.55 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
16:35:28 #9 39.60 Selecting previously unselected package libre-engine-re2-perl.
16:35:28 #9 39.60 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
16:35:28 #9 39.60 Unpacking libre-engine-re2-perl (0.13-5) ...
16:35:28 #9 39.63 Selecting previously unselected package libreadonly-perl.
16:35:28 #9 39.63 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
16:35:28 #9 39.64 Unpacking libreadonly-perl (2.050-2) ...
16:35:28 #9 39.66 Selecting previously unselected package libref-util-perl.
16:35:28 #9 39.67 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
16:35:28 #9 39.67 Unpacking libref-util-perl (0.204-1) ...
16:35:28 #9 39.75 Selecting previously unselected package libref-util-xs-perl.
16:35:28 #9 39.75 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
16:35:28 #9 39.76 Unpacking libref-util-xs-perl (0.117-1build2) ...
16:35:28 #9 39.78 Selecting previously unselected package libregexp-pattern-license-perl.
16:35:28 #9 39.78 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
16:35:28 #9 39.79 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
16:35:28 #9 39.82 Selecting previously unselected package libregexp-pattern-perl.
16:35:28 #9 39.83 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
16:35:28 #9 39.83 Unpacking libregexp-pattern-perl (0.2.12-1) ...
16:35:28 #9 39.86 Selecting previously unselected package libsasl2-modules:amd64.
16:35:28 #9 39.86 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2_amd64.deb ...
16:35:28 #9 39.87 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
16:35:28 #9 39.90 Selecting previously unselected package libsereal-decoder-perl.
16:35:28 #11 9.869 Starting 2 pkgProblemResolver with broken count: 0
16:35:28 #11 9.876 Done
16:35:28 #11 10.20 The following additional packages will be installed:
16:35:28 #11 10.20   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
16:35:28 #11 10.20   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:35:28 #11 10.20   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
16:35:28 #11 10.20   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
16:35:28 #11 10.20   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
16:35:28 #11 10.20   libuv1 pkg-config
16:35:28 #11 10.20 Suggested packages:
16:35:28 #11 10.20   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
16:35:28 #11 10.20   libtool-doc seccomp libstdc++-8-doc
16:35:28 #9 39.90 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
16:35:28 #9 39.90 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
16:35:28 #9 39.94 Selecting previously unselected package libsereal-encoder-perl.
16:35:28 #9 39.94 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
16:35:28 #9 39.94 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
16:35:28 #9 39.98 Selecting previously unselected package libsereal-perl.
16:35:28 #9 39.98 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
16:35:28 #9 39.98 Unpacking libsereal-perl (4.011-1) ...
16:35:28 #9 40.01 Selecting previously unselected package libsort-key-perl.
16:35:28 #9 40.01 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
16:35:28 #9 40.02 Unpacking libsort-key-perl (1.33-2build2) ...
16:35:28 #9 40.05 Selecting previously unselected package libstring-copyright-perl.
16:35:28 #9 40.05 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
16:35:28 #9 40.05 Unpacking libstring-copyright-perl (0.003006-1) ...
16:35:28 #9 40.09 Selecting previously unselected package libstring-escape-perl.
16:35:28 #9 40.09 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
16:35:28 #9 40.09 Unpacking libstring-escape-perl (2010.002-2) ...
16:35:28 #9 40.12 Selecting previously unselected package libstring-shellquote-perl.
16:35:29 #9 40.12 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
16:35:29 #9 40.12 Unpacking libstring-shellquote-perl (1.04-1) ...
16:35:29 #9 40.15 Selecting previously unselected package libterm-readkey-perl.
16:35:29 #9 40.15 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
16:35:29 #9 40.15 Unpacking libterm-readkey-perl (2.38-1build1) ...
16:35:29 #9 40.19 Selecting previously unselected package libtest-fatal-perl.
16:35:29 #9 40.19 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
16:35:29 #9 40.19 Unpacking libtest-fatal-perl (0.014-1) ...
16:35:29 #9 40.22 Selecting previously unselected package libtest-refcount-perl.
16:35:29 #9 40.22 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
16:35:29 #9 40.23 Unpacking libtest-refcount-perl (0.10-1) ...
16:35:29 #9 40.25 Selecting previously unselected package libtext-levenshtein-perl.
16:35:29 #9 40.26 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
16:35:29 #9 40.26 Unpacking libtext-levenshtein-perl (0.13-1) ...
16:35:29 #9 40.28 Selecting previously unselected package libtype-tiny-xs-perl.
16:35:29 #9 40.29 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
16:35:29 #9 40.29 Unpacking libtype-tiny-xs-perl (0.016-1) ...
16:35:29 #9 40.32 Selecting previously unselected package libunicode-utf8-perl.
16:35:29 #9 40.32 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
16:35:29 #9 40.33 Unpacking libunicode-utf8-perl (0.62-1build1) ...
16:35:29 #9 40.35 Selecting previously unselected package libxml-namespacesupport-perl.
16:35:29 #9 40.35 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
16:35:29 #9 40.36 Unpacking libxml-namespacesupport-perl (1.12-1) ...
16:35:29 #9 40.38 Selecting previously unselected package libxml-sax-base-perl.
16:35:29 #9 40.39 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
16:35:29 #9 40.39 Unpacking libxml-sax-base-perl (1.09-1) ...
16:35:29 #9 40.42 Selecting previously unselected package libxml-sax-perl.
16:35:29 #9 40.42 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:35:29 #9 40.43 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:35:29 #9 40.48 Selecting previously unselected package libxml-libxml-perl.
16:35:29 #9 40.49 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
16:35:29 #9 40.49 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
16:35:29 #9 40.54 Selecting previously unselected package libxml-parser-perl.
16:35:29 #9 40.55 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
16:35:29 #9 40.55 Unpacking libxml-parser-perl (2.46-1) ...
16:35:29 #9 40.60 Selecting previously unselected package libxml-sax-expat-perl.
16:35:29 #9 40.60 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
16:35:29 #9 40.60 Unpacking libxml-sax-expat-perl (0.51-1) ...
16:35:29 #9 40.63 Selecting previously unselected package libxml-writer-perl.
16:35:29 #9 40.64 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
16:35:29 #9 40.64 Unpacking libxml-writer-perl (0.625-1) ...
16:35:29 #9 40.67 Selecting previously unselected package libyaml-libyaml-perl.
16:35:29 #11 10.73 The following NEW packages will be installed:
16:35:29 #11 10.73   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
16:35:29 #11 10.73   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:35:29 #11 10.73   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
16:35:29 #11 10.74   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
16:35:29 #11 10.74   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
16:35:29 #11 10.74   libuv1 pkg-config
16:35:29 #9 40.67 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
16:35:29 #9 40.68 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
16:35:29 #9 40.71 Selecting previously unselected package licensecheck.
16:35:29 #9 40.71 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
16:35:29 #9 40.71 Unpacking licensecheck (3.0.45-1) ...
16:35:29 #9 40.74 Selecting previously unselected package libdevel-size-perl.
16:35:29 #9 40.74 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
16:35:29 #9 40.74 Unpacking libdevel-size-perl (0.83-1build1) ...
16:35:29 #9 40.77 Selecting previously unselected package t1utils.
16:35:29 #9 40.77 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
16:35:29 #9 40.78 Unpacking t1utils (1.41-3) ...
16:35:29 #9 40.82 Selecting previously unselected package lintian.
16:35:29 #9 40.82 Preparing to unpack .../328-lintian_2.62.0ubuntu1_all.deb ...
16:35:29 #9 40.82 Unpacking lintian (2.62.0ubuntu1) ...
16:35:30 #9 41.06 Selecting previously unselected package manpages-dev.
16:35:30 #9 41.07 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
16:35:30 #9 41.07 Unpacking manpages-dev (5.05-1) ...
16:35:30 #11 11.23 0 upgraded, 30 newly installed, 0 to remove and 7 not upgraded.
16:35:30 #11 11.23 1 not fully installed or removed.
16:35:30 #11 11.23 Need to get 17.5 MB of archives.
16:35:30 #11 11.23 After this operation, 72.0 MB of additional disk space will be used.
16:35:30 #11 11.23 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
16:35:30 #11 11.26 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
16:35:30 #9 41.31 Selecting previously unselected package python3-certifi.
16:35:30 #9 41.31 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
16:35:30 #9 41.32 Unpacking python3-certifi (2019.11.28-1) ...
16:35:30 #9 41.36 Selecting previously unselected package python3-idna.
16:35:30 #9 41.36 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
16:35:30 #9 41.36 Unpacking python3-idna (2.8-1) ...
16:35:30 #9 41.40 Selecting previously unselected package python3-urllib3.
16:35:30 #9 41.40 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
16:35:30 #9 41.40 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
16:35:30 #9 41.44 Selecting previously unselected package python3-requests.
16:35:30 #9 41.44 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
16:35:30 #9 41.45 Unpacking python3-requests (2.22.0-2ubuntu1) ...
16:35:30 #9 41.49 Selecting previously unselected package python3-unidiff.
16:35:30 #9 41.49 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
16:35:30 #9 41.49 Unpacking python3-unidiff (0.5.5-2) ...
16:35:30 #9 41.56 Selecting previously unselected package python3-xdg.
16:35:30 #9 41.56 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
16:35:30 #9 41.57 Unpacking python3-xdg (0.26-1ubuntu1) ...
16:35:30 #9 41.60 Selecting previously unselected package unzip.
16:35:30 #9 41.60 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ...
16:35:30 #9 41.61 Unpacking unzip (6.0-25ubuntu1) ...
16:35:30 #9 41.65 Selecting previously unselected package equivs.
16:35:30 #9 41.65 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
16:35:30 #9 41.65 Unpacking equivs (2.2.0) ...
16:35:30 #9 41.68 Selecting previously unselected package libauthen-sasl-perl.
16:35:30 #11 11.85 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
16:35:30 #11 11.89 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
16:35:30 #11 11.99 Get:5 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs0 armhf 5.10-1~bpo10+1 [214 kB]
16:35:30 #9 41.68 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
16:35:30 #9 41.69 Unpacking libauthen-sasl-perl (2.1600-1) ...
16:35:30 #9 41.72 Selecting previously unselected package python3-magic.
16:35:30 #9 41.72 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
16:35:30 #9 41.73 Unpacking python3-magic (2:0.4.15-3) ...
16:35:30 #9 41.80 Setting up libapt-pkg-perl (0.1.36build3) ...
16:35:30 #9 41.81 Setting up libksba8:amd64 (1.3.5-2) ...
16:35:30 #9 41.82 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
16:35:30 #9 41.83 Setting up wdiff (1.2.2-2build1) ...
16:35:30 #9 41.84 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
16:35:30 #9 41.85 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ...
16:35:30 #9 41.86 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
16:35:30 #9 41.87 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
16:35:30 #9 41.88 Setting up mime-support (3.64ubuntu1) ...
16:35:30 #9 41.91 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
16:35:30 #11 12.00 Get:6 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs-dev armhf 5.10-1~bpo10+1 [275 kB]
16:35:30 #11 12.25 Get:7 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
16:35:31 #9 41.93 Setting up libmagic-mgc (1:5.38-4) ...
16:35:31 #9 41.94 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
16:35:31 #9 41.95 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
16:35:31 #9 41.96 No schema files found: doing nothing.
16:35:31 #9 41.97 Setting up distro-info-data (0.43ubuntu1.6) ...
16:35:31 #9 41.98 Setting up manpages (5.05-1) ...
16:35:31 #9 41.99 Setting up unzip (6.0-25ubuntu1) ...
16:35:31 #9 42.01 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
16:35:31 #9 42.02 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
16:35:31 #9 42.03 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
16:35:31 #9 42.04 Setting up binutils-common:amd64 (2.34-6ubuntu1.1) ...
16:35:31 #9 42.05 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
16:35:31 #9 42.06 Setting up libmagic1:amd64 (1:5.38-4) ...
16:35:31 #9 42.08 Setting up less (551-1ubuntu0.1) ...
16:35:31 #9 42.10 Setting up perl-openssl-defaults:amd64 (4) ...
16:35:31 #9 42.11 Setting up linux-libc-dev:amd64 (5.4.0-84.94) ...
16:35:31 #9 42.11 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
16:35:31 #11 12.25 Get:8 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
16:35:31 #11 12.25 Get:9 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
16:35:31 #11 12.26 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [271 kB]
16:35:31 #11 12.27 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
16:35:31 #11 12.27 Get:12 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
16:35:31 #11 12.27 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
16:35:31 #11 12.28 Get:14 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
16:35:31 #11 12.28 Get:15 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
16:35:31 #11 12.33 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
16:35:31 #11 12.41 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
16:35:31 #11 12.41 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
16:35:31 #11 12.41 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
16:35:31 #11 12.42 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
16:35:31 #11 12.43 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
16:35:31 #11 12.43 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
16:35:31 #11 12.44 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
16:35:31 #11 12.48 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
16:35:31 #11 12.49 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
16:35:31 #11 12.49 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
16:35:31 #9 42.17 Setting up gettext-base (0.19.8.1-10build1) ...
16:35:31 #9 42.18 Setting up libnpth0:amd64 (1.6-1) ...
16:35:31 #9 42.19 Setting up krb5-locales (1.17-6ubuntu4.1) ...
16:35:31 #9 42.20 Setting up file (1:5.38-4) ...
16:35:31 #9 42.21 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
16:35:31 #9 42.22 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:31 #9 42.23 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
16:35:31 #9 42.24 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
16:35:31 #9 42.26 Setting up libunwind8:amd64 (1.2.1-9build1) ...
16:35:31 #9 42.27 Setting up libfakeroot:amd64 (1.24-1) ...
16:35:31 #9 42.28 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
16:35:31 #9 42.29 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
16:35:31 #9 42.30 Setting up tzdata (2021a-0ubuntu0.20.04) ...
16:35:31 #9 42.39 
16:35:31 #9 42.39 Current default time zone: 'Etc/UTC'
16:35:31 #9 42.39 Local time is now:      Thu Sep 16 16:35:31 UTC 2021.
16:35:31 #9 42.39 Universal Time is now:  Thu Sep 16 16:35:31 UTC 2021.
16:35:31 #9 42.39 Run 'dpkg-reconfigure tzdata' if you wish to change it.
16:35:31 #9 42.39 
16:35:31 #9 42.45 Setting up fakeroot (1.24-1) ...
16:35:31 #9 42.46 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:35:31 #9 42.46 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
16:35:31 #9 42.46 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
16:35:31 #9 42.46 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
16:35:31 #9 42.46 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
16:35:31 #9 42.46 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
16:35:31 #9 42.46 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
16:35:31 #9 42.46 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
16:35:31 #9 42.46 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
16:35:31 #9 42.48 Setting up autotools-dev (20180224.1) ...
16:35:31 #9 42.49 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
16:35:31 #9 42.50 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
16:35:31 #11 12.56 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
16:35:31 #11 12.57 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
16:35:31 #11 12.57 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
16:35:31 #11 12.58 Get:30 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
16:35:31 #9 42.51 Setting up make (4.2.1-1.2) ...
16:35:31 #9 42.52 Setting up libmpfr6:amd64 (4.0.2-1) ...
16:35:31 #9 42.53 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
16:35:31 #9 42.54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
16:35:31 #9 42.55 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
16:35:31 #9 42.56 Setting up strace (5.5-3ubuntu1) ...
16:35:31 #9 42.57 Setting up libsigsegv2:amd64 (2.12-2) ...
16:35:31 #9 42.58 Setting up xz-utils (5.2.4-1ubuntu1) ...
16:35:31 #9 42.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.59 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
16:35:31 #9 42.60 Setting up t1utils (1.41-3) ...
16:35:31 #9 42.61 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:31 #9 42.62 Setting up diffstat (1.63-1) ...
16:35:31 #9 42.63 Setting up libmpc3:amd64 (1.1.0-1) ...
16:35:31 #9 42.64 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:31 #9 42.65 Setting up patch (2.7.6-6) ...
16:35:31 #9 42.66 Setting up autopoint (0.19.8.1-10build1) ...
16:35:31 #9 42.67 Setting up libfl2:amd64 (2.6.4-6.2) ...
16:35:31 #9 42.68 Setting up ucf (3.0038+nmu1) ...
16:35:31 #11 13.03 debconf: delaying package configuration, since apt-utils is not installed
16:35:31 #11 13.09 Fetched 17.5 MB in 2s (9589 kB/s)
16:35:31 #11 13.13 Selecting previously unselected package libstdc++-8-dev:armhf.
16:35:31 #9 42.80 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
16:35:31 #9 42.81 Setting up libltdl7:amd64 (2.4.6-14) ...
16:35:31 #9 42.82 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ...
16:35:31 #9 42.83 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:31 #9 42.84 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:31 #9 42.85 Setting up python-apt-common (2.0.0ubuntu0.20.04.6) ...
16:35:31 #9 42.86 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
16:35:31 #9 42.87 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
16:35:31 #9 42.88 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
16:35:31 #9 42.89 Setting up git-man (1:2.25.1-1ubuntu3.2) ...
16:35:31 #9 42.90 Setting up libisl22:amd64 (0.22.1-1) ...
16:35:31 #9 42.91 Setting up netbase (6.1) ...
16:35:31 #9 42.94 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
16:35:31 #9 42.95 Setting up libmpdec2:amd64 (2.4.2-3) ...
16:35:31 #9 42.95 Setting up libbinutils:amd64 (2.34-6ubuntu1.1) ...
16:35:31 #11 13.13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17088 files and directories currently installed.)
16:35:31 #11 13.16 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
16:35:31 #11 13.16 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
16:35:32 #9 42.97 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
16:35:32 #9 42.98 Setting up libc-dev-bin (2.31-0ubuntu9.2) ...
16:35:32 #9 42.99 Setting up openssl (1.1.1f-1ubuntu2.8) ...
16:35:32 #9 43.00 Setting up libbsd0:amd64 (0.10.0-1) ...
16:35:32 #9 43.03 Setting up libelf1:amd64 (0.176-1.1build1) ...
16:35:32 #9 43.05 Setting up readline-common (8.0-4) ...
16:35:32 #9 43.06 Setting up publicsuffix (20200303.0012-1) ...
16:35:32 #9 43.07 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:32 #9 43.08 Setting up iso-codes (4.4-1) ...
16:35:32 #9 43.09 Setting up liblocale-gettext-perl (1.07-4) ...
16:35:32 #9 43.10 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:32 #9 43.12 Setting up dctrl-tools (2.24-3) ...
16:35:32 #9 43.13 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:32 #9 43.14 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:32 #9 43.15 Setting up libgdbm6:amd64 (1.18.1-5) ...
16:35:32 #9 43.16 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:32 #9 43.17 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:32 #9 43.18 Setting up libctf0:amd64 (2.34-6ubuntu1.1) ...
16:35:32 #9 43.19 Setting up pinentry-curses (1.1.0-3build1) ...
16:35:32 #9 43.20 Setting up manpages-dev (5.05-1) ...
16:35:32 #9 43.21 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
16:35:32 #9 43.22 Setting up libxcb1:amd64 (1.14-2) ...
16:35:32 #9 43.24 Setting up at (3.1.23-1ubuntu1) ...
16:35:32 #9 43.40 invoke-rc.d: could not determine current runlevel
16:35:32 #9 43.40 invoke-rc.d: policy-rc.d denied execution of start.
16:35:32 #9 43.40 Setting up libicu66:amd64 (66.1-2ubuntu2) ...
16:35:32 #9 43.41 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:32 #9 43.42 Setting up libedit2:amd64 (3.1-20191231-1) ...
16:35:32 #11 13.62 Selecting previously unselected package g++-8.
16:35:32 #11 13.63 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
16:35:32 #11 13.64 Unpacking g++-8 (8.3.0-6+rpi1) ...
16:35:32 #9 43.43 Setting up libreadline8:amd64 (8.0-4) ...
16:35:32 #9 43.45 Setting up m4 (1.4.18-4) ...
16:35:32 #9 43.46 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:32 #9 43.47 Setting up ca-certificates (20210119~20.04.1) ...
16:35:32 #9 43.81 Updating certificates in /etc/ssl/certs...
16:35:33 #9 44.24 129 added, 0 removed; done.
16:35:33 #9 44.30 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:33 #9 44.31 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:33 #9 44.32 Setting up bsdmainutils (11.1.2ubuntu3) ...
16:35:33 #9 44.34 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
16:35:33 #9 44.34 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
16:35:33 #9 44.35 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
16:35:33 #9 44.35 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
16:35:33 #9 44.35 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
16:35:33 #9 44.37 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
16:35:33 #9 44.40 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
16:35:33 #9 44.45 Setting up dwz (0.13-5) ...
16:35:33 #9 44.46 Setting up groff-base (1.22.4-4build1) ...
16:35:33 #9 44.48 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
16:35:33 #9 44.49 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ...
16:35:33 #9 44.50 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
16:35:33 #9 44.51 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ...
16:35:33 #11 14.70 Selecting previously unselected package g++.
16:35:33 #11 14.70 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
16:35:33 #11 14.71 Unpacking g++ (4:8.3.0-1+rpi2) ...
16:35:33 #11 14.76 Selecting previously unselected package build-essential.
16:35:33 #11 14.76 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
16:35:33 #11 14.77 Unpacking build-essential (12.6) ...
16:35:33 #11 14.83 Selecting previously unselected package bash-completion.
16:35:33 #11 14.83 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
16:35:33 #9 36.40 warning: /var/cache/yum/x86_64/7/base/packages/desktop-file-utils-0.23-2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
16:35:33 #9 36.41 Public key for desktop-file-utils-0.23-2.el7.x86_64.rpm is not installed
16:35:33 #9 44.52 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
16:35:33 #9 44.53 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04) ...
16:35:33 #9 44.56 Setting up python3.8 (3.8.10-0ubuntu1~20.04) ...
16:35:34 #9 45.18 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
16:35:34 #9 45.19 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
16:35:34 #9 45.20 Setting up gpg (2.2.19-3ubuntu2.1) ...
16:35:34 #9 45.22 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
16:35:34 #9 45.25 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
16:35:34 #9 45.27 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
16:35:34 #9 45.28 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
16:35:34 #9 45.75 Setting up openssh-client (1:8.2p1-4ubuntu0.3) ...
16:35:34 #9 45.88 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:34 #9 45.89 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
16:35:34 #9 45.91 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
16:35:34 #9 45.92 Setting up python3 (3.8.2-0ubuntu2) ...
16:35:34 #11 16.23 Unpacking bash-completion (1:2.8-6) ...
16:35:35 #9 46.20 Setting up binutils (2.34-6ubuntu1.1) ...
16:35:35 #9 46.21 Setting up python3-xdg (0.26-1ubuntu1) ...
16:35:35 #11 16.50 Selecting previously unselected package cmake-data.
16:35:35 #9 46.38 Setting up man-db (2.9.1-1) ...
16:35:35 #9 46.47 Building database of manual pages ...
16:35:35 #11 16.51 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
16:35:35 #11 16.51 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
16:35:35 #9 46.68 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
16:35:35 #9 46.68 Setting up python3-six (1.14.0-2) ...
16:35:35 #9 46.82 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:35 #9 46.83 Setting up perl (5.30.0-9ubuntu0.2) ...
16:35:35 #9 46.85 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
16:35:35 #9 46.86 Setting up python3-gpg (1.13.1-7ubuntu2) ...
16:35:36 #9 47.02 Setting up libdata-dump-perl (1.23-1) ...
16:35:36 #9 47.04 Setting up python3-certifi (2019.11.28-1) ...
16:35:36 #9 47.17 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
16:35:36 #9 47.18 Setting up libref-util-perl (0.204-1) ...
16:35:36 #9 47.19 Setting up libipc-system-simple-perl (1.26-1) ...
16:35:36 #9 47.20 Setting up libnet-domain-tld-perl (1.75-1) ...
16:35:36 #9 47.21 Setting up libxml-writer-perl (0.625-1) ...
16:35:36 #9 47.22 Setting up libhash-fieldhash-perl (0.15-1build2) ...
16:35:36 #9 47.24 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
16:35:36 #9 47.24 Setting up shared-mime-info (1.15-1) ...
16:35:36 #11 17.48 Selecting previously unselected package libarchive13:armhf.
16:35:36 #11 17.48 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
16:35:36 #11 17.49 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
16:35:36 #11 17.58 Selecting previously unselected package libjsoncpp1:armhf.
16:35:36 #11 17.58 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
16:35:36 #11 17.59 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
16:35:36 #11 17.65 Selecting previously unselected package librhash0:armhf.
16:35:36 #11 17.65 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
16:35:36 #11 17.66 Unpacking librhash0:armhf (1.3.8-1) ...
16:35:36 #11 17.72 Selecting previously unselected package libuv1:armhf.
16:35:36 #11 17.73 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
16:35:36 #11 17.73 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
16:35:36 #11 17.79 Selecting previously unselected package cmake.
16:35:36 #11 17.79 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
16:35:36 #11 17.80 Unpacking cmake (3.16.3-3~bpo10+1) ...
16:35:37 #11 18.24 Selecting previously unselected package dh-apparmor.
16:35:37 #11 18.25 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
16:35:37 #11 18.25 Unpacking dh-apparmor (2.13.2-10) ...
16:35:37 #11 18.31 Selecting previously unselected package libbtrfs0:armhf.
16:35:37 #11 18.31 Preparing to unpack .../12-libbtrfs0_5.10-1~bpo10+1_armhf.deb ...
16:35:37 #11 18.32 Unpacking libbtrfs0:armhf (5.10-1~bpo10+1) ...
16:35:37 #11 18.39 Selecting previously unselected package libbtrfs-dev:armhf.
16:35:37 #11 18.39 Preparing to unpack .../13-libbtrfs-dev_5.10-1~bpo10+1_armhf.deb ...
16:35:37 #11 18.40 Unpacking libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
16:35:37 #11 18.53 Selecting previously unselected package dmsetup.
16:35:37 #11 18.54 Preparing to unpack .../14-dmsetup_2%3a1.02.155-3_armhf.deb ...
16:35:37 #11 18.54 Unpacking dmsetup (2:1.02.155-3) ...
16:35:37 #11 18.61 Selecting previously unselected package libdevmapper1.02.1:armhf.
16:35:37 #11 18.61 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
16:35:37 #11 18.62 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
16:35:37 #11 18.70 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
16:35:37 #11 18.71 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
16:35:37 #11 18.71 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
16:35:37 #11 18.78 Selecting previously unselected package libudev-dev:armhf.
16:35:37 #11 18.78 Preparing to unpack .../17-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
16:35:37 #11 18.79 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
16:35:37 #11 18.86 Selecting previously unselected package libsepol1-dev:armhf.
16:35:37 #11 18.87 Preparing to unpack .../18-libsepol1-dev_2.8-1_armhf.deb ...
16:35:37 #11 18.87 Unpacking libsepol1-dev:armhf (2.8-1) ...
16:35:37 #11 18.98 Selecting previously unselected package libpcre16-3:armhf.
16:35:37 #11 18.99 Preparing to unpack .../19-libpcre16-3_2%3a8.39-12_armhf.deb ...
16:35:37 #11 18.99 Unpacking libpcre16-3:armhf (2:8.39-12) ...
16:35:37 #11 19.07 Selecting previously unselected package libpcre32-3:armhf.
16:35:37 #11 19.07 Preparing to unpack .../20-libpcre32-3_2%3a8.39-12_armhf.deb ...
16:35:37 #11 19.08 Unpacking libpcre32-3:armhf (2:8.39-12) ...
16:35:37 #11 19.15 Selecting previously unselected package libpcrecpp0v5:armhf.
16:35:37 #11 19.16 Preparing to unpack .../21-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
16:35:37 #11 19.16 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
16:35:37 #11 19.22 Selecting previously unselected package libpcre3-dev:armhf.
16:35:37 #11 19.22 Preparing to unpack .../22-libpcre3-dev_2%3a8.39-12_armhf.deb ...
16:35:37 #11 19.23 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
16:35:37 #11 19.35 Selecting previously unselected package libselinux1-dev:armhf.
16:35:38 #11 19.35 Preparing to unpack .../23-libselinux1-dev_2.8-1+b1_armhf.deb ...
16:35:38 #11 19.36 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
16:35:38 #11 19.45 Selecting previously unselected package libdevmapper-dev:armhf.
16:35:38 #11 19.45 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
16:35:38 #11 19.46 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
16:35:38 #11 19.52 Selecting previously unselected package libltdl7:armhf.
16:35:38 #11 19.52 Preparing to unpack .../25-libltdl7_2.4.6-9_armhf.deb ...
16:35:38 #11 19.52 Unpacking libltdl7:armhf (2.4.6-9) ...
16:35:38 #11 19.58 Selecting previously unselected package libltdl-dev:armhf.
16:35:38 #9 49.20 Setting up liblinux-epoll-perl (0.017-1) ...
16:35:38 #9 49.21 Setting up libvariable-magic-perl (0.62-1build2) ...
16:35:38 #9 49.22 Setting up python3-idna (2.8-1) ...
16:35:38 #9 49.41 Setting up libio-html-perl (1.001-1) ...
16:35:38 #9 49.42 Setting up libcroco3:amd64 (0.6.13-1) ...
16:35:38 #9 49.43 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
16:35:38 #11 19.58 Preparing to unpack .../26-libltdl-dev_2.4.6-9_armhf.deb ...
16:35:38 #11 19.59 Unpacking libltdl-dev:armhf (2.4.6-9) ...
16:35:38 #11 19.67 Selecting previously unselected package libseccomp-dev:armhf.
16:35:38 #11 19.67 Preparing to unpack .../27-libseccomp-dev_2.3.3-4_armhf.deb ...
16:35:38 #11 19.68 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
16:35:38 #11 19.74 Selecting previously unselected package libsystemd-dev:armhf.
16:35:38 #11 19.74 Preparing to unpack .../28-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
16:35:38 #11 19.74 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
16:35:38 #11 19.88 Selecting previously unselected package pkg-config.
16:35:38 #9 49.45 Setting up libtest-refcount-perl (0.10-1) ...
16:35:38 #9 49.46 Setting up libparams-util-perl (1.07-3build5) ...
16:35:38 #9 49.47 Setting up libdpkg-perl (1.19.7ubuntu3) ...
16:35:38 #9 49.48 Setting up autoconf (2.69-11.1) ...
16:35:38 #9 49.49 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
16:35:38 #9 49.65 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
16:35:38 #9 49.67 Setting up libarray-intspan-perl (2.003-1) ...
16:35:38 #9 49.68 Setting up libcapture-tiny-perl (0.48-1) ...
16:35:38 #9 49.68 Setting up libtimedate-perl (2.3200-1) ...
16:35:38 #11 19.89 Preparing to unpack .../29-pkg-config_0.29-6_armhf.deb ...
16:35:38 #11 19.89 Unpacking pkg-config (0.29-6) ...
16:35:38 #11 20.00 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
16:35:38 #11 20.01 Setting up libseccomp-dev:armhf (2.3.3-4) ...
16:35:38 #11 20.03 Setting up libpcre16-3:armhf (2:8.39-12) ...
16:35:38 #11 20.04 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
16:35:38 #11 20.06 Setting up libsepol1-dev:armhf (2.8-1) ...
16:35:38 #11 20.08 Setting up libbtrfs0:armhf (5.10-1~bpo10+1) ...
16:35:38 #11 20.10 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
16:35:38 #11 20.11 Setting up bash-completion (1:2.8-6) ...
16:35:38 #9 49.69 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
16:35:38 #9 49.70 Setting up libsub-name-perl (0.26-1) ...
16:35:38 #9 49.71 Setting up libtype-tiny-xs-perl (0.016-1) ...
16:35:38 #9 49.72 Setting up libfile-chdir-perl (0.1008-1) ...
16:35:38 #9 49.73 Setting up xauth (1:1.1-0ubuntu1) ...
16:35:38 #9 49.75 Setting up cpp (4:9.3.0-1ubuntu2) ...
16:35:38 #9 49.76 Setting up libpath-tiny-perl (0.108-1) ...
16:35:38 #9 49.77 Setting up libarchive-cpio-perl (0.10-1) ...
16:35:38 #9 49.79 Setting up libjson-perl (4.02000-2) ...
16:35:38 #9 49.80 Setting up libsub-override-perl (0.09-2) ...
16:35:38 #9 49.81 Setting up python3-unidiff (0.5.5-2) ...
16:35:38 #9 49.94 Setting up libstrictures-perl (2.000006-1) ...
16:35:39 #9 49.94 Setting up libsub-quote-perl (2.006006-1) ...
16:35:39 #9 49.95 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
16:35:39 #9 49.96 Setting up libsort-versions-perl (1.62-1) ...
16:35:39 #9 49.97 Setting up libexporter-tiny-perl (1.002001-1) ...
16:35:39 #9 49.98 Setting up libre-engine-re2-perl (0.13-5) ...
16:35:39 #9 49.99 Setting up libterm-readkey-perl (2.38-1build1) ...
16:35:39 #9 50.00 Setting up lsb-release (11.1.0ubuntu2) ...
16:35:39 #9 50.01 Setting up libnet-ip-perl (1.26-2) ...
16:35:39 #9 50.02 Setting up python3-magic (2:0.4.15-3) ...
16:35:39 #9 50.15 Setting up libperlio-gzip-perl (0.19-1build5) ...
16:35:39 #9 50.16 Setting up libsys-hostname-long-perl (1.5-1) ...
16:35:39 #9 50.17 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
16:35:39 #9 50.18 Setting up liburi-perl (1.76-2) ...
16:35:39 #9 50.19 Setting up libdigest-bubblebabble-perl (0.02-2) ...
16:35:39 #9 50.20 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:39 #9 50.21 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
16:35:39 #9 50.22 Setting up python3-pkg-resources (45.2.0-1) ...
16:35:39 #9 50.41 Setting up automake (1:1.16.1-4ubuntu6) ...
16:35:39 #9 50.42 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:35:39 #9 50.42 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
16:35:39 #9 50.42 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
16:35:39 #9 50.43 Setting up libasync-mergepoint-perl (0.04-2) ...
16:35:39 #9 50.44 Setting up libstring-escape-perl (2010.002-2) ...
16:35:39 #9 50.46 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ...
16:35:39 #9 50.47 Setting up libhttp-date-perl (6.05-1) ...
16:35:39 #9 50.48 Setting up libfile-which-perl (1.23-1) ...
16:35:39 #9 50.49 Setting up libfile-basedir-perl (0.08-1) ...
16:35:39 #9 50.50 Setting up gettext (0.19.8.1-10build1) ...
16:35:39 #9 50.50 Setting up libnumber-range-perl (0.12-1) ...
16:35:39 #9 50.51 Setting up libunicode-utf8-perl (0.62-1build1) ...
16:35:39 #9 50.53 Setting up libstruct-dumb-perl (0.09-1) ...
16:35:39 #9 50.54 Setting up libfile-listing-perl (6.04-1) ...
16:35:39 #9 50.54 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:39 #9 50.55 Setting up libregexp-pattern-perl (0.2.12-1) ...
16:35:39 #9 50.56 Setting up libfont-afm-perl (1.20-2) ...
16:35:39 #9 50.57 Setting up libwant-perl (0.29-1build4) ...
16:35:39 #9 50.58 Setting up libdynaloader-functions-perl (0.003-1) ...
16:35:39 #9 50.59 Setting up libtext-glob-perl (0.10-1) ...
16:35:39 #9 50.60 Setting up libclass-method-modifiers-perl (2.13-1) ...
16:35:39 #9 50.61 Setting up liblist-compare-perl (0.53-1) ...
16:35:39 #9 50.62 Setting up libref-util-xs-perl (0.117-1build2) ...
16:35:39 #9 50.63 Setting up libio-pty-perl (1:1.12-1) ...
16:35:39 #9 50.64 Setting up libtool (2.4.6-14) ...
16:35:39 #9 50.65 Setting up libfile-fcntllock-perl (0.22-3build4) ...
16:35:39 #9 50.66 Setting up libsort-key-perl (1.33-2build2) ...
16:35:39 #9 50.67 Setting up libclone-perl (0.43-2) ...
16:35:39 #9 50.68 Setting up libalgorithm-diff-perl (1.19.03-2) ...
16:35:39 #9 50.69 Setting up libarchive-zip-perl (1.67-2) ...
16:35:39 #9 50.70 Setting up libsub-identify-perl (0.14-1build2) ...
16:35:39 #9 50.71 Setting up libdistro-info-perl (0.23ubuntu1) ...
16:35:39 #9 50.72 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
16:35:39 #9 50.73 Setting up python3-apt (2.0.0ubuntu0.20.04.6) ...
16:35:39 #9 50.89 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
16:35:39 #9 50.90 Setting up libio-stringy-perl (2.111-3) ...
16:35:39 #9 50.91 Setting up liblist-moreutils-perl (0.416-1build5) ...
16:35:39 #9 50.92 Setting up libhtml-tagset-perl (3.20-4) ...
16:35:39 #9 50.93 Setting up liblog-any-perl (1.708-1) ...
16:35:39 #9 50.94 Setting up libauthen-sasl-perl (2.1600-1) ...
16:35:39 #9 50.95 Setting up libdevel-size-perl (0.83-1build1) ...
16:35:39 #9 50.96 Setting up libdebhelper-perl (12.10ubuntu1) ...
16:35:39 #9 50.97 Setting up libpod-constants-perl (0.19-1) ...
16:35:39 #9 50.98 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
16:35:39 #9 50.99 Setting up libperl4-corelibs-perl (0.004-2) ...
16:35:39 #9 51.00 Setting up libfuture-perl (0.43-1) ...
16:35:39 #9 51.01 Setting up liblwp-mediatypes-perl (6.04-1) ...
16:35:39 #9 51.03 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
16:35:39 #9 51.04 Setting up libtry-tiny-perl (0.30-1) ...
16:35:40 #9 51.05 Setting up libtype-tiny-perl (1.008001-2) ...
16:35:40 #9 51.06 Setting up libtest-fatal-perl (0.014-1) ...
16:35:40 #9 51.07 Setting up libcommon-sense-perl (3.74-2build6) ...
16:35:40 #9 51.08 Setting up libxml-namespacesupport-perl (1.12-1) ...
16:35:40 #9 51.09 Setting up libnet-http-perl (6.19-1) ...
16:35:40 #9 51.10 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
16:35:40 #9 51.11 Setting up libencode-locale-perl (1.05-1) ...
16:35:40 #9 51.12 Setting up libtext-levenshtein-perl (0.13-1) ...
16:35:40 #9 51.13 Setting up libnet-dns-perl (1.22-1) ...
16:35:40 #9 51.14 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
16:35:40 #9 51.15 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
16:35:40 #9 51.16 Setting up libstring-shellquote-perl (1.04-1) ...
16:35:40 #9 51.17 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:40 #9 51.19 Setting up libsub-install-perl (0.928-1) ...
16:35:40 #9 51.20 Setting up gcc (4:9.3.0-1ubuntu2) ...
16:35:40 #9 51.22 Setting up dpkg-dev (1.19.7ubuntu3) ...
16:35:40 #9 51.24 Setting up libnumber-compare-perl (0.03-1) ...
16:35:40 #9 51.25 Setting up intltool-debian (0.35.0+20060710.5) ...
16:35:40 #9 51.26 Setting up libio-async-perl (0.75-1) ...
16:35:40 #9 51.27 Setting up liberror-perl (0.17029-1) ...
16:35:40 #9 51.28 Setting up patchutils (0.3.4-2) ...
16:35:40 #9 51.29 Setting up libmail-sendmail-perl (0.80-1) ...
16:35:40 #9 51.30 Setting up libltdl-dev:amd64 (2.4.6-14) ...
16:35:40 #9 51.31 Setting up libjson-maybexs-perl (1.004000-1) ...
16:35:40 #9 51.32 Setting up libxml-sax-base-perl (1.09-1) ...
16:35:40 #9 51.33 Setting up libio-string-perl (1.08-3) ...
16:35:40 #9 51.34 Setting up libreadonly-perl (2.050-2) ...
16:35:40 #9 51.35 Setting up python3-chardet (3.0.4-4build1) ...
16:35:40 #9 51.57 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:40 #9 51.59 Setting up libfile-find-rule-perl (0.34-1) ...
16:35:40 #9 51.60 Setting up libstring-copyright-perl (0.003006-1) ...
16:35:40 #9 51.61 Setting up python3-debian (0.1.36ubuntu1) ...
16:35:40 #11 21.61 Setting up libpcre32-3:armhf (2:8.39-12) ...
16:35:40 #11 21.63 Setting up pkg-config (0.29-6) ...
16:35:40 #11 21.75 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
16:35:40 #11 21.77 Setting up libltdl7:armhf (2.4.6-9) ...
16:35:40 #11 21.80 Setting up libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
16:35:40 #11 21.82 Setting up librhash0:armhf (1.3.8-1) ...
16:35:40 #11 21.83 Setting up cmake-data (3.16.3-3~bpo10+1) ...
16:35:40 #11 21.86 Setting up dh-apparmor (2.13.2-10) ...
16:35:40 #11 21.87 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
16:35:40 #11 21.89 Setting up libjsoncpp1:armhf (1.7.4-3) ...
16:35:40 #11 21.91 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
16:35:40 #11 21.92 Setting up libpcre3-dev:armhf (2:8.39-12) ...
16:35:40 #11 21.94 Setting up libltdl-dev:armhf (2.4.6-9) ...
16:35:40 #11 21.96 Setting up g++-8 (8.3.0-6+rpi1) ...
16:35:40 #11 21.97 Setting up cmake (3.16.3-3~bpo10+1) ...
16:35:40 #11 21.99 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
16:35:40 #11 22.00 Setting up g++ (4:8.3.0-1+rpi2) ...
16:35:40 #11 22.05 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:35:40 #11 22.06 Setting up build-essential (12.6) ...
16:35:40 #11 22.08 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
16:35:40 #9 51.76 Setting up python3-requests (2.22.0-2ubuntu1) ...
16:35:40 #9 51.92 Setting up libdata-optlist-perl (0.110-1) ...
16:35:40 #9 51.93 Setting up libipc-run-perl (20180523.0-2) ...
16:35:40 #9 51.93 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
16:35:40 #9 51.94 Setting up libcontextual-return-perl (0.004014-2) ...
16:35:40 #9 51.95 Setting up libwww-robotrules-perl (6.02-1) ...
16:35:40 #9 51.96 Setting up libtypes-serialiser-perl (1.0-1) ...
16:35:40 #9 51.97 Setting up g++ (4:9.3.0-1ubuntu2) ...
16:35:40 #9 52.00 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:35:40 #9 52.00 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
16:35:40 #9 52.00 Setting up libhtml-parser-perl (3.72-5) ...
16:35:40 #9 52.01 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
16:35:40 #9 52.02 Setting up librole-tiny-perl (2.001004-1) ...
16:35:40 #9 52.03 Setting up build-essential (12.8ubuntu1.1) ...
16:35:40 #9 52.04 Setting up libfont-ttf-perl (1.06-1) ...
16:35:40 #9 52.05 Setting up libfile-homedir-perl (1.004-1) ...
16:35:40 #9 52.06 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
16:35:40 #11 22.09 Setting up dmsetup (2:1.02.155-3) ...
16:35:40 #11 22.11 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
16:35:40 #11 22.13 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
16:35:40 #11 22.15 Setting up docker-ce-build-deps (1.0) ...
16:35:40 #11 22.16 Processing triggers for libc-bin (2.28-10+rpi1) ...
16:35:40 #11 22.20 Processing triggers for man-db (2.8.5-2) ...
16:35:41 #9 52.07 Setting up libio-socket-ssl-perl (2.067-1) ...
16:35:41 #9 52.08 Setting up libsub-exporter-perl (0.987-1) ...
16:35:41 #9 52.09 Setting up libalgorithm-merge-perl (0.08-3) ...
16:35:41 #9 52.10 Setting up libhttp-message-perl (6.22-1) ...
16:35:41 #9 52.11 Setting up libhtml-form-perl (6.07-1) ...
16:35:41 #9 52.12 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
16:35:41 #9 52.13 Setting up libjson-xs-perl (4.020-1build1) ...
16:35:41 #9 52.14 Setting up libhttp-negotiate-perl (6.01-1) ...
16:35:41 #9 52.15 Setting up libio-prompter-perl (0.004015-1) ...
16:35:41 #9 52.15 Setting up libhttp-cookies-perl (6.08-1) ...
16:35:41 #9 52.16 Setting up po-debconf (1.0.21) ...
16:35:41 #9 52.18 Setting up libhtml-tree-perl (5.07-2) ...
16:35:41 #9 52.19 Setting up libparams-classify-perl (0.015-1build2) ...
16:35:41 #9 52.20 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
16:35:41 #9 52.23 Setting up libpath-iterator-rule-perl (1.014-1) ...
16:35:41 #9 52.24 Setting up libnet-dns-sec-perl (1.15-1) ...
16:35:41 #9 52.25 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ...
16:35:41 #9 52.26 Setting up libsereal-perl (4.011-1) ...
16:35:41 #9 52.27 Setting up libhtml-format-perl (2.12-1) ...
16:35:41 #9 52.28 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:35:41 #9 52.35 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:35:41 #9 52.40 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:35:41 #9 52.52 
16:35:41 #9 52.52 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:35:41 #9 52.55 Setting up dput (1.0.3ubuntu1) ...
16:35:41 #9 52.70 Setting up libio-async-loop-epoll-perl (0.20-1) ...
16:35:41 #9 52.71 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
16:35:41 #11 DONE 22.8s
16:35:41 
16:35:41 #12 [stage-1 5/8] COPY sources/ /sources
16:35:41 #12 sha256:89c4a8102124903676c09de4c6b05dcb8bea68eb206f2cb1f316beaca9a893a9
16:35:41 #12 DONE 0.1s
16:35:41 
16:35:41 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
16:35:41 #14 sha256:0ffa5f684a47d76a6f3aa4f56a96f025d5fc6c13cd571b8b3e1154cdb492a09c
16:35:41 #9 44.93 Public key for perl-5.16.3-299.el7_9.x86_64.rpm is not installed
16:35:41 #9 52.83 Setting up libnet-smtp-ssl-perl (1.04-1) ...
16:35:41 #9 52.84 Setting up libmodule-runtime-perl (0.016-1) ...
16:35:41 #9 52.85 Setting up libmailtools-perl (2.21-1) ...
16:35:41 #9 52.86 Setting up git (1:2.25.1-1ubuntu3.2) ...
16:35:41 #9 52.89 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
16:35:41 #9 52.93 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:35:41 #9 52.99 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:35:41 #9 53.06 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:35:42 #9 53.19 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:35:42 #9 53.21 Setting up dh-strip-nondeterminism (1.7.0-1) ...
16:35:42 #9 53.22 Setting up libconst-fast-perl (0.014-1) ...
16:35:42 #9 53.23 Setting up libhttp-daemon-perl (6.06-1) ...
16:35:42 #9 53.24 Setting up libgit-wrapper-perl (0.048-1) ...
16:35:42 #9 53.25 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
16:35:42 #9 53.27 Setting up curl (7.68.0-1ubuntu2.7) ...
16:35:42 #9 53.28 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
16:35:42 #9 53.29 Setting up libmodule-implementation-perl (0.09-1) ...
16:35:42 #9 53.30 Setting up libemail-valid-perl (1.202-1) ...
16:35:42 #9 53.31 Setting up libpackage-stash-perl (0.38-1) ...
16:35:42 #9 53.32 Setting up libimport-into-perl (1.002005-1) ...
16:35:42 #9 53.33 Setting up libmoo-perl (2.003006-1) ...
16:35:42 #9 53.34 Setting up liblist-someutils-perl (0.58-1) ...
16:35:42 #9 53.71 Setting up liblist-someutils-xs-perl (0.58-2) ...
16:35:42 #9 53.72 Setting up gnupg (2.2.19-3ubuntu2.1) ...
16:35:42 #9 53.73 Setting up libmoox-aliases-perl (0.001006-1) ...
16:35:42 #9 53.74 Setting up libparams-validate-perl (1.29-3) ...
16:35:42 #9 53.75 Setting up libb-hooks-endofscope-perl (0.24-1) ...
16:35:42 #9 53.76 Setting up libnamespace-clean-perl (0.27-1) ...
16:35:42 #9 53.76 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
16:35:42 #9 53.77 Setting up libgitlab-api-v4-perl (0.25-1) ...
16:35:42 #9 53.79 Setting up libmoox-struct-perl (0.017-1) ...
16:35:42 #9 53.80 Setting up lintian (2.62.0ubuntu1) ...
16:35:42 #9 53.81 Setting up licensecheck (3.0.45-1) ...
16:35:42 #9 53.82 Setting up dh-autoreconf (19) ...
16:35:42 #9 53.83 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
16:35:42 #9 53.84 Setting up libwww-perl (6.43-1) ...
16:35:42 #9 53.85 Setting up debhelper (12.10ubuntu1) ...
16:35:42 #9 53.86 Setting up devscripts (2.20.2ubuntu2) ...
16:35:42 #9 54.01 Setting up equivs (2.2.0) ...
16:35:42 #9 54.02 Setting up libxml-parser-perl (2.46-1) ...
16:35:42 #9 54.03 Setting up libxml-sax-expat-perl (0.51-1) ...
16:35:42 #9 54.07 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
16:35:43 #9 54.12 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:35:43 #9 54.25 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:35:43 #9 54.27 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
16:35:43 #9 54.29 Processing triggers for ca-certificates (20210119~20.04.1) ...
16:35:43 #9 54.30 Updating certificates in /etc/ssl/certs...
16:35:43 #9 54.64 0 added, 0 removed; done.
16:35:43 #9 54.64 Running hooks in /etc/ca-certificates/update.d...
16:35:43 #9 54.64 done.
16:35:45 #9 DONE 56.0s
16:35:45 
16:35:45 #11 [stage-1 4/9] COPY common /root/build-deb/debian
16:35:45 #11 sha256:2122346a2ab16100409efcc16ab30798e5230266254499c07548b1bcde063a4a
16:35:45 #11 DONE 0.0s
16:35:45 
16:35:45 #12 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
16:35:45 #12 sha256:5bf0852ce529bb45ad817863e8239183d5de4bd71a6947f72203a27effdbcc95
16:35:45 #12 0.799 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
16:35:45 #14 DONE 3.6s
16:35:45 
16:35:45 #15 [stage-1 7/8] WORKDIR /root/build-deb
16:35:45 #15 sha256:6aa1b7e5b34b6e04ba94ce5b299a7e159682e1cda54780083114474587f9f17f
16:35:45 #15 DONE 0.0s
16:35:45 
16:35:45 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
16:35:45 #16 sha256:2682cbad5471eb6e873fbebb1ba689be87686c449bd0ac59eb041f64862b5409
16:35:45 #16 DONE 0.0s
16:35:45 
16:35:45 #17 exporting to image
16:35:45 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:35:45 #17 exporting layers
16:35:46 #12 0.943 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
16:35:46 #12 0.982 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
16:35:46 #12 1.055 Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
16:35:46 #12 1.258 Reading package lists...
16:35:47 #12 2.709 dh_testdir
16:35:47 #12 2.728 dh_testroot
16:35:47 #12 2.747 dh_prep
16:35:47 #12 2.768 dh_testdir
16:35:47 #12 2.787 dh_testroot
16:35:47 #12 2.806 dh_install
16:35:47 #12 2.833 dh_installdocs
16:35:47 #12 2.865 dh_installchangelogs
16:35:47 #12 2.935 dh_compress
16:35:48 #12 2.969 dh_fixperms
16:35:48 #12 3.013 dh_installdeb
16:35:48 #12 3.040 dh_gencontrol
16:35:48 #12 3.151 dh_md5sums
16:35:48 #12 3.180 dh_builddeb
16:35:48 #12 3.200 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:35:48 #12 3.219 
16:35:48 #12 3.219 The package has been created.
16:35:48 #12 3.219 Attention, the package has been created in the current directory,
16:35:48 #12 3.219 not in ".." as indicated by the message above!
16:35:48 #12 3.263 Selecting previously unselected package docker-ce-build-deps.
16:35:48 #12 3.277 (Reading database ... 26307 files and directories currently installed.)
16:35:48 #12 3.278 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:35:48 #12 3.281 Unpacking docker-ce-build-deps (1.0) ...
16:35:49 #12 3.400 Reading package lists...
16:35:49 #12 4.119 Building dependency tree...
16:35:49 #12 4.270 Reading state information...
16:35:49 #12 4.287 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:35:49 #12 4.322 Starting 2 pkgProblemResolver with broken count: 0
16:35:49 #12 4.324 Done
16:35:49 #12 4.341  Done
16:35:49 #12 4.347 Starting pkgProblemResolver with broken count: 0
16:35:49 #12 4.371 Starting 2 pkgProblemResolver with broken count: 0
16:35:49 #12 4.374 Done
16:35:49 #12 4.457 The following additional packages will be installed:
16:35:49 #12 4.457   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
16:35:49 #12 4.457   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:35:49 #12 4.457   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
16:35:49 #12 4.457   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
16:35:49 #12 4.458   libsystemd0 libudev-dev libudev1 libuv1 pkg-config
16:35:49 #12 4.458 Suggested packages:
16:35:49 #12 4.458   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
16:35:49 #12 4.458 Recommended packages:
16:35:49 #12 4.458   dmsetup
16:35:49 #12 4.491 The following NEW packages will be installed:
16:35:49 #12 4.492   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
16:35:49 #12 4.492   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:35:49 #12 4.492   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
16:35:49 #12 4.492   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
16:35:49 #12 4.493   libudev-dev libuv1 pkg-config
16:35:49 #12 4.494 The following packages will be upgraded:
16:35:49 #12 4.494   libsystemd0 libudev1
16:35:49 #12 4.904 2 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
16:35:49 #12 4.904 1 not fully installed or removed.
16:35:49 #12 4.904 Need to get 8887 kB of archives.
16:35:49 #12 4.904 After this operation, 41.1 MB of additional disk space will be used.
16:35:49 #12 4.904 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
16:35:50 #12 5.259 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
16:35:50 #12 5.530 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB]
16:35:50 #12 5.551 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
16:35:50 #12 5.554 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
16:35:50 #12 5.560 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
16:35:50 #12 5.564 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
16:35:50 #12 5.760 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
16:35:50 #12 5.761 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
16:35:50 #12 5.762 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
16:35:50 #12 5.764 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.13 [77.6 kB]
16:35:50 #12 5.765 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
16:35:50 #12 5.769 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
16:35:50 #12 5.769 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.13 [19.7 kB]
16:35:50 #12 5.769 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libsepol1-dev amd64 3.0-1 [325 kB]
16:35:50 #12 5.781 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB]
16:35:50 #12 5.834 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB]
16:35:50 #12 5.836 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B]
16:35:50 #12 5.907 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB]
16:35:51 #12 5.914 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
16:35:51 #12 5.915 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
16:35:51 #12 5.915 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.1 [83.6 kB]
16:35:51 #12 5.917 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.13 [270 kB]
16:35:51 #12 5.919 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.13 [246 kB]
16:35:51 #12 5.922 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
16:35:51 #12 6.100 debconf: delaying package configuration, since apt-utils is not installed
16:35:51 #12 6.131 Fetched 8887 kB in 1s (6240 kB/s)
16:35:51 #12 6.157 Selecting previously unselected package bash-completion.
16:35:51 #12 6.157 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 26311 files and directories currently installed.)
16:35:51 #12 6.172 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
16:35:51 #12 6.755 Unpacking bash-completion (1:2.10-1ubuntu1) ...
16:35:51 #12 6.868 Selecting previously unselected package cmake-data.
16:35:51 #12 6.868 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
16:35:51 #12 6.873 Unpacking cmake-data (3.16.3-1ubuntu1) ...
16:35:52 #12 7.244 Selecting previously unselected package libarchive13:amd64.
16:35:52 #12 7.248 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1_amd64.deb ...
16:35:52 #12 7.262 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ...
16:35:52 #12 7.319 Selecting previously unselected package libjsoncpp1:amd64.
16:35:52 #12 7.322 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
16:35:52 #12 7.325 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
16:35:52 #12 7.364 Selecting previously unselected package librhash0:amd64.
16:35:52 #12 7.365 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
16:35:52 #12 7.368 Unpacking librhash0:amd64 (1.3.9-1) ...
16:35:52 #12 7.405 Selecting previously unselected package libuv1:amd64.
16:35:52 #12 7.408 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
16:35:52 #12 7.411 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
16:35:52 #12 7.442 Selecting previously unselected package cmake.
16:35:52 #12 7.445 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
16:35:52 #12 7.448 Unpacking cmake (3.16.3-1ubuntu1) ...
16:35:52 #12 7.830 Selecting previously unselected package dh-apparmor.
16:35:52 #12 7.833 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
16:35:52 #12 7.836 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
16:35:52 #12 7.865 Selecting previously unselected package libbtrfs0:amd64.
16:35:53 #12 7.868 Preparing to unpack .../08-libbtrfs0_5.4.1-2_amd64.deb ...
16:35:53 #12 7.872 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
16:35:53 #12 7.908 Selecting previously unselected package libbtrfs-dev:amd64.
16:35:53 #12 7.911 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_amd64.deb ...
16:35:53 #12 7.914 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
16:35:53 #12 7.968 Preparing to unpack .../10-libudev1_245.4-4ubuntu3.13_amd64.deb ...
16:35:53 #12 7.977 Unpacking libudev1:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.11) ...
16:35:53 #12 8.062 Setting up libudev1:amd64 (245.4-4ubuntu3.13) ...
16:35:53 #12 8.117 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:35:53 #12 8.117 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29897 files and directories currently installed.)
16:35:53 #12 8.133 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
16:35:53 #12 8.137 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
16:35:53 #12 8.177 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:35:53 #12 8.179 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
16:35:53 #12 8.183 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
16:35:53 #12 8.207 Selecting previously unselected package libudev-dev:amd64.
16:35:53 #12 8.211 Preparing to unpack .../02-libudev-dev_245.4-4ubuntu3.13_amd64.deb ...
16:35:53 #12 8.214 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.13) ...
16:35:53 #12 8.241 Selecting previously unselected package libsepol1-dev:amd64.
16:35:53 #12 8.244 Preparing to unpack .../03-libsepol1-dev_3.0-1_amd64.deb ...
16:35:53 #12 8.246 Unpacking libsepol1-dev:amd64 (3.0-1) ...
16:35:53 #12 8.308 Selecting previously unselected package libpcre2-16-0:amd64.
16:35:53 #12 8.312 Preparing to unpack .../04-libpcre2-16-0_10.34-7_amd64.deb ...
16:35:53 #12 8.315 Unpacking libpcre2-16-0:amd64 (10.34-7) ...
16:35:53 #12 8.359 Selecting previously unselected package libpcre2-32-0:amd64.
16:35:53 #12 8.362 Preparing to unpack .../05-libpcre2-32-0_10.34-7_amd64.deb ...
16:35:53 #12 8.366 Unpacking libpcre2-32-0:amd64 (10.34-7) ...
16:35:53 #12 8.410 Selecting previously unselected package libpcre2-posix2:amd64.
16:35:53 #12 8.413 Preparing to unpack .../06-libpcre2-posix2_10.34-7_amd64.deb ...
16:35:53 #12 8.416 Unpacking libpcre2-posix2:amd64 (10.34-7) ...
16:35:53 #12 8.439 Selecting previously unselected package libpcre2-dev:amd64.
16:35:53 #12 8.442 Preparing to unpack .../07-libpcre2-dev_10.34-7_amd64.deb ...
16:35:53 #12 8.445 Unpacking libpcre2-dev:amd64 (10.34-7) ...
16:35:53 #12 8.532 Selecting previously unselected package libselinux1-dev:amd64.
16:35:53 #12 8.535 Preparing to unpack .../08-libselinux1-dev_3.0-1build2_amd64.deb ...
16:35:53 #12 8.539 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
16:35:53 #12 8.581 Selecting previously unselected package libdevmapper-dev:amd64.
16:35:53 #12 8.584 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
16:35:53 #12 8.588 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
16:35:53 #12 8.615 Selecting previously unselected package libseccomp-dev:amd64.
16:35:53 #12 8.618 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~20.04.1_amd64.deb ...
16:35:53 #12 8.621 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
16:35:53 #12 8.665 Preparing to unpack .../11-libsystemd0_245.4-4ubuntu3.13_amd64.deb ...
16:35:53 #12 8.675 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.11) ...
16:35:53 #12 8.811 Setting up libsystemd0:amd64 (245.4-4ubuntu3.13) ...
16:35:53 #12 8.845 Selecting previously unselected package libsystemd-dev:amd64.
16:35:53 #12 8.845 (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 ... 30430 files and directories currently installed.)
16:35:53 #12 8.862 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.13_amd64.deb ...
16:35:53 #12 8.865 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
16:35:54 #12 8.926 Selecting previously unselected package pkg-config.
16:35:54 #12 8.929 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_amd64.deb ...
16:35:54 #12 8.934 Unpacking pkg-config (0.29.1-0ubuntu4) ...
16:35:54 #12 8.972 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
16:35:54 #12 8.982 Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ...
16:35:54 #12 8.992 Setting up libsepol1-dev:amd64 (3.0-1) ...
16:35:54 #12 9.001 Setting up libpcre2-16-0:amd64 (10.34-7) ...
16:35:54 #12 9.010 Setting up libbtrfs0:amd64 (5.4.1-2) ...
16:35:54 #12 9.019 Setting up libpcre2-32-0:amd64 (10.34-7) ...
16:35:54 #12 9.029 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
16:35:54 #12 9.041 Setting up bash-completion (1:2.10-1ubuntu1) ...
16:35:54 #17 exporting layers 8.2s done
16:35:54 #17 writing image sha256:1ff1f4215ef7bab805dbe6eb5e735c2b2126e6f8286f0a727ecf06b83c2538c7 done
16:35:54 #17 naming to docker.io/debbuild-raspbian-buster/aarch64
16:35:54 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
16:35:54 #17 DONE 8.3s
16:35:54 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
16:35:54 + set -e
16:35:54 + mkdir -p /root/build-deb/engine
16:35:54 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:35:54 #12 9.658 Setting up pkg-config (0.29.1-0ubuntu4) ...
16:35:54 #12 9.708 Setting up libudev-dev:amd64 (245.4-4ubuntu3.13) ...
16:35:54 #12 9.720 Setting up libpcre2-posix2:amd64 (10.34-7) ...
16:35:54 #12 9.745 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
16:35:54 #12 9.769 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
16:35:54 #12 9.778 Setting up librhash0:amd64 (1.3.9-1) ...
16:35:54 #12 9.786 Setting up cmake-data (3.16.3-1ubuntu1) ...
16:35:54 #12 9.803 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
16:35:54 #12 9.815 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
16:35:54 #12 9.830 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
16:35:54 #12 9.840 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
16:35:54 #12 9.849 Setting up libpcre2-dev:amd64 (10.34-7) ...
16:35:54 #12 9.859 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
16:35:54 #12 9.871 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
16:35:54 #12 9.882 Setting up cmake (3.16.3-1ubuntu1) ...
16:35:54 #12 9.892 Setting up docker-ce-build-deps (1.0) ...
16:35:54 #12 9.903 Processing triggers for man-db (2.9.1-1) ...
16:35:54 #12 9.924 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
16:35:55 #12 DONE 10.2s
16:35:55 
16:35:55 #13 [stage-1 6/9] COPY sources/ /sources
16:35:55 #13 sha256:ab0ab860367ee0311745e47ed2a7cb5b615f5b19834841b5068eb73d24040c32
16:35:55 #13 DONE 0.4s
16:35:55 
16:35:55 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
16:35:55 #15 sha256:6f8573ee9c18869f3a122dd68c88ef11313608fad492a2212d44d37896c9c6cf
16:35:55 + mkdir -p /root/build-deb/cli
16:35:55 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:35:56 + mkdir -p /root/build-deb/scan-cli-plugin
16:35:56 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:35:56 + mkdir -p /go/src/github.com/docker
16:35:56 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:35:56 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:35:56 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:35:56 + EPOCH=5
16:35:56 + EPOCH_SEP=
16:35:56 + [[ ! -z 5 ]]
16:35:56 + EPOCH_SEP=:
16:35:56 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:35:56 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:35:56 + VERSION=0.0.0-20210916145224-e3023ca
16:35:56 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:35:56 VERSION AAA 0.0.0-20210916145224-e3023ca
16:35:56 VERSION bbb 0.0.0-20210916145224-e3023ca
16:35:56 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:35:56 + debSource=docker-ce
16:35:56 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:35:56 + debMaintainer='Docker <support@docker.com>'
16:35:56 ++ date --rfc-2822
16:35:56 + debDate='Thu, 16 Sep 2021 16:35:56 +0000'
16:35:56 + cat
16:35:56 + export CLI_GITCOMMIT=e3023ca
16:35:56 + CLI_GITCOMMIT=e3023ca
16:35:56 + export ENGINE_GITCOMMIT=5176095
16:35:56 + ENGINE_GITCOMMIT=5176095
16:35:56 VERSION BBB 0.0.0-20210916145224-e3023ca
16:35:56 + export SCAN_GITCOMMIT=35651ca
16:35:56 + SCAN_GITCOMMIT=35651ca
16:35:56 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:35:56 + dpkg-buildpackage -uc -us -I.git
16:35:56 dpkg-buildpackage: info: source package docker-ce
16:35:56 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~raspbian-buster
16:35:56 dpkg-buildpackage: info: source distribution buster
16:35:56 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:35:56 dpkg-buildpackage: info: host architecture armhf
16:35:56  dpkg-source -I.git --before-build .
16:35:57  debian/rules clean
16:35:57 dh clean --with=bash-completion
16:35:57    dh_clean
16:35:57  dpkg-source -I.git -b .
16:35:58 #15 DONE 2.5s
16:35:58 
16:35:58 #16 [stage-1 8/9] WORKDIR /root/build-deb
16:35:58 #16 sha256:3b535f33e6aa88276f81d81d1f0f50643fb818ecd4221265c46c80eed7989dc4
16:35:58 #16 DONE 0.0s
16:35:58 
16:35:58 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
16:35:58 #17 sha256:5204faa1c631640438d7ff777dd785a23249e81336d8acaaf5488d2bc6107773
16:35:58 #17 DONE 0.0s
16:35:58 
16:35:58 #18 exporting to image
16:35:58 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:35:58 #18 exporting layers
16:35:58 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~raspbian'
16:35:58 dpkg-source: info: using source format '1.0'
16:35:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz
16:35:59 #9 61.79 --------------------------------------------------------------------------------
16:35:59 #9 61.79 Total                                              495 kB/s |  16 MB  00:33     
16:35:59 #9 61.79 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
16:35:59 #9 61.80 Importing GPG key 0xF4A80EB5:
16:35:59 #9 61.80  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
16:35:59 #9 61.80  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
16:35:59 #9 61.80  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
16:35:59 #9 61.80  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
16:35:59 #9 61.84 Running transaction check
16:35:59 #9 61.87 Running transaction test
16:35:59 #9 61.91 Transaction test succeeded
16:35:59 #9 61.91 Running transaction
16:35:59 #9 62.07   Installing : groff-base-1.22.2-8.el7.x86_64                              1/44 
16:35:59 #9 62.10   Installing : bzip2-1.0.6-13.el7.x86_64                                   2/44 
16:35:59 #9 62.11   Installing : 1:perl-parent-0.225-244.el7.noarch                          3/44 
16:35:59 #9 62.13   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           4/44 
16:35:59 #9 62.16   Installing : perl-podlators-2.5.1-3.el7.noarch                           5/44 
16:35:59 #9 62.18   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          6/44 
16:35:59 #9 62.20   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                    7/44 
16:35:59 #9 62.45   Installing : perl-Encode-2.51-7.el7.x86_64                               8/44 
16:35:59 #9 62.47   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                      9/44 
16:35:59 #9 62.49   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           10/44 
16:35:59 #9 62.50   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      11/44 
16:35:59 #9 62.52   Installing : perl-threads-1.87-4.el7.x86_64                             12/44 
16:35:59 #9 62.54   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      13/44 
16:35:59 #9 62.56   Installing : perl-Exporter-5.68-3.el7.noarch                            14/44 
16:35:59 #9 62.58   Installing : perl-constant-1.27-2.el7.noarch                            15/44 
16:35:59 #9 62.60   Installing : perl-Socket-2.010-5.el7.x86_64                             16/44 
16:35:59 #9 62.62   Installing : perl-Time-Local-1.2300-2.el7.noarch                        17/44 
16:35:59 #9 62.64   Installing : perl-Carp-1.26-244.el7.noarch                              18/44 
16:35:59 #9 62.66   Installing : perl-Storable-2.45-3.el7.x86_64                            19/44 
16:35:59 #9 62.68   Installing : perl-threads-shared-1.43-6.el7.x86_64                      20/44 
16:35:59 #9 62.70   Installing : perl-PathTools-3.40-5.el7.x86_64                           21/44 
16:35:59 #9 62.72   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 22/44 
16:35:59 #9 62.76   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        23/44 
16:35:59 #9 62.78   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        24/44 
16:35:59 #9 62.80   Installing : perl-File-Path-2.09-2.el7.noarch                           25/44 
16:35:59 #9 62.82   Installing : perl-Filter-1.49-3.el7.x86_64                              26/44 
16:36:00 #9 62.90   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        27/44 
16:36:01 #9 63.44   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         28/44 
16:36:01 #9 64.32   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             29/44 
16:36:01 #9 64.36   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        30/44 
16:36:01 #9 64.38   Installing : python-srpm-macros-3-34.el7.noarch                         31/44 
16:36:01 #9 64.39   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      32/44 
16:36:01 #9 64.42   Installing : desktop-file-utils-0.23-2.el7.x86_64                       33/44 
16:36:01 #9 64.46   Installing : zip-3.0-11.el7.x86_64                                      34/44 
16:36:01 #9 64.50   Installing : elfutils-0.176-5.el7.x86_64                                35/44 
16:36:01 #9 64.54   Installing : unzip-6.0-22.el7_9.x86_64                                  36/44 
16:36:01 #9 64.56   Installing : patch-2.7.1-12.el7_7.x86_64                                37/44 
16:36:02 #9 64.59   Installing : dwz-0.11-3.el7.x86_64                                      38/44 
16:36:02 #9 65.38   Installing : gdb-7.6.1-120.el7.x86_64                                   39/44 
16:36:02 #9 65.40   Installing : perl-srpm-macros-1-8.el7.noarch                            40/44 
16:36:02 #9 65.43   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               41/44 
16:36:02 #9 65.45   Installing : file-5.11-37.el7.x86_64                                    42/44 
16:36:02 #9 65.49   Installing : rpm-build-4.11.3-45.el7.x86_64                             43/44 
16:36:02 #9 65.54   Installing : rpmlint-1.5-4.el7.noarch                                   44/44 
16:36:02 #9 65.58   Verifying  : file-5.11-37.el7.x86_64                                     1/44 
16:36:02 #9 65.59   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/44 
16:36:02 #9 65.60   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/44 
16:36:02 #9 65.61   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/44 
16:36:02 #9 65.62   Verifying  : perl-threads-1.87-4.el7.x86_64                              5/44 
16:36:02 #9 65.63   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/44 
16:36:02 #9 65.64   Verifying  : perl-constant-1.27-2.el7.noarch                             7/44 
16:36:02 #9 65.65   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            8/44 
16:36:02 #9 65.66   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                        9/44 
16:36:02 #9 65.68   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      10/44 
16:36:02 #9 65.69   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         11/44 
16:36:02 #9 65.70   Verifying  : perl-Socket-2.010-5.el7.x86_64                             12/44 
16:36:02 #9 65.71   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  13/44 
16:36:02 #9 65.72   Verifying  : perl-srpm-macros-1-8.el7.noarch                            14/44 
16:36:02 #9 65.73   Verifying  : groff-base-1.22.2-8.el7.x86_64                             15/44 
16:36:02 #9 65.74   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        16/44 
16:36:02 #9 65.75   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        17/44 
16:36:02 #9 65.76   Verifying  : rpm-build-4.11.3-45.el7.x86_64                             18/44 
16:36:02 #9 65.77   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/44 
16:36:02 #9 65.79   Verifying  : gdb-7.6.1-120.el7.x86_64                                   20/44 
16:36:02 #9 65.96   Verifying  : dwz-0.11-3.el7.x86_64                                      21/44 
16:36:02 #9 66.08   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        22/44 
16:36:02 #9 66.10   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   23/44 
16:36:02 #9 66.12   Verifying  : patch-2.7.1-12.el7_7.x86_64                                24/44 
16:36:02 #9 66.13   Verifying  : perl-Carp-1.26-244.el7.noarch                              25/44 
16:36:02 #9 66.14   Verifying  : perl-Storable-2.45-3.el7.x86_64                            26/44 
16:36:02 #9 66.15   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 27/44 
16:36:02 #9 66.16   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           28/44 
16:36:02 #9 66.18   Verifying  : perl-Encode-2.51-7.el7.x86_64                              29/44 
16:36:02 #9 66.19   Verifying  : unzip-6.0-22.el7_9.x86_64                                  30/44 
16:36:02 #9 66.20   Verifying  : rpmlint-1.5-4.el7.noarch                                   31/44 
16:36:02 #9 66.21   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         32/44 
16:36:02 #9 66.23   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          33/44 
16:36:02 #9 66.24   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             34/44 
16:36:02 #9 66.25   Verifying  : perl-File-Path-2.09-2.el7.noarch                           35/44 
16:36:02 #9 66.26   Verifying  : elfutils-0.176-5.el7.x86_64                                36/44 
16:36:03 #9 66.28   Verifying  : zip-3.0-11.el7.x86_64                                      37/44 
16:36:03 #9 66.30   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      38/44 
16:36:03 #9 66.31   Verifying  : perl-Filter-1.49-3.el7.x86_64                              39/44 
16:36:03 #9 66.32   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         40/44 
16:36:03 #9 66.33   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     41/44 
16:36:03 #9 66.34   Verifying  : python-srpm-macros-3-34.el7.noarch                         42/44 
16:36:03 #9 66.35   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        43/44 
16:36:03 #9 66.36   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/44 
16:36:03 #9 66.41 
16:36:03 #9 66.41 Installed:
16:36:03 #9 66.41   rpm-build.x86_64 0:4.11.3-45.el7          rpmlint.noarch 0:1.5-4.el7         
16:36:03 #9 66.41 
16:36:03 #9 66.41 Dependency Installed:
16:36:03 #9 66.41   bzip2.x86_64 0:1.0.6-13.el7                                                   
16:36:03 #9 66.41   desktop-file-utils.x86_64 0:0.23-2.el7                                        
16:36:03 #9 66.41   dwz.x86_64 0:0.11-3.el7                                                       
16:36:03 #9 66.41   elfutils.x86_64 0:0.176-5.el7                                                 
16:36:03 #9 66.41   emacs-filesystem.noarch 1:24.3-23.el7                                         
16:36:03 #9 66.41   file.x86_64 0:5.11-37.el7                                                     
16:36:03 #9 66.41   gdb.x86_64 0:7.6.1-120.el7                                                    
16:36:03 #9 66.41   groff-base.x86_64 0:1.22.2-8.el7                                              
16:36:03 #9 66.41   patch.x86_64 0:2.7.1-12.el7_7                                                 
16:36:03 #9 66.41   perl.x86_64 4:5.16.3-299.el7_9                                                
16:36:03 #9 66.41   perl-Carp.noarch 0:1.26-244.el7                                               
16:36:03 #9 66.41   perl-Encode.x86_64 0:2.51-7.el7                                               
16:36:03 #9 66.41   perl-Exporter.noarch 0:5.68-3.el7                                             
16:36:03 #9 66.41   perl-File-Path.noarch 0:2.09-2.el7                                            
16:36:03 #9 66.41   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
16:36:03 #9 66.41   perl-Filter.x86_64 0:1.49-3.el7                                               
16:36:03 #9 66.41   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
16:36:03 #9 66.41   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
16:36:03 #9 66.41   perl-PathTools.x86_64 0:3.40-5.el7                                            
16:36:03 #9 66.41   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
16:36:03 #9 66.41   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
16:36:03 #9 66.41   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
16:36:03 #9 66.41   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
16:36:03 #9 66.41   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
16:36:03 #9 66.41   perl-Socket.x86_64 0:2.010-5.el7                                              
16:36:03 #9 66.41   perl-Storable.x86_64 0:2.45-3.el7                                             
16:36:03 #9 66.41   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
16:36:03 #9 66.41   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
16:36:03 #9 66.41   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
16:36:03 #9 66.41   perl-Time-Local.noarch 0:1.2300-2.el7                                         
16:36:03 #9 66.41   perl-constant.noarch 0:1.27-2.el7                                             
16:36:03 #9 66.41   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
16:36:03 #9 66.41   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
16:36:03 #9 66.41   perl-parent.noarch 1:0.225-244.el7                                            
16:36:03 #9 66.41   perl-podlators.noarch 0:2.5.1-3.el7                                           
16:36:03 #9 66.41   perl-srpm-macros.noarch 0:1-8.el7                                             
16:36:03 #9 66.41   perl-threads.x86_64 0:1.87-4.el7                                              
16:36:03 #9 66.41   perl-threads-shared.x86_64 0:1.43-6.el7                                       
16:36:03 #9 66.41   python-srpm-macros.noarch 0:3-34.el7                                          
16:36:03 #9 66.41   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
16:36:03 #9 66.41   unzip.x86_64 0:6.0-22.el7_9                                                   
16:36:03 #9 66.41   zip.x86_64 0:3.0-11.el7                                                       
16:36:03 #9 66.41 
16:36:03 #9 66.41 Complete!
16:36:03 #9 DONE 66.7s
16:36:03 
16:36:03 #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
16:36:03 #11 sha256:53689743b0ab0273ff337e0b9caf7a013471cbf2fe53fa369bee1d8b026008b7
16:36:03 #11 DONE 0.0s
16:36:03 #18 exporting layers 5.4s done
16:36:03 #18 writing image sha256:719532ea692aef13309e00b6a6ae00084c4886d8821412856fb846050a739213 done
16:36:03 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
16:36:03 #18 DONE 5.4s
16:36:03 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
16:36:03 
16:36:03 #12 [stage-1 5/7] RUN   if [ "$(uname -m)" = "x86_64" ]; then     yum-builddep -y /root/rpmbuild/SPECS/*.spec;   else     yum-builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
16:36:03 #12 sha256:50d31f7ba054ea895f3af7a70cf4c298f0105bf7f0dfaecd830b1795b10179bc
16:36:03 #12 0.562 Loaded plugins: fastestmirror, ovl
16:36:04 + set -e
16:36:04 + mkdir -p /root/build-deb/engine
16:36:04 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:36:04 #12 0.678 Enabling base-source repository
16:36:04 #12 0.679 Enabling extras-source repository
16:36:04 #12 0.679 Enabling updates-source repository
16:36:04 #12 0.679 Loading mirror speeds from cached hostfile
16:36:04 #12 0.680  * base: download.cf.centos.org
16:36:04 #12 0.681  * extras: download.cf.centos.org
16:36:04 #12 0.681  * updates: download.cf.centos.org
16:36:04 + mkdir -p /root/build-deb/cli
16:36:04 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:36:04 + mkdir -p /root/build-deb/scan-cli-plugin
16:36:04 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:36:04 + mkdir -p /go/src/github.com/docker
16:36:04 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:36:04 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:36:04 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:36:04 + EPOCH=5
16:36:04 + EPOCH_SEP=
16:36:04 + [[ ! -z 5 ]]
16:36:04 + EPOCH_SEP=:
16:36:04 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:36:04 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:36:04 VERSION AAA 0.0.0-20210916145224-e3023ca
16:36:04 + VERSION=0.0.0-20210916145224-e3023ca
16:36:04 VERSION bbb 0.0.0-20210916145224-e3023ca
16:36:04 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:36:04 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:36:04 + debSource=docker-ce
16:36:04 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:36:04 + debMaintainer='Docker <support@docker.com>'
16:36:04 ++ date --rfc-2822
16:36:04 + debDate='Thu, 16 Sep 2021 16:36:04 +0000'
16:36:04 + cat
16:36:04 + export CLI_GITCOMMIT=e3023ca
16:36:04 + CLI_GITCOMMIT=e3023ca
16:36:04 + export ENGINE_GITCOMMIT=5176095
16:36:04 + ENGINE_GITCOMMIT=5176095
16:36:04 VERSION BBB 0.0.0-20210916145224-e3023ca
16:36:04 + export SCAN_GITCOMMIT=35651ca
16:36:04 + SCAN_GITCOMMIT=35651ca
16:36:04 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:36:04 + dpkg-buildpackage -uc -us -I.git
16:36:05 dpkg-buildpackage: info: source package docker-ce
16:36:05 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~ubuntu-focal
16:36:05 dpkg-buildpackage: info: source distribution focal
16:36:05 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:36:05 dpkg-buildpackage: info: host architecture amd64
16:36:05  dpkg-source -I.git --before-build .
16:36:05  debian/rules clean
16:36:05 dh clean --with=bash-completion
16:36:05    dh_clean
16:36:05  dpkg-source -I.git -b .
16:36:05 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
16:36:05 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
16:36:05 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~ubuntu'
16:36:05 dpkg-source: info: using source format '1.0'
16:36:05 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz
16:36:10 #12 6.678 Checking for new repos for mirrors
16:36:10 #12 6.681 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
16:36:10 #12 6.683  --> 1:make-3.82-24.el7.x86_64
16:36:10 #12 6.796  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
16:36:10 #12 6.796  --> git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 6.799 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
16:36:10 #12 6.800  --> Already installed : bash-4.2.46-34.el7.x86_64
16:36:10 #12 6.803 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
16:36:10 #12 6.803  --> Already installed : bash-4.2.46-34.el7.x86_64
16:36:10 #12 6.804  --> btrfs-progs-devel-4.9.1-1.el7.x86_64
16:36:10 #12 6.805  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
16:36:10 #12 6.806  --> cmake-2.8.12.2-2.el7.x86_64
16:36:10 #12 6.808  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
16:36:10 #12 6.808  --> gcc-4.8.5-44.el7.x86_64
16:36:10 #12 6.809  --> git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 6.812  --> glibc-static-2.17-324.el7_9.x86_64
16:36:10 #12 6.813  --> libarchive-3.1.2-14.el7_7.x86_64
16:36:10 #12 6.814  --> libseccomp-devel-2.3.1-4.el7.x86_64
16:36:10 #12 6.816  --> libselinux-devel-2.5-15.el7.x86_64
16:36:10 #12 6.816  --> libtool-2.4.2-22.el7_3.x86_64
16:36:10 #12 6.817  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
16:36:10 #12 6.817  --> 1:make-3.82-24.el7.x86_64
16:36:10 #12 6.818  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
16:36:10 #12 6.819  --> Already installed : systemd-219-78.el7.x86_64
16:36:10 #12 6.820  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:10 #12 6.822  --> systemd-devel-219-78.el7_9.3.x86_64
16:36:10 #12 6.823  --> Already installed : 2:tar-1.26-35.el7.x86_64
16:36:10 #12 6.823  --> which-2.20-7.el7.x86_64
16:36:10 #12 6.826 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
16:36:10 #12 6.826  --> Already installed : bash-4.2.46-34.el7.x86_64
16:36:10 #12 6.827 --> Running transaction check
16:36:10 #12 6.827 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed
16:36:10 #12 6.830 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
16:36:10 #12 6.951 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
16:36:10 #12 6.951 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
16:36:10 #12 6.958 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
16:36:10 #12 6.960 --> 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
16:36:10 #12 6.962 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
16:36:10 #12 6.965 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
16:36:10 #12 6.968 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
16:36:10 #12 6.969 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
16:36:10 #12 6.975 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
16:36:10 #12 6.977 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
16:36:10 #12 6.979 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
16:36:10 #12 6.979 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
16:36:10 #12 6.992 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 6.993 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 6.995 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 6.996 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 6.997 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 6.998 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 7.000 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
16:36:10 #12 7.001 ---> Package glibc-static.x86_64 0:2.17-324.el7_9 will be installed
16:36:10 #12 7.001 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
16:36:10 #12 7.005 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
16:36:10 #12 7.006 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
16:36:10 #12 7.007 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
16:36:10 #12 7.009 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
16:36:10 #12 7.009 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
16:36:10 #12 7.010 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
16:36:10 #12 7.012 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
16:36:10 #12 7.012 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
16:36:10 #12 7.014 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
16:36:10 #12 7.015 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
16:36:10 #12 7.017 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
16:36:10 #12 7.019 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
16:36:10 #12 7.019 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
16:36:10 #12 7.022 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
16:36:10 #12 7.022 ---> Package make.x86_64 1:3.82-24.el7 will be installed
16:36:10 #12 7.022 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
16:36:10 #12 7.023 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:10 #12 7.026 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:10 #12 7.028 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:10 #12 7.030 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:10 #12 7.031 ---> Package systemd-devel.x86_64 0:219-78.el7_9.3 will be installed
16:36:10 #12 7.034 --> Processing Dependency: systemd-libs = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
16:36:10 #12 7.039 --> Processing Dependency: systemd = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
16:36:10 #12 7.042 Package: systemd-219-78.el7_9.3.src - can't co-install with systemd-219-78.el7_9.3.x86_64
16:36:10 #12 7.042 ---> Package which.x86_64 0:2.20-7.el7 will be installed
16:36:10 #12 7.043 --> Running transaction check
16:36:10 #12 7.043 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
16:36:10 #12 7.047 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
16:36:10 #12 7.049 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
16:36:10 #12 7.051 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
16:36:10 #12 7.053 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed
16:36:10 #12 7.055 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
16:36:10 #12 7.057 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
16:36:10 #12 7.057 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
16:36:10 #12 7.062 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
16:36:10 #12 7.062 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
16:36:10 #12 7.064 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
16:36:10 #12 7.066 ---> Package glibc-devel.x86_64 0:2.17-324.el7_9 will be installed
16:36:10 #12 7.070 --> Processing Dependency: glibc-headers = 2.17-324.el7_9 for package: glibc-devel-2.17-324.el7_9.x86_64
16:36:10 #12 7.072 --> Processing Dependency: glibc = 2.17-324.el7_9 for package: glibc-devel-2.17-324.el7_9.x86_64
16:36:10 #12 7.081 Package: glibc-2.17-324.el7_9.src - can't co-install with glibc-2.17-324.el7_9.x86_64
16:36:10 #12 7.082 Package: glibc-2.17-324.el7_9.src - can't co-install with glibc-2.17-324.el7_9.x86_64
16:36:10 #12 7.082 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-324.el7_9.x86_64
16:36:10 #12 7.083 ---> Package less.x86_64 0:458-9.el7 will be installed
16:36:10 #12 7.084 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
16:36:10 #12 7.084 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
16:36:10 #12 7.085 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
16:36:10 #12 7.086 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
16:36:10 #12 7.086 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
16:36:10 #12 7.087 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
16:36:10 #12 7.087 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
16:36:10 #12 7.088 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
16:36:10 #12 7.088 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed
16:36:10 #12 7.091 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64
16:36:10 #12 7.093 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
16:36:10 #12 7.095 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
16:36:10 #12 7.095 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
16:36:10 #12 7.097 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
16:36:10 #12 7.097 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
16:36:10 #12 7.099 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
16:36:10 #12 7.101 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
16:36:10 #12 7.102 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
16:36:10 #12 7.103 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
16:36:10 #12 7.104 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
16:36:10 #12 7.106 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
16:36:10 #12 7.107 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
16:36:10 #12 7.109 ---> Package systemd.x86_64 0:219-78.el7 will be updated
16:36:10 #12 7.112 ---> Package systemd.x86_64 0:219-78.el7_9.3 will be an update
16:36:10 #12 7.133 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
16:36:10 #12 7.133 ---> Package systemd-libs.x86_64 0:219-78.el7_9.3 will be an update
16:36:10 #12 7.136 --> Running transaction check
16:36:10 #12 7.136 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
16:36:10 #12 7.136 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
16:36:10 #12 7.138 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be installed
16:36:10 #12 7.138 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
16:36:10 #12 7.139 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
16:36:10 #12 7.141 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
16:36:10 #12 7.143 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
16:36:10 #12 7.144 ---> Package glibc.x86_64 0:2.17-324.el7_9 will be an update
16:36:10 #12 7.145 ---> Package glibc-headers.x86_64 0:2.17-324.el7_9 will be installed
16:36:10 #12 7.146 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-324.el7_9.x86_64
16:36:10 #12 7.151 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-324.el7_9.x86_64
16:36:10 #12 7.152 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
16:36:10 #12 7.152 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
16:36:10 #12 7.154 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
16:36:10 #12 7.156 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
16:36:10 #12 7.158 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
16:36:10 #12 7.159 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
16:36:10 #12 7.161 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
16:36:10 #12 7.163 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.166 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.167 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.168 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.170 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.171 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.171 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.171 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.174 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.175 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.175 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:10 #12 7.175 --> Running transaction check
16:36:10 #12 7.175 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
16:36:10 #12 7.176 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
16:36:10 #12 7.177 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
16:36:10 #12 7.178 ---> Package glibc-common.x86_64 0:2.17-324.el7_9 will be an update
16:36:10 #12 7.179 ---> Package kernel-headers.x86_64 0:3.10.0-1160.42.2.el7 will be installed
16:36:10 #12 7.179 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
16:36:10 #12 7.181 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
16:36:10 #12 7.181 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
16:36:10 #12 7.181 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
16:36:10 #12 7.182 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
16:36:10 #12 7.182 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
16:36:10 #12 7.195 --> Finished Dependency Resolution
16:36:10 #12 7.221 
16:36:10 #12 7.221 Dependencies Resolved
16:36:10 #12 7.229 
16:36:10 #12 7.229 ================================================================================
16:36:10 #12 7.229  Package                   Arch      Version                   Repository  Size
16:36:10 #12 7.229 ================================================================================
16:36:10 #12 7.229 Installing:
16:36:10 #12 7.229  btrfs-progs-devel         x86_64    4.9.1-1.el7               base        47 k
16:36:10 #12 7.229  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
16:36:10 #12 7.229  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
16:36:10 #12 7.229  gcc                       x86_64    4.8.5-44.el7              base        16 M
16:36:10 #12 7.229  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
16:36:10 #12 7.229  glibc-static              x86_64    2.17-324.el7_9            updates    1.6 M
16:36:10 #12 7.229  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
16:36:10 #12 7.229  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
16:36:10 #12 7.229  libselinux-devel          x86_64    2.5-15.el7                base       187 k
16:36:10 #12 7.229  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
16:36:10 #12 7.229  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
16:36:10 #12 7.229  make                      x86_64    1:3.82-24.el7             base       421 k
16:36:10 #12 7.229  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
16:36:10 #12 7.229  systemd-devel             x86_64    219-78.el7_9.3            updates    216 k
16:36:10 #12 7.229  which                     x86_64    2.20-7.el7                base        41 k
16:36:10 #12 7.229 Installing for dependencies:
16:36:10 #12 7.229  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
16:36:10 #12 7.229  autoconf                  noarch    2.69-11.el7               base       701 k
16:36:10 #12 7.229  automake                  noarch    1.13.4-3.el7              base       679 k
16:36:10 #12 7.229  btrfs-progs               x86_64    4.9.1-1.el7               base       678 k
16:36:10 #12 7.229  checkpolicy               x86_64    2.5-8.el7                 base       295 k
16:36:10 #12 7.229  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
16:36:10 #12 7.229  e2fsprogs-libs            x86_64    1.42.9-19.el7             base       168 k
16:36:10 #12 7.229  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
16:36:10 #12 7.229  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
16:36:10 #12 7.229  glibc-devel               x86_64    2.17-324.el7_9            updates    1.1 M
16:36:10 #12 7.229  glibc-headers             x86_64    2.17-324.el7_9            updates    691 k
16:36:10 #12 7.229  kernel-headers            x86_64    3.10.0-1160.42.2.el7      updates    9.0 M
16:36:10 #12 7.229  less                      x86_64    458-9.el7                 base       120 k
16:36:10 #12 7.229  libcgroup                 x86_64    0.41-21.el7               base        66 k
16:36:10 #12 7.229  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
16:36:10 #12 7.229  libgomp                   x86_64    4.8.5-44.el7              base       159 k
16:36:10 #12 7.229  libmpc                    x86_64    1.0.1-3.el7               base        51 k
16:36:10 #12 7.229  libseccomp                x86_64    2.3.1-4.el7               base        56 k
16:36:10 #12 7.229  libselinux-python         x86_64    2.5-15.el7                base       236 k
16:36:10 #12 7.229  libselinux-utils          x86_64    2.5-15.el7                base       151 k
16:36:10 #12 7.229  libsemanage-python        x86_64    2.5-14.el7                base       113 k
16:36:10 #12 7.229  libsepol-devel            x86_64    2.5-10.el7                base        77 k
16:36:10 #12 7.229  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
16:36:10 #12 7.229  lzo                       x86_64    2.06-8.el7                base        59 k
16:36:10 #12 7.229  m4                        x86_64    1.4.16-10.el7             base       256 k
16:36:10 #12 7.229  mpfr                      x86_64    3.1.1-4.el7               base       203 k
16:36:10 #12 7.229  openssh                   x86_64    7.4p1-21.el7              base       510 k
16:36:10 #12 7.229  openssh-clients           x86_64    7.4p1-21.el7              base       655 k
16:36:10 #12 7.229  pcre-devel                x86_64    8.32-17.el7               base       480 k
16:36:10 #12 7.229  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
16:36:10 #12 7.229  perl-Error                noarch    1:0.17020-2.el7           base        32 k
16:36:10 #12 7.229  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
16:36:10 #12 7.229  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
16:36:10 #12 7.229  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
16:36:10 #12 7.229  policycoreutils           x86_64    2.5-34.el7                base       917 k
16:36:10 #12 7.229  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
16:36:10 #12 7.229  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
16:36:10 #12 7.229  python-IPy                noarch    0.75-6.el7                base        32 k
16:36:10 #12 7.229  rsync                     x86_64    3.1.2-10.el7              base       404 k
16:36:10 #12 7.229  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
16:36:10 #12 7.229  setools-libs              x86_64    3.3.8-4.el7               base       620 k
16:36:10 #12 7.229 Updating for dependencies:
16:36:10 #12 7.229  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
16:36:10 #12 7.229  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
16:36:10 #12 7.229  glibc                     x86_64    2.17-324.el7_9            updates    3.6 M
16:36:10 #12 7.229  glibc-common              x86_64    2.17-324.el7_9            updates     12 M
16:36:10 #12 7.229  systemd                   x86_64    219-78.el7_9.3            updates    5.1 M
16:36:10 #12 7.229  systemd-libs              x86_64    219-78.el7_9.3            updates    418 k
16:36:10 #12 7.229 
16:36:10 #12 7.229 Transaction Summary
16:36:10 #12 7.229 ================================================================================
16:36:10 #12 7.229 Install  15 Packages (+41 Dependent packages)
16:36:10 #12 7.229 Upgrade              (  6 Dependent packages)
16:36:10 #12 7.229 
16:36:10 #12 7.230 Total download size: 81 M
16:36:10 #12 7.230 Downloading packages:
16:36:10 #12 7.232 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
16:36:13 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc
16:36:13  debian/rules build
16:36:13 dh build --with=bash-completion
16:36:13    dh_update_autotools_config
16:36:13    dh_autoreconf
16:36:13    debian/rules override_dh_auto_build
16:36:14 make[1]: Entering directory '/root/build-deb'
16:36:14 # Build the daemon and dependencies
16:36:14 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:36:14 
16:36:14 Removing bundles/
16:36:14 
16:36:14 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:36:14 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:36:14 GOOS="" GOARCH="" GOARM=""
16:36:16 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc
16:36:16  debian/rules build
16:36:16 dh build --with=bash-completion
16:36:16    dh_update_autotools_config
16:36:16    dh_autoreconf
16:36:16    debian/rules override_dh_auto_build
16:36:16 make[1]: Entering directory '/root/build-deb'
16:36:16 # Build the daemon and dependencies
16:36:16 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:36:16 
16:36:16 Removing bundles/
16:36:16 
16:36:16 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:36:16 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:36:16 GOOS="" GOARCH="" GOARM=""
16:36:35 #22 DONE 93.6s
16:36:35 
16:36:35 #23 [binary 1/1] COPY --from=build /out .
16:36:35 #23 sha256:264144930a2448374af97eccd37dbfb9e0fb9b798e55f3d301fbb7b8c9f192f1
16:36:35 #23 DONE 0.8s
16:36:35 
16:36:35 #24 exporting to client
16:36:35 #24 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:36:35 #24 copying files 9.24MB 0.1s
16:36:35 #24 copying files 54.76MB 0.6s done
16:36:35 #24 DONE 0.6s
16:36:35 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker VERSION=0.0.0-20210916145224-e3023ca binary
16:36:35 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker'
16:36:38 mkdir -p autogen
16:36:38 docker build  --build-arg=GO_VERSION  -f "Dockerfile" --output=bundles/ --target=binary --build-arg VERSION --build-arg DOCKER_GITCOMMIT --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE .
16:36:38 #1 [internal] load build definition from Dockerfile
16:36:38 #1 sha256:0861c4e786913e561747fb9da4151a53e0c50a5f08ca6ed998c04e59e61d160a
16:36:38 #1 transferring dockerfile: 16.34kB done
16:36:38 #1 DONE 0.0s
16:36:38 
16:36:38 #2 [internal] load .dockerignore
16:36:38 #2 sha256:315ef3a232fa24dbcf943c0da8a6dc1e7cb6b92865f3a71171113125775da40b
16:36:38 #2 transferring context: 87B done
16:36:38 #2 DONE 0.0s
16:36:38 
16:36:38 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:36:38 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:36:38 #3 DONE 0.1s
16:36:38 
16:36:38 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:36:38 #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:36:38 #4 CACHED
16:36:38 
16:36:38 #6 [internal] load build definition from Dockerfile
16:36:38 #6 sha256:4c158ac131cf231b91b57db729f04dccb6b76df6c583ea204c7317f619254583
16:36:38 #6 DONE 0.0s
16:36:38 
16:36:38 #5 [internal] load .dockerignore
16:36:38 #5 sha256:0b95536c098f285e445bc441149888e415056a361b6777686687901d215194c8
16:36:38 #5 DONE 0.0s
16:36:38 
16:36:38 #10 [auth] djs55/vpnkit:pull token for registry-1.docker.io
16:36:38 #10 sha256:bb5ead2aee38579e7cac015cf6df7c9037d09a2898378e55d047048145e5cc89
16:36:38 #10 DONE 0.0s
16:36:38 
16:36:38 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:36:38 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:36:39 #9 ...
16:36:39 
16:36:39 #7 [internal] load metadata for docker.io/library/golang:1.16.8-bullseye
16:36:39 #7 sha256:9f27d529569ee358bcbe8df984546143cf254baf49fae277e036d4f1bf65abe8
16:36:39 #7 DONE 0.6s
16:36:39 
16:36:39 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:36:39 #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:36:39 #8 DONE 0.7s
16:36:39 
16:36:39 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:36:39 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:36:39 #9 DONE 0.8s
16:36:39 
16:36:39 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:39 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:39 #11 resolve docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02 0.0s done
16:36:39 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 0B / 54.93MB 0.1s
16:36:39 #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0B / 5.15MB 0.1s
16:36:39 #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0B / 10.87MB 0.1s
16:36:39 #11 sha256:ad89eca2a5d24d11b65d8072849b99dd25e9a9677de30ce33f2ab254b18dd95a 1.80kB / 1.80kB done
16:36:39 #11 sha256:828b0508ae64b07660f03d1c19ff99486b2a37658851b8c452f6657cf9510838 6.96kB / 6.96kB done
16:36:39 #11 sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02 1.86kB / 1.86kB done
16:36:39 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 3.15MB / 54.93MB 0.2s
16:36:39 #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 2.10MB / 5.15MB 0.2s
16:36:39 #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 3.15MB / 10.87MB 0.2s
16:36:39 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 12.58MB / 54.93MB 0.3s
16:36:39 #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 4.19MB / 5.15MB 0.3s
16:36:39 #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.49MB / 10.87MB 0.3s
16:36:40 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 18.87MB / 54.93MB 0.4s
16:36:40 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 26.21MB / 54.93MB 0.5s
16:36:40 #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 0.4s done
16:36:40 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 3.15MB / 54.57MB 0.5s
16:36:40 #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 0.5s done
16:36:40 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 9.29MB / 54.57MB 0.6s
16:36:40 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 0B / 85.72MB 0.6s
16:36:40 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 46.70MB / 54.93MB 0.8s
16:36:40 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 20.97MB / 54.57MB 0.8s
16:36:40 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 5.24MB / 85.72MB 0.8s
16:36:40 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 53.48MB / 54.93MB 0.9s
16:36:40 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 29.36MB / 54.57MB 0.9s
16:36:40 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 14.68MB / 85.72MB 0.9s
16:36:40 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 36.70MB / 54.57MB 1.0s
16:36:40 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 48.23MB / 54.57MB 1.1s
16:36:40 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 28.31MB / 85.72MB 1.1s
16:36:41 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 54.57MB / 54.57MB 1.3s
16:36:41 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 41.94MB / 85.72MB 1.3s
16:36:41 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 1.4s done
16:36:41 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 52.43MB / 85.72MB 1.4s
16:36:41 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 73.15MB / 85.72MB 1.7s
16:36:41 #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366
16:36:41 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 84.93MB / 85.72MB 1.9s
16:36:41 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 54.57MB / 54.57MB 1.9s done
16:36:41 #11 sha256:ba66844146b358c9ba2badd0d1daaacdbf1e1b93b85bb15f9c634cd116edb6a9 155B / 155B 2.1s
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 4.19MB / 129.03MB 2.1s
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 13.73MB / 129.03MB 2.2s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 25.17MB / 129.03MB 2.4s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 38.65MB / 129.03MB 2.6s
16:36:42 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 2.7s done
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 50.33MB / 129.03MB 2.7s
16:36:42 #11 sha256:ba66844146b358c9ba2badd0d1daaacdbf1e1b93b85bb15f9c634cd116edb6a9 155B / 155B 2.7s done
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 59.77MB / 129.03MB 2.8s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 67.11MB / 129.03MB 2.9s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 74.45MB / 129.03MB 3.0s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 88.81MB / 129.03MB 3.2s
16:36:43 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 98.57MB / 129.03MB 3.4s
16:36:43 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 108.16MB / 129.03MB 3.6s
16:36:43 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 120.59MB / 129.03MB 3.8s
16:36:43 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 129.03MB / 129.03MB 4.0s
16:36:44 #11 ...
16:36:44 
16:36:44 #16 [internal] load build context
16:36:44 #16 sha256:4afea9d431c6a1e4677291dec749ba0dce47be62b59e5b1fcd9160ee53df8d0a
16:36:44 #16 transferring context: 55.47MB 3.9s done
16:36:44 #16 DONE 4.5s
16:36:44 
16:36:44 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:44 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:44 #11 ...
16:36:44 
16:36:44 #28 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:36:44 #28 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:36:44 #28 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
16:36:44 #28 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:36:44 #28 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:36:44 #28 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:36:44 #28 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.2s done
16:36:44 #28 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done
16:36:44 #28 DONE 5.0s
16:36:44 
16:36:44 #30 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:36:44 #30 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:36:44 #30 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
16:36:44 #30 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:36:44 #30 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:36:44 #30 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:36:44 #30 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.4s done
16:36:44 #30 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.6s done
16:36:44 #30 DONE 5.0s
16:36:44 
16:36:44 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:44 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:44 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 129.03MB / 129.03MB 4.9s done
16:36:46 #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 4.9s done
16:36:46 #11 ...
16:36:46 
16:36:46 #29 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:36:46 #29 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:36:46 #29 DONE 0.5s
16:36:46 
16:36:46 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:46 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:46 #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.1s
16:36:46 #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.3s done
16:36:47 #11 ...
16:36:47 
16:36:47 #31 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:36:47 #31 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:36:47 #31 DONE 0.6s
16:36:47 
16:36:47 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:47 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:47 #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64
16:36:47 #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0.4s done
16:36:47 #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 0.1s
16:36:50 #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 2.1s done
16:36:50 #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091
16:36:52 #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 2.5s done
16:36:52 #11 extracting sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 0.1s
16:36:58 #11 extracting sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 4.5s done
16:36:58 #11 extracting sha256:ba66844146b358c9ba2badd0d1daaacdbf1e1b93b85bb15f9c634cd116edb6a9
16:36:58 #11 extracting sha256:ba66844146b358c9ba2badd0d1daaacdbf1e1b93b85bb15f9c634cd116edb6a9 done
16:36:58 #11 DONE 17.9s
16:36:58 
16:36:58 #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:36:58 #12 sha256:eb8831415939c19eed8ce3a8166766587bf9bd92bbb5312d9c5371cba3befe6f
16:37:00 #12 DONE 2.8s
16:37:00 
16:37:00 #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
16:37:00 #13 sha256:070464ab988b2eea182fb26a578cbe31110ab50fee53145a80980b56dc23c3e9
16:37:01 #13 DONE 0.5s
16:37:01 
16:37:01 #24 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:37:01 #24 sha256:8812e7fb2a467c7e092cc05f65d95f2cc7e00e8df9bc7233ced296332592cae8
16:37:02 #24 1.386 + RM_GOPATH=0
16:37:02 #24 1.386 + TMP_GOPATH=
16:37:02 #24 1.386 + : /build
16:37:02 #24 1.386 + '[' -z '' ']'
16:37:02 #24 1.386 ++ mktemp -d
16:37:02 #24 1.387 + export GOPATH=/tmp/tmp.s8RhXjUX4G
16:37:02 #24 1.387 + GOPATH=/tmp/tmp.s8RhXjUX4G
16:37:02 #24 1.387 + RM_GOPATH=1
16:37:02 #24 1.387 + case "$(go env GOARCH)" in
16:37:02 #24 1.388 ++ go env GOARCH
16:37:02 #24 1.395 + export GO_BUILDMODE=-buildmode=pie
16:37:02 #24 1.395 + GO_BUILDMODE=-buildmode=pie
16:37:02 #24 1.396 ++ dirname /tmp/install/install.sh
16:37:02 #24 1.397 + dir=/tmp/install
16:37:02 #24 1.397 + bin=rootlesskit
16:37:02 #24 1.397 + shift
16:37:02 #24 1.397 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:37:02 #24 1.397 + . /tmp/install/rootlesskit.installer
16:37:02 #24 1.397 ++ : v0.14.4
16:37:02 #24 1.397 + install_rootlesskit
16:37:02 #24 1.397 + case "$1" in
16:37:02 #24 1.397 + export CGO_ENABLED=0
16:37:02 #24 1.397 + CGO_ENABLED=0
16:37:02 #24 1.397 + _install_rootlesskit
16:37:02 #24 1.397 + echo 'Install rootlesskit version v0.14.4'
16:37:02 #24 1.397 + for f in rootlesskit rootlesskit-docker-proxy
16:37:02 #24 1.397 + GOBIN=/build
16:37:02 #24 1.397 + GO111MODULE=on
16:37:02 #24 1.397 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:37:02 #24 1.397 Install rootlesskit version v0.14.4
16:37:02 #24 1.916 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:37:04 #24 3.170 go: downloading github.com/pkg/errors v0.9.1
16:37:04 #24 3.171 go: downloading github.com/sirupsen/logrus v1.8.1
16:37:04 #24 3.213 go: downloading github.com/urfave/cli/v2 v2.3.0
16:37:04 #24 3.351 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:37:05 #24 4.481 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:37:05 #24 4.697 go: downloading github.com/google/uuid v1.3.0
16:37:05 #24 4.700 go: downloading github.com/moby/vpnkit v0.5.0
16:37:05 #24 4.744 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:37:05 #24 4.846 go: downloading github.com/gofrs/flock v0.8.1
16:37:05 #24 4.909 go: downloading github.com/gorilla/mux v1.8.0
16:37:05 #24 4.964 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:37:06 #24 5.140 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:37:06 #24 5.222 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:37:08 #24 6.675 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:37:08 #24 6.687 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:37:11 #24 ...
16:37:11 
16:37:11 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:11 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:11 #14 1.524 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:37:11 #14 1.524 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:37:11 #14 1.531 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:37:11 #14 1.616 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:37:11 #14 1.799 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:37:11 #14 5.026 Fetched 8402 kB in 4s (2229 kB/s)
16:37:11 #14 5.026 Reading package lists...
16:37:11 #14 6.697 Reading package lists...
16:37:11 #14 8.270 Building dependency tree...
16:37:11 #14 9.330 The following additional packages will be installed:
16:37:11 #14 9.338   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:37:11 #14 9.338   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:37:11 #14 9.338   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:37:11 #14 9.338   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:37:11 #14 9.339   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:37:11 #14 9.339   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:37:11 #14 9.340   mingw-w64-common mingw-w64-x86-64-dev
16:37:11 #14 9.343 Suggested packages:
16:37:11 #14 9.343   gcc-10-locales seccomp wine64
16:37:11 #14 9.779 The following NEW packages will be installed:
16:37:11 #14 9.788   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:37:11 #14 9.788   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:37:11 #14 9.788   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:37:11 #14 9.788   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:37:11 #14 9.790   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:37:11 #14 9.790   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:37:11 #14 9.791   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:37:11 #14 9.791   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:37:11 #14 9.795   mingw-w64-x86-64-dev
16:37:11 #14 10.11 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:37:11 #14 10.11 Need to get 115 MB of archives.
16:37:11 #14 10.11 After this operation, 645 MB of additional disk space will be used.
16:37:11 #14 10.11 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
16:37:11 #14 ...
16:37:11 
16:37:11 #21 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:37:11 #21 sha256:87100e89c5572399ef88ebef78107b0b684e91c8dff39c39435d49a83e23683c
16:37:11 #21 1.646 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:37:11 #21 1.657 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:37:11 #21 1.657 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:37:11 #21 1.863 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:37:11 #21 2.141 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:37:11 #21 5.330 Fetched 8402 kB in 4s (2136 kB/s)
16:37:11 #21 5.330 Reading package lists...
16:37:11 #21 7.025 Reading package lists...
16:37:11 #21 8.676 Building dependency tree...
16:37:11 #21 9.829 The following additional packages will be installed:
16:37:11 #21 9.831   libbtrfs0
16:37:11 #21 9.862 The following NEW packages will be installed:
16:37:11 #21 9.864   libbtrfs-dev libbtrfs0
16:37:11 #21 10.15 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:37:11 #21 10.15 Need to get 460 kB of archives.
16:37:11 #21 10.15 After this operation, 1237 kB of additional disk space will be used.
16:37:11 #21 10.15 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:37:11 #21 10.18 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:37:11 #21 ...
16:37:11 
16:37:11 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:37:11 #15 sha256:8db92f2cb20053c78dc8b835ac17d3c2489d741df4df5cfa25ef6095312d4050
16:37:11 #15 1.712 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:37:11 #15 1.712 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:37:11 #15 1.728 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:37:11 #15 2.026 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:37:11 #15 2.247 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:37:11 #15 5.142 Fetched 8402 kB in 4s (2280 kB/s)
16:37:11 #15 5.142 Reading package lists...
16:37:11 #15 6.648 Reading package lists...
16:37:11 #15 8.364 Building dependency tree...
16:37:11 #15 9.535 The following additional packages will be installed:
16:37:11 #15 9.544   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
16:37:11 #15 9.546 Suggested packages:
16:37:11 #15 9.549   cmake-doc ninja-build lrzip
16:37:11 #15 9.549 Recommended packages:
16:37:11 #15 9.549   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:37:11 #15 9.844 The following NEW packages will be installed:
16:37:11 #15 9.851   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:37:11 #15 9.853   vim-common xxd
16:37:11 #15 10.15 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:37:11 #15 10.15 Need to get 17.7 MB of archives.
16:37:11 #15 10.15 After this operation, 70.7 MB of additional disk space will be used.
16:37:11 #15 10.15 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
16:37:11 #15 10.18 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
16:37:11 #15 10.18 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
16:37:11 #15 10.22 Get:4 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:37:11 #15 10.48 Get:5 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
16:37:11 #15 ...
16:37:11 
16:37:11 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:11 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:11 #14 10.18 Get:2 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
16:37:11 #14 10.24 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:37:11 #14 10.25 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:37:11 #14 10.26 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:37:11 #14 10.26 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:37:11 #14 10.37 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:37:11 #14 10.48 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
16:37:11 #14 10.49 Get:9 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
16:37:11 #14 10.80 Get:10 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
16:37:12 #14 11.63 Get:11 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
16:37:12 #14 ...
16:37:12 
16:37:12 #21 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:37:12 #21 sha256:87100e89c5572399ef88ebef78107b0b684e91c8dff39c39435d49a83e23683c
16:37:12 #21 10.59 debconf: delaying package configuration, since apt-utils is not installed
16:37:12 #21 10.74 Fetched 460 kB in 0s (1485 kB/s)
16:37:12 #21 10.84 Selecting previously unselected package libbtrfs0:amd64.
16:37:12 #21 10.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
16:37:12 #21 10.88 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
16:37:12 #21 10.89 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:37:12 #21 11.01 Selecting previously unselected package libbtrfs-dev:amd64.
16:37:12 #21 11.01 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
16:37:12 #21 11.02 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:37:12 #21 11.19 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:37:12 #21 11.26 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:37:12 #21 11.27 Processing triggers for libc-bin (2.31-13) ...
16:37:12 #21 DONE 11.8s
16:37:12 
16:37:12 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:12 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:12 #14 11.90 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
16:37:13 #14 12.30 Get:13 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
16:37:14 #14 13.09 Get:14 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
16:37:14 #14 13.39 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
16:37:14 #14 13.41 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
16:37:14 #14 13.41 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
16:37:14 #14 13.41 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:37:14 #14 13.42 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:37:14 #14 13.43 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
16:37:14 #14 13.44 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
16:37:14 #14 13.44 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:37:14 #14 13.46 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:37:14 #14 13.47 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:37:14 #14 13.48 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:37:14 #14 13.48 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:37:14 #14 13.50 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:37:14 #14 13.50 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:37:14 #14 13.51 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
16:37:14 #14 13.51 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
16:37:15 #14 14.07 debconf: delaying package configuration, since apt-utils is not installed
16:37:15 #14 14.17 Fetched 115 MB in 4s (31.0 MB/s)
16:37:15 #14 14.21 Selecting previously unselected package binutils-mingw-w64-i686.
16:37:15 #14 14.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
16:37:15 #14 14.26 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
16:37:15 #14 14.27 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:37:16 #14 15.24 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:37:16 #14 15.24 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
16:37:16 #14 15.25 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:37:17 #14 16.29 Selecting previously unselected package binutils-mingw-w64.
16:37:17 #14 16.29 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:37:17 #14 16.30 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:37:17 #14 16.38 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:37:17 #14 16.39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:37:17 #14 16.40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:37:17 #14 16.50 Selecting previously unselected package dmsetup.
16:37:17 #14 16.51 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:37:17 #14 16.52 Unpacking dmsetup (2:1.02.175-2.1) ...
16:37:17 #14 16.60 Selecting previously unselected package mingw-w64-common.
16:37:17 #14 16.60 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:37:17 #14 16.61 Unpacking mingw-w64-common (8.0.0-1) ...
16:37:18 #12 66.88 --------------------------------------------------------------------------------
16:37:18 #12 66.88 Total                                              1.4 MB/s |  81 MB  00:59     
16:37:18 #12 67.03 Running transaction check
16:37:18 #12 67.19 Running transaction test
16:37:18 #12 67.34 Transaction test succeeded
16:37:18 #12 67.34 Running transaction
16:37:18 #12 69.78   Updating   : glibc-common-2.17-324.el7_9.x86_64                          1/68 
16:37:18 #12 70.27   Updating   : glibc-2.17-324.el7_9.x86_64                                 2/68 
16:37:18 #12 70.82   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/68 
16:37:18 #12 70.84   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/68 
16:37:18 #12 71.41   Updating   : systemd-libs-219-78.el7_9.3.x86_64                          5/68 
16:37:18 #12 73.14   Updating   : systemd-219-78.el7_9.3.x86_64                               6/68 
16:37:18 #12 73.86 Failed to get D-Bus connection: Operation not permitted
16:37:18 #12 73.90   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/68 
16:37:18 #12 74.43   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/68 
16:37:18 #12 74.99   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/68 
16:37:19 #12 75.54   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/68 
16:37:20 #12 76.08   Installing : lzo-2.06-8.el7.x86_64                                      11/68 
16:37:20 #14 18.73 Selecting previously unselected package mingw-w64-x86-64-dev.
16:37:20 #14 18.73 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:37:20 #14 18.73 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:37:20 #14 ...
16:37:20 
16:37:20 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:37:20 #15 sha256:8db92f2cb20053c78dc8b835ac17d3c2489d741df4df5cfa25ef6095312d4050
16:37:20 #15 10.49 Get:6 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
16:37:20 #15 10.50 Get:7 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:37:20 #15 10.50 Get:8 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:37:20 #15 10.50 Get:9 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:37:20 #15 10.50 Get:10 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
16:37:20 #15 11.04 debconf: delaying package configuration, since apt-utils is not installed
16:37:20 #15 11.13 Fetched 17.7 MB in 1s (23.7 MB/s)
16:37:20 #15 11.18 Selecting previously unselected package xxd.
16:37:20 #15 11.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
16:37:20 #15 11.21 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
16:37:20 #15 11.24 Unpacking xxd (2:8.2.2434-3) ...
16:37:20 #15 11.66 Selecting previously unselected package vim-common.
16:37:20 #15 11.66 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
16:37:20 #15 11.69 Unpacking vim-common (2:8.2.2434-3) ...
16:37:20 #15 11.95 Selecting previously unselected package cmake-data.
16:37:20 #15 11.95 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
16:37:20 #15 11.96 Unpacking cmake-data (3.18.4-2) ...
16:37:20 #15 13.19 Selecting previously unselected package libicu67:amd64.
16:37:20 #15 13.19 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
16:37:20 #15 13.20 Unpacking libicu67:amd64 (67.1-7) ...
16:37:20 #15 15.96 Selecting previously unselected package libxml2:amd64.
16:37:20 #15 15.97 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
16:37:20 #15 15.97 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:37:20 #15 16.22 Selecting previously unselected package libarchive13:amd64.
16:37:20 #15 16.22 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
16:37:20 #15 16.23 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
16:37:20 #15 16.38 Selecting previously unselected package libjsoncpp24:amd64.
16:37:20 #15 16.39 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
16:37:20 #15 16.40 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:37:20 #15 16.47 Selecting previously unselected package librhash0:amd64.
16:37:20 #15 16.47 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
16:37:20 #15 16.48 Unpacking librhash0:amd64 (1.4.1-2) ...
16:37:20 #15 16.58 Selecting previously unselected package libuv1:amd64.
16:37:20 #15 16.58 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
16:37:20 #15 16.59 Unpacking libuv1:amd64 (1.40.0-2) ...
16:37:20 #15 16.68 Selecting previously unselected package cmake.
16:37:20 #15 16.68 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
16:37:20 #15 16.69 Unpacking cmake (3.18.4-2) ...
16:37:20 #15 18.42 Setting up libicu67:amd64 (67.1-7) ...
16:37:20 #15 18.44 Setting up xxd (2:8.2.2434-3) ...
16:37:20 #15 18.45 Setting up libuv1:amd64 (1.40.0-2) ...
16:37:20 #15 18.47 Setting up vim-common (2:8.2.2434-3) ...
16:37:20 #15 18.50 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:37:20 #15 18.51 Setting up librhash0:amd64 (1.4.1-2) ...
16:37:20 #15 18.53 Setting up cmake-data (3.18.4-2) ...
16:37:20 #15 18.55 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:37:20 #15 18.57 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
16:37:20 #15 18.58 Setting up cmake (3.18.4-2) ...
16:37:20 #15 18.59 Processing triggers for libc-bin (2.31-13) ...
16:37:20 #15 DONE 19.4s
16:37:20 
16:37:20 #17 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
16:37:20 #17 sha256:f84662d9caedfe20c7f330e7bdb83936d017e877aefc358ce17e7052abc082d2
16:37:20 #12 76.64   Installing : m4-1.4.16-10.el7.x86_64                                    12/68 
16:37:20 #12 77.21   Installing : checkpolicy-2.5-8.el7.x86_64                               13/68 
16:37:21 #12 77.26   Installing : 1:make-3.82-24.el7.x86_64                                  14/68 
16:37:21 #12 77.79   Installing : 1:perl-Error-0.17020-2.el7.noarch                          15/68 
16:37:21 #17 1.401 + RM_GOPATH=0
16:37:21 #17 1.401 + TMP_GOPATH=
16:37:21 #17 1.401 + : /build
16:37:21 #17 1.401 + '[' -z '' ']'
16:37:21 #17 1.401 ++ mktemp -d
16:37:21 #17 1.402 + export GOPATH=/tmp/tmp.luPKveNutu
16:37:21 #17 1.403 + GOPATH=/tmp/tmp.luPKveNutu
16:37:21 #17 1.403 + RM_GOPATH=1
16:37:21 #17 1.403 + case "$(go env GOARCH)" in
16:37:21 #17 1.403 ++ go env GOARCH
16:37:21 #17 1.424 + export GO_BUILDMODE=-buildmode=pie
16:37:21 #17 1.424 + GO_BUILDMODE=-buildmode=pie
16:37:21 #17 1.425 ++ dirname /tmp/install/install.sh
16:37:21 #17 1.425 + dir=/tmp/install
16:37:21 #17 1.425 + bin=tini
16:37:21 #17 1.425 + shift
16:37:21 #17 1.425 + '[' '!' -f /tmp/install/tini.installer ']'
16:37:21 #17 1.425 + . /tmp/install/tini.installer
16:37:21 #17 1.425 ++ : v0.19.0
16:37:21 #17 1.426 Install tini version v0.19.0
16:37:21 #17 1.426 + install_tini
16:37:21 #17 1.426 + echo 'Install tini version v0.19.0'
16:37:21 #17 1.426 + git clone https://github.com/krallin/tini.git /tmp/tmp.luPKveNutu/tini
16:37:21 #17 1.427 Cloning into '/tmp/tmp.luPKveNutu/tini'...
16:37:22 #17 1.836 + cd /tmp/tmp.luPKveNutu/tini
16:37:22 #17 1.840 + git checkout -q v0.19.0
16:37:22 #17 1.845 + cmake .
16:37:22 #12 77.85   Installing : libarchive-3.1.2-14.el7_7.x86_64                           16/68 
16:37:22 #17 2.078 -- The C compiler identification is GNU 10.2.1
16:37:22 #17 2.121 -- Detecting C compiler ABI info
16:37:22 #17 ...
16:37:22 
16:37:22 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:37:22 #22 sha256:e4542bca2d5a4db50ecc758f756d98a46699be1d34e77d888180ec00182bfba7
16:37:22 #22 1.364 + RM_GOPATH=0
16:37:22 #22 1.364 + TMP_GOPATH=
16:37:22 #22 1.364 + : /build
16:37:22 #22 1.365 + '[' -z '' ']'
16:37:22 #22 1.367 ++ mktemp -d
16:37:22 #22 1.369 + export GOPATH=/tmp/tmp.Ef0xYJWVn6
16:37:22 #22 1.370 + GOPATH=/tmp/tmp.Ef0xYJWVn6
16:37:22 #22 1.370 + RM_GOPATH=1
16:37:22 #22 1.370 + case "$(go env GOARCH)" in
16:37:22 #22 1.371 ++ go env GOARCH
16:37:22 #22 1.385 + export GO_BUILDMODE=-buildmode=pie
16:37:22 #22 1.385 + GO_BUILDMODE=-buildmode=pie
16:37:22 #22 1.386 ++ dirname /tmp/install/install.sh
16:37:22 #22 1.392 + dir=/tmp/install
16:37:22 #22 1.392 + bin=containerd
16:37:22 #22 1.392 + shift
16:37:22 #22 1.393 + '[' '!' -f /tmp/install/containerd.installer ']'
16:37:22 #22 1.393 + . /tmp/install/containerd.installer
16:37:22 #22 1.393 ++ set -e
16:37:22 #22 1.393 ++ : v1.5.5
16:37:22 #22 1.394 + install_containerd
16:37:22 #22 1.395 + echo 'Install containerd version v1.5.5'
16:37:22 #22 1.395 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Ef0xYJWVn6/src/github.com/containerd/containerd
16:37:22 #22 1.395 Install containerd version v1.5.5
16:37:22 #22 1.397 Cloning into '/tmp/tmp.Ef0xYJWVn6/src/github.com/containerd/containerd'...
16:37:22 #12 78.99   Installing : cpp-4.8.5-44.el7.x86_64                                    17/68 
16:37:22 #22 ...
16:37:22 
16:37:22 #17 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
16:37:22 #17 sha256:f84662d9caedfe20c7f330e7bdb83936d017e877aefc358ce17e7052abc082d2
16:37:22 #17 2.431 -- Detecting C compiler ABI info - done
16:37:22 #17 2.488 -- Check for working C compiler: /usr/bin/cc - skipped
16:37:22 #17 2.488 -- Detecting C compile features
16:37:22 #17 2.489 -- Detecting C compile features - done
16:37:22 #17 2.509 -- Performing Test HAS_BUILTIN_FORTIFY
16:37:22 #17 2.584 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:37:22 #17 2.623 -- Configuring done
16:37:22 #17 2.632 -- Generating done
16:37:22 #17 2.635 -- Build files have been written to: /tmp/tmp.luPKveNutu/tini
16:37:22 #17 2.640 + make tini-static
16:37:23 #17 2.814 Scanning dependencies of target tini-static
16:37:23 #17 2.849 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:37:23 #12 79.55   Installing : rsync-3.1.2-10.el7.x86_64                                  18/68 
16:37:23 #17 3.297 [100%] Linking C executable tini-static
16:37:23 #17 3.549 [100%] Built target tini-static
16:37:23 #12 80.10   Installing : systemd-devel-219-78.el7_9.3.x86_64                        19/68 
16:37:23 #17 3.612 + mkdir -p /build
16:37:23 #17 3.614 + cp tini-static /build/docker-init
16:37:24 #17 DONE 4.5s
16:37:24 
16:37:24 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:24 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:24 #14 21.25 Selecting previously unselected package gcc-mingw-w64-base.
16:37:24 #14 21.26 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
16:37:24 #14 21.27 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:37:24 #14 21.34 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:37:24 #14 21.35 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
16:37:24 #14 21.35 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:37:25 #12 80.68   Installing : libcgroup-0.41-21.el7.x86_64                               20/68 
16:37:25 #12 81.79   Installing : openssh-7.4p1-21.el7.x86_64                                21/68 
16:37:25 #12 81.81   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        22/68 
16:37:25 #14 24.58 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:37:25 #14 24.58 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:37:25 #14 24.58 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:37:25 #12 81.83   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         23/68 
16:37:26 #12 82.37   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/68 
16:37:26 #12 82.91   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/68 
16:37:26 #12 83.02   Installing : policycoreutils-2.5-34.el7.x86_64                          26/68 
16:37:27 #12 83.05   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/68 
16:37:28 #12 84.17   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/68 
16:37:28 #12 84.72   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/68 
16:37:28 #12 84.75   Installing : e2fsprogs-libs-1.42.9-19.el7.x86_64                        30/68 
16:37:28 #12 85.38   Installing : btrfs-progs-4.9.1-1.el7.x86_64                             31/68 
16:37:28 #12 85.41   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        32/68 
16:37:29 #12 85.48   Installing : autoconf-2.69-11.el7.noarch                                33/68 
16:37:29 #12 86.01 install-info: No such file or directory for /usr/share/info/autoconf.info
16:37:29 #12 86.04   Installing : libselinux-python-2.5-15.el7.x86_64                        34/68 
16:37:29 #12 86.07   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       35/68 
16:37:30 #12 86.09   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      36/68 
16:37:30 #12 86.70   Installing : openssh-clients-7.4p1-21.el7.x86_64                        37/68 
16:37:30 #12 86.73   Installing : libgomp-4.8.5-44.el7.x86_64                                38/68 
16:37:30 #12 87.28   Installing : less-458-9.el7.x86_64                                      39/68 
16:37:30 #14 ...
16:37:30 
16:37:30 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:37:30 #22 sha256:e4542bca2d5a4db50ecc758f756d98a46699be1d34e77d888180ec00182bfba7
16:37:30 #22 17.29 + cd /tmp/tmp.Ef0xYJWVn6/src/github.com/containerd/containerd
16:37:30 #22 17.29 + git checkout -q v1.5.5
16:37:31 #22 18.44 + export 'BUILDTAGS=netgo osusergo static_build'
16:37:31 #22 18.44 + BUILDTAGS='netgo osusergo static_build'
16:37:31 #22 18.44 + export EXTRA_FLAGS=-buildmode=pie
16:37:31 #22 18.44 + EXTRA_FLAGS=-buildmode=pie
16:37:31 #22 18.44 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:37:31 #22 18.44 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:37:31 #22 18.44 + '[' '' = dynamic ']'
16:37:31 #22 18.44 + make
16:37:31 #12 87.30   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           40/68 
16:37:31 #12 87.84   Installing : git-1.8.3.1-23.el7_8.x86_64                                41/68 
16:37:31 #12 87.91   Installing : pcre-devel-8.32-17.el7.x86_64                              42/68 
16:37:31 #12 87.94   Installing : libsepol-devel-2.5-10.el7.x86_64                           43/68 
16:37:31 #12 87.98   Installing : libselinux-devel-2.5-15.el7.x86_64                         44/68 
16:37:31 #22 19.05 + bin/ctr
16:37:32 #12 88.22   Installing : kernel-headers-3.10.0-1160.42.2.el7.x86_64                 45/68 
16:37:32 #12 88.98   Installing : glibc-headers-2.17-324.el7_9.x86_64                        46/68 
16:37:34 #12 89.08   Installing : glibc-devel-2.17-324.el7_9.x86_64                          47/68 
16:37:34 #12 90.96   Installing : gcc-4.8.5-44.el7.x86_64                                    48/68 
16:37:34 #12 91.53   Installing : perl-Test-Harness-3.28-3.el7.noarch                        49/68 
16:37:35 #12 91.61   Installing : automake-1.13.4-3.el7.noarch                               50/68 
16:37:35 #12 92.14 install-info: No such file or directory for /usr/share/info/automake.info.gz
16:37:35 #12 92.16   Installing : python-IPy-0.75-6.el7.noarch                               51/68 
16:37:35 #12 92.23   Installing : policycoreutils-python-2.5-34.el7.x86_64                   52/68 
16:37:36 #12 92.28   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    53/68 
16:37:36 #22 ...
16:37:36 
16:37:36 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:36 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:36 #14 30.14 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:37:36 #14 30.15 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:37:36 #14 30.15 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:37:36 #14 32.54 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:37:36 #14 32.54 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
16:37:36 #14 32.55 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:37:36 #14 34.81 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:37:36 #14 34.81 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:37:36 #14 34.82 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:37:36 #12 92.82   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             54/68 
16:37:37 #12 93.48   Installing : libtool-2.4.2-22.el7_3.x86_64                              55/68 
16:37:37 #12 94.01 install-info: No such file or directory for /usr/share/info/libtool.info.gz
16:37:37 #12 94.22   Installing : glibc-static-2.17-324.el7_9.x86_64                         56/68 
16:37:37 #12 94.24   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            57/68 
16:37:37 #12 94.30   Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64                       58/68 
16:37:37 #12 94.33   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        59/68 
16:37:38 #14 ...
16:37:38 
16:37:38 #24 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:37:38 #24 sha256:8812e7fb2a467c7e092cc05f65d95f2cc7e00e8df9bc7233ced296332592cae8
16:37:38 #24 36.99 + for f in rootlesskit rootlesskit-docker-proxy
16:37:38 #24 36.99 + GOBIN=/build
16:37:38 #24 36.99 + GO111MODULE=on
16:37:38 #24 36.99 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:37:38 #12 94.37   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   60/68 
16:37:38 #12 95.20   Installing : cmake-2.8.12.2-2.el7.x86_64                                61/68 
16:37:39 #12 95.23   Installing : which-2.20-7.el7.x86_64                                    62/68 
16:37:39 #12 95.75 install-info: No such file or directory for /usr/share/info/which.info.gz
16:37:39 #12 96.30   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      63/68 
16:37:40 #12 96.32   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 64/68 
16:37:41 #12 97.39   Cleanup    : systemd-219-78.el7.x86_64                                  65/68 
16:37:41 #24 DONE 40.5s
16:37:41 
16:37:41 #25 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:37:41 #25 sha256:a54ec10b51f1094996b410ff636ff1109bc02ceb590bd135b19a10f66739ea84
16:37:41 #25 DONE 0.0s
16:37:41 
16:37:41 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:41 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:41 #14 39.96 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:37:41 #14 39.96 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:37:41 #14 39.97 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:37:41 #14 ...
16:37:41 
16:37:41 #26 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:37:41 #26 sha256:b62de6bded5b0eb2c27af1ddd4dc95362eb2ce0880aeabde7a0ea6e8e04d14ae
16:37:41 #26 DONE 0.1s
16:37:41 #12 97.93   Cleanup    : systemd-libs-219-78.el7.x86_64                             66/68 
16:37:41 #12 98.48   Cleanup    : glibc-common-2.17-317.el7.x86_64                           67/68 
16:37:41 
16:37:41 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:41 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:43 #12 98.51   Cleanup    : glibc-2.17-317.el7.x86_64                                  68/68 
16:37:43 #12 99.61   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/68 
16:37:43 #12 99.63   Verifying  : glibc-static-2.17-324.el7_9.x86_64                          2/68 
16:37:43 #12 99.65   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/68 
16:37:43 #12 99.66   Verifying  : glibc-2.17-324.el7_9.x86_64                                 4/68 
16:37:43 #12 99.68   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    5/68 
16:37:43 #12 99.69   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                 6/68 
16:37:43 #12 99.70   Verifying  : btrfs-progs-devel-4.9.1-1.el7.x86_64                        7/68 
16:37:43 #12 99.71   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          8/68 
16:37:43 #12 99.72   Verifying  : automake-1.13.4-3.el7.noarch                                9/68 
16:37:43 #12 99.73   Verifying  : lzo-2.06-8.el7.x86_64                                      10/68 
16:37:43 #12 99.74   Verifying  : m4-1.4.16-10.el7.x86_64                                    11/68 
16:37:43 #12 99.75   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             12/68 
16:37:43 #12 99.76   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                13/68 
16:37:43 #12 99.77   Verifying  : checkpolicy-2.5-8.el7.x86_64                               14/68 
16:37:43 #12 99.78   Verifying  : btrfs-progs-4.9.1-1.el7.x86_64                             15/68 
16:37:43 #12 99.79   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        16/68 
16:37:43 #12 99.80   Verifying  : systemd-libs-219-78.el7_9.3.x86_64                         17/68 
16:37:43 #12 99.81   Verifying  : which-2.20-7.el7.x86_64                                    18/68 
16:37:43 #12 99.82   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         19/68 
16:37:43 #12 99.83   Verifying  : glibc-headers-2.17-324.el7_9.x86_64                        20/68 
16:37:43 #12 99.84   Verifying  : cpp-4.8.5-44.el7.x86_64                                    21/68 
16:37:43 #12 99.85   Verifying  : python-IPy-0.75-6.el7.noarch                               22/68 
16:37:43 #12 99.86   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              23/68 
16:37:43 #12 99.87   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               24/68 
16:37:43 #12 99.88   Verifying  : glibc-common-2.17-324.el7_9.x86_64                         25/68 
16:37:43 #14 42.22 Selecting previously unselected package g++-mingw-w64-x86-64.
16:37:43 #14 42.23 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:37:43 #14 42.24 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:37:43 #14 42.31 Selecting previously unselected package libapparmor1:amd64.
16:37:43 #14 42.31 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
16:37:43 #14 42.32 Unpacking libapparmor1:amd64 (2.13.6-10) ...
16:37:43 #14 42.38 Selecting previously unselected package libapparmor-dev:amd64.
16:37:43 #14 42.39 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
16:37:43 #14 42.39 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
16:37:43 #12 99.89   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         26/68 
16:37:43 #12 99.90   Verifying  : 1:make-3.82-24.el7.x86_64                                  27/68 
16:37:43 #12 99.91   Verifying  : openssh-7.4p1-21.el7.x86_64                                28/68 
16:37:43 #12 99.92   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           29/68 
16:37:43 #12 99.93   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              30/68 
16:37:43 #12 99.94   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            31/68 
16:37:43 #12 99.95   Verifying  : systemd-219-78.el7_9.3.x86_64                              32/68 
16:37:43 #12 99.96   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       33/68 
16:37:43 #12 99.97   Verifying  : e2fsprogs-libs-1.42.9-19.el7.x86_64                        34/68 
16:37:43 #12 99.99   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           35/68 
16:37:43 #12 100.00   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    36/68 
16:37:43 #12 100.0   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        37/68 
16:37:43 #12 100.0   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             38/68 
16:37:43 #12 100.0   Verifying  : openssh-clients-7.4p1-21.el7.x86_64                        39/68 
16:37:43 #12 100.0   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        40/68 
16:37:43 #12 100.1   Verifying  : libselinux-python-2.5-15.el7.x86_64                        41/68 
16:37:43 #12 100.1   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        42/68 
16:37:43 #12 100.1   Verifying  : kernel-headers-3.10.0-1160.42.2.el7.x86_64                 43/68 
16:37:43 #14 42.63 Selecting previously unselected package libbtrfs0:amd64.
16:37:43 #14 42.63 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
16:37:43 #14 42.64 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:37:43 #14 42.73 Selecting previously unselected package libbtrfs-dev:amd64.
16:37:43 #12 100.1   Verifying  : gcc-4.8.5-44.el7.x86_64                                    44/68 
16:37:43 #12 100.1   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  45/68 
16:37:43 #12 100.1   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   46/68 
16:37:43 #12 100.2   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       47/68 
16:37:43 #12 100.2   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           48/68 
16:37:43 #12 100.2   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          49/68 
16:37:43 #12 100.2   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    50/68 
16:37:43 #12 100.2   Verifying  : pcre-devel-8.32-17.el7.x86_64                              51/68 
16:37:43 #12 100.2   Verifying  : autoconf-2.69-11.el7.noarch                                52/68 
16:37:43 #12 100.2   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      53/68 
16:37:43 #12 100.2   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            54/68 
16:37:43 #12 100.2   Verifying  : rsync-3.1.2-10.el7.x86_64                                  55/68 
16:37:43 #12 100.3   Verifying  : glibc-devel-2.17-324.el7_9.x86_64                          56/68 
16:37:43 #12 100.3   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  57/68 
16:37:43 #12 100.3   Verifying  : policycoreutils-2.5-34.el7.x86_64                          58/68 
16:37:43 #12 100.3   Verifying  : libgomp-4.8.5-44.el7.x86_64                                59/68 
16:37:43 #12 100.3   Verifying  : systemd-devel-219-78.el7_9.3.x86_64                        60/68 
16:37:43 #12 100.3   Verifying  : less-458-9.el7.x86_64                                      61/68 
16:37:43 #12 100.3   Verifying  : libcgroup-0.41-21.el7.x86_64                               62/68 
16:37:43 #12 100.3   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/68 
16:37:43 #12 100.3   Verifying  : glibc-2.17-317.el7.x86_64                                  64/68 
16:37:43 #12 100.3   Verifying  : glibc-common-2.17-317.el7.x86_64                           65/68 
16:37:43 #12 100.3   Verifying  : systemd-libs-219-78.el7.x86_64                             66/68 
16:37:43 #12 100.3   Verifying  : systemd-219-78.el7.x86_64                                  67/68 
16:37:43 #12 100.3   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      68/68 
16:37:43 #12 100.4 
16:37:43 #12 100.4 Installed:
16:37:43 #12 100.4   btrfs-progs-devel.x86_64 0:4.9.1-1.el7                                        
16:37:43 #12 100.4   cmake.x86_64 0:2.8.12.2-2.el7                                                 
16:37:43 #12 100.4   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
16:37:43 #12 100.4   gcc.x86_64 0:4.8.5-44.el7                                                     
16:37:43 #12 100.4   git.x86_64 0:1.8.3.1-23.el7_8                                                 
16:37:43 #12 100.4   glibc-static.x86_64 0:2.17-324.el7_9                                          
16:37:43 #12 100.4   libarchive.x86_64 0:3.1.2-14.el7_7                                            
16:37:43 #12 100.4   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
16:37:43 #12 100.4   libselinux-devel.x86_64 0:2.5-15.el7                                          
16:37:43 #12 100.4   libtool.x86_64 0:2.4.2-22.el7_3                                               
16:37:43 #12 100.4   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
16:37:43 #12 100.4   make.x86_64 1:3.82-24.el7                                                     
16:37:43 #12 100.4   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
16:37:43 #12 100.4   systemd-devel.x86_64 0:219-78.el7_9.3                                         
16:37:43 #12 100.4   which.x86_64 0:2.20-7.el7                                                     
16:37:43 #12 100.4 
16:37:43 #12 100.4 Dependency Installed:
16:37:43 #12 100.4   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
16:37:43 #12 100.4   autoconf.noarch 0:2.69-11.el7                                                 
16:37:43 #12 100.4   automake.noarch 0:1.13.4-3.el7                                                
16:37:43 #12 100.4   btrfs-progs.x86_64 0:4.9.1-1.el7                                              
16:37:43 #12 100.4   checkpolicy.x86_64 0:2.5-8.el7                                                
16:37:43 #12 100.4   cpp.x86_64 0:4.8.5-44.el7                                                     
16:37:43 #12 100.4   e2fsprogs-libs.x86_64 0:1.42.9-19.el7                                         
16:37:43 #12 100.4   fipscheck.x86_64 0:1.4.1-6.el7                                                
16:37:43 #12 100.4   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
16:37:43 #12 100.4   glibc-devel.x86_64 0:2.17-324.el7_9                                           
16:37:43 #12 100.4   glibc-headers.x86_64 0:2.17-324.el7_9                                         
16:37:43 #12 100.4   kernel-headers.x86_64 0:3.10.0-1160.42.2.el7                                  
16:37:43 #12 100.4   less.x86_64 0:458-9.el7                                                       
16:37:43 #12 100.4   libcgroup.x86_64 0:0.41-21.el7                                                
16:37:43 #12 100.4   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
16:37:43 #12 100.4   libgomp.x86_64 0:4.8.5-44.el7                                                 
16:37:43 #12 100.4   libmpc.x86_64 0:1.0.1-3.el7                                                   
16:37:43 #12 100.4   libseccomp.x86_64 0:2.3.1-4.el7                                               
16:37:43 #12 100.4   libselinux-python.x86_64 0:2.5-15.el7                                         
16:37:43 #12 100.4   libselinux-utils.x86_64 0:2.5-15.el7                                          
16:37:43 #12 100.4   libsemanage-python.x86_64 0:2.5-14.el7                                        
16:37:43 #12 100.4   libsepol-devel.x86_64 0:2.5-10.el7                                            
16:37:43 #12 100.4   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
16:37:43 #12 100.4   lzo.x86_64 0:2.06-8.el7                                                       
16:37:43 #12 100.4   m4.x86_64 0:1.4.16-10.el7                                                     
16:37:43 #12 100.4   mpfr.x86_64 0:3.1.1-4.el7                                                     
16:37:43 #12 100.4   openssh.x86_64 0:7.4p1-21.el7                                                 
16:37:43 #12 100.4   openssh-clients.x86_64 0:7.4p1-21.el7                                         
16:37:43 #12 100.4   pcre-devel.x86_64 0:8.32-17.el7                                               
16:37:43 #12 100.4   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
16:37:43 #12 100.4   perl-Error.noarch 1:0.17020-2.el7                                             
16:37:43 #12 100.4   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
16:37:43 #12 100.4   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
16:37:43 #12 100.4   perl-Test-Harness.noarch 0:3.28-3.el7                                         
16:37:43 #12 100.4   policycoreutils.x86_64 0:2.5-34.el7                                           
16:37:43 #12 100.4   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
16:37:43 #12 100.4   policycoreutils-python.x86_64 0:2.5-34.el7                                    
16:37:43 #12 100.4   python-IPy.noarch 0:0.75-6.el7                                                
16:37:43 #12 100.4   rsync.x86_64 0:3.1.2-10.el7                                                   
16:37:43 #12 100.4   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
16:37:43 #12 100.4   setools-libs.x86_64 0:3.3.8-4.el7                                             
16:37:43 #12 100.4 
16:37:43 #12 100.4 Dependency Updated:
16:37:43 #12 100.4   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
16:37:43 #12 100.4   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
16:37:43 #12 100.4   glibc.x86_64 0:2.17-324.el7_9                                                 
16:37:43 #12 100.4   glibc-common.x86_64 0:2.17-324.el7_9                                          
16:37:43 #12 100.4   systemd.x86_64 0:219-78.el7_9.3                                               
16:37:43 #12 100.4   systemd-libs.x86_64 0:219-78.el7_9.3                                          
16:37:43 #12 100.4 
16:37:43 #12 100.4 Complete!
16:37:43 #14 42.73 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:37:43 #14 42.74 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:37:43 #14 42.81 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:37:43 #14 42.82 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:37:43 #14 42.82 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:37:43 #14 42.86 Selecting previously unselected package libudev-dev:amd64.
16:37:44 #14 42.86 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
16:37:44 #14 42.86 Unpacking libudev-dev:amd64 (247.3-6) ...
16:37:44 #14 42.92 Selecting previously unselected package libsepol1-dev:amd64.
16:37:44 #14 42.93 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
16:37:44 #14 42.93 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:37:44 #14 43.05 Selecting previously unselected package libpcre2-16-0:amd64.
16:37:44 #14 43.05 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
16:37:44 #14 43.06 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:37:44 #14 43.13 Selecting previously unselected package libpcre2-32-0:amd64.
16:37:44 #14 43.13 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
16:37:44 #12 DONE 100.9s
16:37:44 
16:37:44 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
16:37:44 #14 sha256:8b058b16f1fe9a90bfa2e9af149b06ec017390c33e33557c318e7a91d2f3b574
16:37:44 #14 43.13 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:37:44 #14 43.21 Selecting previously unselected package libpcre2-posix2:amd64.
16:37:44 #14 43.21 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
16:37:44 #14 43.22 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:37:44 #14 43.26 Selecting previously unselected package libpcre2-dev:amd64.
16:37:44 #14 43.26 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
16:37:44 #14 43.28 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:37:44 #14 43.43 Selecting previously unselected package libselinux1-dev:amd64.
16:37:44 #14 43.43 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
16:37:44 #14 43.43 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:37:44 #14 43.54 Selecting previously unselected package libdevmapper-dev:amd64.
16:37:44 #14 43.55 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:37:44 #14 43.55 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:37:44 #14 43.59 Selecting previously unselected package libseccomp-dev:amd64.
16:37:44 #14 43.59 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
16:37:44 #14 43.60 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
16:37:44 #14 43.66 Selecting previously unselected package libsystemd-dev:amd64.
16:37:44 #14 43.66 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
16:37:44 #14 43.66 Unpacking libsystemd-dev:amd64 (247.3-6) ...
16:37:44 #14 43.89 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
16:37:44 #14 43.90 Setting up libapparmor1:amd64 (2.13.6-10) ...
16:37:44 #14 43.91 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:37:44 #14 43.92 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:37:44 #14 43.93 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:37:44 #14 43.95 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:37:44 #14 43.95 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:37:44 #14 43.97 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:37:44 #14 43.98 Setting up libudev-dev:amd64 (247.3-6) ...
16:37:44 #14 43.99 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:37:44 #14 44.00 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:37:44 #14 44.01 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:37:45 #14 44.02 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:37:45 #14 44.03 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
16:37:45 #14 44.04 Setting up mingw-w64-common (8.0.0-1) ...
16:37:45 #14 44.05 Setting up libsystemd-dev:amd64 (247.3-6) ...
16:37:45 #14 44.07 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:37:45 #14 44.08 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:37:45 #14 44.09 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:37:45 #14 44.10 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:37:45 #14 44.11 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:37:45 #14 44.12 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:37:45 #14 44.13 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:37:45 #14 44.14 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:37:45 #14 44.15 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:37:45 #14 44.16 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:37:45 #14 44.17 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:37:45 #14 44.17 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:37:45 #14 44.19 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:37:45 #14 44.21 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:37:45 #14 44.22 Setting up dmsetup (2:1.02.175-2.1) ...
16:37:45 #14 44.23 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:37:45 #14 44.24 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:37:45 #14 44.26 Processing triggers for libc-bin (2.31-13) ...
16:37:45 #14 DONE 44.5s
16:37:45 
16:37:45 #19 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
16:37:45 #19 sha256:4fd77a43235db5f6b5fc1959b97da9982069f3b77953d95726a8eead65719642
16:37:45 #19 ...
16:37:45 
16:37:45 #18 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
16:37:45 #18 sha256:3470952d04ebe204c75a75dd136acd0640c86771c8db88477a48459bbd993e1f
16:37:45 #18 DONE 0.1s
16:37:45 
16:37:45 #19 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
16:37:45 #19 sha256:4fd77a43235db5f6b5fc1959b97da9982069f3b77953d95726a8eead65719642
16:37:46 #19 0.949 + RM_GOPATH=0
16:37:46 #19 0.949 + TMP_GOPATH=
16:37:46 #19 0.949 + : /build
16:37:46 #19 0.949 + '[' -z '' ']'
16:37:46 #19 0.950 ++ mktemp -d
16:37:46 #19 0.952 + export GOPATH=/tmp/tmp.RSKZOvmxoV
16:37:46 #19 0.952 + GOPATH=/tmp/tmp.RSKZOvmxoV
16:37:46 #19 0.952 + RM_GOPATH=1
16:37:46 #19 0.952 + case "$(go env GOARCH)" in
16:37:46 #19 0.952 ++ go env GOARCH
16:37:46 #19 0.963 + export GO_BUILDMODE=-buildmode=pie
16:37:46 #19 0.963 + GO_BUILDMODE=-buildmode=pie
16:37:46 #19 0.964 ++ dirname /tmp/install/install.sh
16:37:46 #19 0.964 + dir=/tmp/install
16:37:46 #19 0.965 + bin=runc
16:37:46 #19 0.965 + shift
16:37:46 #19 0.965 + '[' '!' -f /tmp/install/runc.installer ']'
16:37:46 #19 0.965 + . /tmp/install/runc.installer
16:37:46 #19 0.965 ++ set -e
16:37:46 #19 0.965 ++ : v1.0.2
16:37:46 #19 0.965 Install runc version v1.0.2 (build tags: seccomp)
16:37:46 #19 0.965 + install_runc
16:37:46 #19 0.965 + RUNC_BUILDTAGS=seccomp
16:37:46 #19 0.965 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
16:37:46 #19 0.965 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.RSKZOvmxoV/src/github.com/opencontainers/runc
16:37:46 #19 0.967 Cloning into '/tmp/tmp.RSKZOvmxoV/src/github.com/opencontainers/runc'...
16:37:46 #14 DONE 2.1s
16:37:46 
16:37:46 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
16:37:46 #15 sha256:abc83cee7ba7030822a006e2f6740e1749968ee3c203e467e499cc56b7fc6d24
16:37:46 #15 DONE 0.0s
16:37:46 
16:37:46 #16 exporting to image
16:37:46 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:37:46 #16 exporting layers
16:37:49 #19 3.677 + cd /tmp/tmp.RSKZOvmxoV/src/github.com/opencontainers/runc
16:37:49 #19 3.678 + git checkout -q v1.0.2
16:37:49 #19 3.827 + '[' -z '' ']'
16:37:49 #19 3.827 + target=static
16:37:49 #19 3.828 + make BUILDTAGS=seccomp static
16:37:49 #19 3.894 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
16:37:50 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:37:50 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:37:50 GOOS="" GOARCH="" GOARM=""
16:37:50 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:37:50 
16:37:50 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:37:50 + RM_GOPATH=0
16:37:50 + TMP_GOPATH=/go
16:37:50 + : /usr/local/bin
16:37:50 + '[' -z /go ']'
16:37:50 + export GOPATH=/go
16:37:50 + GOPATH=/go
16:37:50 + case "$(go env GOARCH)" in
16:37:50 ++ go env GOARCH
16:37:50 + export GO_BUILDMODE=-buildmode=pie
16:37:50 + GO_BUILDMODE=-buildmode=pie
16:37:50 ++ dirname hack/dockerfile/install/install.sh
16:37:50 + dir=hack/dockerfile/install
16:37:50 + bin=tini
16:37:50 + shift
16:37:50 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:37:50 + . hack/dockerfile/install/tini.installer
16:37:50 ++ : v0.19.0
16:37:50 + install_tini
16:37:50 + echo 'Install tini version v0.19.0'
16:37:50 + git clone https://github.com/krallin/tini.git /go/tini
16:37:50 Install tini version v0.19.0
16:37:50 Cloning into '/go/tini'...
16:37:50 + cd /go/tini
16:37:50 + git checkout -q v0.19.0
16:37:50 + cmake .
16:37:50 -- The C compiler identification is GNU 9.3.0
16:37:50 -- Check for working C compiler: /usr/bin/cc
16:37:50 -- Check for working C compiler: /usr/bin/cc -- works
16:37:50 -- Detecting C compiler ABI info
16:37:50 -- Detecting C compiler ABI info - done
16:37:50 -- Detecting C compile features
16:37:50 -- Detecting C compile features - done
16:37:50 -- Performing Test HAS_BUILTIN_FORTIFY
16:37:50 -- Performing Test HAS_BUILTIN_FORTIFY - Success
16:37:50 -- Configuring done
16:37:50 -- Generating done
16:37:50 -- Build files have been written to: /go/tini
16:37:50 + make tini-static
16:37:50 make[2]: Entering directory '/go/tini'
16:37:50 make[3]: Entering directory '/go/tini'
16:37:50 make[4]: Entering directory '/go/tini'
16:37:50 make[5]: Entering directory '/go/tini'
16:37:50 Scanning dependencies of target tini-static
16:37:50 make[5]: Leaving directory '/go/tini'
16:37:50 make[5]: Entering directory '/go/tini'
16:37:50 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:37:50 [100%] Linking C executable tini-static
16:37:50 make[5]: Leaving directory '/go/tini'
16:37:50 [100%] Built target tini-static
16:37:50 make[4]: Leaving directory '/go/tini'
16:37:50 make[3]: Leaving directory '/go/tini'
16:37:50 make[2]: Leaving directory '/go/tini'
16:37:50 + mkdir -p /usr/local/bin
16:37:50 + cp tini-static /usr/local/bin/docker-init
16:37:50 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:37:50 + RM_GOPATH=0
16:37:50 + TMP_GOPATH=/go
16:37:50 + : /usr/local/bin
16:37:50 + '[' -z /go ']'
16:37:50 + export GOPATH=/go
16:37:50 + GOPATH=/go
16:37:50 + case "$(go env GOARCH)" in
16:37:50 ++ go env GOARCH
16:37:50 + export GO_BUILDMODE=-buildmode=pie
16:37:50 + GO_BUILDMODE=-buildmode=pie
16:37:50 ++ dirname hack/dockerfile/install/install.sh
16:37:50 + dir=hack/dockerfile/install
16:37:50 + bin=rootlesskit
16:37:50 + shift
16:37:50 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:37:50 + . hack/dockerfile/install/rootlesskit.installer
16:37:50 ++ : v0.14.4
16:37:50 + install_rootlesskit dynamic
16:37:50 + case "$1" in
16:37:50 + install_rootlesskit_dynamic
16:37:50 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:37:50 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:37:50 + export BUILD_MODE=-buildmode=pie
16:37:50 + BUILD_MODE=-buildmode=pie
16:37:50 + _install_rootlesskit
16:37:50 + echo 'Install rootlesskit version v0.14.4'
16:37:50 Install rootlesskit version v0.14.4
16:37:50 + for f in rootlesskit rootlesskit-docker-proxy
16:37:50 + GOBIN=/usr/local/bin
16:37:50 + GO111MODULE=on
16:37:50 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:37:50 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:37:51 #16 exporting layers 4.3s done
16:37:51 #16 writing image sha256:2d8098bdac3e5b3d75fa53a9dac721818f82a2d7dabb3271bd7d91d91a0c96cd done
16:37:51 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
16:37:51 #16 DONE 4.3s
16:37:51 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli e3023ca' --define '_gitcommit_engine 5176095' --define '_release 0' --define '_version 0.0.0.20210916145224.e3023ca' --define '_origversion 0.0.0-20210916145224-e3023ca' --define '_scan_rpm_version 0.8.0' --define '_scan_version v0.8.0' --define '_scan_gitcommit 35651ca'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
16:37:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wRGjuW
16:37:51 + umask 022
16:37:51 + cd /root/rpmbuild/BUILD
16:37:51 + cd /root/rpmbuild/BUILD
16:37:51 + rm -rf src
16:37:51 + /usr/bin/mkdir -p src
16:37:51 + cd src
16:37:51 + /usr/bin/tar -xf -
16:37:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:37:51 + STATUS=0
16:37:51 + '[' 0 -ne 0 ']'
16:37:51 + /usr/bin/tar -xf -
16:37:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:37:52 + STATUS=0
16:37:52 + '[' 0 -ne 0 ']'
16:37:52 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:37:52 + exit 0
16:37:52 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ha42Fp
16:37:52 + umask 022
16:37:52 + cd /root/rpmbuild/BUILD
16:37:52 + cd src
16:37:52 + export DOCKER_GITCOMMIT=5176095
16:37:52 + DOCKER_GITCOMMIT=5176095
16:37:52 + mkdir -p /go/src/github.com/docker
16:37:52 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:37:52 + DOCKER_BUILDTAGS+=' exclude_graphdriver_btrfs'
16:37:52 + export DOCKER_BUILDTAGS
16:37:52 + pushd /root/rpmbuild/BUILD/src/engine
16:37:52 + TMP_GOPATH=/go
16:37:52 + hack/dockerfile/install/install.sh tini
16:37:52 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
16:37:52 + RM_GOPATH=0
16:37:52 + TMP_GOPATH=/go
16:37:52 + : /usr/local/bin
16:37:52 + '[' -z /go ']'
16:37:52 + export GOPATH=/go
16:37:52 + GOPATH=/go
16:37:52 + case "$(go env GOARCH)" in
16:37:52 ++ go env GOARCH
16:37:52 + export GO_BUILDMODE=-buildmode=pie
16:37:52 + GO_BUILDMODE=-buildmode=pie
16:37:52 ++ dirname hack/dockerfile/install/install.sh
16:37:52 + dir=hack/dockerfile/install
16:37:52 + bin=tini
16:37:52 + shift
16:37:52 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:37:52 + . hack/dockerfile/install/tini.installer
16:37:52 ++ : v0.19.0
16:37:52 + install_tini
16:37:52 Install tini version v0.19.0
16:37:52 + echo 'Install tini version v0.19.0'
16:37:52 + git clone https://github.com/krallin/tini.git /go/tini
16:37:52 Cloning into '/go/tini'...
16:37:52 + cd /go/tini
16:37:52 + git checkout -q v0.19.0
16:37:52 + cmake .
16:37:52 -- The C compiler identification is GNU 4.8.5
16:37:52 -- Check for working C compiler: /usr/bin/cc
16:37:52 -- Check for working C compiler: /usr/bin/cc -- works
16:37:52 -- Detecting C compiler ABI info
16:37:53 -- Detecting C compiler ABI info - done
16:37:53 -- Performing Test HAS_BUILTIN_FORTIFY
16:37:53 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:37:53 -- Configuring done
16:37:53 -- Generating done
16:37:53 -- Build files have been written to: /go/tini
16:37:53 + make tini-static
16:37:53 Scanning dependencies of target tini-static
16:37:53 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:37:53 Linking C executable tini-static
16:37:53 [100%] Built target tini-static
16:37:53 + mkdir -p /usr/local/bin
16:37:53 + cp tini-static /usr/local/bin/docker-init
16:37:53 + VERSION=0.0.0-20210916145224-e3023ca
16:37:53 + PRODUCT=docker
16:37:53 + hack/make.sh dynbinary
16:37:53 
16:37:53 Removing bundles/
16:37:53 
16:37:53 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:37:53 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:37:53 GOOS="" GOARCH="" GOARM=""
16:38:00 go: downloading github.com/pkg/errors v0.9.1
16:38:00 go: downloading github.com/sirupsen/logrus v1.8.1
16:38:00 go: downloading github.com/urfave/cli/v2 v2.3.0
16:38:00 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:38:00 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:38:01 go: downloading github.com/google/uuid v1.3.0
16:38:01 go: downloading github.com/moby/vpnkit v0.5.0
16:38:01 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:38:01 go: downloading github.com/gofrs/flock v0.8.1
16:38:01 go: downloading github.com/gorilla/mux v1.8.0
16:38:01 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:38:01 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:38:01 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:38:02 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:38:03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:38:08 + for f in rootlesskit rootlesskit-docker-proxy
16:38:08 + GOBIN=/usr/local/bin
16:38:08 + GO111MODULE=on
16:38:08 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:38:09 + return
16:38:09 # Build the CLI
16:38:09 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:38:09 Building dynamic docker-linux-amd64
16:38:22 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:38:22 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:38:22 GOOS="" GOARCH="" GOARM=""
16:38:22 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:38:22 
16:38:22 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:38:22 + RM_GOPATH=0
16:38:22 + TMP_GOPATH=/go
16:38:22 + : /usr/local/bin
16:38:22 + '[' -z /go ']'
16:38:22 + export GOPATH=/go
16:38:22 + GOPATH=/go
16:38:22 + case "$(go env GOARCH)" in
16:38:22 ++ go env GOARCH
16:38:22 + export GO_BUILDMODE=-buildmode=pie
16:38:22 + GO_BUILDMODE=-buildmode=pie
16:38:22 ++ dirname hack/dockerfile/install/install.sh
16:38:22 + dir=hack/dockerfile/install
16:38:22 + bin=tini
16:38:22 + shift
16:38:22 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:38:22 + . hack/dockerfile/install/tini.installer
16:38:22 ++ : v0.19.0
16:38:22 + install_tini
16:38:22 + echo 'Install tini version v0.19.0'
16:38:22 Install tini version v0.19.0
16:38:22 + git clone https://github.com/krallin/tini.git /go/tini
16:38:22 Cloning into '/go/tini'...
16:38:22 + cd /go/tini
16:38:22 + git checkout -q v0.19.0
16:38:22 + cmake .
16:38:22 -- The C compiler identification is GNU 8.3.0
16:38:22 -- Check for working C compiler: /usr/bin/cc
16:38:22 -- Check for working C compiler: /usr/bin/cc -- works
16:38:22 -- Detecting C compiler ABI info
16:38:22 -- Detecting C compiler ABI info - done
16:38:22 -- Detecting C compile features
16:38:22 -- Detecting C compile features - done
16:38:22 -- Performing Test HAS_BUILTIN_FORTIFY
16:38:22 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:38:22 -- Configuring done
16:38:22 -- Generating done
16:38:22 -- Build files have been written to: /go/tini
16:38:22 + make tini-static
16:38:22 make[2]: Entering directory '/go/tini'
16:38:22 make[3]: Entering directory '/go/tini'
16:38:22 make[4]: Entering directory '/go/tini'
16:38:22 make[5]: Entering directory '/go/tini'
16:38:22 Scanning dependencies of target tini-static
16:38:22 make[5]: Leaving directory '/go/tini'
16:38:22 make[5]: Entering directory '/go/tini'
16:38:22 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:38:22 [100%] Linking C executable tini-static
16:38:22 make[5]: Leaving directory '/go/tini'
16:38:22 [100%] Built target tini-static
16:38:22 make[4]: Leaving directory '/go/tini'
16:38:22 make[3]: Leaving directory '/go/tini'
16:38:22 make[2]: Leaving directory '/go/tini'
16:38:22 + mkdir -p /usr/local/bin
16:38:22 + cp tini-static /usr/local/bin/docker-init
16:38:22 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:38:22 + RM_GOPATH=0
16:38:22 + TMP_GOPATH=/go
16:38:22 + : /usr/local/bin
16:38:22 + '[' -z /go ']'
16:38:22 + export GOPATH=/go
16:38:22 + GOPATH=/go
16:38:22 + case "$(go env GOARCH)" in
16:38:22 ++ go env GOARCH
16:38:22 + export GO_BUILDMODE=-buildmode=pie
16:38:22 + GO_BUILDMODE=-buildmode=pie
16:38:22 ++ dirname hack/dockerfile/install/install.sh
16:38:22 + dir=hack/dockerfile/install
16:38:22 + bin=rootlesskit
16:38:22 + shift
16:38:22 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:38:22 + . hack/dockerfile/install/rootlesskit.installer
16:38:22 ++ : v0.14.4
16:38:22 + install_rootlesskit dynamic
16:38:22 + case "$1" in
16:38:22 + install_rootlesskit_dynamic
16:38:22 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:38:22 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:38:22 + export BUILD_MODE=-buildmode=pie
16:38:22 + BUILD_MODE=-buildmode=pie
16:38:22 + _install_rootlesskit
16:38:22 + echo 'Install rootlesskit version v0.14.4'
16:38:22 + for f in rootlesskit rootlesskit-docker-proxy
16:38:22 + GOBIN=/usr/local/bin
16:38:22 + GO111MODULE=on
16:38:22 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:38:22 Install rootlesskit version v0.14.4
16:38:22 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:38:45 #19 57.95 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:38:45 #19 58.95 + mkdir -p /build
16:38:45 #19 58.95 + cp runc /build/runc
16:38:45 #19 DONE 59.6s
16:38:45 
16:38:45 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:38:45 #22 sha256:e4542bca2d5a4db50ecc758f756d98a46699be1d34e77d888180ec00182bfba7
16:38:46 #22 ...
16:38:46 
16:38:46 #20 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
16:38:46 #20 sha256:fa135da4cdd42cf6c7a729d912e8281521c6d11fcc1acfc89eabd657e9a9fe7d
16:38:46 #20 DONE 0.3s
16:38:46 
16:38:46 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:38:46 #22 sha256:e4542bca2d5a4db50ecc758f756d98a46699be1d34e77d888180ec00182bfba7
16:38:49 go: downloading github.com/pkg/errors v0.9.1
16:38:49 go: downloading github.com/sirupsen/logrus v1.8.1
16:38:49 go: downloading github.com/urfave/cli/v2 v2.3.0
16:38:49 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:38:49 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:38:49 go: downloading github.com/google/uuid v1.3.0
16:38:49 go: downloading github.com/moby/vpnkit v0.5.0
16:38:49 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:38:49 go: downloading github.com/gofrs/flock v0.8.1
16:38:49 go: downloading github.com/gorilla/mux v1.8.0
16:38:49 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:38:49 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:38:49 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:38:49 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:38:49 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:38:51 #22 97.65 + bin/containerd
16:39:01 + for f in rootlesskit rootlesskit-docker-proxy
16:39:01 + GOBIN=/usr/local/bin
16:39:01 + GO111MODULE=on
16:39:01 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:39:03 + return
16:39:03 # Build the CLI
16:39:03 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:39:03 Building dynamic docker-linux-arm-v6
16:39:23 #22 129.9 # github.com/containerd/containerd/cmd/containerd
16:39:23 #22 129.9 /usr/bin/ld: /tmp/go-link-139069513/000019.o: in function `New':
16:39:23 #22 129.9 /tmp/tmp.Ef0xYJWVn6/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
16:39:23 #22 129.9 + bin/containerd-stress
16:39:23 #22 131.0 + bin/containerd-shim
16:39:29 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:39:29 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:39:29 GOOS="" GOARCH="" GOARM=""
16:39:29 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:39:29 
16:39:29 + popd
16:39:29 ~/rpmbuild/BUILD/src
16:39:29 + exit 0
16:39:29 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ODz1gS
16:39:29 + umask 022
16:39:29 + cd /root/rpmbuild/BUILD
16:39:29 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64 '!=' / ']'
16:39:29 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:29 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:29 + mkdir -p /root/rpmbuild/BUILDROOT
16:39:29 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:29 + cd src
16:39:29 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
16:39:29 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/dockerd
16:39:29 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
16:39:29 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/docker-proxy
16:39:29 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/docker-init
16:39:29 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/lib/systemd/system/docker.service
16:39:29 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/lib/systemd/system/docker.socket
16:39:29 + /usr/lib/rpm/check-buildroot
16:39:29 + /usr/lib/rpm/redhat/brp-compress
16:39:29 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
16:39:29 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:39:29 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
16:39:29 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
16:39:29 + /usr/lib/rpm/redhat/brp-python-hardlink
16:39:29 + /usr/lib/rpm/redhat/brp-java-repack-jars
16:39:29 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.56cznl
16:39:29 + umask 022
16:39:29 + cd /root/rpmbuild/BUILD
16:39:29 + cd src
16:39:29 ++ engine/bundles/dynbinary-daemon/dockerd --version
16:39:29 + ver='Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:39:29 + test 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095' = 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:39:29 + echo 'PASS: daemon version OK'
16:39:29 + exit 0
16:39:29 PASS: daemon version OK
16:39:29 Processing files: docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:29 Provides: docker-ce = 3:0.0.0.20210916145224.e3023ca-0.el7 docker-ce(x86-64) = 3:0.0.0.20210916145224.e3023ca-0.el7
16:39:29 Requires(interp): /bin/sh /bin/sh /bin/sh
16:39:29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:39:29 Requires(post): /bin/sh
16:39:29 Requires(preun): /bin/sh
16:39:29 Requires(postun): /bin/sh
16:39:29 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
16:39:29 Conflicts: docker docker-io docker-engine-cs docker-ee
16:39:29 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
16:39:29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:29 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.src.rpm
16:39:31 make[2]: Entering directory '/root/build-deb/cli'
16:39:31 scripts/docs/generate-man.sh
16:39:31 #22 138.0 + bin/containerd-shim-runc-v1
16:39:35 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64.rpm
16:39:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kwTkUk
16:39:35 + umask 022
16:39:35 + cd /root/rpmbuild/BUILD
16:39:35 + cd src
16:39:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:35 + exit 0
16:39:35 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.J72bkj
16:39:35 + umask 022
16:39:35 + cd /root/rpmbuild/BUILD
16:39:35 + cd /root/rpmbuild/BUILD
16:39:35 + rm -rf src
16:39:35 + /usr/bin/mkdir -p src
16:39:35 + cd src
16:39:35 + /usr/bin/tar -xf -
16:39:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
16:39:35 + STATUS=0
16:39:35 + '[' 0 -ne 0 ']'
16:39:35 + /usr/bin/tar -xf -
16:39:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
16:39:35 + STATUS=0
16:39:35 + '[' 0 -ne 0 ']'
16:39:35 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:39:35 + exit 0
16:39:35 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GrEKjj
16:39:35 + umask 022
16:39:35 + cd /root/rpmbuild/BUILD
16:39:35 + cd src
16:39:35 + mkdir -p /go/src/github.com/docker
16:39:35 + rm -f /go/src/github.com/docker/cli
16:39:35 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
16:39:35 + pushd /go/src/github.com/docker/cli
16:39:35 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
16:39:35 + VERSION=0.0.0-20210916145224-e3023ca
16:39:35 + GITCOMMIT=e3023ca
16:39:35 + GO_LINKMODE=dynamic
16:39:35 + ./scripts/build/binary
16:39:35 Building dynamic docker-linux-amd64
16:39:36 #22 143.1 + bin/containerd-shim-runc-v2
16:39:36 #22 143.7 + binaries
16:39:36 #22 143.7 + install -D bin/containerd /build/containerd
16:39:36 #22 143.7 + install -D bin/containerd-shim /build/containerd-shim
16:39:36 #22 143.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:39:36 #22 143.8 + install -D bin/ctr /build/ctr
16:39:38 #22 DONE 145.6s
16:39:39 
16:39:39 #23 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
16:39:39 #23 sha256:91f9edf045f7666ba56932cef70c61e75c52e918e4680f55f929aeab1ca76f1f
16:39:40 #23 DONE 0.8s
16:39:40 
16:39:40 #27 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
16:39:40 #27 sha256:9583eb10de2f4601338b30e8496d8d9b1a04d198af33bed21bdc0de2284ec6b8
16:39:40 #27 DONE 0.2s
16:39:40 
16:39:40 #32 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
16:39:40 #32 sha256:d02586d6c4cc66e65f64ee2d2dc9b38b631dfb938894708d3b7f1d98a24a7b0e
16:39:40 #32 DONE 0.8s
16:39:41 
16:39:41 #33 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
16:39:41 #33 sha256:d5d22c24b5fcf1fe86e9621c8e42f6e88ad5ba9f11a2269788ef47edee0ec9be
16:39:41 #33 DONE 0.0s
16:39:41 
16:39:41 #34 [build-binary 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=bind,target=/go/src/github.com/docker/docker         hack/make.sh binary
16:39:41 #34 sha256:3e6df3ce619cd9e404eb971c6ee70d078311e5eb794dd7777b012f79c45d67d4
16:39:41 #34 0.393 
16:39:41 #34 0.453 Removing /build/bundles/
16:39:41 #34 0.454 
16:39:41 #34 0.459 ---> Making bundle: binary (in /build/bundles/binary)
16:39:41 #34 0.484 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:39:41 #34 0.485 GOOS="" GOARCH="" GOARM=""
16:40:39 Project root: /go/src/github.com/docker/cli
16:40:39 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:40:39 2021/09/16 16:40:36 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:40:39 make[2]: Leaving directory '/root/build-deb/cli'
16:40:39 # Build the scan-plugin
16:40:39 # TODO change once we support scan-plugin on other architectures
16:40:39 if [ "amd64" = "amd64" ]; then \
16:40:39 	cd /go/src/github.com/docker/scan-cli-plugin \
16:40:39 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
16:40:39 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
16:40:39 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
16:40:39 fi
16:40:39 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
16:40:39 GO111MODULE=on make -f builder.Makefile build
16:40:39 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
16:40:39 mkdir -p bin
16:40:39 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
16:40:39 make[2]: Entering directory '/root/build-deb/cli'
16:40:39 scripts/docs/generate-man.sh
16:40:57 + DISABLE_WARN_OUTSIDE_CONTAINER=1
16:40:57 + make manpages
16:40:57 scripts/docs/generate-man.sh
16:41:03 #34 73.17 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:41:03 #34 73.66 Copying nested executables into /build/bundles/binary-daemon
16:41:03 #34 74.88 Building: /build/bundles/binary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:41:03 #34 74.88 GOOS="" GOARCH="" GOARM=""
16:41:03 #34 75.12 Created binary: /build/bundles/binary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:41:03 #34 75.14 
16:41:03 #34 DONE 77.4s
16:41:03 
16:41:03 #35 [binary 1/1] COPY --from=build-binary /build/bundles/ /
16:41:03 #35 sha256:803c26fa8cc0e068dc18d9e118c135466adb58d179719a9db39d1d47c2d3576c
16:41:03 #35 DONE 2.1s
16:41:03 
16:41:03 #36 exporting to client
16:41:03 #36 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:41:03 #36 copying files 18.16MB 0.1s
16:41:03 #36 copying files 206.93MB 1.3s done
16:41:03 #36 DONE 1.3s
16:41:03 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker'
16:41:03 mkdir -p build/linux/docker
16:41:03 cp /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/build/docker build/linux/docker/
16:41:03 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
16:41:03 	cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
16:41:03 done
16:41:03 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20210916145224-e3023ca.tgz docker
16:41:13 # extra binaries for running rootless
16:41:13 mkdir -p build/linux/docker-rootless-extras
16:41:13 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
16:41:13 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
16:41:13 		cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \
16:41:13 	fi \
16:41:13 done
16:41:13 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20210916145224-e3023ca.tgz docker-rootless-extras
16:41:16 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
16:41:16 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
16:41:16 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
16:41:16 determined_heisenberg
16:41:16 mkdir -p build/mac/amd64/docker
16:41:16 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/scripts/build-cli-plugins":/build:ro golang:1.16.8 /build
16:41:16 Unable to find image 'golang:1.16.8' locally
16:41:16 1.16.8: Pulling from library/golang
16:41:16 955615a668ce: Already exists
16:41:16 2756ef5f69a5: Already exists
16:41:16 911ea9f2bd51: Already exists
16:41:16 27b0a22ee906: Already exists
16:41:16 4e94c8ba5874: Already exists
16:41:16 261c19c9b43e: Already exists
16:41:16 ba66844146b3: Already exists
16:41:16 Digest: sha256:0056b049979bfcf13ac2ede60b810349396fab1d510cb60701503dccd01f9153
16:41:16 Status: Downloaded newer image for golang:1.16.8
16:41:18 Cloning into '/go/src/github.com/docker/buildx'...
16:41:19 Fetching origin
16:41:20 + GO111MODULE=on
16:41:20 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:41:46 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
16:41:46 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
16:41:46 go: downloading github.com/spf13/cobra v1.0.0
16:41:46 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
16:41:46 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:41:46 go: downloading github.com/docker/go-connections v0.4.0
16:41:46 go: downloading github.com/sirupsen/logrus v1.4.2
16:41:46 go: downloading github.com/spf13/pflag v1.0.3
16:41:46 go: downloading github.com/theupdateframework/notary v0.6.1
16:41:46 go: downloading github.com/opencontainers/image-spec v1.0.1
16:41:46 go: downloading github.com/docker/go-units v0.4.0
16:41:46 go: downloading github.com/Masterminds/semver/v3 v3.1.0
16:41:46 go: downloading github.com/google/uuid v1.1.1
16:41:46 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:41:46 go: downloading github.com/opencontainers/go-digest v1.0.0
16:41:46 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
16:41:46 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
16:41:46 go: downloading github.com/docker/go v1.5.1-1
16:41:46 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
16:41:46 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
16:41:47 go: downloading github.com/morikuni/aec v1.0.0
16:41:47 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
16:41:47 go: downloading github.com/docker/docker-credential-helpers v0.6.3
16:41:47 go: downloading google.golang.org/grpc v1.23.1
16:41:47 go: downloading github.com/containerd/containerd v1.3.4
16:41:48 go: downloading github.com/gorilla/mux v1.7.4
16:41:48 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
16:41:48 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
16:41:49 go: downloading github.com/gogo/protobuf v1.3.1
16:41:49 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:41:49 go: downloading github.com/golang/protobuf v1.3.2
16:41:49 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
16:41:51 go: downloading github.com/docker/go-metrics v0.0.1
16:41:51 go: downloading github.com/prometheus/client_golang v1.1.0
16:41:51 go: downloading github.com/beorn7/perks v1.0.1
16:41:51 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16:41:51 go: downloading github.com/prometheus/common v0.6.0
16:41:51 go: downloading github.com/prometheus/procfs v0.0.3
16:41:51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:42:04 Project root: /go/src/github.com/docker/cli
16:42:04 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:42:04 2021/09/16 16:42:00 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:42:04 ~/rpmbuild/BUILD/src
16:42:04 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:42:04 + popd
16:42:04 + pushd /root/rpmbuild/BUILD/src/plugins
16:42:04 + for installer in '*.installer'
16:42:04 + '[' buildx.installer '!=' scan.installer ']'
16:42:04 + bash buildx.installer build
16:42:04 Cloning into '/go/src/github.com/docker/buildx'...
16:42:04 Fetching origin
16:42:04 + GO111MODULE=on
16:42:04 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:42:23 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
16:42:23 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
16:42:23 # Build the CLI plugins
16:42:23 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
16:42:23 set -e;cd /sources && \
16:42:23 	tar xzf plugin-installers.tgz; \
16:42:23 	for installer in plugins/*.installer; do \
16:42:23 		LDFLAGS='' bash ${installer} build; \
16:42:23 	done
16:42:23 Cloning into '/go/src/github.com/docker/buildx'...
16:42:23 Fetching origin
16:42:23 + GO111MODULE=on
16:42:23 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:42:31 Project root: /go/src/github.com/docker/cli
16:42:31 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:42:31 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:42:31 make[2]: Leaving directory '/root/build-deb/cli'
16:42:31 # Build the scan-plugin
16:42:31 # TODO change once we support scan-plugin on other architectures
16:42:31 if [ "armhf" = "amd64" ]; then \
16:42:31 	cd /go/src/github.com/docker/scan-cli-plugin \
16:42:31 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
16:42:31 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
16:42:31 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
16:42:31 fi
16:42:31 # Build the CLI plugins
16:42:31 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
16:42:31 set -e;cd /sources && \
16:42:31 	tar xzf plugin-installers.tgz; \
16:42:31 	for installer in plugins/*.installer; do \
16:42:31 		LDFLAGS='' bash ${installer} build; \
16:42:31 	done
16:42:31 Cloning into '/go/src/github.com/docker/buildx'...
16:42:31 Fetching origin
16:42:31 + GO111MODULE=on
16:42:31 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:42:57 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
16:42:57 Unable to find image 'alpine:latest' locally
16:42:57 latest: Pulling from library/alpine
16:42:57 a0d0a0d46f8b: Already exists
16:42:57 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
16:42:57 Status: Downloaded newer image for alpine:latest
16:42:58 mkdir -p build/mac/arm64/docker
16:42:58 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/scripts/build-cli-plugins":/build:ro golang:1.16.8 /build
16:42:58 Cloning into '/go/src/github.com/docker/buildx'...
16:43:00 Fetching origin
16:43:00 + GO111MODULE=on
16:43:00 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:43:26 + popd
16:43:26 ~/rpmbuild/BUILD/src
16:43:26 + exit 0
16:43:26 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NFqQS7
16:43:26 + umask 022
16:43:26 + cd /root/rpmbuild/BUILD
16:43:26 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64 '!=' / ']'
16:43:26 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:26 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:26 + mkdir -p /root/rpmbuild/BUILDROOT
16:43:26 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:26 + cd src
16:43:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin
16:43:26 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/docker
16:43:26 + pushd /root/rpmbuild/BUILD/src/plugins
16:43:26 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:43:26 + for installer in '*.installer'
16:43:26 + '[' buildx.installer '!=' scan.installer ']'
16:43:26 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:26 + PREFIX=/usr/libexec/docker/cli-plugins
16:43:26 + bash buildx.installer install_plugin
16:43:26 ~/rpmbuild/BUILD/src
16:43:26 + popd
16:43:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/bash-completion/completions
16:43:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/zsh/vendor-completions
16:43:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/fish/vendor_completions.d
16:43:26 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/bash-completion/completions/docker
16:43:26 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
16:43:26 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
16:43:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man1
16:43:26 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man1
16:43:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man5
16:43:26 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man5
16:43:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man8
16:43:26 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man8
16:43:26 + mkdir -p build-docs
16:43:26 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:43:26 + cp cli/LICENSE build-docs/LICENSE
16:43:26 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:43:26 + cp cli/MAINTAINERS build-docs/MAINTAINERS
16:43:26 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:43:26 + cp cli/NOTICE build-docs/NOTICE
16:43:26 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:43:26 + cp cli/README.md build-docs/README.md
16:43:26 + /usr/lib/rpm/check-buildroot
16:43:26 + /usr/lib/rpm/redhat/brp-compress
16:43:26 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
16:43:26 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:43:26 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
16:43:26 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
16:43:26 + /usr/lib/rpm/redhat/brp-python-hardlink
16:43:26 + /usr/lib/rpm/redhat/brp-java-repack-jars
16:43:26 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.wHTQPZ
16:43:26 + umask 022
16:43:26 + cd /root/rpmbuild/BUILD
16:43:26 + cd src
16:43:26 ++ cli/build/docker --version
16:43:26 + ver='Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:43:26 + test 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca' = 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:43:26 + echo 'PASS: cli version OK'
16:43:26 PASS: cli version OK
16:43:26 + exit 0
16:43:26 Processing files: docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:26 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L4x4YR
16:43:26 + umask 022
16:43:26 + cd /root/rpmbuild/BUILD
16:43:26 + cd src
16:43:26 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:26 + export DOCDIR
16:43:26 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:26 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:26 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:26 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:26 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:26 + exit 0
16:43:26 Provides: docker-ce-cli = 1:0.0.0.20210916145224.e3023ca-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20210916145224.e3023ca-0.el7
16:43:26 Requires(interp): /bin/sh
16:43:26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:43:26 Requires(post): /bin/sh
16:43:26 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:43:26 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
16:43:26 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:26 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.src.rpm
16:43:31 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64.rpm
16:43:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WND2I3
16:43:31 + umask 022
16:43:31 + cd /root/rpmbuild/BUILD
16:43:31 + cd src
16:43:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:31 + exit 0
16:43:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fbGFqq
16:43:31 + umask 022
16:43:31 + cd /root/rpmbuild/BUILD
16:43:31 + cd /root/rpmbuild/BUILD
16:43:31 + rm -rf src
16:43:31 + /usr/bin/mkdir -p src
16:43:31 + cd src
16:43:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:43:31 + /usr/bin/tar -xf -
16:43:31 + STATUS=0
16:43:31 + '[' 0 -ne 0 ']'
16:43:31 + /usr/bin/tar -xf -
16:43:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:43:32 + STATUS=0
16:43:32 + '[' 0 -ne 0 ']'
16:43:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:43:32 + exit 0
16:43:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.a0WYAQ
16:43:32 + umask 022
16:43:32 + cd /root/rpmbuild/BUILD
16:43:32 + cd src
16:43:32 + export DOCKER_GITCOMMIT=5176095
16:43:32 + DOCKER_GITCOMMIT=5176095
16:43:32 + mkdir -p /go/src/github.com/docker
16:43:32 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:43:32 + TMP_GOPATH=/go
16:43:32 + GOPROXY=https://proxy.golang.org
16:43:32 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
16:43:32 + RM_GOPATH=0
16:43:32 + TMP_GOPATH=/go
16:43:32 + : /usr/local/bin
16:43:32 + '[' -z /go ']'
16:43:32 + export GOPATH=/go
16:43:32 + GOPATH=/go
16:43:32 + case "$(go env GOARCH)" in
16:43:32 ++ go env GOARCH
16:43:32 + export GO_BUILDMODE=-buildmode=pie
16:43:32 + GO_BUILDMODE=-buildmode=pie
16:43:32 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
16:43:32 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
16:43:32 + bin=rootlesskit
16:43:32 + shift
16:43:32 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
16:43:32 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
16:43:32 ++ : v0.14.4
16:43:32 + install_rootlesskit dynamic
16:43:32 + case "$1" in
16:43:32 + install_rootlesskit_dynamic
16:43:32 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:43:32 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:43:32 + export BUILD_MODE=-buildmode=pie
16:43:32 + BUILD_MODE=-buildmode=pie
16:43:32 + _install_rootlesskit
16:43:32 + echo 'Install rootlesskit version v0.14.4'
16:43:32 Install rootlesskit version v0.14.4
16:43:32 + for f in rootlesskit rootlesskit-docker-proxy
16:43:32 + GOBIN=/usr/local/bin
16:43:32 + GO111MODULE=on
16:43:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:43:32 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:43:33 go: downloading github.com/pkg/errors v0.9.1
16:43:33 go: downloading github.com/sirupsen/logrus v1.8.1
16:43:33 go: downloading github.com/urfave/cli/v2 v2.3.0
16:43:33 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:43:33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:43:33 go: downloading github.com/google/uuid v1.3.0
16:43:33 go: downloading github.com/moby/vpnkit v0.5.0
16:43:33 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:43:33 go: downloading github.com/gofrs/flock v0.8.1
16:43:33 go: downloading github.com/gorilla/mux v1.8.0
16:43:33 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:43:33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:43:34 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:43:34 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:43:34 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:43:39 + for f in rootlesskit rootlesskit-docker-proxy
16:43:39 + GOBIN=/usr/local/bin
16:43:39 + GO111MODULE=on
16:43:39 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:43:40 + return
16:43:40 + exit 0
16:43:40 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.J4DkSD
16:43:40 + umask 022
16:43:40 + cd /root/rpmbuild/BUILD
16:43:40 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64 '!=' / ']'
16:43:40 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:40 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:40 + mkdir -p /root/rpmbuild/BUILDROOT
16:43:40 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:40 + cd src
16:43:40 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/dockerd-rootless.sh
16:43:40 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
16:43:40 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/rootlesskit
16:43:40 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
16:43:40 + /usr/lib/rpm/check-buildroot
16:43:40 + /usr/lib/rpm/redhat/brp-compress
16:43:40 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
16:43:40 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:43:40 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
16:43:40 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
16:43:40 + /usr/lib/rpm/redhat/brp-python-hardlink
16:43:40 + /usr/lib/rpm/redhat/brp-java-repack-jars
16:43:40 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eK2bpr
16:43:40 + umask 022
16:43:40 + cd /root/rpmbuild/BUILD
16:43:40 + cd src
16:43:40 + /usr/local/bin/rootlesskit -v
16:43:40 rootlesskit version 0.14.4
16:43:40 + exit 0
16:43:40 Processing files: docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:41 Provides: docker-ce-rootless-extras = 0:0.0.0.20210916145224.e3023ca-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20210916145224.e3023ca-0.el7
16:43:41 Requires(interp): /bin/sh /bin/sh /bin/sh
16:43:41 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:43:41 Requires(post): /bin/sh
16:43:41 Requires(preun): /bin/sh
16:43:41 Requires(postun): /bin/sh
16:43:41 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:43:41 Conflicts: rootlesskit
16:43:41 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:41 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.src.rpm
16:43:44 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64.rpm
16:43:44 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XLlfs2
16:43:44 + umask 022
16:43:44 + cd /root/rpmbuild/BUILD
16:43:44 + cd src
16:43:44 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:44 + exit 0
16:43:44 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wmuwb0
16:43:44 + umask 022
16:43:44 + cd /root/rpmbuild/BUILD
16:43:44 + cd /root/rpmbuild/BUILD
16:43:44 + rm -rf src
16:43:44 + /usr/bin/mkdir -p src
16:43:44 + cd src
16:43:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:43:44 + /usr/bin/tar -xf -
16:43:44 + STATUS=0
16:43:44 + '[' 0 -ne 0 ']'
16:43:44 + /usr/bin/tar -xf -
16:43:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:43:44 + STATUS=0
16:43:44 + '[' 0 -ne 0 ']'
16:43:44 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:43:44 + exit 0
16:43:44 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lbKTkY
16:43:44 + umask 022
16:43:44 + cd /root/rpmbuild/BUILD
16:43:44 + cd src
16:43:44 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:43:44 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:43:44 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
16:43:44 GO111MODULE=on make -f builder.Makefile build
16:43:44 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:43:44 mkdir -p bin
16:43:44 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
16:43:45 make[1]: Leaving directory '/root/build-deb'
16:43:45    debian/rules override_dh_auto_test
16:43:45 make[1]: Entering directory '/root/build-deb'
16:43:45 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
16:43:45 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
16:43:45 PASS: daemon version OK
16:43:45 ver="$(cli/build/docker --version)"; \
16:43:45 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
16:43:45 PASS: cli version OK
16:43:45 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
16:43:45 # TODO change once we support scan-plugin on other architectures
16:43:45 if [ "amd64" = "amd64" ]; then \
16:43:45 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
16:43:45 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
16:43:45 fi
16:43:45 PASS: docker-scan version OK
16:43:45 make[1]: Leaving directory '/root/build-deb'
16:43:45    create-stamp debian/debhelper-build-stamp
16:43:45  debian/rules binary
16:43:45 dh binary --with=bash-completion
16:43:45    dh_testroot
16:43:45    dh_prep
16:43:45    debian/rules override_dh_auto_install
16:43:45 make[1]: Entering directory '/root/build-deb'
16:43:45 # docker-ce-cli install
16:43:45 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
16:43:45 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
16:43:45 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
16:43:45 set -e;cd /sources && \
16:43:45 	tar xzf plugin-installers.tgz; \
16:43:45 	for installer in plugins/*.installer; do \
16:43:45 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
16:43:45 		PREFIX=/usr/libexec/docker/cli-plugins \
16:43:45 			bash ${installer} install_plugin; \
16:43:45 	done
16:43:45 # docker-ce install
16:43:45 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
16:43:45 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
16:43:45 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
16:43:45 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
16:43:45 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
16:43:45 # docker-scan-plugin install
16:43:45 # TODO change once we support scan-plugin on other architectures
16:43:45 if [ "amd64" = "amd64" ]; then \
16:43:45 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
16:43:45 fi
16:43:45 # docker-ce-rootless-extras install
16:43:45 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
16:43:45 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
16:43:45 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
16:43:45 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
16:43:45 # TODO: how can we install vpnkit?
16:43:45 make[1]: Leaving directory '/root/build-deb'
16:43:45    debian/rules override_dh_install
16:43:45 make[1]: Entering directory '/root/build-deb'
16:43:45 dh_install
16:43:45 # TODO Can we do this from within our container?
16:43:45 dh_apparmor --profile-name=docker-ce -pdocker-ce
16:43:45 make[1]: Leaving directory '/root/build-deb'
16:43:45    dh_installdocs
16:43:45    dh_installchangelogs
16:43:45    dh_installman
16:43:45    dh_bash-completion
16:43:45    dh_systemd_enable
16:43:45    debian/rules override_dh_installinit
16:43:45 make[1]: Entering directory '/root/build-deb'
16:43:45 # use "docker" as our service name, not "docker-ce"
16:43:45 dh_installinit --name=docker
16:43:45 make[1]: Leaving directory '/root/build-deb'
16:43:45    dh_systemd_start
16:43:45    dh_perl
16:43:45    dh_link
16:43:45    dh_strip_nondeterminism
16:43:45    dh_compress
16:43:45    dh_fixperms
16:43:45    dh_missing
16:43:45    debian/rules override_dh_strip
16:43:45 make[1]: Entering directory '/root/build-deb'
16:43:45 # Go has lots of problems with stripping, so just don't
16:43:45 make[1]: Leaving directory '/root/build-deb'
16:43:45    dh_makeshlibs
16:43:45    debian/rules override_dh_shlibdeps
16:43:45 make[1]: Entering directory '/root/build-deb'
16:43:45 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
16:43:45 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
16:43:45 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
16:43:46 go: downloading github.com/spf13/cobra v1.0.0
16:43:46 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
16:43:46 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:43:46 go: downloading github.com/docker/go-connections v0.4.0
16:43:46 go: downloading github.com/sirupsen/logrus v1.4.2
16:43:46 go: downloading github.com/spf13/pflag v1.0.3
16:43:46 go: downloading github.com/theupdateframework/notary v0.6.1
16:43:46 go: downloading github.com/docker/go-units v0.4.0
16:43:46 go: downloading github.com/Masterminds/semver/v3 v3.1.0
16:43:46 go: downloading github.com/google/uuid v1.1.1
16:43:46 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:43:46 go: downloading github.com/opencontainers/image-spec v1.0.1
16:43:46 go: downloading github.com/opencontainers/go-digest v1.0.0
16:43:46 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
16:43:46 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
16:43:46 go: downloading github.com/docker/go v1.5.1-1
16:43:46 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
16:43:46 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
16:43:47 go: downloading github.com/morikuni/aec v1.0.0
16:43:47 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
16:43:47 go: downloading github.com/containerd/containerd v1.3.4
16:43:47 go: downloading google.golang.org/grpc v1.23.1
16:43:47 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
16:43:47 go: downloading github.com/docker/docker-credential-helpers v0.6.3
16:43:47 go: downloading github.com/gorilla/mux v1.7.4
16:43:47 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
16:43:47 go: downloading github.com/gogo/protobuf v1.3.1
16:43:47 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:43:47 go: downloading github.com/golang/protobuf v1.3.2
16:43:47 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
16:43:47 go: downloading github.com/docker/go-metrics v0.0.1
16:43:47 go: downloading github.com/prometheus/client_golang v1.1.0
16:43:48 go: downloading github.com/beorn7/perks v1.0.1
16:43:48 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16:43:48 go: downloading github.com/prometheus/common v0.6.0
16:43:48 go: downloading github.com/prometheus/procfs v0.0.3
16:43:48 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:43:51 make[1]: Leaving directory '/root/build-deb'
16:43:51    dh_installdeb
16:43:51    debian/rules override_dh_gencontrol
16:43:51 make[1]: Entering directory '/root/build-deb'
16:43:51 # Use separate version for the scan-plugin package, then generate the other control files as usual
16:43:51 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
16:43:51 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
16:43:51 if [ "amd64" = "amd64" ]; then \
16:43:51 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
16:43:51 fi
16:43:51 dh_gencontrol --remaining-packages
16:43:51 make[1]: Leaving directory '/root/build-deb'
16:43:51    dh_md5sums
16:43:51    dh_builddeb
16:43:52 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'.
16:43:52 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'.
16:44:14 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'.
16:44:20 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:44:20 + popd
16:44:20 ~/rpmbuild/BUILD/src
16:44:20 + exit 0
16:44:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kB1cjm
16:44:20 + umask 022
16:44:20 + cd /root/rpmbuild/BUILD
16:44:20 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64 '!=' / ']'
16:44:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:20 + mkdir -p /root/rpmbuild/BUILDROOT
16:44:20 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:20 + cd src
16:44:20 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:44:20 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:44:20 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan
16:44:20 + popd
16:44:20 + /usr/lib/rpm/check-buildroot
16:44:20 ~/rpmbuild/BUILD/src
16:44:20 + /usr/lib/rpm/redhat/brp-compress
16:44:20 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
16:44:20 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:44:20 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
16:44:20 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
16:44:20 + /usr/lib/rpm/redhat/brp-python-hardlink
16:44:20 + /usr/lib/rpm/redhat/brp-java-repack-jars
16:44:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.hifeYK
16:44:20 + umask 022
16:44:20 + cd /root/rpmbuild/BUILD
16:44:20 + cd src
16:44:20 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
16:44:20 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
16:44:20 + ver=v0.8.0
16:44:20 + test v0.8.0 = v0.8.0
16:44:20 + echo 'PASS: docker-scan version OK'
16:44:20 PASS: docker-scan version OK
16:44:20 + exit 0
16:44:20 Processing files: docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:20 Provides: docker-scan-plugin = 0:0.8.0-0.el7 docker-scan-plugin(x86-64) = 0:0.8.0-0.el7
16:44:20 Requires(interp): /bin/sh /bin/sh /bin/sh
16:44:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:44:20 Requires(post): /bin/sh
16:44:20 Requires(preun): /bin/sh
16:44:20 Requires(postun): /bin/sh
16:44:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:20 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.el7.src.rpm
16:44:20 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.el7.x86_64.rpm
16:44:20 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yyZHC1
16:44:20 + umask 022
16:44:20 + cd /root/rpmbuild/BUILD
16:44:20 + cd src
16:44:20 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:20 + exit 0
16:44:20 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
16:44:21 == Building packages for centos-8 ==
16:44:21 mkdir -p "rpmbuild/centos-8"
16:44:21 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
16:44:21 #1 [internal] load build definition from Dockerfile
16:44:21 #1 sha256:f24029f202ac441b215a4f7a23b1b5c77710259b95bb1ffb42ca981c8146f072
16:44:21 #1 transferring dockerfile: 1.62kB done
16:44:21 #1 DONE 0.0s
16:44:21 
16:44:21 #2 [internal] load .dockerignore
16:44:21 #2 sha256:1d033906e25d61c42b50b22f33beb03f4e495d60b728a96b0ada60f792ec2b8d
16:44:21 #2 transferring context: 2B done
16:44:21 #2 DONE 0.0s
16:44:21 
16:44:21 #5 [auth] library/centos:pull token for registry-1.docker.io
16:44:21 #5 sha256:516385bafe3594b47284a4e9a38feec399706d4b977f970118c87ee5d294cab5
16:44:21 #5 DONE 0.0s
16:44:21 
16:44:21 #6 [auth] library/golang:pull token for registry-1.docker.io
16:44:21 #6 sha256:c2627878e76b523a6014ce9e7d6d6887cd73f3193c1cba8e9e03f937eca6dcf1
16:44:21 #6 DONE 0.0s
16:44:21 
16:44:21 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:44:21 #4 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:44:21 #4 DONE 0.2s
16:44:21 
16:44:21 #3 [internal] load metadata for docker.io/library/centos:8
16:44:21 #3 sha256:0f4c16f11bd64c9382bfa626d7c8af1e8a90f6d58793a0367081f85067f800b9
16:44:21 #3 DONE 0.3s
16:44:22 
16:44:22 #12 [internal] load build context
16:44:22 #12 sha256:65df8a9b51bbf9490378d2ab7d9dbe69f208e1190c6d96f225ab55931dbae7bd
16:44:22 #12 transferring context: 216B done
16:44:22 #12 DONE 0.0s
16:44:22 
16:44:22 #15 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:44:22 #15 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:44:22 #15 CACHED
16:44:22 
16:44:22 #7 [stage-1 1/9] FROM docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177
16:44:22 #7 sha256:5d18bf816b6874e1743e18d7103bd9e7f581dec365306e493929ac16c754b4b2
16:44:22 #7 resolve docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 done
16:44:22 #7 sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 762B / 762B done
16:44:22 #7 sha256:a1801b843b1bfaf77c501e7a6d3f709401a1e0c83863037fa3aab063a7fdb9dc 529B / 529B done
16:44:22 #7 sha256:5d0da3dc976460b72c77d94c8a1ad043720b0416bfc16c52c45d4847e53fadb6 2.14kB / 2.14kB done
16:44:22 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 7.34MB / 83.52MB 0.1s
16:44:22 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 16.78MB / 83.52MB 0.2s
16:44:22 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 36.70MB / 83.52MB 0.4s
16:44:22 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 47.19MB / 83.52MB 0.5s
16:44:22 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 57.14MB / 83.52MB 0.6s
16:44:22 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 66.73MB / 83.52MB 0.7s
16:44:22 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 0.9s
16:44:22 make[1]: Leaving directory '/root/build-deb'
16:44:22    debian/rules override_dh_auto_test
16:44:22 make[1]: Entering directory '/root/build-deb'
16:44:22 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
16:44:22 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
16:44:22 PASS: daemon version OK
16:44:22 ver="$(cli/build/docker --version)"; \
16:44:22 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
16:44:22 PASS: cli version OK
16:44:22 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
16:44:22 # TODO change once we support scan-plugin on other architectures
16:44:22 if [ "armhf" = "amd64" ]; then \
16:44:22 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
16:44:22 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
16:44:22 fi
16:44:22 make[1]: Leaving directory '/root/build-deb'
16:44:22    create-stamp debian/debhelper-build-stamp
16:44:22  debian/rules binary
16:44:22 dh binary --with=bash-completion
16:44:22    dh_testroot
16:44:22    dh_prep
16:44:22    debian/rules override_dh_auto_install
16:44:22 make[1]: Entering directory '/root/build-deb'
16:44:22 # docker-ce-cli install
16:44:22 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
16:44:22 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
16:44:22 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
16:44:22 set -e;cd /sources && \
16:44:22 	tar xzf plugin-installers.tgz; \
16:44:22 	for installer in plugins/*.installer; do \
16:44:22 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
16:44:22 		PREFIX=/usr/libexec/docker/cli-plugins \
16:44:22 			bash ${installer} install_plugin; \
16:44:22 	done
16:44:22 # docker-ce install
16:44:22 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
16:44:22 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
16:44:22 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
16:44:22 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
16:44:22 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
16:44:22 # docker-scan-plugin install
16:44:22 # TODO change once we support scan-plugin on other architectures
16:44:22 if [ "armhf" = "amd64" ]; then \
16:44:22 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
16:44:22 fi
16:44:22 # docker-ce-rootless-extras install
16:44:22 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
16:44:22 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
16:44:22 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
16:44:22 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
16:44:22 # TODO: how can we install vpnkit?
16:44:22 make[1]: Leaving directory '/root/build-deb'
16:44:22    debian/rules override_dh_install
16:44:22 make[1]: Entering directory '/root/build-deb'
16:44:22 dh_install
16:44:22 # TODO Can we do this from within our container?
16:44:22 dh_apparmor --profile-name=docker-ce -pdocker-ce
16:44:22 make[1]: Leaving directory '/root/build-deb'
16:44:22    dh_installdocs
16:44:22    dh_installchangelogs
16:44:22    dh_installman
16:44:22    dh_bash-completion
16:44:22    dh_systemd_enable
16:44:22    debian/rules override_dh_installinit
16:44:22 make[1]: Entering directory '/root/build-deb'
16:44:22 # use "docker" as our service name, not "docker-ce"
16:44:22 dh_installinit --name=docker
16:44:22 make[1]: Leaving directory '/root/build-deb'
16:44:22    dh_systemd_start
16:44:22    dh_perl
16:44:22    dh_link
16:44:22    dh_strip_nondeterminism
16:44:22    dh_compress
16:44:22    dh_fixperms
16:44:22    dh_missing
16:44:22    debian/rules override_dh_strip
16:44:22 make[1]: Entering directory '/root/build-deb'
16:44:22 # Go has lots of problems with stripping, so just don't
16:44:22 make[1]: Leaving directory '/root/build-deb'
16:44:22    dh_makeshlibs
16:44:22    debian/rules override_dh_shlibdeps
16:44:22 make[1]: Entering directory '/root/build-deb'
16:44:22 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
16:44:23 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 1.5s done
16:44:23 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1
16:44:26 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 3.2s done
16:44:27 #7 DONE 5.0s
16:44:27 
16:44:27 #8 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Linux-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Linux-Sources.repo; fi
16:44:27 #8 sha256:a612b90f588e8bcac1c155b01820085e52a8458c1cd162834ff920a9b8ee4c86
16:44:27 make[1]: Leaving directory '/root/build-deb'
16:44:27    dh_installdeb
16:44:27    debian/rules override_dh_gencontrol
16:44:27 make[1]: Entering directory '/root/build-deb'
16:44:27 # Use separate version for the scan-plugin package, then generate the other control files as usual
16:44:27 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
16:44:27 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
16:44:27 if [ "armhf" = "amd64" ]; then \
16:44:27 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
16:44:27 fi
16:44:27 dh_gencontrol --remaining-packages
16:44:27 make[1]: Leaving directory '/root/build-deb'
16:44:27    dh_md5sums
16:44:27 #8 DONE 0.8s
16:44:27    dh_builddeb
16:44:27 
16:44:27 #9 [stage-1 3/9] RUN if [ -f /etc/yum.repos.d/CentOS-Linux-PowerTools.repo ]; then sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-Linux-PowerTools.repo; fi
16:44:27 #9 sha256:aa3f435f1fe821abdfbeedf2a857f496bbc41ede68496a3f9a24953ebc1c4e87
16:44:28 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'.
16:44:28 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'.
16:44:28 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'.
16:44:28 #9 DONE 0.5s
16:44:28 
16:44:28 #10 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
16:44:28 #10 sha256:dbcd8a47c2e2b89b63f59b44b7f6e8aeb5a69dd4e158e965bc3a5a40459b9c85
16:44:29 #10 DONE 0.6s
16:44:29 
16:44:29 #11 [stage-1 5/9] RUN yum install -y rpm-build rpmlint yum-utils
16:44:29 #11 sha256:e4f34146c2aa02fa5d7724db3c3bb2b60aad59dd710a6713bff8c88c23561690
16:44:30 #11 1.760 CentOS Linux 8 - AppStream                      8.1 MB/s | 8.9 MB     00:01    
16:44:33 #11 4.422 CentOS Linux 8 - BaseOS                         7.3 MB/s | 7.4 MB     00:01    
16:44:35 #11 6.511 CentOS Linux 8 - Extras                          13 kB/s |  10 kB     00:00    
16:44:36 #11 7.459 CentOS Linux 8 - PowerTools                     2.6 MB/s | 2.3 MB     00:00    
16:44:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
16:44:37 cd /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
16:44:37 #1 [internal] booting buildkit
16:44:37 #1 sha256:d10fc86c46fd81462ede2960501c1ba43e00dcad593a5eab2682fe3b29657111
16:44:37 #1 pulling image moby/buildkit:buildx-stable-1
16:44:37 #1 pulling image moby/buildkit:buildx-stable-1 2.4s done
16:44:37 #1 creating container buildx_buildkit_determined_heisenberg0
16:44:37 #1 creating container buildx_buildkit_determined_heisenberg0 1.7s done
16:44:37 #1 DONE 4.1s
16:44:37 
16:44:37 #2 [internal] load build definition from Dockerfile
16:44:37 #2 sha256:00bd59611d90369504bac8094bdbb0c3838186881d5e69251cc7be57b06f91d9
16:44:37 #2 transferring dockerfile: 2.08kB done
16:44:37 #2 DONE 0.1s
16:44:37 
16:44:37 #3 [internal] load .dockerignore
16:44:37 #3 sha256:d6345ed88a0d9bf80dd3f9143581d833c07ecd2d7e109fd272f3356c7d196c14
16:44:37 #3 transferring context: 112B done
16:44:37 #3 DONE 0.0s
16:44:37 
16:44:37 #4 resolve image config for docker.io/docker/dockerfile:1.3
16:44:37 #4 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:44:37 #4 ...
16:44:37 
16:44:37 #5 [auth] docker/dockerfile:pull token for registry-1.docker.io
16:44:37 #5 sha256:ffaaeeef6f899492139c18162947c79e66461f308ee7ca47956d70fb453ac838
16:44:37 #5 DONE 0.0s
16:44:37 
16:44:37 #4 resolve image config for docker.io/docker/dockerfile:1.3
16:44:37 #4 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:44:37 #4 DONE 0.4s
16:44:37 
16:44:37 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:44:37 #6 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:44:37 #6 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 0.0s done
16:44:37 #6 DONE 0.0s
16:44:37 
16:44:37 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:44:37 #6 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:44:37 #6 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s done
16:44:37 #6 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338
16:44:37 #6 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done
16:44:37 #6 DONE 0.4s
16:44:37 
16:44:37 #7 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:44:37 #7 sha256:43543ccf6aa0b1a935a1b166286293fbf8b250e7e3358d987096008520b18564
16:44:37 #7 ...
16:44:37 
16:44:37 #11 [auth] tonistiigi/xx:pull token for registry-1.docker.io
16:44:37 #11 sha256:d36e9b3a256f3563c738189cde9a1228c10a69b53d33f8cf83ff7840f40b1814
16:44:37 #11 DONE 0.0s
16:44:37 
16:44:37 #12 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
16:44:37 #12 sha256:599869ebbc0522feb9ebebfc4a5d0975031d359646f16270eb65915278af71e9
16:44:37 #12 DONE 0.0s
16:44:37 
16:44:37 #13 [auth] library/golang:pull token for registry-1.docker.io
16:44:37 #13 sha256:23296d598774a6c825b40149a71ca3290fdc3e712cbe7690abf7401f520a8dc1
16:44:37 #13 DONE 0.0s
16:44:38 #11 9.052 Dependencies resolved.
16:44:38 #11 9.062 =============================================================================================
16:44:38 #11 9.062  Package                      Arch    Version                                Repo        Size
16:44:38 #11 9.062 =============================================================================================
16:44:38 #11 9.062 Installing:
16:44:38 #11 9.062  rpm-build                    x86_64  4.14.3-14.el8_4                        appstream  173 k
16:44:38 #11 9.062  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
16:44:38 #11 9.062  yum-utils                    noarch  4.0.18-4.el8                           baseos      71 k
16:44:38 #11 9.062 Upgrading:
16:44:38 #11 9.062  python3-rpm                  x86_64  4.14.3-14.el8_4                        baseos     158 k
16:44:38 #11 9.062  rpm                          x86_64  4.14.3-14.el8_4                        baseos     542 k
16:44:38 #11 9.062  rpm-build-libs               x86_64  4.14.3-14.el8_4                        baseos     155 k
16:44:38 #11 9.062  rpm-libs                     x86_64  4.14.3-14.el8_4                        baseos     339 k
16:44:38 #11 9.062 Installing dependencies:
16:44:38 #11 9.062  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
16:44:38 #11 9.062  dbus-glib                    x86_64  0.110-2.el8                            baseos     127 k
16:44:38 #11 9.062  desktop-file-utils           x86_64  0.23-8.el8                             appstream   80 k
16:44:38 #11 9.062  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
16:44:38 #11 9.062  dnf-plugins-core             noarch  4.0.18-4.el8                           baseos      69 k
16:44:38 #11 9.062  dwz                          x86_64  0.12-9.el8                             appstream  109 k
16:44:38 #11 9.062  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
16:44:38 #11 9.062  elfutils                     x86_64  0.182-3.el8                            baseos     540 k
16:44:38 #11 9.062  emacs-filesystem             noarch  1:26.1-5.el8                           baseos      69 k
16:44:38 #11 9.062  file                         x86_64  5.33-16.el8_3.1                        baseos      77 k
16:44:38 #11 9.062  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
16:44:38 #11 9.062  gdb-headless                 x86_64  8.2-15.el8                             appstream  3.7 M
16:44:38 #11 9.062  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
16:44:38 #11 9.062  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
16:44:38 #11 9.062  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
16:44:38 #11 9.062  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
16:44:38 #11 9.062  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
16:44:38 #11 9.062  libbabeltrace                x86_64  1.5.4-3.el8                            baseos     200 k
16:44:38 #11 9.062  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
16:44:38 #11 9.062  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
16:44:38 #11 9.062  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
16:44:38 #11 9.062  ncurses                      x86_64  6.1-7.20180224.el8                     baseos     387 k
16:44:38 #11 9.062  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
16:44:38 #11 9.062  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
16:44:38 #11 9.062  openssl                      x86_64  1:1.1.1g-15.el8_3                      baseos     707 k
16:44:38 #11 9.062  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
16:44:38 #11 9.062  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
16:44:38 #11 9.062  perl-Data-Dumper             x86_64  2.167-399.el8                          baseos      58 k
16:44:38 #11 9.062  perl-Digest                  noarch  1.17-395.el8                           appstream   27 k
16:44:38 #11 9.062  perl-Digest-MD5              x86_64  2.55-396.el8                           appstream   37 k
16:44:38 #11 9.062  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
16:44:38 #11 9.062  perl-Errno                   x86_64  1.28-419.el8_4.1                       baseos      76 k
16:44:38 #11 9.062  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
16:44:38 #11 9.062  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
16:44:38 #11 9.062  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
16:44:38 #11 9.062  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
16:44:38 #11 9.062  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
16:44:38 #11 9.062  perl-IO                      x86_64  1.38-419.el8_4.1                       baseos     142 k
16:44:38 #11 9.062  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
16:44:38 #11 9.062  perl-Net-SSLeay              x86_64  1.88-1.module_el8.3.0+410+ff426aa3     appstream  379 k
16:44:38 #11 9.062  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
16:44:38 #11 9.062  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
16:44:38 #11 9.062  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
16:44:38 #11 9.062  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
16:44:38 #11 9.062  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
16:44:38 #11 9.062  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
16:44:38 #11 9.062  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
16:44:38 #11 9.062  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
16:44:38 #11 9.062  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
16:44:38 #11 9.062  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
16:44:38 #11 9.062  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
16:44:38 #11 9.062  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
16:44:38 #11 9.062  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
16:44:38 #11 9.062  perl-URI                     noarch  1.73-3.el8                             appstream  116 k
16:44:38 #11 9.062  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
16:44:38 #11 9.062  perl-constant                noarch  1.33-396.el8                           baseos      25 k
16:44:38 #11 9.062  perl-interpreter             x86_64  4:5.26.3-419.el8_4.1                   baseos     6.3 M
16:44:38 #11 9.062  perl-libnet                  noarch  3.11-3.el8                             appstream  121 k
16:44:38 #11 9.062  perl-libs                    x86_64  4:5.26.3-419.el8_4.1                   baseos     1.6 M
16:44:38 #11 9.062  perl-macros                  x86_64  4:5.26.3-419.el8_4.1                   baseos      72 k
16:44:38 #11 9.062  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
16:44:38 #11 9.062  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
16:44:38 #11 9.062  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
16:44:38 #11 9.062  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
16:44:38 #11 9.062  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
16:44:38 #11 9.062  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
16:44:38 #11 9.062  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
16:44:38 #11 9.062  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
16:44:38 #11 9.062  python-rpm-macros            noarch  3-41.el8                               appstream   15 k
16:44:38 #11 9.062  python-srpm-macros           noarch  3-41.el8                               appstream   15 k
16:44:38 #11 9.062  python3-dateutil             noarch  1:2.6.1-6.el8                          baseos     251 k
16:44:38 #11 9.062  python3-dbus                 x86_64  1.2.4-15.el8                           baseos     134 k
16:44:38 #11 9.062  python3-dnf-plugins-core     noarch  4.0.18-4.el8                           baseos     234 k
16:44:38 #11 9.062  python3-rpm-macros           noarch  3-41.el8                               appstream   14 k
16:44:38 #11 9.062  python3-six                  noarch  1.11.0-8.el8                           baseos      38 k
16:44:38 #11 9.062  qt5-srpm-macros              noarch  5.12.5-3.el8                           appstream   10 k
16:44:38 #11 9.062  redhat-rpm-config            noarch  125-1.el8                              appstream   86 k
16:44:38 #11 9.062  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
16:44:38 #11 9.062  unzip                        x86_64  6.0-45.el8_4                           baseos     195 k
16:44:38 #11 9.062  zip                          x86_64  3.0-23.el8                             baseos     270 k
16:44:38 #11 9.062  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
16:44:38 #11 9.062 Installing weak dependencies:
16:44:38 #11 9.062  elfutils-debuginfod-client   x86_64  0.182-3.el8                            baseos      65 k
16:44:38 #11 9.062  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
16:44:38 #11 9.062  perl-IO-Socket-SSL           noarch  2.066-4.module_el8.3.0+410+ff426aa3    appstream  298 k
16:44:38 #11 9.062  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
16:44:38 #11 9.062 Enabling module streams:
16:44:38 #11 9.062  perl                                 5.26                                                   
16:44:38 #11 9.062  perl-IO-Socket-SSL                   2.066                                                  
16:44:38 #11 9.062  perl-libwww-perl                     6.34                                                   
16:44:38 #11 9.062 
16:44:38 #11 9.062 Transaction Summary
16:44:38 #11 9.062 =============================================================================================
16:44:38 #11 9.062 Install  88 Packages
16:44:38 #11 9.062 Upgrade   4 Packages
16:44:38 #11 9.062 
16:44:38 #11 9.066 Total download size: 27 M
16:44:38 #11 9.067 Downloading Packages:
16:44:38 
16:44:38 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.8-alpine
16:44:38 #9 sha256:aa25a38e05cb1f0517244be7e0081bc9a7f56c1e7b162b57d2df954b0a48cef8
16:44:38 #9 ...
16:44:38 
16:44:38 #7 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:44:38 #7 sha256:43543ccf6aa0b1a935a1b166286293fbf8b250e7e3358d987096008520b18564
16:44:38 #7 DONE 0.7s
16:44:38 
16:44:38 #8 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
16:44:38 #8 sha256:39afe7dddccc662ff6be2af454504a792d7c60180bf31899bc68058a4e7a9813
16:44:38 #8 DONE 0.7s
16:44:38 
16:44:38 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.8-alpine
16:44:38 #9 sha256:aa25a38e05cb1f0517244be7e0081bc9a7f56c1e7b162b57d2df954b0a48cef8
16:44:38 #9 DONE 0.7s
16:44:38 
16:44:38 #10 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:44:38 #10 sha256:31c3d3579e9b691d6b00a2b11f4fe609326ff9a5738a9569ec78bdb0da811aad
16:44:38 #10 DONE 0.8s
16:44:38 #11 9.805 (1/92): dwz-0.12-9.el8.x86_64.rpm               476 kB/s | 109 kB     00:00    
16:44:38 #11 9.807 (2/92): efi-srpm-macros-3-3.el8.noarch.rpm       96 kB/s |  22 kB     00:00    
16:44:38 #11 9.811 (3/92): gc-7.6.4-3.el8.x86_64.rpm                17 MB/s | 109 kB     00:00    
16:44:38 #11 9.814 (4/92): desktop-file-utils-0.23-8.el8.x86_64.rp 337 kB/s |  80 kB     00:00    
16:44:38 #11 9.818 (5/92): go-srpm-macros-2-17.el8.noarch.rpm      3.0 MB/s |  13 kB     00:00    
16:44:38 #11 9.819 (6/92): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.3 MB/s | 9.3 kB     00:00    
16:44:38 #11 9.827 (7/92): libatomic_ops-7.6.2-3.el8.x86_64.rpm    4.4 MB/s |  38 kB     00:00    
16:44:38 #11 9.832 (8/92): libipt-1.6.1-8.el8.x86_64.rpm            11 MB/s |  50 kB     00:00    
16:44:38 #11 9.837 (9/92): ocaml-srpm-macros-5-4.el8.noarch.rpm    2.1 MB/s | 9.4 kB     00:00    
16:44:38 #11 9.840 (10/92): openblas-srpm-macros-2-2.el8.noarch.rp 2.9 MB/s | 7.9 kB     00:00    
16:44:38 #11 9.844 (11/92): perl-Digest-1.17-395.el8.noarch.rpm    6.5 MB/s |  27 kB     00:00    
16:44:38 #11 9.849 (12/92): perl-Digest-MD5-2.55-396.el8.x86_64.rp 9.4 MB/s |  37 kB     00:00    
16:44:38 #11 9.854 (13/92): perl-IO-Socket-IP-0.39-5.el8.noarch.rp  10 MB/s |  47 kB     00:00    
16:44:38 #11 9.861 (14/92): perl-IO-Socket-SSL-2.066-4.module_el8.  41 MB/s | 298 kB     00:00    
16:44:38 #11 9.908 (15/92): gdb-headless-8.2-15.el8.x86_64.rpm      37 MB/s | 3.7 MB     00:00    
16:44:38 #11 9.909 (16/92): perl-Mozilla-CA-20160104-7.module_el8. 328 kB/s |  15 kB     00:00    
16:44:38 #11 9.915 (17/92): perl-URI-1.73-3.el8.noarch.rpm          18 MB/s | 116 kB     00:00    
16:44:38 #11 9.921 (18/92): perl-Net-SSLeay-1.88-1.module_el8.3.0+  31 MB/s | 379 kB     00:00    
16:44:38 #11 9.922 (19/92): perl-libnet-3.11-3.el8.noarch.rpm       18 MB/s | 121 kB     00:00    
16:44:38 #11 9.924 (20/92): perl-srpm-macros-1-25.el8.noarch.rpm   3.2 MB/s |  11 kB     00:00    
16:44:38 #11 9.942 (21/92): guile-2.0.14-7.el8.x86_64.rpm           29 MB/s | 3.5 MB     00:00    
16:44:38 #11 9.942 (22/92): python-rpm-macros-3-41.el8.noarch.rpm  760 kB/s |  15 kB     00:00    
16:44:38 #11 9.943 (23/92): python-srpm-macros-3-41.el8.noarch.rpm 785 kB/s |  15 kB     00:00    
16:44:38 #11 9.946 (24/92): python3-rpm-macros-3-41.el8.noarch.rpm 3.3 MB/s |  14 kB     00:00    
16:44:38 #11 9.948 (25/92): qt5-srpm-macros-5.12.5-3.el8.noarch.rp 2.1 MB/s |  10 kB     00:00    
16:44:38 #11 9.949 (26/92): redhat-rpm-config-125-1.el8.noarch.rpm  16 MB/s |  86 kB     00:00    
16:44:38 #11 9.952 (27/92): rust-srpm-macros-5-2.el8.noarch.rpm    3.3 MB/s | 9.2 kB     00:00    
16:44:38 #11 9.961 (28/92): rpm-build-4.14.3-14.el8_4.x86_64.rpm    12 MB/s | 173 kB     00:00    
16:44:38 #11 9.963 (29/92): rpmlint-1.10-14.el8.noarch.rpm          12 MB/s | 192 kB     00:00    
16:44:38 #11 9.965 (30/92): zstd-1.4.4-1.el8.x86_64.rpm             29 MB/s | 393 kB     00:00    
16:44:38 #11 9.967 (31/92): bzip2-1.0.6-26.el8.x86_64.rpm           11 MB/s |  60 kB     00:00    
16:44:38 #11 9.971 (32/92): dbus-glib-0.110-2.el8.x86_64.rpm        17 MB/s | 127 kB     00:00    
16:44:38 #11 9.973 (33/92): dnf-plugins-core-4.0.18-4.el8.noarch.r  12 MB/s |  69 kB     00:00    
16:44:38 #11 9.978 (34/92): diffutils-3.6-6.el8.x86_64.rpm          30 MB/s | 358 kB     00:00    
16:44:38 #11 9.979 (35/92): elfutils-debuginfod-client-0.182-3.el8  10 MB/s |  65 kB     00:00    
16:44:38 #11 9.984 (36/92): elfutils-0.182-3.el8.x86_64.rpm         41 MB/s | 540 kB     00:00    
16:44:38 #11 9.985 (37/92): emacs-filesystem-26.1-5.el8.noarch.rpm 9.7 MB/s |  69 kB     00:00    
16:44:38 #11 9.986 (38/92): file-5.33-16.el8_3.1.x86_64.rpm         11 MB/s |  77 kB     00:00    
16:44:38 #11 9.996 (39/92): groff-base-1.22.3-18.el8.x86_64.rpm     89 MB/s | 1.0 MB     00:00    
16:44:38 #11 9.998 (40/92): libbabeltrace-1.5.4-3.el8.x86_64.rpm    16 MB/s | 200 kB     00:00    
16:44:38 #11 10.00 (41/92): libtool-ltdl-2.4.6-25.el8.x86_64.rpm    10 MB/s |  58 kB     00:00    
16:44:38 #11 10.02 (42/92): openssl-1.1.1g-15.el8_3.x86_64.rpm      36 MB/s | 707 kB     00:00    
16:44:38 
16:44:38 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:38 #21 sha256:41d45d88cb72f24fcc930628b78bcdeb79509bfda27de6ee523b8c35fe0913d9
16:44:38 #21 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
16:44:38 #21 DONE 0.0s
16:44:38 
16:44:38 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
16:44:38 #15 sha256:922c15005dedcce7f2768027bc1121b33ea8cc1f71e2ae4a7d2b2b9ac21f7cba
16:44:38 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
16:44:38 #15 DONE 0.0s
16:44:38 
16:44:38 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:44:38 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:44:38 #14 resolve docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56 0.0s done
16:44:38 #11 10.03 (43/92): patch-2.7.6-11.el8.x86_64.rpm           21 MB/s | 138 kB     00:00    
16:44:38 #11 10.03 (44/92): perl-Carp-1.42-396.el8.noarch.rpm      8.9 MB/s |  30 kB     00:00    
16:44:38 #11 10.04 (45/92): perl-Data-Dumper-2.167-399.el8.x86_64.  12 MB/s |  58 kB     00:00    
16:44:38 #11 10.07 (46/92): perl-Encode-2.97-3.el8.x86_64.rpm       40 MB/s | 1.5 MB     00:00    
16:44:38 #11 10.08 (47/92): libpkgconf-1.4.2-1.el8.x86_64.rpm      366 kB/s |  35 kB     00:00    
16:44:38 #11 10.08 (48/92): perl-Errno-1.28-419.el8_4.1.x86_64.rpm 9.2 MB/s |  76 kB     00:00    
16:44:38 #11 10.09 (49/92): perl-Exporter-5.72-396.el8.noarch.rpm  9.7 MB/s |  34 kB     00:00    
16:44:38 #11 10.09 (50/92): perl-File-Path-2.15-2.el8.noarch.rpm   9.0 MB/s |  38 kB     00:00    
16:44:38 #11 10.09 (51/92): perl-File-Temp-0.230.600-1.el8.noarch.  13 MB/s |  63 kB     00:00    
16:44:38 #11 10.09 (52/92): ncurses-6.1-7.20180224.el8.x86_64.rpm  4.0 MB/s | 387 kB     00:00    
16:44:38 #11 10.09 (53/92): perl-Getopt-Long-2.50-4.el8.noarch.rpm  10 MB/s |  63 kB     00:00    
16:44:38 #11 10.09 (54/92): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm   15 MB/s |  58 kB     00:00    
16:44:38 #11 10.10 (55/92): perl-IO-1.38-419.el8_4.1.x86_64.rpm     19 MB/s | 142 kB     00:00    
16:44:38 #11 10.10 (56/92): perl-PathTools-3.74-1.el8.x86_64.rpm    14 MB/s |  90 kB     00:00    
16:44:38 #11 10.10 (57/92): perl-Pod-Escapes-1.07-395.el8.noarch.r 6.0 MB/s |  20 kB     00:00    
16:44:38 #11 10.11 (58/92): perl-Pod-Perldoc-3.28-396.el8.noarch.r  16 MB/s |  86 kB     00:00    
16:44:38 #11 10.11 (59/92): perl-Pod-Usage-1.69-395.el8.noarch.rpm  10 MB/s |  34 kB     00:00    
16:44:38 #11 10.11 (60/92): perl-Pod-Simple-3.35-395.el8.noarch.rp  27 MB/s | 213 kB     00:00    
16:44:38 #11 10.11 (61/92): perl-Scalar-List-Utils-1.49-2.el8.x86_  17 MB/s |  68 kB     00:00    
16:44:38 #11 10.12 (62/92): perl-Socket-2.027-3.el8.x86_64.rpm      14 MB/s |  59 kB     00:00    
16:44:38 #11 10.12 (63/92): perl-Term-ANSIColor-4.06-396.el8.noarc  12 MB/s |  46 kB     00:00    
16:44:38 #11 10.12 (64/92): perl-Storable-3.11-3.el8.x86_64.rpm     13 MB/s |  98 kB     00:00    
16:44:38 #11 10.12 (65/92): perl-Term-Cap-1.17-395.el8.noarch.rpm  6.9 MB/s |  23 kB     00:00    
16:44:38 #11 10.13 (66/92): perl-Text-Tabs+Wrap-2013.0523-395.el8. 7.5 MB/s |  24 kB     00:00    
16:44:38 #11 10.13 (67/92): perl-Time-Local-1.280-1.el8.noarch.rpm  12 MB/s |  34 kB     00:00    
16:44:38 #11 10.13 (68/92): perl-MIME-Base64-3.15-396.el8.x86_64.r 764 kB/s |  31 kB     00:00    
16:44:38 #11 10.14 (69/92): perl-Unicode-Normalize-1.25-396.el8.x8  16 MB/s |  82 kB     00:00    
16:44:38 #11 10.14 (70/92): perl-Text-ParseWords-3.30-395.el8.noar 1.3 MB/s |  18 kB     00:00    
16:44:38 #11 10.14 (71/92): perl-constant-1.33-396.el8.noarch.rpm  5.8 MB/s |  25 kB     00:00    
16:44:38 #11 10.14 (72/92): perl-macros-5.26.3-419.el8_4.1.x86_64.  15 MB/s |  72 kB     00:00    
16:44:38 #11 10.15 (73/92): perl-parent-0.237-1.el8.noarch.rpm     3.9 MB/s |  20 kB     00:00    
16:44:38 #11 10.16 (74/92): perl-podlators-4.11-1.el8.noarch.rpm    14 MB/s | 118 kB     00:00    
16:44:38 #11 10.16 (75/92): perl-threads-2.21-2.el8.x86_64.rpm      12 MB/s |  61 kB     00:00    
16:44:38 #11 10.17 (76/92): perl-threads-shared-1.58-2.el8.x86_64. 7.8 MB/s |  48 kB     00:00    
16:44:38 #11 10.19 (77/92): perl-libs-5.26.3-419.el8_4.1.x86_64.rp  32 MB/s | 1.6 MB     00:00    
16:44:38 #11 10.19 (78/92): pkgconf-1.4.2-1.el8.x86_64.rpm         2.4 MB/s |  38 kB     00:00    
16:44:38 #11 10.19 (79/92): pkgconf-m4-1.4.2-1.el8.noarch.rpm      5.9 MB/s |  17 kB     00:00    
16:44:38 #11 10.21 (80/92): perl-interpreter-5.26.3-419.el8_4.1.x8  82 MB/s | 6.3 MB     00:00    
16:44:38 #11 10.21 (81/92): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 537 kB/s |  15 kB     00:00    
16:44:38 #11 10.22 (82/92): python3-dateutil-2.6.1-6.el8.noarch.rp 8.6 MB/s | 251 kB     00:00    
16:44:38 #11 10.22 (83/92): python3-six-1.11.0-8.el8.noarch.rpm    9.6 MB/s |  38 kB     00:00    
16:44:38 #11 10.23 (84/92): python3-dnf-plugins-core-4.0.18-4.el8.  21 MB/s | 234 kB     00:00    
16:44:39 #14 DONE 0.3s
16:44:39 
16:44:39 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
16:44:39 #15 sha256:922c15005dedcce7f2768027bc1121b33ea8cc1f71e2ae4a7d2b2b9ac21f7cba
16:44:39 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.0s done
16:44:39 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 0.1s done
16:44:39 #15 DONE 0.2s
16:44:39 
16:44:39 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:39 #25 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:39 #25 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
16:44:39 #11 10.23 (85/92): unzip-6.0-45.el8_4.x86_64.rpm           27 MB/s | 195 kB     00:00    
16:44:39 #11 10.23 (86/92): yum-utils-4.0.18-4.el8.noarch.rpm       16 MB/s |  71 kB     00:00    
16:44:39 #11 10.24 (87/92): zip-3.0-23.el8.x86_64.rpm               44 MB/s | 270 kB     00:00    
16:44:39 #11 10.24 (88/92): python3-rpm-4.14.3-14.el8_4.x86_64.rpm  26 MB/s | 158 kB     00:00    
16:44:39 #11 10.24 (89/92): rpm-4.14.3-14.el8_4.x86_64.rpm          64 MB/s | 542 kB     00:00    
16:44:39 #11 10.25 (90/92): rpm-build-libs-4.14.3-14.el8_4.x86_64.  18 MB/s | 155 kB     00:00    
16:44:39 #11 10.25 (91/92): python3-dbus-1.2.4-15.el8.x86_64.rpm   3.7 MB/s | 134 kB     00:00    
16:44:39 #11 10.26 (92/92): rpm-libs-4.14.3-14.el8_4.x86_64.rpm     27 MB/s | 339 kB     00:00    
16:44:39 #11 10.26 --------------------------------------------------------------------------------
16:44:39 #11 10.26 Total                                            23 MB/s |  27 MB     00:01     
16:44:39 #11 10.35 Running transaction check
16:44:39 #11 10.42 Transaction check succeeded.
16:44:39 #11 10.42 Running transaction test
16:44:39 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 23.86MB / 151.10MB 0.3s
16:44:39 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 37.75MB / 151.10MB 0.5s
16:44:39 #11 10.73 Transaction test succeeded.
16:44:39 #11 10.73 Running transaction
16:44:39 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 49.28MB / 151.10MB 0.6s
16:44:39 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 57.67MB / 151.10MB 0.8s
16:44:40 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 73.40MB / 151.10MB 1.1s
16:44:40 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 81.79MB / 151.10MB 1.2s
16:44:40 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 89.76MB / 151.10MB 1.4s
16:44:40 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'.
16:44:40 #11 11.65   Preparing        :                                                        1/1 
16:44:40 #11 11.71   Upgrading        : rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
16:44:40 #11 11.75   Running scriptlet: rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
16:44:40 #11 11.82   Upgrading        : rpm-4.14.3-14.el8_4.x86_64                            2/96 
16:44:40 #11 11.85   Upgrading        : rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
16:44:40 #11 11.86   Running scriptlet: rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
16:44:40 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 97.52MB / 151.10MB 1.5s
16:44:40 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 111.15MB / 151.10MB 1.7s
16:44:40 #11 11.90   Installing       : unzip-6.0-45.el8_4.x86_64                             4/96 
16:44:40 #11 12.04   Installing       : groff-base-1.22.3-18.el8.x86_64                       5/96 
16:44:40 #11 12.06   Installing       : file-5.33-16.el8_3.1.x86_64                           6/96 
16:44:40 #11 12.08   Installing       : bzip2-1.0.6-26.el8.x86_64                             7/96 
16:44:40 #11 12.09   Installing       : python-srpm-macros-3-41.el8.noarch                    8/96 
16:44:40 #11 12.10   Installing       : python-rpm-macros-3-41.el8.noarch                     9/96 
16:44:40 #11 12.11   Installing       : python3-rpm-macros-3-41.el8.noarch                   10/96 
16:44:40 #11 12.14   Installing       : zip-3.0-23.el8.x86_64                                11/96 
16:44:40 #11 12.17   Upgrading        : python3-rpm-4.14.3-14.el8_4.x86_64                   12/96 
16:44:40 #11 12.19   Installing       : efi-srpm-macros-3-3.el8.noarch                       13/96 
16:44:40 #11 12.22   Installing       : python3-six-1.11.0-8.el8.noarch                      14/96 
16:44:40 #11 12.26   Installing       : python3-dateutil-1:2.6.1-6.el8.noarch                15/96 
16:44:40 #11 12.27   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        16/96 
16:44:40 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 130.02MB / 151.10MB 2.0s
16:44:40 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 138.41MB / 151.10MB 2.1s
16:44:41 #11 12.29   Installing       : patch-2.7.6-11.el8.x86_64                            17/96 
16:44:41 #11 12.37   Installing       : openssl-1:1.1.1g-15.el8_3.x86_64                     18/96 
16:44:41 #11 12.42   Installing       : ncurses-6.1-7.20180224.el8.x86_64                    19/96 
16:44:41 #11 12.44   Installing       : perl-Digest-1.17-395.el8.noarch                      20/96 
16:44:41 #11 12.45   Installing       : perl-Digest-MD5-2.55-396.el8.x86_64                  21/96 
16:44:41 #11 12.47   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                22/96 
16:44:41 #11 12.49   Installing       : perl-libnet-3.11-3.el8.noarch                        23/96 
16:44:41 #11 12.55   Installing       : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   24/96 
16:44:41 #11 12.59   Installing       : perl-URI-1.73-3.el8.noarch                           25/96 
16:44:41 #11 12.61   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               26/96 
16:44:41 #11 12.62   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   27/96 
16:44:41 #11 12.64   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  28/96 
16:44:41 #11 12.65   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 29/96 
16:44:41 #11 12.69   Installing       : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   30/96 
16:44:41 #11 12.71   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              31/96 
16:44:41 #11 12.72   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    32/96 
16:44:41 #11 12.74   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                33/96 
16:44:41 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.4s
16:44:41 #11 12.77   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                34/96 
16:44:41 #11 12.79   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    35/96 
16:44:41 #11 12.82   Installing       : perl-podlators-4.11-1.el8.noarch                     36/96 
16:44:41 #11 12.84   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 37/96 
16:44:41 #11 12.86   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             38/96 
16:44:41 #11 12.87   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 39/96 
16:44:41 #11 12.91   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 40/96 
16:44:41 #11 12.93   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    41/96 
16:44:41 #11 12.95   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 42/96 
16:44:41 #11 12.96   Installing       : perl-Errno-1.28-419.el8_4.1.x86_64                   43/96 
16:44:41 #11 12.97   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     44/96 
16:44:42 #11 13.20   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      45/96 
16:44:42 #11 13.22   Installing       : perl-Carp-1.42-396.el8.noarch                        46/96 
16:44:42 #11 13.23   Installing       : perl-Exporter-5.72-396.el8.noarch                    47/96 
16:44:42 #11 13.44   Installing       : perl-libs-4:5.26.3-419.el8_4.1.x86_64                48/96 
16:44:42 #11 13.47   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           49/96 
16:44:42 #11 13.48   Installing       : perl-parent-1:0.237-1.el8.noarch                     50/96 
16:44:42 #11 13.49   Installing       : perl-macros-4:5.26.3-419.el8_4.1.x86_64              51/96 
16:44:42 #11 13.50   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         52/96 
16:44:42 #11 13.52   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           53/96 
16:44:42 #11 13.54   Installing       : perl-File-Path-2.15-2.el8.noarch                     54/96 
16:44:42 #11 13.56   Installing       : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
16:44:42 #11 13.58   Installing       : perl-PathTools-3.74-1.el8.x86_64                     56/96 
16:44:42 #11 13.60   Installing       : perl-constant-1.33-396.el8.noarch                    57/96 
16:44:42 #11 13.65   Installing       : perl-threads-1:2.21-2.el8.x86_64                     58/96 
16:44:42 #25 ...
16:44:42 
16:44:42 #20 [internal] load build context
16:44:42 #20 sha256:a4b76339e469553750ef65f9d3489cf77e5545c7282641552327fdd93ce3c6ad
16:44:42 #20 transferring context: 51.24MB 3.2s done
16:44:42 #20 DONE 3.6s
16:44:42 
16:44:42 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:42 #25 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:42 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.5s done
16:44:42 #25 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
16:44:43 #11 13.67   Installing       : perl-threads-shared-1.58-2.el8.x86_64                59/96 
16:44:43 #11 14.21   Installing       : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         60/96 
16:44:43 #11 14.24   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
16:44:43 #11 14.25   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
16:44:43 #11 14.27   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        62/96 
16:44:43 #11 14.28   Installing       : pkgconf-1.4.2-1.el8.x86_64                           63/96 
16:44:43 #11 14.29   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                64/96 
16:44:43 #11 14.32   Installing       : libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
16:44:43 #11 14.34   Running scriptlet: libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
16:44:43 #11 14.35   Installing       : emacs-filesystem-1:26.1-5.el8.noarch                 66/96 
16:44:43 #11 14.37   Installing       : desktop-file-utils-0.23-8.el8.x86_64                 67/96 
16:44:43 #11 14.39   Installing       : elfutils-debuginfod-client-0.182-3.el8.x86_64        68/96 
16:44:43 #11 14.47   Installing       : elfutils-0.182-3.el8.x86_64                          69/96 
16:44:43 #11 14.52   Installing       : diffutils-3.6-6.el8.x86_64                           70/96 
16:44:43 #11 14.55   Running scriptlet: diffutils-3.6-6.el8.x86_64                           70/96 
16:44:43 #11 14.58   Installing       : dbus-glib-0.110-2.el8.x86_64                         71/96 
16:44:43 #11 14.59   Running scriptlet: dbus-glib-0.110-2.el8.x86_64                         71/96 
16:44:43 #11 14.62   Installing       : python3-dbus-1.2.4-15.el8.x86_64                     72/96 
16:44:43 #11 14.65   Installing       : python3-dnf-plugins-core-4.0.18-4.el8.noarch         73/96 
16:44:43 #11 14.67   Installing       : dnf-plugins-core-4.0.18-4.el8.noarch                 74/96 
16:44:43 #11 14.73   Installing       : zstd-1.4.4-1.el8.x86_64                              75/96 
16:44:43 #11 14.74   Installing       : rust-srpm-macros-5-2.el8.noarch                      76/96 
16:44:43 #11 14.75   Installing       : qt5-srpm-macros-5.12.5-3.el8.noarch                  77/96 
16:44:43 #11 14.76   Installing       : perl-srpm-macros-1-25.el8.noarch                     78/96 
16:44:43 #11 14.77   Installing       : openblas-srpm-macros-2-2.el8.noarch                  79/96 
16:44:43 #11 14.78   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     80/96 
16:44:43 #11 14.79   Installing       : libipt-1.6.1-8.el8.x86_64                            81/96 
16:44:43 #11 14.81   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     82/96 
16:44:43 #25 ...
16:44:43 
16:44:43 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:44:43 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:44:43 #14 sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5 156B / 156B 0.0s done
16:44:43 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.1s done
16:44:43 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 105.80MB / 105.80MB 4.1s done
16:44:43 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.1s done
16:44:43 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.2s done
16:44:43 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.6s done
16:44:43 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.3s done
16:44:43 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 0.1s done
16:44:43 #14 extracting sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55
16:44:43 #11 14.83   Installing       : gc-7.6.4-3.el8.x86_64                                83/96 
16:44:44 #11 15.20   Installing       : guile-5:2.0.14-7.el8.x86_64                          84/96 
16:44:44 #11 15.22   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          84/96 
16:44:44 #11 15.60   Installing       : gdb-headless-8.2-15.el8.x86_64                       85/96 
16:44:44 #11 15.65   Installing       : go-srpm-macros-2-17.el8.noarch                       86/96 
16:44:44 #11 15.66   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   87/96 
16:44:44 #11 15.68   Installing       : dwz-0.12-9.el8.x86_64                                88/96 
16:44:44 #11 15.70   Installing       : redhat-rpm-config-125-1.el8.noarch                   89/96 
16:44:44 #11 15.73   Installing       : rpm-build-4.14.3-14.el8_4.x86_64                     90/96 
16:44:44 #11 15.75   Installing       : yum-utils-4.0.18-4.el8.noarch                        91/96 
16:44:44 #11 15.78   Installing       : rpmlint-1.10-14.el8.noarch                           92/96 
16:44:44 #11 15.80   Cleanup          : python3-rpm-4.14.3-13.el8.x86_64                     93/96 
16:44:44 #11 15.81   Cleanup          : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
16:44:44 #11 15.81   Running scriptlet: rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
16:44:44 #11 15.84   Cleanup          : rpm-4.14.3-13.el8.x86_64                             95/96 
16:44:44 #11 15.86   Cleanup          : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
16:44:44 #11 15.86   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
16:44:44 #11 15.89   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          96/96 
16:44:44 #11 15.89   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
16:44:44 #11 16.01   Verifying        : desktop-file-utils-0.23-8.el8.x86_64                  1/96 
16:44:44 #11 16.01   Verifying        : dwz-0.12-9.el8.x86_64                                 2/96 
16:44:44 #11 16.01   Verifying        : efi-srpm-macros-3-3.el8.noarch                        3/96 
16:44:44 #11 16.01   Verifying        : gc-7.6.4-3.el8.x86_64                                 4/96 
16:44:44 #11 16.01   Verifying        : gdb-headless-8.2-15.el8.x86_64                        5/96 
16:44:44 #11 16.01   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    6/96 
16:44:44 #11 16.01   Verifying        : go-srpm-macros-2-17.el8.noarch                        7/96 
16:44:44 #11 16.01   Verifying        : guile-5:2.0.14-7.el8.x86_64                           8/96 
16:44:44 #11 16.01   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                      9/96 
16:44:44 #11 16.01   Verifying        : libipt-1.6.1-8.el8.x86_64                            10/96 
16:44:44 #11 16.01   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     11/96 
16:44:44 #11 16.01   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  12/96 
16:44:44 #11 16.01   Verifying        : perl-Digest-1.17-395.el8.noarch                      13/96 
16:44:44 #11 16.01   Verifying        : perl-Digest-MD5-2.55-396.el8.x86_64                  14/96 
16:44:44 #11 16.01   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/96 
16:44:44 #11 16.01   Verifying        : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   16/96 
16:44:44 #11 16.01   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   17/96 
16:44:44 #11 16.01   Verifying        : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   18/96 
16:44:44 #11 16.01   Verifying        : perl-URI-1.73-3.el8.noarch                           19/96 
16:44:44 #11 16.01   Verifying        : perl-libnet-3.11-3.el8.noarch                        20/96 
16:44:44 #11 16.01   Verifying        : perl-srpm-macros-1-25.el8.noarch                     21/96 
16:44:44 #11 16.02   Verifying        : python-rpm-macros-3-41.el8.noarch                    22/96 
16:44:44 #11 16.02   Verifying        : python-srpm-macros-3-41.el8.noarch                   23/96 
16:44:44 #11 16.02   Verifying        : python3-rpm-macros-3-41.el8.noarch                   24/96 
16:44:44 #11 16.02   Verifying        : qt5-srpm-macros-5.12.5-3.el8.noarch                  25/96 
16:44:44 #11 16.02   Verifying        : redhat-rpm-config-125-1.el8.noarch                   26/96 
16:44:44 #11 16.02   Verifying        : rpm-build-4.14.3-14.el8_4.x86_64                     27/96 
16:44:44 #11 16.02   Verifying        : rpmlint-1.10-14.el8.noarch                           28/96 
16:44:44 #11 16.02   Verifying        : rust-srpm-macros-5-2.el8.noarch                      29/96 
16:44:44 #11 16.02   Verifying        : zstd-1.4.4-1.el8.x86_64                              30/96 
16:44:44 #11 16.02   Verifying        : bzip2-1.0.6-26.el8.x86_64                            31/96 
16:44:44 #11 16.02   Verifying        : dbus-glib-0.110-2.el8.x86_64                         32/96 
16:44:44 #11 16.02   Verifying        : diffutils-3.6-6.el8.x86_64                           33/96 
16:44:44 #11 16.02   Verifying        : dnf-plugins-core-4.0.18-4.el8.noarch                 34/96 
16:44:44 #11 16.02   Verifying        : elfutils-0.182-3.el8.x86_64                          35/96 
16:44:44 #11 16.02   Verifying        : elfutils-debuginfod-client-0.182-3.el8.x86_64        36/96 
16:44:44 #11 16.02   Verifying        : emacs-filesystem-1:26.1-5.el8.noarch                 37/96 
16:44:44 #11 16.02   Verifying        : file-5.33-16.el8_3.1.x86_64                          38/96 
16:44:44 #11 16.02   Verifying        : groff-base-1.22.3-18.el8.x86_64                      39/96 
16:44:44 #11 16.02   Verifying        : libbabeltrace-1.5.4-3.el8.x86_64                     40/96 
16:44:44 #11 16.02   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        41/96 
16:44:44 #11 16.02   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     42/96 
16:44:44 #11 16.02   Verifying        : ncurses-6.1-7.20180224.el8.x86_64                    43/96 
16:44:44 #11 16.02   Verifying        : openssl-1:1.1.1g-15.el8_3.x86_64                     44/96 
16:44:44 #11 16.02   Verifying        : patch-2.7.6-11.el8.x86_64                            45/96 
16:44:44 #11 16.02   Verifying        : perl-Carp-1.42-396.el8.noarch                        46/96 
16:44:44 #11 16.02   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                47/96 
16:44:44 #11 16.02   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      48/96 
16:44:44 #11 16.02   Verifying        : perl-Errno-1.28-419.el8_4.1.x86_64                   49/96 
16:44:44 #11 16.02   Verifying        : perl-Exporter-5.72-396.el8.noarch                    50/96 
16:44:44 #11 16.02   Verifying        : perl-File-Path-2.15-2.el8.noarch                     51/96 
16:44:44 #11 16.02   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                52/96 
16:44:44 #11 16.02   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 53/96 
16:44:44 #11 16.02   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    54/96 
16:44:44 #11 16.02   Verifying        : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
16:44:44 #11 16.02   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 56/96 
16:44:44 #11 16.02   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     57/96 
16:44:44 #11 16.02   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               58/96 
16:44:44 #11 16.02   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 59/96 
16:44:44 #11 16.02   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                60/96 
16:44:44 #11 16.02   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 61/96 
16:44:44 #11 16.02   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           62/96 
16:44:44 #11 16.02   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     63/96 
16:44:44 #11 16.02   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    64/96 
16:44:44 #11 16.02   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              65/96 
16:44:44 #11 16.02   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    66/96 
16:44:44 #11 16.02   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             67/96 
16:44:44 #11 16.02   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         68/96 
16:44:44 #11 16.02   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 69/96 
16:44:44 #11 16.02   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           70/96 
16:44:44 #11 16.02   Verifying        : perl-constant-1.33-396.el8.noarch                    71/96 
16:44:44 #11 16.02   Verifying        : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         72/96 
16:44:44 #11 16.02   Verifying        : perl-libs-4:5.26.3-419.el8_4.1.x86_64                73/96 
16:44:44 #11 16.02   Verifying        : perl-macros-4:5.26.3-419.el8_4.1.x86_64              74/96 
16:44:44 #11 16.02   Verifying        : perl-parent-1:0.237-1.el8.noarch                     75/96 
16:44:44 #11 16.02   Verifying        : perl-podlators-4.11-1.el8.noarch                     76/96 
16:44:44 #11 16.02   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     77/96 
16:44:44 #11 16.02   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                78/96 
16:44:44 #11 16.02   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           79/96 
16:44:44 #11 16.02   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        80/96 
16:44:44 #11 16.02   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                81/96 
16:44:44 #11 16.02   Verifying        : python3-dateutil-1:2.6.1-6.el8.noarch                82/96 
16:44:44 #11 16.02   Verifying        : python3-dbus-1.2.4-15.el8.x86_64                     83/96 
16:44:44 #11 16.02   Verifying        : python3-dnf-plugins-core-4.0.18-4.el8.noarch         84/96 
16:44:44 #11 16.02   Verifying        : python3-six-1.11.0-8.el8.noarch                      85/96 
16:44:44 #11 16.02   Verifying        : unzip-6.0-45.el8_4.x86_64                            86/96 
16:44:44 #11 16.02   Verifying        : yum-utils-4.0.18-4.el8.noarch                        87/96 
16:44:44 #11 16.02   Verifying        : zip-3.0-23.el8.x86_64                                88/96 
16:44:44 #11 16.02   Verifying        : python3-rpm-4.14.3-14.el8_4.x86_64                   89/96 
16:44:44 #11 16.02   Verifying        : python3-rpm-4.14.3-13.el8.x86_64                     90/96 
16:44:44 #11 16.02   Verifying        : rpm-4.14.3-14.el8_4.x86_64                           91/96 
16:44:44 #11 16.02   Verifying        : rpm-4.14.3-13.el8.x86_64                             92/96 
16:44:44 #11 16.02   Verifying        : rpm-build-libs-4.14.3-14.el8_4.x86_64                93/96 
16:44:44 #11 16.02   Verifying        : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
16:44:44 #11 16.02   Verifying        : rpm-libs-4.14.3-14.el8_4.x86_64                      95/96 
16:44:45 #11 16.02   Verifying        : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
16:44:45 #11 16.72 
16:44:45 #11 16.72 Upgraded:
16:44:45 #11 16.72   python3-rpm-4.14.3-14.el8_4.x86_64        rpm-4.14.3-14.el8_4.x86_64         
16:44:45 #11 16.72   rpm-build-libs-4.14.3-14.el8_4.x86_64     rpm-libs-4.14.3-14.el8_4.x86_64    
16:44:45 #11 16.72 Installed:
16:44:45 #11 16.72   bzip2-1.0.6-26.el8.x86_64                                                     
16:44:45 #11 16.72   dbus-glib-0.110-2.el8.x86_64                                                  
16:44:45 #11 16.72   desktop-file-utils-0.23-8.el8.x86_64                                          
16:44:45 #11 16.72   diffutils-3.6-6.el8.x86_64                                                    
16:44:45 #11 16.72   dnf-plugins-core-4.0.18-4.el8.noarch                                          
16:44:45 #11 16.72   dwz-0.12-9.el8.x86_64                                                         
16:44:45 #11 16.72   efi-srpm-macros-3-3.el8.noarch                                                
16:44:45 #11 16.72   elfutils-0.182-3.el8.x86_64                                                   
16:44:45 #11 16.72   elfutils-debuginfod-client-0.182-3.el8.x86_64                                 
16:44:45 #11 16.72   emacs-filesystem-1:26.1-5.el8.noarch                                          
16:44:45 #11 16.72   file-5.33-16.el8_3.1.x86_64                                                   
16:44:45 #11 16.72   gc-7.6.4-3.el8.x86_64                                                         
16:44:45 #11 16.72   gdb-headless-8.2-15.el8.x86_64                                                
16:44:45 #11 16.72   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
16:44:45 #11 16.72   go-srpm-macros-2-17.el8.noarch                                                
16:44:45 #11 16.72   groff-base-1.22.3-18.el8.x86_64                                               
16:44:45 #11 16.72   guile-5:2.0.14-7.el8.x86_64                                                   
16:44:45 #11 16.72   libatomic_ops-7.6.2-3.el8.x86_64                                              
16:44:45 #11 16.72   libbabeltrace-1.5.4-3.el8.x86_64                                              
16:44:45 #11 16.72   libipt-1.6.1-8.el8.x86_64                                                     
16:44:45 #11 16.72   libpkgconf-1.4.2-1.el8.x86_64                                                 
16:44:45 #11 16.72   libtool-ltdl-2.4.6-25.el8.x86_64                                              
16:44:45 #11 16.72   ncurses-6.1-7.20180224.el8.x86_64                                             
16:44:45 #11 16.72   ocaml-srpm-macros-5-4.el8.noarch                                              
16:44:45 #11 16.72   openblas-srpm-macros-2-2.el8.noarch                                           
16:44:45 #11 16.72   openssl-1:1.1.1g-15.el8_3.x86_64                                              
16:44:45 #11 16.72   patch-2.7.6-11.el8.x86_64                                                     
16:44:45 #11 16.72   perl-Carp-1.42-396.el8.noarch                                                 
16:44:45 #11 16.72   perl-Data-Dumper-2.167-399.el8.x86_64                                         
16:44:45 #11 16.72   perl-Digest-1.17-395.el8.noarch                                               
16:44:45 #11 16.72   perl-Digest-MD5-2.55-396.el8.x86_64                                           
16:44:45 #11 16.72   perl-Encode-4:2.97-3.el8.x86_64                                               
16:44:45 #11 16.72   perl-Errno-1.28-419.el8_4.1.x86_64                                            
16:44:45 #11 16.72   perl-Exporter-5.72-396.el8.noarch                                             
16:44:45 #11 16.72   perl-File-Path-2.15-2.el8.noarch                                              
16:44:45 #11 16.72   perl-File-Temp-0.230.600-1.el8.noarch                                         
16:44:45 #11 16.72   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
16:44:45 #11 16.72   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
16:44:45 #11 16.72   perl-IO-1.38-419.el8_4.1.x86_64                                               
16:44:45 #11 16.72   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
16:44:45 #11 16.72   perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch                 
16:44:45 #11 16.72   perl-MIME-Base64-3.15-396.el8.x86_64                                          
16:44:45 #11 16.72   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
16:44:45 #11 16.72   perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64                     
16:44:45 #11 16.72   perl-PathTools-3.74-1.el8.x86_64                                              
16:44:45 #11 16.72   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
16:44:45 #11 16.72   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
16:44:45 #11 16.72   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
16:44:45 #11 16.72   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
16:44:45 #11 16.72   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
16:44:45 #11 16.72   perl-Socket-4:2.027-3.el8.x86_64                                              
16:44:45 #11 16.72   perl-Storable-1:3.11-3.el8.x86_64                                             
16:44:45 #11 16.72   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
16:44:45 #11 16.72   perl-Term-Cap-1.17-395.el8.noarch                                             
16:44:45 #11 16.72   perl-Text-ParseWords-3.30-395.el8.noarch                                      
16:44:45 #11 16.72   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
16:44:45 #11 16.72   perl-Time-Local-1:1.280-1.el8.noarch                                          
16:44:45 #11 16.72   perl-URI-1.73-3.el8.noarch                                                    
16:44:45 #11 16.72   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
16:44:45 #11 16.72   perl-constant-1.33-396.el8.noarch                                             
16:44:45 #11 16.72   perl-interpreter-4:5.26.3-419.el8_4.1.x86_64                                  
16:44:45 #11 16.72   perl-libnet-3.11-3.el8.noarch                                                 
16:44:45 #11 16.72   perl-libs-4:5.26.3-419.el8_4.1.x86_64                                         
16:44:45 #11 16.72   perl-macros-4:5.26.3-419.el8_4.1.x86_64                                       
16:44:45 #11 16.72   perl-parent-1:0.237-1.el8.noarch                                              
16:44:45 #11 16.72   perl-podlators-4.11-1.el8.noarch                                              
16:44:45 #11 16.72   perl-srpm-macros-1-25.el8.noarch                                              
16:44:45 #11 16.72   perl-threads-1:2.21-2.el8.x86_64                                              
16:44:45 #11 16.72   perl-threads-shared-1.58-2.el8.x86_64                                         
16:44:45 #11 16.72   pkgconf-1.4.2-1.el8.x86_64                                                    
16:44:45 #11 16.72   pkgconf-m4-1.4.2-1.el8.noarch                                                 
16:44:45 #11 16.72   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
16:44:45 #11 16.72   python-rpm-macros-3-41.el8.noarch                                             
16:44:45 #11 16.72   python-srpm-macros-3-41.el8.noarch                                            
16:44:45 #11 16.72   python3-dateutil-1:2.6.1-6.el8.noarch                                         
16:44:45 #11 16.72   python3-dbus-1.2.4-15.el8.x86_64                                              
16:44:45 #11 16.72   python3-dnf-plugins-core-4.0.18-4.el8.noarch                                  
16:44:45 #11 16.72   python3-rpm-macros-3-41.el8.noarch                                            
16:44:45 #11 16.72   python3-six-1.11.0-8.el8.noarch                                               
16:44:45 #11 16.72   qt5-srpm-macros-5.12.5-3.el8.noarch                                           
16:44:45 #11 16.72   redhat-rpm-config-125-1.el8.noarch                                            
16:44:45 #11 16.72   rpm-build-4.14.3-14.el8_4.x86_64                                              
16:44:45 #11 16.72   rpmlint-1.10-14.el8.noarch                                                    
16:44:45 #11 16.72   rust-srpm-macros-5-2.el8.noarch                                               
16:44:45 #11 16.72   unzip-6.0-45.el8_4.x86_64                                                     
16:44:45 #11 16.72   yum-utils-4.0.18-4.el8.noarch                                                 
16:44:45 #11 16.72   zip-3.0-23.el8.x86_64                                                         
16:44:45 #11 16.72   zstd-1.4.4-1.el8.x86_64                                                       
16:44:45 #11 16.72 
16:44:45 #11 16.72 Complete!
16:44:45 #11 DONE 17.0s
16:44:45 
16:44:45 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
16:44:45 #13 sha256:77d60c65d50720c1bf69ccb62841d5c850b0bf805765c4e3998d8ee013f69265
16:44:45 #13 DONE 0.0s
16:44:45 
16:44:45 #14 [stage-1 7/9] RUN   if [ "$(uname -m)" = "x86_64" ]; then     yum-builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/*.spec;   else     yum-builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
16:44:45 #14 sha256:9416df2de8260c9c69574e9a0fc7f960095f3ff78648737cef554cab9b3d23b3
16:44:46 #14 0.729 Last metadata expiration check: 0:00:10 ago on Thu Sep 16 16:44:36 2021.
16:44:47 #14 1.172 Package bash-4.4.19-14.el8.x86_64 is already installed.
16:44:47 #14 1.173 Package bash-4.4.19-14.el8.x86_64 is already installed.
16:44:47 #14 1.173 Package ca-certificates-2020.2.41-80.0.el8_2.noarch is already installed.
16:44:47 #14 1.174 Package libarchive-3.3.3-1.el8.x86_64 is already installed.
16:44:47 #14 1.175 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
16:44:47 #14 1.175 Package systemd-239-45.el8.x86_64 is already installed.
16:44:47 #14 1.175 Package tar-2:1.30-5.el8.x86_64 is already installed.
16:44:47 #14 1.176 Package bash-4.4.19-14.el8.x86_64 is already installed.
16:44:47 #14 1.463 Dependencies resolved.
16:44:47 #14 1.471 =========================================================================================
16:44:47 #14 1.471  Package                        Arch    Version                         Repository   Size
16:44:47 #14 1.471 =========================================================================================
16:44:47 #14 1.471 Installing:
16:44:47 #14 1.471  cmake                          x86_64  3.18.2-11.el8_4                 appstream   9.8 M
16:44:47 #14 1.471  device-mapper-devel            x86_64  8:1.02.175-5.el8                powertools  282 k
16:44:47 #14 1.471  gcc                            x86_64  8.4.1-1.el8                     appstream    23 M
16:44:47 #14 1.471  git                            x86_64  2.27.0-1.el8                    appstream   164 k
16:44:47 #14 1.471  glibc-static                   x86_64  2.28-151.el8                    powertools  2.1 M
16:44:47 #14 1.471  libseccomp-devel               x86_64  2.5.1-1.el8                     appstream    57 k
16:44:47 #14 1.471  libselinux-devel               x86_64  2.9-5.el8                       baseos      200 k
16:44:47 #14 1.471  libtool                        x86_64  2.4.6-25.el8                    appstream   709 k
16:44:47 #14 1.471  libtool-ltdl-devel             x86_64  2.4.6-25.el8                    appstream   184 k
16:44:47 #14 1.471  make                           x86_64  1:4.2.1-10.el8                  baseos      498 k
16:44:47 #14 1.471  selinux-policy-devel           noarch  3.14.3-67.el8_4.1               baseos      1.5 M
16:44:47 #14 1.471  systemd-devel                  x86_64  239-45.el8_4.3                  baseos      380 k
16:44:47 #14 1.471  which                          x86_64  2.21-12.el8                     baseos       49 k
16:44:47 #14 1.471 Upgrading:
16:44:47 #14 1.471  bash                           x86_64  4.4.20-1.el8_4                  baseos      1.5 M
16:44:47 #14 1.471  systemd                        x86_64  239-45.el8_4.3                  baseos      3.6 M
16:44:47 #14 1.471  systemd-libs                   x86_64  239-45.el8_4.3                  baseos      1.1 M
16:44:47 #14 1.471  systemd-pam                    x86_64  239-45.el8_4.3                  baseos      469 k
16:44:47 #14 1.471  systemd-udev                   x86_64  239-45.el8_4.3                  baseos      1.4 M
16:44:47 #14 1.471 Installing dependencies:
16:44:47 #14 1.471  annobin                        x86_64  9.50-1.el8                      appstream   107 k
16:44:47 #14 1.471  autoconf                       noarch  2.69-27.el8                     appstream   710 k
16:44:47 #14 1.471  automake                       noarch  1.16.1-7.el8                    appstream   713 k
16:44:47 #14 1.471  checkpolicy                    x86_64  2.9-1.el8                       baseos      348 k
16:44:47 #14 1.471  cmake-data                     noarch  3.18.2-11.el8_4                 appstream   1.6 M
16:44:47 #14 1.471  cmake-filesystem               x86_64  3.18.2-11.el8_4                 appstream    44 k
16:44:47 #14 1.471  cmake-rpm-macros               noarch  3.18.2-11.el8_4                 appstream    44 k
16:44:47 #14 1.471  cpp                            x86_64  8.4.1-1.el8                     appstream    10 M
16:44:47 #14 1.471  git-core                       x86_64  2.27.0-1.el8                    appstream   5.7 M
16:44:47 #14 1.471  git-core-doc                   noarch  2.27.0-1.el8                    appstream   2.5 M
16:44:47 #14 1.471  glibc-devel                    x86_64  2.28-151.el8                    baseos      1.0 M
16:44:47 #14 1.471  glibc-headers                  x86_64  2.28-151.el8                    baseos      478 k
16:44:47 #14 1.471  isl                            x86_64  0.16.1-6.el8                    appstream   841 k
16:44:47 #14 1.471  kbd-legacy                     noarch  2.0.4-10.el8                    baseos      481 k
16:44:47 #14 1.471  kbd-misc                       noarch  2.0.4-10.el8                    baseos      1.5 M
16:44:47 #14 1.471  kernel-headers                 x86_64  4.18.0-305.19.1.el8_4           baseos      7.1 M
16:44:47 #14 1.471  libedit                        x86_64  3.1-23.20170329cvs.el8          baseos      102 k
16:44:47 #14 1.471  libgomp                        x86_64  8.4.1-1.el8                     baseos      204 k
16:44:47 #14 1.471  libmpc                         x86_64  1.1.0-9.1.el8                   appstream    61 k
16:44:47 #14 1.471  libselinux-utils               x86_64  2.9-5.el8                       baseos      243 k
16:44:47 #14 1.471  libsepol-devel                 x86_64  2.9-2.el8                       baseos       86 k
16:44:47 #14 1.471  libuv                          x86_64  1:1.41.1-1.el8_4                appstream   156 k
16:44:47 #14 1.471  libxcrypt-devel                x86_64  4.1.1-4.el8                     baseos       25 k
16:44:47 #14 1.471  libxcrypt-static               x86_64  4.1.1-4.el8                     powertools   53 k
16:44:47 #14 1.471  m4                             x86_64  1.4.18-7.el8                    baseos      223 k
16:44:47 #14 1.471  openssh                        x86_64  8.0p1-6.el8_4.2                 baseos      521 k
16:44:47 #14 1.471  openssh-clients                x86_64  8.0p1-6.el8_4.2                 baseos      667 k
16:44:47 #14 1.471  pcre2-devel                    x86_64  10.32-2.el8                     baseos      605 k
16:44:47 #14 1.471  pcre2-utf16                    x86_64  10.32-2.el8                     baseos      229 k
16:44:47 #14 1.471  pcre2-utf32                    x86_64  10.32-2.el8                     baseos      220 k
16:44:47 #14 1.471  perl-Error                     noarch  1:0.17025-2.el8                 appstream    46 k
16:44:47 #14 1.471  perl-Git                       noarch  2.27.0-1.el8                    appstream    77 k
16:44:47 #14 1.471  perl-TermReadKey               x86_64  2.37-7.el8                      appstream    40 k
16:44:47 #14 1.471  perl-Thread-Queue              noarch  3.13-1.el8                      appstream    24 k
16:44:47 #14 1.471  policycoreutils                x86_64  2.9-14.el8                      baseos      373 k
16:44:47 #14 1.471  policycoreutils-devel          x86_64  2.9-14.el8                      baseos      292 k
16:44:47 #14 1.471  policycoreutils-python-utils   noarch  2.9-14.el8                      baseos      252 k
16:44:47 #14 1.471  python3-audit                  x86_64  3.0-0.17.20191104git1c2f876.el8 baseos       86 k
16:44:47 #14 1.471  python3-libselinux             x86_64  2.9-5.el8                       baseos      283 k
16:44:47 #14 1.471  python3-libsemanage            x86_64  2.9-6.el8                       baseos      127 k
16:44:47 #14 1.471  python3-policycoreutils        noarch  2.9-14.el8                      baseos      2.2 M
16:44:47 #14 1.471  python3-setools                x86_64  4.3.0-2.el8                     baseos      626 k
16:44:47 #14 1.471  rpm-plugin-selinux             x86_64  4.14.3-14.el8_4                 baseos       76 k
16:44:47 #14 1.471  selinux-policy                 noarch  3.14.3-67.el8_4.1               baseos      628 k
16:44:47 #14 1.471  selinux-policy-minimum         noarch  3.14.3-67.el8_4.1               baseos       13 M
16:44:47 #14 1.471  vim-filesystem                 noarch  2:8.0.1763-15.el8               appstream    48 k
16:44:47 #14 1.471  xkeyboard-config               noarch  2.28-1.el8                      appstream   782 k
16:44:47 #14 1.471 Installing weak dependencies:
16:44:47 #14 1.471  kbd                            x86_64  2.0.4-10.el8                    baseos      390 k
16:44:47 #14 1.471  libxkbcommon                   x86_64  0.9.1-1.el8                     appstream   116 k
16:44:47 #14 1.471 
16:44:47 #14 1.471 Transaction Summary
16:44:47 #14 1.471 =========================================================================================
16:44:47 #14 1.471 Install  62 Packages
16:44:47 #14 1.471 Upgrade   5 Packages
16:44:47 #14 1.471 
16:44:47 #14 1.474 Total download size: 104 M
16:44:47 #14 1.475 Downloading Packages:
16:44:48 #14 2.811 (1/67): annobin-9.50-1.el8.x86_64.rpm           453 kB/s | 107 kB     00:00    
16:44:48 #14 2.816 (2/67): automake-1.16.1-7.el8.noarch.rpm        2.9 MB/s | 713 kB     00:00    
16:44:48 #14 2.820 (3/67): autoconf-2.69-27.el8.noarch.rpm         2.8 MB/s | 710 kB     00:00    
16:44:48 #14 2.825 (4/67): cmake-filesystem-3.18.2-11.el8_4.x86_64 9.4 MB/s |  44 kB     00:00    
16:44:48 #14 2.829 (5/67): cmake-rpm-macros-3.18.2-11.el8_4.noarch  10 MB/s |  44 kB     00:00    
16:44:48 #14 2.858 (6/67): cmake-data-3.18.2-11.el8_4.noarch.rpm    40 MB/s | 1.6 MB     00:00    
16:44:48 #14 3.021 (7/67): cmake-3.18.2-11.el8_4.x86_64.rpm         47 MB/s | 9.8 MB     00:00    
16:44:48 #14 3.029 (8/67): git-2.27.0-1.el8.x86_64.rpm              20 MB/s | 164 kB     00:00    
16:44:48 #14 3.215 (9/67): cpp-8.4.1-1.el8.x86_64.rpm               27 MB/s |  10 MB     00:00    
16:44:49 #14 3.292 (10/67): git-core-2.27.0-1.el8.x86_64.rpm        22 MB/s | 5.7 MB     00:00    
16:44:49 #14 3.314 (11/67): isl-0.16.1-6.el8.x86_64.rpm             39 MB/s | 841 kB     00:00    
16:44:49 #14 3.319 (12/67): libmpc-1.1.0-9.1.el8.x86_64.rpm         13 MB/s |  61 kB     00:00    
16:44:49 #14 3.348 (13/67): git-core-doc-2.27.0-1.el8.noarch.rpm    19 MB/s | 2.5 MB     00:00    
16:44:49 #14 3.349 (14/67): libseccomp-devel-2.5.1-1.el8.x86_64.rp 1.9 MB/s |  57 kB     00:00    
16:44:49 #14 3.665 (15/67): gcc-8.4.1-1.el8.x86_64.rpm              29 MB/s |  23 MB     00:00    
16:44:49 #14 3.678 (16/67): libtool-ltdl-devel-2.4.6-25.el8.x86_64 561 kB/s | 184 kB     00:00    
16:44:49 #14 3.680 (17/67): libuv-1.41.1-1.el8_4.x86_64.rpm         10 MB/s | 156 kB     00:00    
16:44:49 #14 3.683 (18/67): libxkbcommon-0.9.1-1.el8.x86_64.rpm     28 MB/s | 116 kB     00:00    
16:44:49 #14 3.686 (19/67): libtool-2.4.6-25.el8.x86_64.rpm        2.1 MB/s | 709 kB     00:00    
16:44:49 #14 3.687 (20/67): perl-Git-2.27.0-1.el8.noarch.rpm        20 MB/s |  77 kB     00:00    
16:44:49 #14 3.690 (21/67): perl-TermReadKey-2.37-7.el8.x86_64.rpm  11 MB/s |  40 kB     00:00    
16:44:49 #14 3.691 (22/67): perl-Thread-Queue-3.13-1.el8.noarch.rp 5.9 MB/s |  24 kB     00:00    
16:44:49 #14 3.694 (23/67): perl-Error-0.17025-2.el8.noarch.rpm    3.5 MB/s |  46 kB     00:00    
16:44:49 #14 3.695 (24/67): vim-filesystem-8.0.1763-15.el8.noarch. 9.4 MB/s |  48 kB     00:00    
16:44:49 #14 3.711 (25/67): xkeyboard-config-2.28-1.el8.noarch.rpm  38 MB/s | 782 kB     00:00    
16:44:49 #14 3.714 (26/67): checkpolicy-2.9-1.el8.x86_64.rpm        17 MB/s | 348 kB     00:00    
16:44:49 #14 3.728 (27/67): glibc-devel-2.28-151.el8.x86_64.rpm     31 MB/s | 1.0 MB     00:00    
16:44:49 #14 3.746 (28/67): glibc-headers-2.28-151.el8.x86_64.rpm   14 MB/s | 478 kB     00:00    
16:44:49 #14 3.747 (29/67): kbd-2.0.4-10.el8.x86_64.rpm             12 MB/s | 390 kB     00:00    
16:44:49 #14 3.751 (30/67): kbd-legacy-2.0.4-10.el8.noarch.rpm      21 MB/s | 481 kB     00:00    
16:44:49 #14 3.755 (31/67): libedit-3.1-23.20170329cvs.el8.x86_64.  32 MB/s | 102 kB     00:00    
16:44:49 #14 3.769 (32/67): libgomp-8.4.1-1.el8.x86_64.rpm          15 MB/s | 204 kB     00:00    
16:44:49 #14 3.778 (33/67): kbd-misc-2.0.4-10.el8.noarch.rpm        47 MB/s | 1.5 MB     00:00    
16:44:49 #14 3.781 (34/67): libselinux-devel-2.9-5.el8.x86_64.rpm   18 MB/s | 200 kB     00:00    
16:44:49 #14 3.786 (35/67): libsepol-devel-2.9-2.el8.x86_64.rpm     16 MB/s |  86 kB     00:00    
16:44:49 #14 3.788 (36/67): libselinux-utils-2.9-5.el8.x86_64.rpm   24 MB/s | 243 kB     00:00    
16:44:49 #14 3.791 (37/67): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 5.6 MB/s |  25 kB     00:00    
16:44:49 #14 3.803 (38/67): make-4.2.1-10.el8.x86_64.rpm            41 MB/s | 498 kB     00:00    
16:44:49 #14 3.804 (39/67): m4-1.4.18-7.el8.x86_64.rpm              13 MB/s | 223 kB     00:00    
16:44:49 #14 3.815 (40/67): openssh-clients-8.0p1-6.el8_4.2.x86_64  63 MB/s | 667 kB     00:00    
16:44:49 #14 3.818 (41/67): openssh-8.0p1-6.el8_4.2.x86_64.rpm      34 MB/s | 521 kB     00:00    
16:44:49 #14 3.827 (42/67): pcre2-utf16-10.32-2.el8.x86_64.rpm      28 MB/s | 229 kB     00:00    
16:44:49 #14 3.833 (43/67): pcre2-devel-10.32-2.el8.x86_64.rpm      35 MB/s | 605 kB     00:00    
16:44:49 #14 3.840 (44/67): pcre2-utf32-10.32-2.el8.x86_64.rpm      17 MB/s | 220 kB     00:00    
16:44:49 #14 3.844 (45/67): policycoreutils-2.9-14.el8.x86_64.rpm   34 MB/s | 373 kB     00:00    
16:44:49 #14 3.852 (46/67): policycoreutils-devel-2.9-14.el8.x86_6  24 MB/s | 292 kB     00:00    
16:44:49 #14 3.854 (47/67): policycoreutils-python-utils-2.9-14.el  24 MB/s | 252 kB     00:00    
16:44:49 #14 3.857 (48/67): python3-audit-3.0-0.17.20191104git1c2f  19 MB/s |  86 kB     00:00    
16:44:49 #14 3.865 (49/67): python3-libsemanage-2.9-6.el8.x86_64.r  15 MB/s | 127 kB     00:00    
16:44:49 #14 3.870 (50/67): python3-libselinux-2.9-5.el8.x86_64.rp  18 MB/s | 283 kB     00:00    
16:44:49 #14 3.901 (51/67): python3-setools-4.3.0-2.el8.x86_64.rpm  20 MB/s | 626 kB     00:00    
16:44:49 #14 3.908 (52/67): rpm-plugin-selinux-4.14.3-14.el8_4.x86  12 MB/s |  76 kB     00:00    
16:44:49 #14 3.925 (53/67): selinux-policy-3.14.3-67.el8_4.1.noarc  38 MB/s | 628 kB     00:00    
16:44:49 #14 3.966 (54/67): python3-policycoreutils-2.9-14.el8.noa  23 MB/s | 2.2 MB     00:00    
16:44:49 #14 4.061 (55/67): kernel-headers-4.18.0-305.19.1.el8_4.x  23 MB/s | 7.1 MB     00:00    
16:44:49 #14 4.083 (56/67): selinux-policy-devel-3.14.3-67.el8_4.1 9.4 MB/s | 1.5 MB     00:00    
16:44:49 #14 4.086 (57/67): systemd-devel-239-45.el8_4.3.x86_64.rp  15 MB/s | 380 kB     00:00    
16:44:49 #14 4.093 (58/67): which-2.21-12.el8.x86_64.rpm           5.1 MB/s |  49 kB     00:00    
16:44:49 #14 4.099 (59/67): device-mapper-devel-1.02.175-5.el8.x86  22 MB/s | 282 kB     00:00    
16:44:49 #14 4.106 (60/67): libxcrypt-static-4.1.1-4.el8.x86_64.rp 8.2 MB/s |  53 kB     00:00    
16:44:49 #14 4.135 (61/67): glibc-static-2.28-151.el8.x86_64.rpm    51 MB/s | 2.1 MB     00:00    
16:44:49 #14 4.166 (62/67): bash-4.4.20-1.el8_4.x86_64.rpm          26 MB/s | 1.5 MB     00:00    
16:44:49 #14 4.193 (63/67): systemd-libs-239-45.el8_4.3.x86_64.rpm  40 MB/s | 1.1 MB     00:00    
16:44:49 #14 4.237 (64/67): systemd-239-45.el8_4.3.x86_64.rpm       35 MB/s | 3.6 MB     00:00    
16:44:49 #14 4.246 (65/67): systemd-pam-239-45.el8_4.3.x86_64.rpm  8.8 MB/s | 469 kB     00:00    
16:44:49 #14 4.275 (66/67): systemd-udev-239-45.el8_4.3.x86_64.rpm  36 MB/s | 1.4 MB     00:00    
16:44:50 #14 4.482 (67/67): selinux-policy-minimum-3.14.3-67.el8_4  26 MB/s |  13 MB     00:00    
16:44:50 #14 extracting sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 6.4s done
16:44:50 #14 DONE 10.5s
16:44:50 
16:44:50 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:50 #25 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:50 #25 ...
16:44:50 
16:44:50 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:44:50 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:44:50 #14 extracting sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5 0.0s done
16:44:50 #14 DONE 10.5s
16:44:50 
16:44:50 #16 [linux/amd64 build-base-alpine 1/3] COPY --from=xx / /
16:44:50 #16 sha256:d4ed2a4b27804a9b1166ef0ca00378af33b881e47414dc5dd4bcd8d865181bdb
16:44:50 #16 DONE 0.4s
16:44:50 
16:44:50 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:50 #25 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:50 #25 ...
16:44:50 
16:44:50 #17 [linux/amd64 build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
16:44:50 #17 sha256:4f762c1ca3b75604fad3bd550789d0ed54653889b4d2c485d0af94b76bfd2d67
16:44:50 #17 0.126 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
16:44:50 #14 4.486 --------------------------------------------------------------------------------
16:44:50 #14 4.487 Total                                            34 MB/s | 104 MB     00:03     
16:44:50 #14 4.634 Running transaction check
16:44:50 #14 4.779 Transaction check succeeded.
16:44:50 #14 4.779 Running transaction test
16:44:51 #17 1.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
16:44:51 #17 1.558 (1/18) Installing libffi (3.3-r2)
16:44:51 #17 1.563 (2/18) Installing libgcc (10.3.1_git20210424-r2)
16:44:51 #17 1.569 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
16:44:51 #17 1.591 (4/18) Installing xz-libs (5.2.5-r0)
16:44:51 #14 5.788 Transaction test succeeded.
16:44:51 #14 5.790 Running transaction
16:44:51 #17 1.599 (5/18) Installing libxml2 (2.9.12-r1)
16:44:51 #17 1.619 (6/18) Installing llvm11-libs (11.1.0-r2)
16:44:52 #17 2.754 (7/18) Installing clang-libs (11.1.0-r1)
16:44:53 #14 7.037   Preparing        :                                                        1/1 
16:44:53 #14 7.080   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                             1/1 
16:44:53 #14 7.243   Upgrading        : bash-4.4.20-1.el8_4.x86_64                            1/72 
16:44:53 #14 7.259   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                            1/72 
16:44:53 #14 7.284   Installing       : python3-libselinux-2.9-5.el8.x86_64                   2/72 
16:44:53 #14 7.314   Installing       : m4-1.4.18-7.el8.x86_64                                3/72 
16:44:53 #14 7.325   Running scriptlet: m4-1.4.18-7.el8.x86_64                                3/72 
16:44:53 #14 7.389   Installing       : autoconf-2.69-27.el8.noarch                           4/72 
16:44:53 #14 7.406   Running scriptlet: autoconf-2.69-27.el8.noarch                           4/72 
16:44:53 #14 7.465   Installing       : make-1:4.2.1-10.el8.x86_64                            5/72 
16:44:53 #14 7.476   Running scriptlet: make-1:4.2.1-10.el8.x86_64                            5/72 
16:44:53 #14 7.601   Upgrading        : systemd-libs-239-45.el8_4.3.x86_64                    6/72 
16:44:53 #14 7.619   Running scriptlet: systemd-libs-239-45.el8_4.3.x86_64                    6/72 
16:44:53 #14 7.673   Installing       : checkpolicy-2.9-1.el8.x86_64                          7/72 
16:44:53 #14 7.694   Installing       : libmpc-1.1.0-9.1.el8.x86_64                           8/72 
16:44:53 #14 7.708   Installing       : cmake-rpm-macros-3.18.2-11.el8_4.noarch               9/72 
16:44:53 #17 3.777 (8/18) Installing clang (11.1.0-r1)
16:44:54 #17 4.192 (9/18) Installing libmagic (5.40-r1)
16:44:54 #17 4.241 (10/18) Installing file (5.40-r1)
16:44:54 #17 4.244 (11/18) Installing brotli-libs (1.0.9-r5)
16:44:54 #17 4.275 (12/18) Installing nghttp2-libs (1.43.0-r0)
16:44:54 #17 4.275 (13/18) Installing libcurl (7.79.0-r0)
16:44:54 #17 4.286 (14/18) Installing expat (2.4.1-r0)
16:44:54 #17 4.294 (15/18) Installing pcre2 (10.36-r0)
16:44:54 #17 4.305 (16/18) Installing git (2.32.0-r0)
16:44:54 #14 7.721   Installing       : cmake-filesystem-3.18.2-11.el8_4.x86_64              10/72 
16:44:54 #14 8.752   Installing       : cpp-8.4.1-1.el8.x86_64                               11/72 
16:44:54 #14 8.763   Running scriptlet: cpp-8.4.1-1.el8.x86_64                               11/72 
16:44:54 #17 4.485 (17/18) Installing lld (11.1.0-r0)
16:44:54 #17 4.531 (18/18) Installing llvm11 (11.1.0-r2)
16:44:54 #14 8.783   Installing       : python3-libsemanage-2.9-6.el8.x86_64                 12/72 
16:44:54 #14 8.878   Installing       : python3-setools-4.3.0-2.el8.x86_64                   13/72 
16:44:54 #14 8.934   Installing       : libgomp-8.4.1-1.el8.x86_64                           14/72 
16:44:54 #14 8.969   Running scriptlet: libgomp-8.4.1-1.el8.x86_64                           14/72 
16:44:54 #14 8.987   Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64                       15/72 
16:44:54 #14 9.059   Installing       : openssh-8.0p1-6.el8_4.2.x86_64                       15/72 
16:44:54 #14 9.084   Installing       : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   16/72 
16:44:55 #14 9.117   Installing       : pcre2-utf32-10.32-2.el8.x86_64                       17/72 
16:44:55 #14 9.154   Installing       : pcre2-utf16-10.32-2.el8.x86_64                       18/72 
16:44:55 #14 9.240   Installing       : pcre2-devel-10.32-2.el8.x86_64                       19/72 
16:44:55 #14 9.262   Installing       : libsepol-devel-2.9-2.el8.x86_64                      20/72 
16:44:55 #14 9.298   Installing       : libselinux-devel-2.9-5.el8.x86_64                    21/72 
16:44:55 #14 9.335   Installing       : libselinux-utils-2.9-5.el8.x86_64                    22/72 
16:44:55 #17 5.108 Executing busybox-1.33.1-r3.trigger
16:44:55 #17 5.119 OK: 285 MiB in 33 packages
16:44:55 #14 9.375   Installing       : policycoreutils-2.9-14.el8.x86_64                    23/72 
16:44:55 #14 9.432   Running scriptlet: policycoreutils-2.9-14.el8.x86_64                    23/72 
16:44:55 #14 9.653   Installing       : python3-policycoreutils-2.9-14.el8.noarch            24/72 
16:44:55 #14 9.682   Installing       : policycoreutils-python-utils-2.9-14.el8.noarch       25/72 
16:44:55 #14 9.730   Installing       : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            26/72 
16:44:55 #14 9.746   Installing       : selinux-policy-3.14.3-67.el8_4.1.noarch              27/72 
16:44:55 #14 9.794   Running scriptlet: selinux-policy-3.14.3-67.el8_4.1.noarch              27/72 
16:44:57 #14 9.817   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.1.noarch      28/72 
16:44:57 #17 DONE 7.1s
16:44:57 
16:44:57 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:57 #25 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:57 #14 11.21   Installing       : selinux-policy-minimum-3.14.3-67.el8_4.1.noarch      28/72 
16:44:57 #25 ...
16:44:57 
16:44:57 #18 [linux/amd64 build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
16:44:57 #18 sha256:bc5c0c07c77d0a45fad4cc2529ef787ccf88144b320146a68ac1e8d427bdcd33
16:44:57 #18 DONE 0.2s
16:44:57 
16:44:57 #19 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
16:44:57 #19 sha256:a10daaaebbf99ace10352947de63df0a8545ec5fea6e189af0b38383089fb1a9
16:44:57 #19 0.208 skipping packages installation on darwin
16:44:57 #19 DONE 0.2s
16:44:57 
16:44:57 #24 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
16:44:57 #24 sha256:c59cd5c9d4f1ce5e73a5b10e9a5d7cf3a6468bd4864bc55183a304f7cfb4c274
16:44:57 #24 0.149 skipping packages installation on darwin
16:44:57 #24 DONE 0.2s
16:44:57 
16:44:57 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:57 #25 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:45:02 #25 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 19.8s done
16:45:02 #25 DONE 23.3s
16:45:05 #14 11.30   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.1.noarch      28/72 
16:45:05 #14 18.82   Installing       : policycoreutils-devel-2.9-14.el8.x86_64              29/72 
16:45:05 #14 19.06   Installing       : selinux-policy-devel-3.14.3-67.el8_4.1.noarch        30/72 
16:45:05 #14 19.12   Running scriptlet: selinux-policy-devel-3.14.3-67.el8_4.1.noarch        30/72 
16:45:05 #14 19.13   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                31/72 
16:45:05 #14 19.21   Installing       : openssh-clients-8.0p1-6.el8_4.2.x86_64               32/72 
16:45:06 #14 19.92   Installing       : git-core-2.27.0-1.el8.x86_64                         33/72 
16:45:06 #14 20.29   Installing       : git-core-doc-2.27.0-1.el8.noarch                     34/72 
16:45:06 #14 20.54   Installing       : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          35/72 
16:45:06 #14 20.58   Running scriptlet: glibc-headers-2.28-151.el8.x86_64                    36/72 
16:45:06 #14 20.66   Installing       : glibc-headers-2.28-151.el8.x86_64                    36/72 
16:45:06 #14 20.68   Installing       : libxcrypt-devel-4.1.1-4.el8.x86_64                   37/72 
16:45:06 #14 20.78   Installing       : glibc-devel-2.28-151.el8.x86_64                      38/72 
16:45:06 #14 20.80   Running scriptlet: glibc-devel-2.28-151.el8.x86_64                      38/72 
16:45:07 #14 20.81   Installing       : libxcrypt-static-4.1.1-4.el8.x86_64                  39/72 
16:45:07 #14 21.19   Installing       : glibc-static-2.28-151.el8.x86_64                     40/72 
16:45:07 #14 21.38   Installing       : kbd-misc-2.0.4-10.el8.noarch                         41/72 
16:45:07 #14 21.46   Installing       : kbd-legacy-2.0.4-10.el8.noarch                       42/72 
16:45:07 #14 21.52   Installing       : kbd-2.0.4-10.el8.x86_64                              43/72 
16:45:07 #14 21.66   Installing       : xkeyboard-config-2.28-1.el8.noarch                   44/72 
16:45:07 #14 21.69   Installing       : libxkbcommon-0.9.1-1.el8.x86_64                      45/72 
16:45:07 #14 21.73   Upgrading        : systemd-pam-239-45.el8_4.3.x86_64                    46/72 
16:45:08 #14 21.75   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/72 
16:45:08 #14 22.19   Upgrading        : systemd-239-45.el8_4.3.x86_64                        47/72 
16:45:08 #14 22.22   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/72 
16:45:08 #14 22.32   Installing       : systemd-devel-239-45.el8_4.3.x86_64                  48/72 
16:45:08 #14 22.35   Installing       : vim-filesystem-2:8.0.1763-15.el8.noarch              49/72 
16:45:08 #14 22.36   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  50/72 
16:45:08 
16:45:08 #26 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:45:08 #26 sha256:d7c876fa3fa93d83cc1a8165568937e2c44e41b2167e3128b9b7d51ae890c742
16:45:08 #14 22.43   Installing       : automake-1.16.1-7.el8.noarch                         51/72 
16:45:08 #14 22.45   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   52/72 
16:45:08 #14 22.47   Installing       : perl-Error-1:0.17025-2.el8.noarch                    53/72 
16:45:08 #14 22.48   Installing       : perl-Git-2.27.0-1.el8.noarch                         54/72 
16:45:08 #14 22.51   Installing       : git-2.27.0-1.el8.x86_64                              55/72 
16:45:08 #14 22.54   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        56/72 
16:45:09 #14 22.88   Installing       : cmake-data-3.18.2-11.el8_4.noarch                    57/72 
16:45:09 #14 23.90   Installing       : cmake-3.18.2-11.el8_4.x86_64                         58/72 
16:45:09 #14 24.01   Installing       : isl-0.16.1-6.el8.x86_64                              59/72 
16:45:11 #14 24.02   Running scriptlet: isl-0.16.1-6.el8.x86_64                              59/72 
16:45:11 #14 25.78   Installing       : gcc-8.4.1-1.el8.x86_64                               60/72 
16:45:11 #14 25.81   Running scriptlet: gcc-8.4.1-1.el8.x86_64                               60/72 
16:45:11 #14 25.85   Installing       : annobin-9.50-1.el8.x86_64                            61/72 
16:45:11 #14 25.93   Installing       : libtool-2.4.6-25.el8.x86_64                          62/72 
16:45:11 #14 25.94   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          62/72 
16:45:11 #14 25.96   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               63/72 
16:45:11 #14 25.98   Installing       : device-mapper-devel-8:1.02.175-5.el8.x86_64          64/72 
16:45:12 #14 26.20   Upgrading        : systemd-udev-239-45.el8_4.3.x86_64                   65/72 
16:45:12 #14 26.22   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   65/72 
16:45:12 #14 26.45   Installing       : which-2.21-12.el8.x86_64                             66/72 
16:45:12 #14 26.48   Installing       : libseccomp-devel-2.5.1-1.el8.x86_64                  67/72 
16:45:12 #14 26.50   Cleanup          : systemd-udev-239-45.el8.x86_64                       68/72 
16:45:12 #14 26.50   Running scriptlet: systemd-udev-239-45.el8.x86_64                       68/72 
16:45:12 #14 26.54   Running scriptlet: systemd-239-45.el8.x86_64                            69/72 
16:45:12 #14 26.56   Cleanup          : systemd-239-45.el8.x86_64                            69/72 
16:45:12 #14 26.60   Cleanup          : systemd-libs-239-45.el8.x86_64                       70/72 
16:45:12 #14 26.62   Cleanup          : bash-4.4.19-14.el8.x86_64                            71/72 
16:45:12 #14 26.62   Running scriptlet: bash-4.4.19-14.el8.x86_64                            71/72 
16:45:12 #14 26.63   Cleanup          : systemd-pam-239-45.el8.x86_64                        72/72 
16:45:12 #14 26.65   Running scriptlet: systemd-pam-239-45.el8.x86_64                        72/72 
16:45:12 #14 26.85   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        72/72 
16:45:12 #14 26.89   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   72/72 
16:45:12 #14 26.96   Verifying        : annobin-9.50-1.el8.x86_64                             1/72 
16:45:12 #14 26.96   Verifying        : autoconf-2.69-27.el8.noarch                           2/72 
16:45:12 #14 26.96   Verifying        : automake-1.16.1-7.el8.noarch                          3/72 
16:45:12 #14 26.96   Verifying        : cmake-3.18.2-11.el8_4.x86_64                          4/72 
16:45:12 #14 26.96   Verifying        : cmake-data-3.18.2-11.el8_4.noarch                     5/72 
16:45:12 #14 26.96   Verifying        : cmake-filesystem-3.18.2-11.el8_4.x86_64               6/72 
16:45:12 #14 26.96   Verifying        : cmake-rpm-macros-3.18.2-11.el8_4.noarch               7/72 
16:45:12 #14 26.96   Verifying        : cpp-8.4.1-1.el8.x86_64                                8/72 
16:45:12 #14 26.96   Verifying        : gcc-8.4.1-1.el8.x86_64                                9/72 
16:45:12 #14 26.96   Verifying        : git-2.27.0-1.el8.x86_64                              10/72 
16:45:12 #14 26.96   Verifying        : git-core-2.27.0-1.el8.x86_64                         11/72 
16:45:12 #14 26.96   Verifying        : git-core-doc-2.27.0-1.el8.noarch                     12/72 
16:45:12 #14 26.96   Verifying        : isl-0.16.1-6.el8.x86_64                              13/72 
16:45:12 #14 26.96   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          14/72 
16:45:12 #14 26.96   Verifying        : libseccomp-devel-2.5.1-1.el8.x86_64                  15/72 
16:45:12 #14 26.96   Verifying        : libtool-2.4.6-25.el8.x86_64                          16/72 
16:45:12 #14 26.96   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               17/72 
16:45:12 #14 26.96   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        18/72 
16:45:12 #14 26.96   Verifying        : libxkbcommon-0.9.1-1.el8.x86_64                      19/72 
16:45:12 #14 26.96   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    20/72 
16:45:12 #14 26.96   Verifying        : perl-Git-2.27.0-1.el8.noarch                         21/72 
16:45:12 #14 26.96   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   22/72 
16:45:12 #14 26.96   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  23/72 
16:45:12 #14 26.96   Verifying        : vim-filesystem-2:8.0.1763-15.el8.noarch              24/72 
16:45:12 #14 26.96   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   25/72 
16:45:12 #14 26.96   Verifying        : checkpolicy-2.9-1.el8.x86_64                         26/72 
16:45:12 #14 26.96   Verifying        : glibc-devel-2.28-151.el8.x86_64                      27/72 
16:45:12 #14 26.96   Verifying        : glibc-headers-2.28-151.el8.x86_64                    28/72 
16:45:12 #14 26.96   Verifying        : kbd-2.0.4-10.el8.x86_64                              29/72 
16:45:12 #14 26.96   Verifying        : kbd-legacy-2.0.4-10.el8.noarch                       30/72 
16:45:12 #14 26.96   Verifying        : kbd-misc-2.0.4-10.el8.noarch                         31/72 
16:45:12 #14 26.96   Verifying        : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          32/72 
16:45:12 #14 26.96   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                33/72 
16:45:12 #14 26.96   Verifying        : libgomp-8.4.1-1.el8.x86_64                           34/72 
16:45:12 #14 26.96   Verifying        : libselinux-devel-2.9-5.el8.x86_64                    35/72 
16:45:12 #14 26.96   Verifying        : libselinux-utils-2.9-5.el8.x86_64                    36/72 
16:45:12 #14 26.96   Verifying        : libsepol-devel-2.9-2.el8.x86_64                      37/72 
16:45:12 #14 26.96   Verifying        : libxcrypt-devel-4.1.1-4.el8.x86_64                   38/72 
16:45:12 #14 26.96   Verifying        : m4-1.4.18-7.el8.x86_64                               39/72 
16:45:12 #14 26.96   Verifying        : make-1:4.2.1-10.el8.x86_64                           40/72 
16:45:12 #14 26.96   Verifying        : openssh-8.0p1-6.el8_4.2.x86_64                       41/72 
16:45:12 #14 26.96   Verifying        : openssh-clients-8.0p1-6.el8_4.2.x86_64               42/72 
16:45:12 #14 26.96   Verifying        : pcre2-devel-10.32-2.el8.x86_64                       43/72 
16:45:12 #14 26.96   Verifying        : pcre2-utf16-10.32-2.el8.x86_64                       44/72 
16:45:12 #14 26.96   Verifying        : pcre2-utf32-10.32-2.el8.x86_64                       45/72 
16:45:12 #14 26.96   Verifying        : policycoreutils-2.9-14.el8.x86_64                    46/72 
16:45:12 #14 26.96   Verifying        : policycoreutils-devel-2.9-14.el8.x86_64              47/72 
16:45:12 #14 26.96   Verifying        : policycoreutils-python-utils-2.9-14.el8.noarch       48/72 
16:45:12 #14 26.96   Verifying        : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   49/72 
16:45:12 #14 26.96   Verifying        : python3-libselinux-2.9-5.el8.x86_64                  50/72 
16:45:12 #14 26.96   Verifying        : python3-libsemanage-2.9-6.el8.x86_64                 51/72 
16:45:12 #14 26.96   Verifying        : python3-policycoreutils-2.9-14.el8.noarch            52/72 
16:45:12 #14 26.96   Verifying        : python3-setools-4.3.0-2.el8.x86_64                   53/72 
16:45:12 #14 26.96   Verifying        : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            54/72 
16:45:12 #14 26.96   Verifying        : selinux-policy-3.14.3-67.el8_4.1.noarch              55/72 
16:45:12 #14 26.96   Verifying        : selinux-policy-devel-3.14.3-67.el8_4.1.noarch        56/72 
16:45:12 #14 26.96   Verifying        : selinux-policy-minimum-3.14.3-67.el8_4.1.noarch      57/72 
16:45:12 #14 26.96   Verifying        : systemd-devel-239-45.el8_4.3.x86_64                  58/72 
16:45:12 #14 26.96   Verifying        : which-2.21-12.el8.x86_64                             59/72 
16:45:12 #14 26.96   Verifying        : device-mapper-devel-8:1.02.175-5.el8.x86_64          60/72 
16:45:12 #14 26.96   Verifying        : glibc-static-2.28-151.el8.x86_64                     61/72 
16:45:12 #14 26.96   Verifying        : libxcrypt-static-4.1.1-4.el8.x86_64                  62/72 
16:45:12 #14 26.96   Verifying        : bash-4.4.20-1.el8_4.x86_64                           63/72 
16:45:12 #14 26.96   Verifying        : bash-4.4.19-14.el8.x86_64                            64/72 
16:45:12 #14 26.96   Verifying        : systemd-239-45.el8_4.3.x86_64                        65/72 
16:45:12 #14 26.96   Verifying        : systemd-239-45.el8.x86_64                            66/72 
16:45:12 #14 26.96   Verifying        : systemd-libs-239-45.el8_4.3.x86_64                   67/72 
16:45:12 #14 26.96   Verifying        : systemd-libs-239-45.el8.x86_64                       68/72 
16:45:12 #14 26.96   Verifying        : systemd-pam-239-45.el8_4.3.x86_64                    69/72 
16:45:12 #14 26.96   Verifying        : systemd-pam-239-45.el8.x86_64                        70/72 
16:45:12 #14 26.96   Verifying        : systemd-udev-239-45.el8_4.3.x86_64                   71/72 
16:45:13 #14 26.96   Verifying        : systemd-udev-239-45.el8.x86_64                       72/72 
16:45:13 #14 27.60 
16:45:13 #14 27.60 Upgraded:
16:45:13 #14 27.60   bash-4.4.20-1.el8_4.x86_64              systemd-239-45.el8_4.3.x86_64         
16:45:13 #14 27.60   systemd-libs-239-45.el8_4.3.x86_64      systemd-pam-239-45.el8_4.3.x86_64     
16:45:13 #14 27.60   systemd-udev-239-45.el8_4.3.x86_64     
16:45:13 #14 27.60 Installed:
16:45:13 #14 27.60   annobin-9.50-1.el8.x86_64                                                     
16:45:13 #14 27.60   autoconf-2.69-27.el8.noarch                                                   
16:45:13 #14 27.60   automake-1.16.1-7.el8.noarch                                                  
16:45:13 #14 27.60   checkpolicy-2.9-1.el8.x86_64                                                  
16:45:13 #14 27.60   cmake-3.18.2-11.el8_4.x86_64                                                  
16:45:13 #14 27.60   cmake-data-3.18.2-11.el8_4.noarch                                             
16:45:13 #14 27.60   cmake-filesystem-3.18.2-11.el8_4.x86_64                                       
16:45:13 #14 27.60   cmake-rpm-macros-3.18.2-11.el8_4.noarch                                       
16:45:13 #14 27.60   cpp-8.4.1-1.el8.x86_64                                                        
16:45:13 #14 27.60   device-mapper-devel-8:1.02.175-5.el8.x86_64                                   
16:45:13 #14 27.60   gcc-8.4.1-1.el8.x86_64                                                        
16:45:13 #14 27.60   git-2.27.0-1.el8.x86_64                                                       
16:45:13 #14 27.60   git-core-2.27.0-1.el8.x86_64                                                  
16:45:13 #14 27.60   git-core-doc-2.27.0-1.el8.noarch                                              
16:45:13 #14 27.60   glibc-devel-2.28-151.el8.x86_64                                               
16:45:13 #14 27.60   glibc-headers-2.28-151.el8.x86_64                                             
16:45:13 #14 27.60   glibc-static-2.28-151.el8.x86_64                                              
16:45:13 #14 27.60   isl-0.16.1-6.el8.x86_64                                                       
16:45:13 #14 27.60   kbd-2.0.4-10.el8.x86_64                                                       
16:45:13 #14 27.60   kbd-legacy-2.0.4-10.el8.noarch                                                
16:45:13 #14 27.60   kbd-misc-2.0.4-10.el8.noarch                                                  
16:45:13 #14 27.60   kernel-headers-4.18.0-305.19.1.el8_4.x86_64                                   
16:45:13 #14 27.60   libedit-3.1-23.20170329cvs.el8.x86_64                                         
16:45:13 #14 27.60   libgomp-8.4.1-1.el8.x86_64                                                    
16:45:13 #14 27.60   libmpc-1.1.0-9.1.el8.x86_64                                                   
16:45:13 #14 27.60   libseccomp-devel-2.5.1-1.el8.x86_64                                           
16:45:13 #14 27.60   libselinux-devel-2.9-5.el8.x86_64                                             
16:45:13 #14 27.60   libselinux-utils-2.9-5.el8.x86_64                                             
16:45:13 #14 27.60   libsepol-devel-2.9-2.el8.x86_64                                               
16:45:13 #14 27.60   libtool-2.4.6-25.el8.x86_64                                                   
16:45:13 #14 27.60   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
16:45:13 #14 27.60   libuv-1:1.41.1-1.el8_4.x86_64                                                 
16:45:13 #14 27.60   libxcrypt-devel-4.1.1-4.el8.x86_64                                            
16:45:13 #14 27.60   libxcrypt-static-4.1.1-4.el8.x86_64                                           
16:45:13 #14 27.60   libxkbcommon-0.9.1-1.el8.x86_64                                               
16:45:13 #14 27.60   m4-1.4.18-7.el8.x86_64                                                        
16:45:13 #14 27.60   make-1:4.2.1-10.el8.x86_64                                                    
16:45:13 #14 27.60   openssh-8.0p1-6.el8_4.2.x86_64                                                
16:45:13 #14 27.60   openssh-clients-8.0p1-6.el8_4.2.x86_64                                        
16:45:13 #14 27.60   pcre2-devel-10.32-2.el8.x86_64                                                
16:45:13 #14 27.60   pcre2-utf16-10.32-2.el8.x86_64                                                
16:45:13 #14 27.60   pcre2-utf32-10.32-2.el8.x86_64                                                
16:45:13 #14 27.60   perl-Error-1:0.17025-2.el8.noarch                                             
16:45:13 #14 27.60   perl-Git-2.27.0-1.el8.noarch                                                  
16:45:13 #14 27.60   perl-TermReadKey-2.37-7.el8.x86_64                                            
16:45:13 #14 27.60   perl-Thread-Queue-3.13-1.el8.noarch                                           
16:45:13 #14 27.60   policycoreutils-2.9-14.el8.x86_64                                             
16:45:13 #14 27.60   policycoreutils-devel-2.9-14.el8.x86_64                                       
16:45:13 #14 27.60   policycoreutils-python-utils-2.9-14.el8.noarch                                
16:45:13 #14 27.60   python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64                          
16:45:13 #14 27.60   python3-libselinux-2.9-5.el8.x86_64                                           
16:45:13 #14 27.60   python3-libsemanage-2.9-6.el8.x86_64                                          
16:45:13 #14 27.60   python3-policycoreutils-2.9-14.el8.noarch                                     
16:45:13 #14 27.60   python3-setools-4.3.0-2.el8.x86_64                                            
16:45:13 #14 27.60   rpm-plugin-selinux-4.14.3-14.el8_4.x86_64                                     
16:45:13 #14 27.60   selinux-policy-3.14.3-67.el8_4.1.noarch                                       
16:45:13 #14 27.60   selinux-policy-devel-3.14.3-67.el8_4.1.noarch                                 
16:45:13 #14 27.60   selinux-policy-minimum-3.14.3-67.el8_4.1.noarch                               
16:45:13 #14 27.60   systemd-devel-239-45.el8_4.3.x86_64                                           
16:45:13 #14 27.60   vim-filesystem-2:8.0.1763-15.el8.noarch                                       
16:45:13 #14 27.60   which-2.21-12.el8.x86_64                                                      
16:45:13 #14 27.60   xkeyboard-config-2.28-1.el8.noarch                                            
16:45:13 #14 27.60 
16:45:13 #14 27.60 Complete!
16:45:14 #14 DONE 28.3s
16:45:14 
16:45:14 #16 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
16:45:14 #16 sha256:fce3bef5d88d272bef8c83e2a8e83d8f7d06351ef8524c9ccd7f6b1a0886f8e0
16:45:15 #16 DONE 1.6s
16:45:15 
16:45:15 #17 [stage-1 9/9] WORKDIR /root/rpmbuild
16:45:15 #17 sha256:27f1202d544eb90ce31e3a53ae59d9390984bd1577ebf48f6fae5f1ae566d05a
16:45:15 #17 DONE 0.0s
16:45:15 
16:45:15 #18 exporting to image
16:45:15 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:45:15 #18 exporting layers
16:45:16 #26 7.258 Building static docker-darwin-arm64
16:45:18 #26 ...
16:45:18 
16:45:18 #22 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:45:18 #22 sha256:3765c7fb8e2e52755789fa628eeb080f5e268be5cbe474cf776b59a9a5619ecb
16:45:18 #22 7.238 Building static docker-darwin-amd64
16:45:19  dpkg-genbuildinfo
16:45:19  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes
16:45:20 dpkg-genchanges: info: including full source code in upload
16:45:20  dpkg-source -I.git --after-build .
16:45:20 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
16:45:20 + destination=/build
16:45:20 + mkdir -p /build
16:45:20 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb /root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb /build
16:45:20 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:20 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:20 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:20 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:20 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc'
16:45:20 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc'
16:45:20 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz'
16:45:20 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz'
16:45:20 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.buildinfo'
16:45:20 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.buildinfo'
16:45:20 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes'
16:45:20 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes'
16:45:20 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:20 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:20 copied '/root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'
16:45:20 removed '/root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'
16:45:21 #18 exporting layers 4.8s done
16:45:21 #18 writing image sha256:171d168a8a367aa15dbc2bf9b094e2daea762ef93892709a401bde085725e090 done
16:45:21 #18 naming to docker.io/rpmbuild-centos-8/x86_64 done
16:45:21 #18 DONE 4.8s
16:45:21 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli e3023ca' --define '_gitcommit_engine 5176095' --define '_release 0' --define '_version 0.0.0.20210916145224.e3023ca' --define '_origversion 0.0.0-20210916145224-e3023ca' --define '_scan_rpm_version 0.8.0' --define '_scan_version v0.8.0' --define '_scan_gitcommit 35651ca' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
16:45:21 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MsEDLh
16:45:21 + umask 022
16:45:21 + cd /root/rpmbuild/BUILD
16:45:21 + cd /root/rpmbuild/BUILD
16:45:21 + rm -rf src
16:45:21 + /usr/bin/mkdir -p src
16:45:21 + cd src
16:45:21 + /usr/bin/tar -xof -
16:45:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:45:21 + STATUS=0
16:45:21 + '[' 0 -ne 0 ']'
16:45:21 + /usr/bin/tar -xof -
16:45:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:45:22 + STATUS=0
16:45:22 + '[' 0 -ne 0 ']'
16:45:22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:45:22 + exit 0
16:45:22 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8WE0Rg
16:45:22 + umask 022
16:45:22 + cd /root/rpmbuild/BUILD
16:45:22 + cd src
16:45:22 + export DOCKER_GITCOMMIT=5176095
16:45:22 + DOCKER_GITCOMMIT=5176095
16:45:22 + mkdir -p /go/src/github.com/docker
16:45:22 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:45:22 + DOCKER_BUILDTAGS+=' exclude_graphdriver_btrfs'
16:45:22 + export DOCKER_BUILDTAGS
16:45:22 + pushd /root/rpmbuild/BUILD/src/engine
16:45:22 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
16:45:22 + TMP_GOPATH=/go
16:45:22 + hack/dockerfile/install/install.sh tini
16:45:22 + RM_GOPATH=0
16:45:22 + TMP_GOPATH=/go
16:45:22 + : /usr/local/bin
16:45:22 + '[' -z /go ']'
16:45:22 + export GOPATH=/go
16:45:22 + GOPATH=/go
16:45:22 + case "$(go env GOARCH)" in
16:45:22 ++ go env GOARCH
16:45:22 + export GO_BUILDMODE=-buildmode=pie
16:45:22 + GO_BUILDMODE=-buildmode=pie
16:45:22 ++ dirname hack/dockerfile/install/install.sh
16:45:22 + dir=hack/dockerfile/install
16:45:22 + bin=tini
16:45:22 + shift
16:45:22 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:45:22 + . hack/dockerfile/install/tini.installer
16:45:22 ++ : v0.19.0
16:45:22 Install tini version v0.19.0
16:45:22 + install_tini
16:45:22 + echo 'Install tini version v0.19.0'
16:45:22 + git clone https://github.com/krallin/tini.git /go/tini
16:45:22 Cloning into '/go/tini'...
16:45:22 + cd /go/tini
16:45:22 + git checkout -q v0.19.0
16:45:22 + cmake .
16:45:22 -- The C compiler identification is GNU 8.4.1
16:45:22 -- Detecting C compiler ABI info
16:45:22 -- Detecting C compiler ABI info - done
16:45:22 -- Check for working C compiler: /usr/bin/cc - skipped
16:45:22 -- Detecting C compile features
16:45:22 -- Detecting C compile features - done
16:45:22 -- Performing Test HAS_BUILTIN_FORTIFY
16:45:22 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:45:22 -- Configuring done
16:45:22 -- Generating done
16:45:22 -- Build files have been written to: /go/tini
16:45:22 + make tini-static
16:45:22 Scanning dependencies of target tini-static
16:45:22 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:45:22 [100%] Linking C executable tini-static
16:45:22 [100%] Built target tini-static
16:45:22 + mkdir -p /usr/local/bin
16:45:22 + cp tini-static /usr/local/bin/docker-init
16:45:22 + VERSION=0.0.0-20210916145224-e3023ca
16:45:22 + PRODUCT=docker
16:45:22 + hack/make.sh dynbinary
16:45:22 
16:45:22 Removing bundles/
16:45:22 
16:45:22 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:45:22 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:45:22 GOOS="" GOARCH="" GOARM=""
16:45:23 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
16:45:24 == Building packages for ubuntu-hirsute ==
16:45:24 mkdir -p "debbuild/ubuntu-hirsute"
16:45:24 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-hirsute/x86_64 -f ubuntu-hirsute/Dockerfile .
16:45:24 #1 [internal] load build definition from Dockerfile
16:45:24 #1 sha256:2e3c16b30d2cbcfd5fc523e2065934c9a9a4a775b9a4ec48e560e117d7834a44
16:45:24 #1 transferring dockerfile: 1.22kB done
16:45:24 #1 DONE 0.0s
16:45:24 
16:45:24 #2 [internal] load .dockerignore
16:45:24 #2 sha256:6d373da47201975a3174ff7e649131cc3d410de3162d13fe110dfcee17de3ae5
16:45:24 #2 transferring context: 2B done
16:45:24 #2 DONE 0.0s
16:45:24 
16:45:24 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
16:45:24 #5 sha256:8ffd44455dbbf61a8289d1c818f259d2482f93dc8da813c7778cbf938f86055e
16:45:24 #5 DONE 0.0s
16:45:24 
16:45:24 #6 [auth] library/golang:pull token for registry-1.docker.io
16:45:24 #6 sha256:9d00d40d14d964bb0685da683294e6d8b0a9995bf8aefd68b139048a33792db0
16:45:24 #6 DONE 0.0s
16:45:24 
16:45:24 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:45:24 #4 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:45:24 #4 DONE 0.2s
16:45:24 
16:45:24 #3 [internal] load metadata for docker.io/library/ubuntu:hirsute
16:45:24 #3 sha256:4e2b45bdbcc0cac28506a4b9f369177f0116286e15d2650bc444a6032daf6994
16:45:24 #3 DONE 0.3s
16:45:24 
16:45:24 #10 [internal] load build context
16:45:24 #10 sha256:e922daea3c250e417d2f05132f0b2f680f5fb4916082c37daa17ab1db76fc551
16:45:24 #10 transferring context: 756B done
16:45:24 #10 DONE 0.0s
16:45:24 
16:45:24 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:45:24 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:45:24 #14 CACHED
16:45:24 
16:45:24 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:hirsute@sha256:d5f1676ce05cd3251b583f19dad1793f9ab499baf463e730e494a640d6c77c2c
16:45:24 #7 sha256:df1426df9be7c4ec048881c80006338ae6db2b198dc52dea1a913cc69c93fcb3
16:45:24 #7 resolve docker.io/library/ubuntu:hirsute@sha256:d5f1676ce05cd3251b583f19dad1793f9ab499baf463e730e494a640d6c77c2c 0.0s done
16:45:24 #7 sha256:d5f1676ce05cd3251b583f19dad1793f9ab499baf463e730e494a640d6c77c2c 1.42kB / 1.42kB done
16:45:24 #7 sha256:e082dd99faca91acb1f43347bf8b50ac9b9d2fdcc72253e29fe65b6b1eb1445d 529B / 529B done
16:45:24 #7 sha256:e5ec58a9f549152a0f6b20681d5c1b981f95b9ed453248a2ee356b2f648376e1 1.46kB / 1.46kB done
16:45:24 #7 sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 15.73MB / 31.70MB 0.2s
16:45:25 #7 sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 26.21MB / 31.70MB 0.3s
16:45:25 #7 sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 31.70MB / 31.70MB 0.4s
16:45:25 #7 sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 31.70MB / 31.70MB 0.6s done
16:45:25 #7 extracting sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92
16:45:26 #7 extracting sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 1.1s done
16:45:26 #7 DONE 1.9s
16:45:26 
16:45:26 #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
16:45:26 #8 sha256:91a7bf46dec2b51e213d1e35f4172d40080eebefebdadd1870357c857156e6d5
16:45:27 #8 DONE 0.6s
16:45:27 
16:45:27 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:45:27 #9 sha256:4fbdc07b3897f53a6b8abc1ea66269a11a54b92e7558c9a089f46777aa140d08
16:45:27 #9 0.757 Get:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease [110 kB]
16:45:28 #9 0.867 Get:2 http://archive.ubuntu.com/ubuntu hirsute InRelease [269 kB]
16:45:28 #9 0.874 Get:3 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 Packages [262 kB]
16:45:28 #9 0.915 Get:4 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 Packages [296 kB]
16:45:28 #9 0.921 Get:5 http://security.ubuntu.com/ubuntu hirsute-security/multiverse amd64 Packages [3640 B]
16:45:28 #9 0.922 Get:6 http://security.ubuntu.com/ubuntu hirsute-security/restricted amd64 Packages [228 kB]
16:45:28 #9 1.267 Get:7 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease [115 kB]
16:45:28 #9 1.376 Get:8 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease [101 kB]
16:45:28 #9 1.469 Get:9 http://archive.ubuntu.com/ubuntu hirsute/restricted amd64 Packages [111 kB]
16:45:28 #9 1.489 Get:10 http://archive.ubuntu.com/ubuntu hirsute/multiverse amd64 Packages [252 kB]
16:45:28 #9 1.505 Get:11 http://archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages [16.8 MB]
16:45:29 #9 2.437 Get:12 http://archive.ubuntu.com/ubuntu hirsute/main amd64 Packages [1791 kB]
16:45:29 #9 2.494 Get:13 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 Packages [450 kB]
16:45:29 #9 2.517 Get:14 http://archive.ubuntu.com/ubuntu hirsute-updates/multiverse amd64 Packages [8165 B]
16:45:29 #9 2.518 Get:15 http://archive.ubuntu.com/ubuntu hirsute-updates/restricted amd64 Packages [231 kB]
16:45:29 #9 2.527 Get:16 http://archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 Packages [357 kB]
16:45:29 #9 2.544 Get:17 http://archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 Packages [3950 B]
16:45:30 #9 3.394 Fetched 21.4 MB in 3s (7303 kB/s)
16:45:31 #9 3.394 Reading package lists...
16:45:31 #9 4.047 Reading package lists...
16:45:31 #9 4.665 Building dependency tree...
16:45:31 #9 4.796 Reading state information...
16:45:32 #9 4.955 The following additional packages will be installed:
16:45:32 #9 4.955   autoconf automake autopoint autotools-dev binutils binutils-common
16:45:32 #9 4.955   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
16:45:32 #9 4.955   ca-certificates cpp cpp-10 dctrl-tools debhelper debugedit dh-autoreconf
16:45:32 #9 4.956   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
16:45:32 #9 4.956   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
16:45:32 #9 4.956   gcc-10-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
16:45:32 #9 4.956   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
16:45:32 #9 4.956   intltool-debian iso-codes less libalgorithm-diff-perl
16:45:32 #9 4.956   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
16:45:32 #9 4.956   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
16:45:32 #9 4.956   libarray-intspan-perl libasan6 libasn1-8-heimdal libassuan0 libatomic1
16:45:32 #9 4.956   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
16:45:32 #9 4.956   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
16:45:32 #9 4.956   libcapture-tiny-perl libcbor0.6 libcc1-0 libclass-data-inheritable-perl
16:45:32 #9 4.956   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
16:45:32 #9 4.956   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
16:45:32 #9 4.956   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
16:45:32 #9 4.956   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
16:45:32 #9 4.956   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
16:45:32 #9 4.956   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
16:45:32 #9 4.956   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
16:45:32 #9 4.956   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
16:45:32 #9 4.956   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
16:45:32 #9 4.956   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
16:45:32 #9 4.956   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
16:45:32 #9 4.956   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
16:45:32 #9 4.956   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
16:45:32 #9 4.956   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-10-dev
16:45:32 #9 4.956   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
16:45:32 #9 4.956   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
16:45:32 #9 4.956   libgssapi3-heimdal libhash-fieldhash-perl libhcrypto4-heimdal
16:45:32 #9 4.956   libheimbase1-heimdal libheimntlm0-heimdal libhtml-form-perl
16:45:32 #9 4.956   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
16:45:32 #9 4.956   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
16:45:32 #9 4.956   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
16:45:32 #9 4.956   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhx509-5-heimdal
16:45:32 #9 4.956   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
16:45:32 #9 4.956   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
16:45:32 #9 4.956   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
16:45:32 #9 4.956   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
16:45:32 #9 4.957   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl
16:45:32 #9 4.957   libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common
16:45:32 #9 4.957   liblist-compare-perl liblist-moreutils-perl liblist-moreutils-xs-perl
16:45:32 #9 4.957   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
16:45:32 #9 4.957   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
16:45:32 #9 4.957   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
16:45:32 #9 4.957   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
16:45:32 #9 4.957   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
16:45:32 #9 4.957   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
16:45:32 #9 4.957   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
16:45:32 #9 4.957   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
16:45:32 #9 4.957   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
16:45:32 #9 4.957   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
16:45:32 #9 4.957   libnumber-range-perl libobject-id-perl libpackage-stash-perl
16:45:32 #9 4.957   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
16:45:32 #9 4.957   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
16:45:32 #9 4.957   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
16:45:32 #9 4.957   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
16:45:32 #9 4.957   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
16:45:32 #9 4.957   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
16:45:32 #9 4.957   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
16:45:32 #9 4.957   libregexp-pattern-perl libroken18-heimdal librole-tiny-perl librtmp1
16:45:32 #9 4.957   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
16:45:32 #9 4.957   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
16:45:32 #9 4.957   libsqlite3-0 libssh-4 libstdc++-10-dev libstrictures-perl
16:45:32 #9 4.957   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
16:45:32 #9 4.957   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
16:45:32 #9 4.957   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
16:45:32 #9 4.957   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
16:45:32 #9 4.957   libtext-levenshteinxs-perl libtext-markdown-discount-perl
16:45:32 #9 4.957   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
16:45:32 #9 4.957   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
16:45:32 #9 4.957   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
16:45:32 #9 4.957   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
16:45:32 #9 4.957   libvariable-magic-perl libwant-perl libwebp6 libwind0-heimdal libwww-perl
16:45:32 #9 4.957   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
16:45:32 #9 4.957   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
16:45:32 #9 4.957   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
16:45:32 #9 4.957   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:45:32 #9 4.957   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
16:45:32 #9 4.958   media-types netbase openssh-client openssl patch patchutils perl
16:45:32 #9 4.958   perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf
16:45:32 #9 4.958   publicsuffix python-apt-common python3 python3-apt python3-certifi
16:45:32 #9 4.958   python3-chardet python3-debian python3-gpg python3-idna python3-magic
16:45:32 #9 4.958   python3-minimal python3-pkg-resources python3-requests python3-six
16:45:32 #9 4.958   python3-unidiff python3-urllib3 python3-xdg python3.9 python3.9-minimal
16:45:32 #9 4.958   readline-common rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth
16:45:32 #9 4.958   xz-utils
16:45:32 #9 4.959 Suggested packages:
16:45:32 #9 4.959   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
16:45:32 #9 4.959   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
16:45:32 #9 4.959   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
16:45:32 #9 4.959   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
16:45:32 #9 4.959   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
16:45:32 #9 4.959   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
16:45:32 #9 4.959   postgresql-client pristine-lfs pristine-tar quilt ratt reprotest
16:45:32 #9 4.959   svn-buildpackage w3m debian-keyring libsoap-lite-perl dbus-user-session
16:45:32 #9 4.959   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
16:45:32 #9 4.959   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
16:45:32 #9 4.959   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
16:45:32 #9 4.959   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
16:45:32 #9 4.959   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
16:45:32 #9 4.959   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
16:45:32 #9 4.959   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
16:45:32 #9 4.959   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
16:45:32 #9 4.959   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
16:45:32 #9 4.959   libstdc++-10-doc libbareword-filehandles-perl libindirect-perl
16:45:32 #9 4.959   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
16:45:32 #9 4.959   libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
16:45:32 #9 4.959   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
16:45:32 #9 4.959   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
16:45:32 #9 4.959   diffutils-doc perl-doc libterm-readline-gnu-perl
16:45:32 #9 4.959   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
16:45:32 #9 4.959   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
16:45:32 #9 4.959   python-apt-doc python3-setuptools python3-cryptography python3-openssl
16:45:32 #9 4.959   python3-socks python-requests-doc python3.9-venv python3.9-doc
16:45:32 #9 4.959   binfmt-support readline-doc zip wdiff-doc
16:45:32 #9 5.221 The following NEW packages will be installed:
16:45:32 #9 5.221   autoconf automake autopoint autotools-dev binutils binutils-common
16:45:32 #9 5.221   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
16:45:32 #9 5.221   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debugedit devscripts
16:45:32 #9 5.221   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
16:45:32 #9 5.221   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
16:45:32 #9 5.221   g++ g++-10 gcc gcc-10 gcc-10-base gettext gettext-base git git-man gnupg
16:45:32 #9 5.221   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
16:45:32 #9 5.222   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
16:45:32 #9 5.222   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
16:45:32 #9 5.222   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
16:45:32 #9 5.222   libarray-intspan-perl libasan6 libasn1-8-heimdal libassuan0 libatomic1
16:45:32 #9 5.222   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
16:45:32 #9 5.222   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
16:45:32 #9 5.222   libcapture-tiny-perl libcbor0.6 libcc1-0 libclass-data-inheritable-perl
16:45:32 #9 5.222   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
16:45:32 #9 5.222   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
16:45:32 #9 5.222   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
16:45:32 #9 5.222   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
16:45:32 #9 5.222   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
16:45:32 #9 5.222   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
16:45:32 #9 5.222   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
16:45:32 #9 5.222   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
16:45:32 #9 5.222   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
16:45:32 #9 5.222   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
16:45:32 #9 5.222   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
16:45:32 #9 5.222   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
16:45:32 #9 5.222   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
16:45:32 #9 5.222   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-10-dev
16:45:32 #9 5.222   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
16:45:32 #9 5.222   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
16:45:32 #9 5.222   libgssapi3-heimdal libhash-fieldhash-perl libhcrypto4-heimdal
16:45:32 #9 5.222   libheimbase1-heimdal libheimntlm0-heimdal libhtml-form-perl
16:45:32 #9 5.222   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
16:45:32 #9 5.222   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
16:45:32 #9 5.222   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
16:45:32 #9 5.222   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhx509-5-heimdal
16:45:32 #9 5.222   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
16:45:32 #9 5.222   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
16:45:32 #9 5.222   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
16:45:32 #9 5.222   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
16:45:32 #9 5.222   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl
16:45:32 #9 5.222   libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common
16:45:32 #9 5.222   liblist-compare-perl liblist-moreutils-perl liblist-moreutils-xs-perl
16:45:32 #9 5.222   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
16:45:32 #9 5.222   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
16:45:32 #9 5.222   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
16:45:32 #9 5.222   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
16:45:32 #9 5.222   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
16:45:32 #9 5.222   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
16:45:32 #9 5.222   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
16:45:32 #9 5.222   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
16:45:32 #9 5.222   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
16:45:32 #9 5.222   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
16:45:32 #9 5.222   libnumber-range-perl libobject-id-perl libpackage-stash-perl
16:45:32 #9 5.222   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
16:45:32 #9 5.222   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
16:45:32 #9 5.222   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
16:45:32 #9 5.222   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
16:45:32 #9 5.222   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
16:45:32 #9 5.222   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
16:45:32 #9 5.222   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
16:45:32 #9 5.223   libregexp-pattern-perl libroken18-heimdal librole-tiny-perl librtmp1
16:45:32 #9 5.223   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
16:45:32 #9 5.223   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
16:45:32 #9 5.223   libsqlite3-0 libssh-4 libstdc++-10-dev libstrictures-perl
16:45:32 #9 5.223   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
16:45:32 #9 5.223   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
16:45:32 #9 5.223   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
16:45:32 #9 5.223   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
16:45:32 #9 5.223   libtext-levenshteinxs-perl libtext-markdown-discount-perl
16:45:32 #9 5.223   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
16:45:32 #9 5.223   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
16:45:32 #9 5.223   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
16:45:32 #9 5.223   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
16:45:32 #9 5.223   libvariable-magic-perl libwant-perl libwebp6 libwind0-heimdal libwww-perl
16:45:32 #9 5.223   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
16:45:32 #9 5.223   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
16:45:32 #9 5.223   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
16:45:32 #9 5.223   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:45:32 #9 5.223   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
16:45:32 #9 5.223   media-types netbase openssh-client openssl patch patchutils perl
16:45:32 #9 5.223   perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf
16:45:32 #9 5.223   publicsuffix python-apt-common python3 python3-apt python3-certifi
16:45:32 #9 5.223   python3-chardet python3-debian python3-gpg python3-idna python3-magic
16:45:32 #9 5.223   python3-minimal python3-pkg-resources python3-requests python3-six
16:45:32 #9 5.223   python3-unidiff python3-urllib3 python3-xdg python3.9 python3.9-minimal
16:45:32 #9 5.223   readline-common rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth
16:45:32 #9 5.223   xz-utils
16:45:32 #9 5.646 0 upgraded, 372 newly installed, 0 to remove and 3 not upgraded.
16:45:32 #9 5.646 Need to get 118 MB of archives.
16:45:32 #9 5.646 After this operation, 486 MB of additional disk space will be used.
16:45:32 #9 5.646 Get:1 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblocale-gettext-perl amd64 1.07-4build1 [16.9 kB]
16:45:32 #9 5.797 Get:2 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libpython3.9-minimal amd64 3.9.5-3~21.04 [756 kB]
16:45:33 #9 6.157 Get:3 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexpat1 amd64 2.2.10-2 [76.2 kB]
16:45:33 #9 6.168 Get:4 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3.9-minimal amd64 3.9.5-3~21.04 [1912 kB]
16:45:33 #9 6.293 Get:5 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-minimal amd64 3.9.4-1 [23.7 kB]
16:45:33 #9 6.295 Get:6 http://archive.ubuntu.com/ubuntu hirsute/main amd64 media-types all 4.0.0 [22.2 kB]
16:45:33 #9 6.295 Get:7 http://archive.ubuntu.com/ubuntu hirsute/main amd64 tzdata all 2021a-1ubuntu1 [294 kB]
16:45:33 #9 6.306 Get:8 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpdec3 amd64 2.5.1-2 [79.8 kB]
16:45:33 #9 6.312 Get:9 http://archive.ubuntu.com/ubuntu hirsute/main amd64 readline-common all 8.1-1 [54.1 kB]
16:45:33 #9 6.315 Get:10 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libreadline8 amd64 8.1-1 [137 kB]
16:45:33 #9 6.324 Get:11 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsqlite3-0 amd64 3.34.1-3 [588 kB]
16:45:33 #9 6.353 Get:12 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libpython3.9-stdlib amd64 3.9.5-3~21.04 [1684 kB]
16:45:33 #9 6.434 Get:13 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3.9 amd64 3.9.5-3~21.04 [423 kB]
16:45:33 #9 6.450 Get:14 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpython3-stdlib amd64 3.9.4-1 [6984 B]
16:45:33 #9 6.450 Get:15 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3 amd64 3.9.4-1 [22.2 kB]
16:45:33 #9 6.453 Get:16 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bsdextrautils amd64 2.36.1-7ubuntu2 [81.6 kB]
16:45:33 #9 6.455 Get:17 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libuchardet0 amd64 0.0.7-1 [68.0 kB]
16:45:33 #9 6.458 Get:18 http://archive.ubuntu.com/ubuntu hirsute/main amd64 groff-base amd64 1.22.4-6 [864 kB]
16:45:33 #9 6.504 Get:19 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgdbm6 amd64 1.19-2 [27.5 kB]
16:45:33 #9 6.506 Get:20 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpipeline1 amd64 1.5.3-1 [27.8 kB]
16:45:33 #9 6.507 Get:21 http://archive.ubuntu.com/ubuntu hirsute/main amd64 man-db amd64 2.9.4-2 [1154 kB]
16:45:33 #9 6.565 Get:22 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 perl-modules-5.32 all 5.32.1-3ubuntu2.1 [2755 kB]
16:45:33 #9 6.696 Get:23 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgdbm-compat4 amd64 1.19-2 [6236 B]
16:45:34 #9 6.697 Get:24 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libperl5.32 amd64 5.32.1-3ubuntu2.1 [4046 kB]
16:45:34 #9 6.895 Get:25 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 perl amd64 5.32.1-3ubuntu2.1 [225 kB]
16:45:34 #9 6.902 Get:26 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 openssl amd64 1.1.1j-1ubuntu3.5 [623 kB]
16:45:34 #9 6.931 Get:27 http://archive.ubuntu.com/ubuntu hirsute/main amd64 ca-certificates all 20210119build1 [147 kB]
16:45:34 #9 6.939 Get:28 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 distro-info-data all 0.46ubuntu4 [5104 B]
16:45:34 #9 6.940 Get:29 http://archive.ubuntu.com/ubuntu hirsute/main amd64 less amd64 551-2 [123 kB]
16:45:34 #9 6.945 Get:30 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmd0 amd64 1.0.3-3build1 [21.5 kB]
16:45:34 #9 6.947 Get:31 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbsd0 amd64 0.11.3-1ubuntu2 [41.1 kB]
16:45:34 #9 6.950 Get:32 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libelf1 amd64 0.183-8 [47.3 kB]
16:45:34 #9 6.950 Get:33 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libicu67 amd64 67.1-6ubuntu2 [8619 kB]
16:45:34 #9 7.381 Get:34 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libxml2 amd64 2.9.10+dfsg-6.3ubuntu0.1 [698 kB]
16:45:34 #9 7.397 Get:35 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
16:45:34 #9 7.400 Get:36 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
16:45:34 #9 7.400 Get:37 http://archive.ubuntu.com/ubuntu hirsute/main amd64 netbase all 6.2 [13.0 kB]
16:45:34 #9 7.401 Get:38 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-pkg-resources all 52.0.0-3 [129 kB]
16:45:34 #9 7.407 Get:39 http://archive.ubuntu.com/ubuntu hirsute/main amd64 ucf all 3.0043 [56.1 kB]
16:45:34 #9 7.411 Get:40 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmagic-mgc amd64 1:5.39-3 [228 kB]
16:45:34 #9 7.420 Get:41 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmagic1 amd64 1:5.39-3 [80.6 kB]
16:45:34 #9 7.425 Get:42 http://archive.ubuntu.com/ubuntu hirsute/main amd64 file amd64 1:5.39-3 [23.7 kB]
16:45:34 #9 7.458 Get:43 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gettext-base amd64 0.21-3ubuntu2 [39.5 kB]
16:45:34 #9 7.533 Get:44 http://archive.ubuntu.com/ubuntu hirsute/main amd64 iso-codes all 4.6.0-1 [2769 kB]
16:45:34 #9 7.654 Get:45 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu3 [21.7 kB]
16:45:34 #9 7.654 Get:46 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libedit2 amd64 3.1-20191231-2 [87.8 kB]
16:45:34 #9 7.657 Get:47 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfido2-1 amd64 1.6.0-2 [53.4 kB]
16:45:34 #9 7.660 Get:48 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpng16-16 amd64 1.6.37-3build3 [184 kB]
16:45:34 #9 7.666 Get:49 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpsl5 amd64 0.21.0-1.2 [53.5 kB]
16:45:34 #9 7.684 Get:50 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxau6 amd64 1:1.0.9-1build3 [7360 B]
16:45:34 #9 7.685 Get:51 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu3 [10.3 kB]
16:45:34 #9 7.685 Get:52 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxcb1 amd64 1.14-3ubuntu1 [45.3 kB]
16:45:34 #9 7.687 Get:53 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libx11-data all 2:1.7.0-2ubuntu0.1 [112 kB]
16:45:34 #9 7.767 Get:54 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libx11-6 amd64 2:1.7.0-2ubuntu0.1 [577 kB]
16:45:35 #9 7.793 Get:55 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxext6 amd64 2:1.3.4-0ubuntu3 [28.9 kB]
16:45:35 #9 7.794 Get:56 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
16:45:35 #9 7.795 Get:57 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 manpages all 5.10-1ubuntu0.1 [1375 kB]
16:45:35 #9 7.861 Get:58 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 openssh-client amd64 1:8.4p1-5ubuntu1.1 [702 kB]
16:45:35 #9 7.895 Get:59 http://archive.ubuntu.com/ubuntu hirsute/main amd64 publicsuffix all 20210108.1309-1 [116 kB]
16:45:35 #9 7.899 Get:60 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python-apt-common all 2.2.0~ubuntu0.21.04.1 [13.8 kB]
16:45:35 #9 7.900 Get:61 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3-apt amd64 2.2.0~ubuntu0.21.04.1 [151 kB]
16:45:35 #9 7.907 Get:62 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libunwind8 amd64 1.3.2-2 [50.9 kB]
16:45:35 #9 7.910 Get:63 http://archive.ubuntu.com/ubuntu hirsute/main amd64 strace amd64 5.11-0ubuntu1 [414 kB]
16:45:35 #9 7.930 Get:64 http://archive.ubuntu.com/ubuntu hirsute/main amd64 xauth amd64 1:1.1-1 [24.8 kB]
16:45:35 #9 7.931 Get:65 http://archive.ubuntu.com/ubuntu hirsute/main amd64 xz-utils amd64 5.2.5-1.0build2 [81.6 kB]
16:45:35 #9 7.936 Get:66 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsigsegv2 amd64 2.13-1ubuntu1 [14.2 kB]
16:45:35 #9 7.991 Get:67 http://archive.ubuntu.com/ubuntu hirsute/main amd64 m4 amd64 1.4.18-5 [200 kB]
16:45:35 #9 7.999 Get:68 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autoconf all 2.69-14 [293 kB]
16:45:35 #9 8.009 Get:69 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autotools-dev all 20180224.1+nmu1 [39.4 kB]
16:45:35 #9 8.011 Get:70 http://archive.ubuntu.com/ubuntu hirsute/main amd64 automake all 1:1.16.3-2ubuntu1 [552 kB]
16:45:35 #9 8.032 Get:71 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autopoint all 0.21-3ubuntu2 [422 kB]
16:45:35 #9 8.048 Get:72 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils-common amd64 2.36.1-6ubuntu1 [217 kB]
16:45:35 #9 8.072 Get:73 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbinutils amd64 2.36.1-6ubuntu1 [584 kB]
16:45:35 #9 8.094 Get:74 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libctf-nobfd0 amd64 2.36.1-6ubuntu1 [97.8 kB]
16:45:35 #9 8.099 Get:75 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libctf0 amd64 2.36.1-6ubuntu1 [95.0 kB]
16:45:35 #9 8.101 Get:76 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils-x86-64-linux-gnu amd64 2.36.1-6ubuntu1 [1830 kB]
16:45:35 #9 8.187 Get:77 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils amd64 2.36.1-6ubuntu1 [3388 B]
16:45:35 #9 8.188 Get:78 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc-dev-bin amd64 2.33-0ubuntu5 [19.3 kB]
16:45:35 #9 8.188 Get:79 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 linux-libc-dev amd64 5.11.0-34.36 [1205 kB]
16:45:35 #9 8.250 Get:80 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcrypt-dev amd64 1:4.4.17-1ubuntu3 [104 kB]
16:45:35 #9 8.253 Get:81 http://archive.ubuntu.com/ubuntu hirsute/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu4 [62.8 kB]
16:45:35 #9 8.255 Get:82 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtirpc-dev amd64 1.3.1-1build1 [183 kB]
16:45:35 #9 8.263 Get:83 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnsl-dev amd64 1.3.0-0ubuntu3 [66.4 kB]
16:45:35 #9 8.265 Get:84 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc6-dev amd64 2.33-0ubuntu5 [2143 kB]
16:45:35 #9 8.379 Get:85 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1 [20.1 kB]
16:45:35 #9 8.380 Get:86 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libisl23 amd64 0.23-1build1 [661 kB]
16:45:35 #9 8.404 Get:87 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpfr6 amd64 4.1.0-3build1 [1400 kB]
16:45:35  dpkg-genbuildinfo
16:45:35  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes
16:45:35 dpkg-genchanges: info: including full source code in upload
16:45:35  dpkg-source -I.git --after-build .
16:45:35 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
16:45:35 + destination=/build
16:45:35 + mkdir -p /build
16:45:35 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb /build
16:45:35 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.buildinfo'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.buildinfo'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
16:45:35 == Building packages for raspbian-bullseye ==
16:45:35 mkdir -p "debbuild/raspbian-bullseye"
16:45:35 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
16:45:35 #1 [internal] load build definition from Dockerfile
16:45:35 #1 sha256:2f3f0c366f276efec02f2e5b6e8666388e20bd4f39d2126e76e5105402378999
16:45:35 #1 transferring dockerfile: 937B done
16:45:35 #1 DONE 0.0s
16:45:35 
16:45:35 #2 [internal] load .dockerignore
16:45:35 #2 sha256:15b300c460551e9c6b60d888249a39c22ea009c1f633ce41c89d23c7e271b854
16:45:35 #2 transferring context: 2B done
16:45:35 #2 DONE 0.0s
16:45:35 
16:45:35 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:45:35 #4 sha256:aba07c6334d1855a807d623c97b70962d9b2d5ae17caddb2900800585f9aeae6
16:45:35 #4 ...
16:45:35 
16:45:35 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
16:45:35 #5 sha256:a02d7b7b417e7d0a065f438c50de381973d7ed28e2f226850f54e14e2f52d052
16:45:35 #5 DONE 0.0s
16:45:35 
16:45:35 #6 [auth] library/golang:pull token for registry-1.docker.io
16:45:35 #6 sha256:de50ffc54cf17b2807f62575fad1440b3d74894a9a950e3115542415533ade3d
16:45:35 #6 DONE 0.0s
16:45:35 
16:45:35 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:45:35 #4 sha256:aba07c6334d1855a807d623c97b70962d9b2d5ae17caddb2900800585f9aeae6
16:45:35 #4 DONE 0.3s
16:45:35 
16:45:35 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
16:45:35 #3 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
16:45:35 #9 8.540 Get:88 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpc3 amd64 1.2.0-1build1 [44.1 kB]
16:45:35 #9 8.541 Get:89 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cpp-10 amd64 10.3.0-1ubuntu1 [8612 kB]
16:45:36 #3 DONE 0.4s
16:45:36 
16:45:36 #9 [internal] load build context
16:45:36 #9 sha256:39c3d1e3923e8573d26b58a999704feeab49c12702b28b419085693b4ac71a24
16:45:36 #9 transferring context: 756B done
16:45:36 #9 DONE 0.0s
16:45:36 
16:45:36 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:45:36 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:45:36 #13 CACHED
16:45:36 
16:45:36 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:2d1a0edd409b2c91b219793534081e451b0476d979fb65c88b62ee0d6873705d
16:45:36 #7 sha256:e777ae8d5c3d63d99075ae702ff5ee96bcc07502a702d4b8b75ff349e72419e0
16:45:36 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:2d1a0edd409b2c91b219793534081e451b0476d979fb65c88b62ee0d6873705d done
16:45:36 #7 sha256:2d1a0edd409b2c91b219793534081e451b0476d979fb65c88b62ee0d6873705d 1.99kB / 1.99kB done
16:45:36 #7 sha256:1cbbae490f1a4b3b05d70d8c885258d9bc1a5501ccd1f82d2384e1066bbc9b1f 5.00kB / 5.00kB done
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 0B / 41.59MB 0.1s
16:45:36 #7 sha256:38fbf352c89e566970b26d41f5cd828c07eb096d87d07abcdd71540528abaeea 0B / 305B 0.1s
16:45:36 #7 sha256:2159a5ba7344aae99e6535b19f9ff3a7aa2078ece20b9e27ee8136dcfa74ab6c 0B / 257B 0.1s
16:45:36 #9 8.989 Get:90 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cpp amd64 4:10.3.0-1ubuntu1 [27.7 kB]
16:45:36 #9 8.990 Get:91 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcc1-0 amd64 11.1.0-1ubuntu1~21.04 [48.8 kB]
16:45:36 #9 8.991 Get:92 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libgomp1 amd64 11.1.0-1ubuntu1~21.04 [107 kB]
16:45:36 #9 8.992 Get:93 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libitm1 amd64 11.1.0-1ubuntu1~21.04 [26.4 kB]
16:45:36 #9 8.993 Get:94 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libatomic1 amd64 11.1.0-1ubuntu1~21.04 [9236 B]
16:45:36 #9 8.994 Get:95 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libasan6 amd64 11.1.0-1ubuntu1~21.04 [2139 kB]
16:45:36 #9 9.095 Get:96 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 liblsan0 amd64 11.1.0-1ubuntu1~21.04 [893 kB]
16:45:36 #7 sha256:38fbf352c89e566970b26d41f5cd828c07eb096d87d07abcdd71540528abaeea 305B / 305B 0.1s done
16:45:36 #7 sha256:2159a5ba7344aae99e6535b19f9ff3a7aa2078ece20b9e27ee8136dcfa74ab6c 257B / 257B 0.1s done
16:45:36 #7 sha256:1b6b407f9e6de560ef9c883a2a12ea730dcb3f738a8d02fef524e3f0b3cbac21 0B / 178B 0.2s
16:45:36 #7 sha256:8a3fb32e92d2dd6fd0515bbae310c86cb871dd159e1021b109f705bb1b51fcd4 911B / 911B 0.2s done
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 3.15MB / 41.59MB 0.3s
16:45:36 #7 sha256:1b6b407f9e6de560ef9c883a2a12ea730dcb3f738a8d02fef524e3f0b3cbac21 178B / 178B 0.2s done
16:45:36 #7 sha256:19bb656fb3b3fe4c976bee47459248a35dc6d9d9999988a52a3ac8459640ccd9 413B / 413B 0.2s done
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 0B / 13.88MB 0.3s
16:45:36 #7 sha256:f6db14d223db1f15ed705af2d32f61b4a971790b2878b4cda95b620d8ab8e3e6 0B / 123.04kB 0.3s
16:45:36 #9 9.138 Get:97 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libtsan0 amd64 11.1.0-1ubuntu1~21.04 [2090 kB]
16:45:36 #9 9.238 Get:98 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libubsan1 amd64 11.1.0-1ubuntu1~21.04 [844 kB]
16:45:36 #9 9.279 Get:99 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libquadmath0 amd64 11.1.0-1ubuntu1~21.04 [146 kB]
16:45:36 #9 9.284 Get:100 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgcc-10-dev amd64 10.3.0-1ubuntu1 [2337 kB]
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 5.24MB / 41.59MB 0.4s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 1.05MB / 13.88MB 0.4s
16:45:36 #7 sha256:f6db14d223db1f15ed705af2d32f61b4a971790b2878b4cda95b620d8ab8e3e6 123.04kB / 123.04kB 0.3s done
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 8.39MB / 41.59MB 0.6s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 4.19MB / 13.88MB 0.6s
16:45:36 #9 9.398 Get:101 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc-10 amd64 10.3.0-1ubuntu1 [17.5 MB]
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 6.29MB / 13.88MB 0.7s
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 11.53MB / 41.59MB 0.8s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 7.34MB / 13.88MB 0.8s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 14.68MB / 41.59MB 1.0s
16:45:37 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 11.00MB / 13.88MB 1.0s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 16.78MB / 41.59MB 1.1s
16:45:37 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 12.58MB / 13.88MB 1.1s
16:45:37 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 13.88MB / 13.88MB 1.2s done
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 20.97MB / 41.59MB 1.4s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 23.07MB / 41.59MB 1.5s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 28.31MB / 41.59MB 1.8s
16:45:38 #9 10.66 Get:102 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc amd64 4:10.3.0-1ubuntu1 [5212 B]
16:45:38 #9 10.74 Get:103 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstdc++-10-dev amd64 10.3.0-1ubuntu1 [1754 kB]
16:45:38 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 32.51MB / 41.59MB 2.1s
16:45:38 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 34.60MB / 41.59MB 2.2s
16:45:38 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 37.75MB / 41.59MB 2.4s
16:45:38 #9 11.24 Get:104 http://archive.ubuntu.com/ubuntu hirsute/main amd64 g++-10 amd64 10.3.0-1ubuntu1 [9803 kB]
16:45:38 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 40.89MB / 41.59MB 2.6s
16:45:38 #9 11.73 Get:105 http://archive.ubuntu.com/ubuntu hirsute/main amd64 g++ amd64 4:10.3.0-1ubuntu1 [1608 B]
16:45:38 #9 11.73 Get:106 http://archive.ubuntu.com/ubuntu hirsute/main amd64 make amd64 4.3-4ubuntu1 [167 kB]
16:45:38 #9 11.73 Get:107 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdpkg-perl all 1.20.9ubuntu1 [232 kB]
16:45:38 #9 11.74 Get:108 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bzip2 amd64 1.0.8-4ubuntu3 [33.4 kB]
16:45:38 #9 11.74 Get:109 http://archive.ubuntu.com/ubuntu hirsute/main amd64 patch amd64 2.7.6-7 [105 kB]
16:45:38 #9 11.74 Get:110 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lto-disabled-list all 7 [11.9 kB]
16:45:38 #9 11.74 Get:111 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dpkg-dev all 1.20.9ubuntu1 [937 kB]
16:45:38 #9 11.79 Get:112 http://archive.ubuntu.com/ubuntu hirsute/main amd64 build-essential amd64 12.8ubuntu3 [4640 B]
16:45:38 #9 11.79 Get:113 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbrotli1 amd64 1.0.9-2build2 [274 kB]
16:45:38 #9 11.81 Get:114 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-2 [41.8 kB]
16:45:38 #9 11.81 Get:115 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-2 [181 kB]
16:45:38 #9 11.81 Get:116 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-2 [29.7 kB]
16:45:38 #9 11.88 Get:117 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-2 [88.0 kB]
16:45:38 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 41.59MB / 41.59MB 2.8s done
16:45:39 #9 11.89 Get:118 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-2 [47.6 kB]
16:45:39 #9 11.89 Get:119 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-2 [107 kB]
16:45:39 #9 11.90 Get:120 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-2 [207 kB]
16:45:39 #9 11.90 Get:121 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-2 [15.1 kB]
16:45:39 #9 11.90 Get:122 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-2 [96.5 kB]
16:45:39 #9 11.91 Get:123 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu1 [14.7 kB]
16:45:39 #9 11.96 Get:124 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu1 [49.3 kB]
16:45:39 #9 11.96 Get:125 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-2ubuntu1 [156 kB]
16:45:39 #9 11.96 Get:126 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnghttp2-14 amd64 1.43.0-1 [72.5 kB]
16:45:39 #9 12.03 Get:127 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build2 [55.0 kB]
16:45:39 #7 extracting sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619
16:45:39 #9 12.03 Get:128 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libssh-4 amd64 0.9.5-1ubuntu0.1 [170 kB]
16:45:39 #9 12.04 Get:129 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcurl4 amd64 7.74.0-1ubuntu2.3 [252 kB]
16:45:39 #9 12.05 Get:130 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 curl amd64 7.74.0-1ubuntu2.3 [170 kB]
16:45:39 #9 12.05 Get:131 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
16:45:39 #9 12.06 Get:132 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdebhelper-perl all 13.3.4ubuntu1 [61.1 kB]
16:45:39 #9 12.06 Get:133 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtool all 2.4.6-15 [161 kB]
16:45:39 #9 12.11 Get:134 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dh-autoreconf all 20 [16.1 kB]
16:45:39 #9 12.11 Get:135 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
16:45:39 #9 12.11 Get:136 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-override-perl all 0.09-2 [9532 B]
16:45:39 #9 12.18 Get:137 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-stripnondeterminism-perl all 1.11.0-1 [17.0 kB]
16:45:39 #9 12.18 Get:138 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dh-strip-nondeterminism all 1.11.0-1 [5236 B]
16:45:39 #9 12.18 Get:139 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdw1 amd64 0.183-8 [225 kB]
16:45:39 #9 12.19 Get:140 http://archive.ubuntu.com/ubuntu hirsute/main amd64 debugedit amd64 1:0.1-0ubuntu2 [39.7 kB]
16:45:39 #9 12.19 Get:141 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dwz amd64 0.14-1 [98.1 kB]
16:45:39 #9 12.19 Get:142 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gettext amd64 0.21-3ubuntu2 [825 kB]
16:45:39 #9 12.23 Get:143 http://archive.ubuntu.com/ubuntu hirsute/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
16:45:39 #9 12.26 Get:144 http://archive.ubuntu.com/ubuntu hirsute/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
16:45:39 #9 12.26 Get:145 http://archive.ubuntu.com/ubuntu hirsute/main amd64 debhelper all 13.3.4ubuntu1 [920 kB]
16:45:39 #9 12.30 Get:146 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfakeroot amd64 1.25.3-1.1ubuntu2 [28.1 kB]
16:45:39 #9 12.33 Get:147 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fakeroot amd64 1.25.3-1.1ubuntu2 [62.9 kB]
16:45:39 #9 12.33 Get:148 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libassuan0 amd64 2.5.4-1ubuntu1 [35.7 kB]
16:45:39 #9 12.33 Get:149 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpgconf amd64 2.2.20-1ubuntu3 [125 kB]
16:45:39 #9 12.34 Get:150 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libksba8 amd64 1.5.0-3 [106 kB]
16:45:39 #9 12.34 Get:151 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnpth0 amd64 1.6-3 [8220 B]
16:45:39 #9 12.34 Get:152 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dirmngr amd64 2.2.20-1ubuntu3 [333 kB]
16:45:39 #9 12.36 Get:153 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg-l10n all 2.2.20-1ubuntu3 [51.4 kB]
16:45:39 #9 12.41 Get:154 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg-utils amd64 2.2.20-1ubuntu3 [485 kB]
16:45:39 #9 12.42 Get:155 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg amd64 2.2.20-1ubuntu3 [486 kB]
16:45:39 #9 12.44 Get:156 http://archive.ubuntu.com/ubuntu hirsute/main amd64 pinentry-curses amd64 1.1.0-4build1 [36.5 kB]
16:45:39 #9 12.48 Get:157 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-agent amd64 2.2.20-1ubuntu3 [233 kB]
16:45:39 #9 12.49 Get:158 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-wks-client amd64 2.2.20-1ubuntu3 [98.2 kB]
16:45:39 #9 12.49 Get:159 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-wks-server amd64 2.2.20-1ubuntu3 [91.0 kB]
16:45:39 #9 12.50 Get:160 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpgsm amd64 2.2.20-1ubuntu3 [217 kB]
16:45:39 #9 12.50 Get:161 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg all 2.2.20-1ubuntu3 [260 kB]
16:45:39 #9 12.51 Get:162 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
16:45:39 #9 12.51 Get:163 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
16:45:39 #9 12.56 Get:164 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
16:45:39 #9 12.56 Get:165 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-touch-perl all 0.11-1 [8284 B]
16:45:39 #9 12.56 Get:166 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-pty-perl amd64 1:1.15-2 [32.7 kB]
16:45:39 #9 12.63 Get:167 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
16:45:39 #9 12.63 Get:168 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
16:45:39 #9 12.63 Get:169 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libb-hooks-op-check-perl amd64 0.22-1build3 [10.3 kB]
16:45:39 #9 12.63 Get:170 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
16:45:39 #9 12.64 Get:171 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu2 [14.5 kB]
16:45:39 #9 12.64 Get:172 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-classify-perl amd64 0.015-1build3 [21.1 kB]
16:45:39 #9 12.64 Get:173 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
16:45:39 #9 12.71 Get:174 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
16:45:39 #9 12.71 Get:175 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
16:45:39 #9 12.71 Get:176 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
16:45:39 #9 12.78 Get:177 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
16:45:39 #9 12.78 Get:178 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoo-perl all 2.004004-1 [46.9 kB]
16:45:39 #9 12.78 Get:179 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
16:45:39 #9 12.78 Get:180 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
16:45:39 #9 12.78 Get:181 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
16:45:39 #9 12.78 Get:182 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
16:45:39 #9 12.79 Get:183 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
16:45:39 #9 12.86 Get:184 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liburi-perl all 5.07-1 [77.3 kB]
16:45:39 #9 12.86 Get:185 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-parser-perl amd64 3.75-1build1 [85.5 kB]
16:45:39 #9 12.86 Get:186 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
16:45:39 #9 12.93 Get:187 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
16:45:40 #9 12.93 Get:188 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
16:45:40 #9 12.93 Get:189 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-message-perl all 6.28-1 [75.5 kB]
16:45:40 #9 12.93 Get:190 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
16:45:40 #9 12.93 Get:191 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
16:45:40 #9 12.94 Get:192 http://archive.ubuntu.com/ubuntu hirsute/main amd64 perl-openssl-defaults amd64 5 [7404 B]
16:45:40 #9 12.94 Get:193 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-ssleay-perl amd64 1.88-3ubuntu1 [292 kB]
16:45:40 #9 13.01 Get:194 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-socket-ssl-perl all 2.069-1 [179 kB]
16:45:40 #9 13.01 Get:195 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-http-perl all 6.20-1 [23.0 kB]
16:45:40 #9 13.01 Get:196 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
16:45:40 #9 13.08 Get:197 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
16:45:40 #9 13.08 Get:198 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
16:45:40 #9 13.08 Get:199 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwww-perl all 6.52-1 [140 kB]
16:45:40 #9 13.09 Get:200 http://archive.ubuntu.com/ubuntu hirsute/main amd64 patchutils amd64 0.4.2-1 [75.5 kB]
16:45:40 #9 13.09 Get:201 http://archive.ubuntu.com/ubuntu hirsute/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
16:45:40 #9 13.09 Get:202 http://archive.ubuntu.com/ubuntu hirsute/main amd64 devscripts amd64 2.21.1ubuntu1 [974 kB]
16:45:40 #9 13.52 Get:203 http://archive.ubuntu.com/ubuntu hirsute/main amd64 diffstat amd64 1.64-1 [27.8 kB]
16:45:40 #9 13.67 Get:204 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
16:45:41 #9 13.82 Get:205 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-six all 1.15.0-2 [12.0 kB]
16:45:41 #9 13.83 Get:206 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-debian all 0.1.39 [71.0 kB]
16:45:41 #9 13.87 Get:207 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgpgme11 amd64 1.14.0-1ubuntu3 [122 kB]
16:45:41 #9 13.93 Get:208 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-gpg amd64 1.14.0-1ubuntu3 [173 kB]
16:45:41 #9 13.97 Get:209 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dput all 1.1.0ubuntu1 [44.0 kB]
16:45:41 #9 13.98 Get:210 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
16:45:41 #9 14.10 Get:211 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
16:45:41 #9 14.10 Get:212 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcurl3-gnutls amd64 7.74.0-1ubuntu2.3 [248 kB]
16:45:41 #9 14.11 Get:213 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
16:45:41 #9 14.11 Get:214 http://archive.ubuntu.com/ubuntu hirsute/main amd64 git-man all 1:2.30.2-1ubuntu1 [931 kB]
16:45:41 #9 14.16 Get:215 http://archive.ubuntu.com/ubuntu hirsute/main amd64 git amd64 1:2.30.2-1ubuntu1 [3457 kB]
16:45:41 #9 14.32 Get:216 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
16:45:41 #9 14.32 Get:217 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build1 [11.4 kB]
16:45:41 #9 14.32 Get:218 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
16:45:41 #9 14.32 Get:219 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
16:45:41 #9 14.33 Get:220 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libapt-pkg-perl amd64 0.1.39build1 [69.5 kB]
16:45:41 #9 14.33 Get:221 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
16:45:41 #9 14.33 Get:222 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
16:45:41 #9 14.33 Get:223 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
16:45:41 #9 14.33 Get:224 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
16:45:41 #9 14.40 Get:225 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libvariable-magic-perl amd64 0.62-1build3 [34.2 kB]
16:45:41 #9 14.41 Get:226 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [17.0 kB]
16:45:41 #9 14.41 Get:227 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfreetype6 amd64 2.10.4+dfsg-1build1 [348 kB]
16:45:41 #9 14.41 Get:228 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu3 [116 kB]
16:45:41 #9 14.42 Get:229 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjpeg-turbo8 amd64 2.0.6-0ubuntu2 [117 kB]
16:45:41 #9 14.42 Get:230 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
16:45:41 #9 14.42 Get:231 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdeflate0 amd64 1.7-1ubuntu1 [52.6 kB]
16:45:41 #9 14.42 Get:232 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
16:45:41 #9 14.42 Get:233 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.21.04.1 [184 kB]
16:45:41 #9 14.47 Get:234 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtiff5 amd64 4.2.0-1build1 [168 kB]
16:45:41 #9 14.50 Get:235 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
16:45:41 #9 14.50 Get:236 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu0.1 [116 kB]
16:45:41 #9 14.50 Get:237 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc-devtools amd64 2.33-0ubuntu5 [27.2 kB]
16:45:41 #9 14.50 Get:238 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
16:45:41 #9 14.50 Get:239 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
16:45:41 #9 14.50 Get:240 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-xsaccessor-perl amd64 1.19-3build7 [33.0 kB]
16:45:41 #9 14.50 Get:241 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclone-perl amd64 0.45-1build1 [10.6 kB]
16:45:41 #9 14.50 Get:242 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcommon-sense-perl amd64 3.75-1build4 [20.5 kB]
16:45:41 #9 14.55 Get:243 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libconfig-tiny-perl all 2.24-1 [12.4 kB]
16:45:41 #9 14.58 Get:244 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-util-perl amd64 1.102-1build1 [21.8 kB]
16:45:41 #9 14.58 Get:245 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
16:45:41 #9 14.58 Get:246 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-optlist-perl all 0.110-1.1 [10.2 kB]
16:45:41 #9 14.58 Get:247 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
16:45:41 #9 14.58 Get:248 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
16:45:41 #9 14.58 Get:249 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwant-perl amd64 0.29-1build5 [24.0 kB]
16:45:41 #9 14.58 Get:250 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
16:45:41 #9 14.58 Get:251 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcpanel-json-xs-perl amd64 4.25-1build1 [111 kB]
16:45:41 #9 14.62 Get:252 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
16:45:41 #9 14.66 Get:253 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexception-class-perl all 1.44-1 [25.9 kB]
16:45:41 #9 14.66 Get:254 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
16:45:41 #9 14.66 Get:255 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
16:45:41 #9 14.66 Get:256 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
16:45:41 #9 14.66 Get:257 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [39.4 kB]
16:45:41 #9 14.66 Get:258 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
16:45:41 #9 14.66 Get:259 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
16:45:41 #9 14.66 Get:260 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-dump-perl all 1.23-1.1 [24.9 kB]
16:45:41 #9 14.69 Get:261 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-messagepack-perl amd64 1.00-4build1 [33.4 kB]
16:45:41 #9 14.74 Get:262 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
16:45:41 #9 14.74 Get:263 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
16:45:41 #9 14.74 Get:264 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdistro-info-perl all 1.0 [5508 B]
16:45:41 #9 14.74 Get:265 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libemail-address-xs-perl amd64 1.04-1build4 [27.2 kB]
16:45:41 #9 14.74 Get:266 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
16:45:41 #9 14.74 Get:267 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
16:45:41 #9 14.74 Get:268 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
16:45:41 #9 14.74 Get:269 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-fcntllock-perl amd64 0.22-3build5 [33.1 kB]
16:45:41 #9 14.77 Get:270 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnumber-compare-perl all 0.03-1.1 [6620 B]
16:45:41 #9 14.82 Get:271 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-glob-perl all 0.11-1 [7992 B]
16:45:42 #9 14.82 Get:272 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
16:45:42 #9 14.82 Get:273 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
16:45:42 #9 14.82 Get:274 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
16:45:42 #9 14.82 Get:275 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
16:45:42 #9 14.82 Get:276 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
16:45:42 #9 14.82 Get:277 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-validate-perl amd64 1.30-1build1 [53.0 kB]
16:45:42 #9 14.83 Get:278 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [24.7 kB]
16:45:42 #9 14.84 Get:279 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
16:45:42 #9 14.90 Get:280 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
16:45:42 #9 14.90 Get:281 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
16:45:42 #9 14.90 Get:282 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
16:45:42 #9 14.90 Get:283 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-perl all 4.03000-1 [80.6 kB]
16:45:42 #9 14.90 Get:284 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblog-any-perl all 1.709-1 [67.7 kB]
16:45:42 #9 14.90 Get:285 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
16:45:42 #9 14.91 Get:286 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
16:45:42 #9 14.91 Get:287 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-identify-perl amd64 0.14-1build3 [10.6 kB]
16:45:42 #9 14.91 Get:288 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-name-perl amd64 0.26-1build1 [11.5 kB]
16:45:42 #9 14.98 Get:289 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
16:45:42 #9 14.98 Get:290 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpath-tiny-perl all 0.118-1 [42.2 kB]
16:45:42 #9 14.98 Get:291 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtype-tiny-perl all 1.012001-2 [318 kB]
16:45:42 #9 14.99 Get:292 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
16:45:42 #9 14.99 Get:293 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhash-fieldhash-perl amd64 0.15-1build3 [16.8 kB]
16:45:42 #9 14.99 Get:294 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
16:45:42 #9 14.99 Get:295 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
16:45:42 #9 14.99 Get:296 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
16:45:42 #9 14.99 Get:297 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-daemon-perl all 6.12-1 [21.7 kB]
16:45:42 #9 15.06 Get:298 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
16:45:42 #9 15.06 Get:299 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-xs-perl amd64 4.030-1build1 [84.5 kB]
16:45:42 #9 15.07 Get:300 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
16:45:42 #9 15.07 Get:301 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libldap-common all 2.4.57+dfsg-2ubuntu1 [16.4 kB]
16:45:42 #9 15.07 Get:302 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
16:45:42 #9 15.14 Get:303 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
16:45:42 #7 extracting sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 3.3s done
16:45:42 #9 15.53 Get:304 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-someutils-xs-perl amd64 0.58-2build1 [32.2 kB]
16:45:42 #7 extracting sha256:38fbf352c89e566970b26d41f5cd828c07eb096d87d07abcdd71540528abaeea done
16:45:42 #7 extracting sha256:2159a5ba7344aae99e6535b19f9ff3a7aa2078ece20b9e27ee8136dcfa74ab6c done
16:45:42 #9 15.68 Get:305 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
16:45:42 #9 15.70 Get:306 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libltdl7 amd64 2.4.6-15 [38.8 kB]
16:45:42 #9 15.76 Get:307 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
16:45:43 #7 extracting sha256:8a3fb32e92d2dd6fd0515bbae310c86cb871dd159e1021b109f705bb1b51fcd4 done
16:45:43 #7 extracting sha256:1b6b407f9e6de560ef9c883a2a12ea730dcb3f738a8d02fef524e3f0b3cbac21 done
16:45:43 #7 extracting sha256:19bb656fb3b3fe4c976bee47459248a35dc6d9d9999988a52a3ac8459640ccd9
16:45:43 #9 15.88 Get:308 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblzo2-2 amd64 2.10-2build1 [49.8 kB]
16:45:43 #9 15.90 Get:309 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
16:45:43 #9 15.91 Get:310 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
16:45:43 #9 15.92 Get:311 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
16:45:43 #9 15.92 Get:312 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
16:45:43 #9 15.94 Get:313 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmarkdown2 amd64 2.2.6-1ubuntu1 [36.0 kB]
16:45:43 #9 15.95 Get:314 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
16:45:43 #9 15.95 Get:315 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
16:45:43 #9 15.95 Get:316 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
16:45:43 #9 15.98 Get:317 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
16:45:43 #9 15.98 Get:318 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmouse-perl amd64 2.5.10-1build2 [155 kB]
16:45:43 #9 16.05 Get:319 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnumber-range-perl all 0.12-1.1 [8000 B]
16:45:43 #7 extracting sha256:19bb656fb3b3fe4c976bee47459248a35dc6d9d9999988a52a3ac8459640ccd9 done
16:45:43 #7 extracting sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54
16:45:43 #9 16.05 Get:320 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpackage-stash-xs-perl amd64 0.29-1build3 [18.4 kB]
16:45:43 #9 16.05 Get:321 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
16:45:43 #9 16.06 Get:322 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libperlio-gzip-perl amd64 0.19-1build6 [14.6 kB]
16:45:43 #9 16.06 Get:323 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
16:45:43 #9 16.07 Get:324 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
16:45:43 #9 16.07 Get:325 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libproc-processtable-perl amd64 0.59-2build1 [35.0 kB]
16:45:43 #9 16.07 Get:326 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libre2-9 amd64 20210201+dfsg-1 [166 kB]
16:45:43 #9 16.12 Get:327 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libre-engine-re2-perl amd64 0.14-1 [17.7 kB]
16:45:43 #9 16.12 Get:328 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
16:45:43 #9 16.20 Get:329 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
16:45:43 #9 16.20 Get:330 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libref-util-xs-perl amd64 0.117-1build3 [12.1 kB]
16:45:43 #9 16.20 Get:331 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [49.4 kB]
16:45:43 #9 16.20 Get:332 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
16:45:43 #9 16.20 Get:333 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu1 [48.8 kB]
16:45:43 #9 16.20 Get:334 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsereal-decoder-perl amd64 4.018+ds-1build1 [94.6 kB]
16:45:43 #9 16.21 Get:335 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsereal-encoder-perl amd64 4.018+ds-1build1 [97.9 kB]
16:45:43 #9 16.21 Get:336 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsort-key-perl amd64 1.33-2build3 [35.4 kB]
16:45:43 #9 16.27 Get:337 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
16:45:43 #9 16.27 Get:338 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
16:45:43 #9 16.28 Get:339 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
16:45:43 #9 16.29 Get:340 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libterm-readkey-perl amd64 2.38-1build2 [24.6 kB]
16:45:43 #9 16.29 Get:341 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build8 [8632 B]
16:45:43 #9 16.29 Get:342 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-markdown-discount-perl amd64 0.12-1build1 [11.9 kB]
16:45:43 #9 16.29 Get:343 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-xslate-perl amd64 3.5.8-1build2 [182 kB]
16:45:43 #9 16.30 Get:344 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
16:45:43 #9 16.30 Get:345 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtime-moment-perl amd64 0.44-1build4 [70.7 kB]
16:45:43 #9 16.34 Get:346 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [24.0 kB]
16:45:43 #9 16.37 Get:347 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libunicode-utf8-perl amd64 0.62-1build2 [18.2 kB]
16:45:43 #9 16.37 Get:348 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
16:45:43 #9 16.37 Get:349 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
16:45:43 #9 16.38 Get:350 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
16:45:43 #9 16.38 Get:351 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2build1 [312 kB]
16:45:43 #9 16.39 Get:352 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-parser-perl amd64 2.46-2 [192 kB]
16:45:43 #9 16.40 Get:353 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
16:45:43 #9 16.40 Get:354 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1build1 [28.0 kB]
16:45:43 #9 16.41 Get:355 http://archive.ubuntu.com/ubuntu hirsute/main amd64 licensecheck all 3.1.1-2 [36.7 kB]
16:45:43 #9 16.49 Get:356 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-size-perl amd64 0.83-1build2 [20.0 kB]
16:45:43 #9 16.49 Get:357 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
16:45:43 #9 16.49 Get:358 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lzip amd64 1.22-3 [80.9 kB]
16:45:43 #9 16.49 Get:359 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lzop amd64 1.04-2 [83.5 kB]
16:45:43 #9 16.49 Get:360 http://archive.ubuntu.com/ubuntu hirsute/main amd64 t1utils amd64 1.41-4 [56.0 kB]
16:45:43 #9 16.49 Get:361 http://archive.ubuntu.com/ubuntu hirsute/main amd64 unzip amd64 6.0-26ubuntu1 [168 kB]
16:45:43 #9 16.50 Get:362 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 lintian all 2.104.0ubuntu2 [942 kB]
16:45:43 #9 16.51 Get:363 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 manpages-dev all 5.10-1ubuntu0.1 [2309 kB]
16:45:43 #9 16.65 Get:364 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
16:45:43 #7 extracting sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 0.6s done
16:45:43 #7 extracting sha256:f6db14d223db1f15ed705af2d32f61b4a971790b2878b4cda95b620d8ab8e3e6
16:45:43 #9 16.65 Get:365 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-idna all 2.10-1 [35.2 kB]
16:45:43 #9 16.65 Get:366 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-urllib3 all 1.26.2-1ubuntu1 [95.9 kB]
16:45:43 #9 16.65 Get:367 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
16:45:43 #9 16.65 Get:368 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
16:45:43 #9 16.65 Get:369 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-xdg all 0.27-2 [36.9 kB]
16:45:43 #9 16.66 Get:370 http://archive.ubuntu.com/ubuntu hirsute/main amd64 equivs all 2.3.1 [19.0 kB]
16:45:43 #9 16.66 Get:371 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
16:45:43 #9 16.66 Get:372 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-magic all 2:0.4.20-3 [12.3 kB]
16:45:44 #7 extracting sha256:f6db14d223db1f15ed705af2d32f61b4a971790b2878b4cda95b620d8ab8e3e6 done
16:45:44 #9 16.80 debconf: delaying package configuration, since apt-utils is not installed
16:45:44 #9 16.83 Fetched 118 MB in 11s (10.4 MB/s)
16:45:44 #9 16.84 Selecting previously unselected package liblocale-gettext-perl.
16:45:44 #9 16.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4340 files and directories currently installed.)
16:45:44 #9 16.85 Preparing to unpack .../liblocale-gettext-perl_1.07-4build1_amd64.deb ...
16:45:44 #9 16.85 Unpacking liblocale-gettext-perl (1.07-4build1) ...
16:45:44 #9 16.88 Selecting previously unselected package libpython3.9-minimal:amd64.
16:45:44 #9 16.88 Preparing to unpack .../libpython3.9-minimal_3.9.5-3~21.04_amd64.deb ...
16:45:44 #9 16.88 Unpacking libpython3.9-minimal:amd64 (3.9.5-3~21.04) ...
16:45:44 #9 17.00 Selecting previously unselected package libexpat1:amd64.
16:45:44 #9 17.00 Preparing to unpack .../libexpat1_2.2.10-2_amd64.deb ...
16:45:44 #9 17.01 Unpacking libexpat1:amd64 (2.2.10-2) ...
16:45:44 #9 17.05 Selecting previously unselected package python3.9-minimal.
16:45:44 #9 17.05 Preparing to unpack .../python3.9-minimal_3.9.5-3~21.04_amd64.deb ...
16:45:44 #9 17.05 Unpacking python3.9-minimal (3.9.5-3~21.04) ...
16:45:44 #7 DONE 8.2s
16:45:44 
16:45:44 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:45:44 #8 sha256:c8c075e678f0a43016f6ef75888478a180ba559e567c9905bde2bb0e16aad727
16:45:44 #9 17.25 Setting up libpython3.9-minimal:amd64 (3.9.5-3~21.04) ...
16:45:44 #9 17.27 Setting up libexpat1:amd64 (2.2.10-2) ...
16:45:44 #9 17.28 Setting up python3.9-minimal (3.9.5-3~21.04) ...
16:45:45 #9 17.84 Selecting previously unselected package python3-minimal.
16:45:45 #9 17.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4647 files and directories currently installed.)
16:45:45 #9 17.85 Preparing to unpack .../0-python3-minimal_3.9.4-1_amd64.deb ...
16:45:45 #9 17.85 Unpacking python3-minimal (3.9.4-1) ...
16:45:45 #9 17.88 Selecting previously unselected package media-types.
16:45:45 #9 17.88 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
16:45:45 #9 17.88 Unpacking media-types (4.0.0) ...
16:45:45 #9 17.92 Selecting previously unselected package tzdata.
16:45:45 #9 17.92 Preparing to unpack .../2-tzdata_2021a-1ubuntu1_all.deb ...
16:45:45 #9 17.92 Unpacking tzdata (2021a-1ubuntu1) ...
16:45:45 #9 18.09 Selecting previously unselected package libmpdec3:amd64.
16:45:45 #9 18.10 Preparing to unpack .../3-libmpdec3_2.5.1-2_amd64.deb ...
16:45:45 #9 18.10 Unpacking libmpdec3:amd64 (2.5.1-2) ...
16:45:45 #9 18.13 Selecting previously unselected package readline-common.
16:45:45 #9 18.13 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
16:45:45 #9 18.14 Unpacking readline-common (8.1-1) ...
16:45:45 #9 18.17 Selecting previously unselected package libreadline8:amd64.
16:45:45 #9 18.17 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
16:45:45 #9 18.17 Unpacking libreadline8:amd64 (8.1-1) ...
16:45:45 #9 18.21 Selecting previously unselected package libsqlite3-0:amd64.
16:45:45 #9 18.21 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
16:45:45 #9 18.22 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
16:45:45 #9 18.29 Selecting previously unselected package libpython3.9-stdlib:amd64.
16:45:45 #9 18.29 Preparing to unpack .../7-libpython3.9-stdlib_3.9.5-3~21.04_amd64.deb ...
16:45:45 #9 18.29 Unpacking libpython3.9-stdlib:amd64 (3.9.5-3~21.04) ...
16:45:45 #8 1.121 Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.5 kB]
16:45:45 #8 1.182 Get:2 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
16:45:45 #8 1.478 Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [150 kB]
16:45:45 #9 18.48 Selecting previously unselected package python3.9.
16:45:45 #9 18.48 Preparing to unpack .../8-python3.9_3.9.5-3~21.04_amd64.deb ...
16:45:45 #9 18.48 Unpacking python3.9 (3.9.5-3~21.04) ...
16:45:45 #9 18.52 Selecting previously unselected package libpython3-stdlib:amd64.
16:45:45 #9 18.52 Preparing to unpack .../9-libpython3-stdlib_3.9.4-1_amd64.deb ...
16:45:45 #9 18.52 Unpacking libpython3-stdlib:amd64 (3.9.4-1) ...
16:45:45 #9 18.55 Setting up python3-minimal (3.9.4-1) ...
16:45:46 #8 1.664 Get:4 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.2 kB]
16:45:46 #9 18.72 Selecting previously unselected package python3.
16:45:46 #9 18.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6941 files and directories currently installed.)
16:45:46 #9 18.73 Preparing to unpack .../000-python3_3.9.4-1_amd64.deb ...
16:45:46 #9 18.73 Unpacking python3 (3.9.4-1) ...
16:45:46 #9 18.76 Selecting previously unselected package bsdextrautils.
16:45:46 #9 18.76 Preparing to unpack .../001-bsdextrautils_2.36.1-7ubuntu2_amd64.deb ...
16:45:46 #9 18.76 Unpacking bsdextrautils (2.36.1-7ubuntu2) ...
16:45:46 #9 18.79 Selecting previously unselected package libuchardet0:amd64.
16:45:46 #9 18.79 Preparing to unpack .../002-libuchardet0_0.0.7-1_amd64.deb ...
16:45:46 #9 18.80 Unpacking libuchardet0:amd64 (0.0.7-1) ...
16:45:46 #9 18.83 Selecting previously unselected package groff-base.
16:45:46 #9 18.83 Preparing to unpack .../003-groff-base_1.22.4-6_amd64.deb ...
16:45:46 #9 18.84 Unpacking groff-base (1.22.4-6) ...
16:45:46 #8 1.887 Get:5 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
16:45:46 #8 1.889 Get:6 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
16:45:46 #9 18.95 Selecting previously unselected package libgdbm6:amd64.
16:45:46 #9 18.95 Preparing to unpack .../004-libgdbm6_1.19-2_amd64.deb ...
16:45:46 #9 18.96 Unpacking libgdbm6:amd64 (1.19-2) ...
16:45:46 #9 18.99 Selecting previously unselected package libpipeline1:amd64.
16:45:46 #9 18.99 Preparing to unpack .../005-libpipeline1_1.5.3-1_amd64.deb ...
16:45:46 #9 18.99 Unpacking libpipeline1:amd64 (1.5.3-1) ...
16:45:46 #9 19.03 Selecting previously unselected package man-db.
16:45:46 #9 19.03 Preparing to unpack .../006-man-db_2.9.4-2_amd64.deb ...
16:45:46 #9 19.04 Unpacking man-db (2.9.4-2) ...
16:45:46 #9 19.16 Selecting previously unselected package perl-modules-5.32.
16:45:46 #9 19.16 Preparing to unpack .../007-perl-modules-5.32_5.32.1-3ubuntu2.1_all.deb ...
16:45:46 #9 19.17 Unpacking perl-modules-5.32 (5.32.1-3ubuntu2.1) ...
16:45:46 #8 1.967 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.2 MB]
16:45:46 #9 19.52 Selecting previously unselected package libgdbm-compat4:amd64.
16:45:46 #9 19.52 Preparing to unpack .../008-libgdbm-compat4_1.19-2_amd64.deb ...
16:45:46 #9 19.53 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
16:45:46 #9 19.56 Selecting previously unselected package libperl5.32:amd64.
16:45:46 #9 19.56 Preparing to unpack .../009-libperl5.32_5.32.1-3ubuntu2.1_amd64.deb ...
16:45:46 #9 19.56 Unpacking libperl5.32:amd64 (5.32.1-3ubuntu2.1) ...
16:45:47 #9 20.02 Selecting previously unselected package perl.
16:45:47 #9 20.02 Preparing to unpack .../010-perl_5.32.1-3ubuntu2.1_amd64.deb ...
16:45:47 #9 20.03 Unpacking perl (5.32.1-3ubuntu2.1) ...
16:45:47 #9 20.08 Selecting previously unselected package openssl.
16:45:47 #9 20.08 Preparing to unpack .../011-openssl_1.1.1j-1ubuntu3.5_amd64.deb ...
16:45:47 #9 20.08 Unpacking openssl (1.1.1j-1ubuntu3.5) ...
16:45:47 #9 20.17 Selecting previously unselected package ca-certificates.
16:45:47 #9 20.17 Preparing to unpack .../012-ca-certificates_20210119build1_all.deb ...
16:45:47 #9 20.17 Unpacking ca-certificates (20210119build1) ...
16:45:47 #9 20.22 Selecting previously unselected package distro-info-data.
16:45:47 #9 20.22 Preparing to unpack .../013-distro-info-data_0.46ubuntu4_all.deb ...
16:45:47 #9 20.22 Unpacking distro-info-data (0.46ubuntu4) ...
16:45:47 #9 20.25 Selecting previously unselected package less.
16:45:47 #9 20.25 Preparing to unpack .../014-less_551-2_amd64.deb ...
16:45:47 #9 20.26 Unpacking less (551-2) ...
16:45:47 #9 20.30 Selecting previously unselected package libmd0:amd64.
16:45:47 #9 20.30 Preparing to unpack .../015-libmd0_1.0.3-3build1_amd64.deb ...
16:45:47 #9 20.30 Unpacking libmd0:amd64 (1.0.3-3build1) ...
16:45:47 #9 20.33 Selecting previously unselected package libbsd0:amd64.
16:45:47 #8 3.277 Get:8 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
16:45:47 #9 20.33 Preparing to unpack .../016-libbsd0_0.11.3-1ubuntu2_amd64.deb ...
16:45:47 #9 20.34 Unpacking libbsd0:amd64 (0.11.3-1ubuntu2) ...
16:45:47 #9 20.37 Selecting previously unselected package libelf1:amd64.
16:45:47 #9 20.37 Preparing to unpack .../017-libelf1_0.183-8_amd64.deb ...
16:45:47 #9 20.37 Unpacking libelf1:amd64 (0.183-8) ...
16:45:47 #9 20.40 Selecting previously unselected package libicu67:amd64.
16:45:47 #9 20.40 Preparing to unpack .../018-libicu67_67.1-6ubuntu2_amd64.deb ...
16:45:47 #9 20.40 Unpacking libicu67:amd64 (67.1-6ubuntu2) ...
16:45:48 #9 21.22 Selecting previously unselected package libxml2:amd64.
16:45:48 #9 21.22 Preparing to unpack .../019-libxml2_2.9.10+dfsg-6.3ubuntu0.1_amd64.deb ...
16:45:48 #9 21.22 Unpacking libxml2:amd64 (2.9.10+dfsg-6.3ubuntu0.1) ...
16:45:48 #9 21.31 Selecting previously unselected package libyaml-0-2:amd64.
16:45:48 #9 21.32 Preparing to unpack .../020-libyaml-0-2_0.2.2-1_amd64.deb ...
16:45:48 #9 21.32 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
16:45:48 #9 21.35 Selecting previously unselected package lsb-release.
16:45:48 #9 21.35 Preparing to unpack .../021-lsb-release_11.1.0ubuntu2_all.deb ...
16:45:48 #9 21.36 Unpacking lsb-release (11.1.0ubuntu2) ...
16:45:48 #9 21.39 Selecting previously unselected package netbase.
16:45:48 #9 21.39 Preparing to unpack .../022-netbase_6.2_all.deb ...
16:45:48 #9 21.39 Unpacking netbase (6.2) ...
16:45:48 #9 21.42 Selecting previously unselected package python3-pkg-resources.
16:45:48 #9 21.42 Preparing to unpack .../023-python3-pkg-resources_52.0.0-3_all.deb ...
16:45:48 #9 21.42 Unpacking python3-pkg-resources (52.0.0-3) ...
16:45:48 #9 21.47 Selecting previously unselected package ucf.
16:45:48 #9 21.47 Preparing to unpack .../024-ucf_3.0043_all.deb ...
16:45:48 #9 21.48 Moving old data out of the way
16:45:48 #9 21.48 Unpacking ucf (3.0043) ...
16:45:48 #9 21.51 Selecting previously unselected package libmagic-mgc.
16:45:48 #9 21.51 Preparing to unpack .../025-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:45:48 #9 21.51 Unpacking libmagic-mgc (1:5.39-3) ...
16:45:48 #9 21.59 Selecting previously unselected package libmagic1:amd64.
16:45:48 #9 21.59 Preparing to unpack .../026-libmagic1_1%3a5.39-3_amd64.deb ...
16:45:48 #9 21.60 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:45:48 #9 21.63 Selecting previously unselected package file.
16:45:48 #9 21.63 Preparing to unpack .../027-file_1%3a5.39-3_amd64.deb ...
16:45:48 #9 21.64 Unpacking file (1:5.39-3) ...
16:45:48 #9 21.67 Selecting previously unselected package gettext-base.
16:45:48 #9 21.67 Preparing to unpack .../028-gettext-base_0.21-3ubuntu2_amd64.deb ...
16:45:48 #9 21.67 Unpacking gettext-base (0.21-3ubuntu2) ...
16:45:48 #9 21.70 Selecting previously unselected package iso-codes.
16:45:48 #8 4.477 Fetched 18.6 MB in 4s (4865 kB/s)
16:45:49 #9 21.70 Preparing to unpack .../029-iso-codes_4.6.0-1_all.deb ...
16:45:49 #9 21.70 Unpacking iso-codes (4.6.0-1) ...
16:45:49 #9 22.08 Selecting previously unselected package libcbor0.6:amd64.
16:45:49 #9 22.08 Preparing to unpack .../030-libcbor0.6_0.6.0-0ubuntu3_amd64.deb ...
16:45:49 #9 22.09 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu3) ...
16:45:49 #9 22.12 Selecting previously unselected package libedit2:amd64.
16:45:49 #9 22.12 Preparing to unpack .../031-libedit2_3.1-20191231-2_amd64.deb ...
16:45:49 #9 22.12 Unpacking libedit2:amd64 (3.1-20191231-2) ...
16:45:49 #9 22.16 Selecting previously unselected package libfido2-1:amd64.
16:45:49 #9 22.16 Preparing to unpack .../032-libfido2-1_1.6.0-2_amd64.deb ...
16:45:49 #9 22.16 Unpacking libfido2-1:amd64 (1.6.0-2) ...
16:45:49 #9 22.19 Selecting previously unselected package libpng16-16:amd64.
16:45:49 #9 22.19 Preparing to unpack .../033-libpng16-16_1.6.37-3build3_amd64.deb ...
16:45:49 #9 22.20 Unpacking libpng16-16:amd64 (1.6.37-3build3) ...
16:45:49 #9 22.24 Selecting previously unselected package libpsl5:amd64.
16:45:49 #9 22.24 Preparing to unpack .../034-libpsl5_0.21.0-1.2_amd64.deb ...
16:45:49 #9 22.25 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
16:45:49 #9 22.28 Selecting previously unselected package libxau6:amd64.
16:45:49 #9 22.28 Preparing to unpack .../035-libxau6_1%3a1.0.9-1build3_amd64.deb ...
16:45:49 #9 22.29 Unpacking libxau6:amd64 (1:1.0.9-1build3) ...
16:45:49 #9 22.32 Selecting previously unselected package libxdmcp6:amd64.
16:45:49 #9 22.32 Preparing to unpack .../036-libxdmcp6_1%3a1.1.3-0ubuntu3_amd64.deb ...
16:45:49 #9 22.32 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu3) ...
16:45:49 #9 22.36 Selecting previously unselected package libxcb1:amd64.
16:45:49 #9 22.36 Preparing to unpack .../037-libxcb1_1.14-3ubuntu1_amd64.deb ...
16:45:49 #9 22.37 Unpacking libxcb1:amd64 (1.14-3ubuntu1) ...
16:45:49 #9 22.39 Selecting previously unselected package libx11-data.
16:45:49 #9 22.39 Preparing to unpack .../038-libx11-data_2%3a1.7.0-2ubuntu0.1_all.deb ...
16:45:49 #9 22.40 Unpacking libx11-data (2:1.7.0-2ubuntu0.1) ...
16:45:49 #9 22.45 Selecting previously unselected package libx11-6:amd64.
16:45:49 #9 22.46 Preparing to unpack .../039-libx11-6_2%3a1.7.0-2ubuntu0.1_amd64.deb ...
16:45:49 #9 22.46 Unpacking libx11-6:amd64 (2:1.7.0-2ubuntu0.1) ...
16:45:49 #9 22.55 Selecting previously unselected package libxext6:amd64.
16:45:49 #9 22.55 Preparing to unpack .../040-libxext6_2%3a1.3.4-0ubuntu3_amd64.deb ...
16:45:49 #9 22.55 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu3) ...
16:45:49 #9 22.58 Selecting previously unselected package libxmuu1:amd64.
16:45:49 #9 22.58 Preparing to unpack .../041-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
16:45:49 #9 22.59 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
16:45:49 #9 22.61 Selecting previously unselected package manpages.
16:45:49 #9 22.61 Preparing to unpack .../042-manpages_5.10-1ubuntu0.1_all.deb ...
16:45:49 #9 22.62 Unpacking manpages (5.10-1ubuntu0.1) ...
16:45:49 #9 22.74 Selecting previously unselected package openssh-client.
16:45:49 #9 22.74 Preparing to unpack .../043-openssh-client_1%3a8.4p1-5ubuntu1.1_amd64.deb ...
16:45:49 #9 22.75 Unpacking openssh-client (1:8.4p1-5ubuntu1.1) ...
16:45:49 #9 22.83 Selecting previously unselected package publicsuffix.
16:45:49 #9 22.84 Preparing to unpack .../044-publicsuffix_20210108.1309-1_all.deb ...
16:45:49 #9 22.85 Unpacking publicsuffix (20210108.1309-1) ...
16:45:50 #9 22.88 Selecting previously unselected package python-apt-common.
16:45:50 #9 22.89 Preparing to unpack .../045-python-apt-common_2.2.0~ubuntu0.21.04.1_all.deb ...
16:45:50 #9 22.89 Unpacking python-apt-common (2.2.0~ubuntu0.21.04.1) ...
16:45:50 #9 22.93 Selecting previously unselected package python3-apt.
16:45:50 #9 22.93 Preparing to unpack .../046-python3-apt_2.2.0~ubuntu0.21.04.1_amd64.deb ...
16:45:50 #9 22.95 Unpacking python3-apt (2.2.0~ubuntu0.21.04.1) ...
16:45:50 #9 22.99 Selecting previously unselected package libunwind8:amd64.
16:45:50 #9 22.99 Preparing to unpack .../047-libunwind8_1.3.2-2_amd64.deb ...
16:45:50 #9 23.00 Unpacking libunwind8:amd64 (1.3.2-2) ...
16:45:50 #9 23.03 Selecting previously unselected package strace.
16:45:50 #9 23.03 Preparing to unpack .../048-strace_5.11-0ubuntu1_amd64.deb ...
16:45:50 #9 23.03 Unpacking strace (5.11-0ubuntu1) ...
16:45:50 #9 23.10 Selecting previously unselected package xauth.
16:45:50 #9 23.10 Preparing to unpack .../049-xauth_1%3a1.1-1_amd64.deb ...
16:45:50 #9 23.10 Unpacking xauth (1:1.1-1) ...
16:45:50 #9 23.14 Selecting previously unselected package xz-utils.
16:45:50 #9 23.14 Preparing to unpack .../050-xz-utils_5.2.5-1.0build2_amd64.deb ...
16:45:50 #9 23.14 Unpacking xz-utils (5.2.5-1.0build2) ...
16:45:50 #9 23.18 Selecting previously unselected package libsigsegv2:amd64.
16:45:50 #9 23.18 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu1_amd64.deb ...
16:45:50 #9 23.18 Unpacking libsigsegv2:amd64 (2.13-1ubuntu1) ...
16:45:50 #9 23.21 Selecting previously unselected package m4.
16:45:50 #9 23.21 Preparing to unpack .../052-m4_1.4.18-5_amd64.deb ...
16:45:50 #9 23.21 Unpacking m4 (1.4.18-5) ...
16:45:50 #9 23.25 Selecting previously unselected package autoconf.
16:45:50 #9 23.25 Preparing to unpack .../053-autoconf_2.69-14_all.deb ...
16:45:50 #9 23.25 Unpacking autoconf (2.69-14) ...
16:45:50 #9 23.33 Selecting previously unselected package autotools-dev.
16:45:50 #9 23.33 Preparing to unpack .../054-autotools-dev_20180224.1+nmu1_all.deb ...
16:45:50 #9 23.33 Unpacking autotools-dev (20180224.1+nmu1) ...
16:45:50 #9 23.37 Selecting previously unselected package automake.
16:45:50 #9 23.37 Preparing to unpack .../055-automake_1%3a1.16.3-2ubuntu1_all.deb ...
16:45:50 #9 23.37 Unpacking automake (1:1.16.3-2ubuntu1) ...
16:45:50 #9 23.45 Selecting previously unselected package autopoint.
16:45:50 #9 23.45 Preparing to unpack .../056-autopoint_0.21-3ubuntu2_all.deb ...
16:45:50 #9 23.45 Unpacking autopoint (0.21-3ubuntu2) ...
16:45:50 #9 23.49 Selecting previously unselected package binutils-common:amd64.
16:45:50 #9 23.49 Preparing to unpack .../057-binutils-common_2.36.1-6ubuntu1_amd64.deb ...
16:45:50 #9 23.50 Unpacking binutils-common:amd64 (2.36.1-6ubuntu1) ...
16:45:50 #9 23.54 Selecting previously unselected package libbinutils:amd64.
16:45:50 #9 23.54 Preparing to unpack .../058-libbinutils_2.36.1-6ubuntu1_amd64.deb ...
16:45:50 #9 23.55 Unpacking libbinutils:amd64 (2.36.1-6ubuntu1) ...
16:45:50 #9 23.63 Selecting previously unselected package libctf-nobfd0:amd64.
16:45:50 #9 23.63 Preparing to unpack .../059-libctf-nobfd0_2.36.1-6ubuntu1_amd64.deb ...
16:45:50 #9 23.63 Unpacking libctf-nobfd0:amd64 (2.36.1-6ubuntu1) ...
16:45:50 #9 23.67 Selecting previously unselected package libctf0:amd64.
16:45:50 #9 23.67 Preparing to unpack .../060-libctf0_2.36.1-6ubuntu1_amd64.deb ...
16:45:50 #9 23.67 Unpacking libctf0:amd64 (2.36.1-6ubuntu1) ...
16:45:50 #9 23.70 Selecting previously unselected package binutils-x86-64-linux-gnu.
16:45:50 #9 23.70 Preparing to unpack .../061-binutils-x86-64-linux-gnu_2.36.1-6ubuntu1_amd64.deb ...
16:45:50 #9 23.70 Unpacking binutils-x86-64-linux-gnu (2.36.1-6ubuntu1) ...
16:45:51 #9 23.91 Selecting previously unselected package binutils.
16:45:51 #9 23.91 Preparing to unpack .../062-binutils_2.36.1-6ubuntu1_amd64.deb ...
16:45:51 #9 23.91 Unpacking binutils (2.36.1-6ubuntu1) ...
16:45:51 #9 23.94 Selecting previously unselected package libc-dev-bin.
16:45:51 #9 23.94 Preparing to unpack .../063-libc-dev-bin_2.33-0ubuntu5_amd64.deb ...
16:45:51 #9 23.94 Unpacking libc-dev-bin (2.33-0ubuntu5) ...
16:45:51 #9 23.97 Selecting previously unselected package linux-libc-dev:amd64.
16:45:51 #9 23.97 Preparing to unpack .../064-linux-libc-dev_5.11.0-34.36_amd64.deb ...
16:45:51 #9 23.98 Unpacking linux-libc-dev:amd64 (5.11.0-34.36) ...
16:45:51 #9 24.14 Selecting previously unselected package libcrypt-dev:amd64.
16:45:51 #9 24.15 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.17-1ubuntu3_amd64.deb ...
16:45:51 #9 24.15 Unpacking libcrypt-dev:amd64 (1:4.4.17-1ubuntu3) ...
16:45:51 #9 24.18 Selecting previously unselected package rpcsvc-proto.
16:45:51 #9 24.19 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu4_amd64.deb ...
16:45:51 #9 24.19 Unpacking rpcsvc-proto (1.4.2-0ubuntu4) ...
16:45:51 #9 24.22 Selecting previously unselected package libtirpc-dev:amd64.
16:45:51 #9 24.22 Preparing to unpack .../067-libtirpc-dev_1.3.1-1build1_amd64.deb ...
16:45:51 #9 24.22 Unpacking libtirpc-dev:amd64 (1.3.1-1build1) ...
16:45:51 #9 24.26 Selecting previously unselected package libnsl-dev:amd64.
16:45:51 #9 24.26 Preparing to unpack .../068-libnsl-dev_1.3.0-0ubuntu3_amd64.deb ...
16:45:51 #9 24.27 Unpacking libnsl-dev:amd64 (1.3.0-0ubuntu3) ...
16:45:51 #9 24.30 Selecting previously unselected package libc6-dev:amd64.
16:45:51 #9 24.30 Preparing to unpack .../069-libc6-dev_2.33-0ubuntu5_amd64.deb ...
16:45:51 #9 24.30 Unpacking libc6-dev:amd64 (2.33-0ubuntu5) ...
16:45:51 #9 24.58 Selecting previously unselected package gcc-10-base:amd64.
16:45:51 #9 24.58 Preparing to unpack .../070-gcc-10-base_10.3.0-1ubuntu1_amd64.deb ...
16:45:51 #9 24.58 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1) ...
16:45:51 #9 24.61 Selecting previously unselected package libisl23:amd64.
16:45:51 #9 24.61 Preparing to unpack .../071-libisl23_0.23-1build1_amd64.deb ...
16:45:51 #9 24.62 Unpacking libisl23:amd64 (0.23-1build1) ...
16:45:51 #9 24.70 Selecting previously unselected package libmpfr6:amd64.
16:45:51 #9 24.71 Preparing to unpack .../072-libmpfr6_4.1.0-3build1_amd64.deb ...
16:45:51 #9 24.71 Unpacking libmpfr6:amd64 (4.1.0-3build1) ...
16:45:52 #9 24.82 Selecting previously unselected package libmpc3:amd64.
16:45:52 #9 24.82 Preparing to unpack .../073-libmpc3_1.2.0-1build1_amd64.deb ...
16:45:52 #9 24.83 Unpacking libmpc3:amd64 (1.2.0-1build1) ...
16:45:52 #9 24.85 Selecting previously unselected package cpp-10.
16:45:52 #9 24.85 Preparing to unpack .../074-cpp-10_10.3.0-1ubuntu1_amd64.deb ...
16:45:52 #9 24.86 Unpacking cpp-10 (10.3.0-1ubuntu1) ...
16:45:52 #8 4.477 Reading package lists...
16:45:52 #8 7.823 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
16:45:52 #9 25.63 Selecting previously unselected package cpp.
16:45:52 #9 25.63 Preparing to unpack .../075-cpp_4%3a10.3.0-1ubuntu1_amd64.deb ...
16:45:52 #9 25.63 Unpacking cpp (4:10.3.0-1ubuntu1) ...
16:45:52 #9 25.66 Selecting previously unselected package libcc1-0:amd64.
16:45:52 #9 25.66 Preparing to unpack .../076-libcc1-0_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:52 #9 25.67 Unpacking libcc1-0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:52 #9 25.70 Selecting previously unselected package libgomp1:amd64.
16:45:53 #9 25.70 Preparing to unpack .../077-libgomp1_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:53 #9 25.70 Unpacking libgomp1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:53 #9 25.74 Selecting previously unselected package libitm1:amd64.
16:45:53 #9 25.74 Preparing to unpack .../078-libitm1_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:53 #9 25.75 Unpacking libitm1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:53 #9 25.77 Selecting previously unselected package libatomic1:amd64.
16:45:53 #9 25.78 Preparing to unpack .../079-libatomic1_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:53 #9 25.78 Unpacking libatomic1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:53 #9 25.81 Selecting previously unselected package libasan6:amd64.
16:45:53 #9 25.81 Preparing to unpack .../080-libasan6_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:53 #9 25.82 Unpacking libasan6:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:53 #9 26.06 Selecting previously unselected package liblsan0:amd64.
16:45:53 #9 26.06 Preparing to unpack .../081-liblsan0_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:53 #9 26.06 Unpacking liblsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:53 #9 26.18 Selecting previously unselected package libtsan0:amd64.
16:45:53 #9 26.18 Preparing to unpack .../082-libtsan0_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:53 #9 26.18 Unpacking libtsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:53 #9 26.41 Selecting previously unselected package libubsan1:amd64.
16:45:53 #9 26.42 Preparing to unpack .../083-libubsan1_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:53 #9 26.42 Unpacking libubsan1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:53 #9 26.55 Selecting previously unselected package libquadmath0:amd64.
16:45:53 #9 26.55 Preparing to unpack .../084-libquadmath0_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:53 #9 26.55 Unpacking libquadmath0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:53 #9 26.60 Selecting previously unselected package libgcc-10-dev:amd64.
16:45:53 #9 26.60 Preparing to unpack .../085-libgcc-10-dev_10.3.0-1ubuntu1_amd64.deb ...
16:45:53 #9 26.60 Unpacking libgcc-10-dev:amd64 (10.3.0-1ubuntu1) ...
16:45:54 #9 26.83 Selecting previously unselected package gcc-10.
16:45:54 #9 26.83 Preparing to unpack .../086-gcc-10_10.3.0-1ubuntu1_amd64.deb ...
16:45:54 #9 26.83 Unpacking gcc-10 (10.3.0-1ubuntu1) ...
16:45:55 #9 28.33 Selecting previously unselected package gcc.
16:45:55 #8 7.860 Reading package lists...
16:45:55 #9 28.33 Preparing to unpack .../087-gcc_4%3a10.3.0-1ubuntu1_amd64.deb ...
16:45:55 #9 28.33 Unpacking gcc (4:10.3.0-1ubuntu1) ...
16:45:55 #9 28.37 Selecting previously unselected package libstdc++-10-dev:amd64.
16:45:55 #9 28.37 Preparing to unpack .../088-libstdc++-10-dev_10.3.0-1ubuntu1_amd64.deb ...
16:45:55 #9 28.37 Unpacking libstdc++-10-dev:amd64 (10.3.0-1ubuntu1) ...
16:45:55 #9 28.62 Selecting previously unselected package g++-10.
16:45:55 #8 11.17 Building dependency tree...
16:45:55 #8 11.44 Reading state information...
16:45:55 #9 28.62 Preparing to unpack .../089-g++-10_10.3.0-1ubuntu1_amd64.deb ...
16:45:55 #9 28.63 Unpacking g++-10 (10.3.0-1ubuntu1) ...
16:45:56 #8 12.09 curl is already the newest version (7.74.0-1.3).
16:45:56 #8 12.09 The following additional packages will be installed:
16:45:56 #8 12.09   autoconf automake autopoint autotools-dev binutils
16:45:56 #8 12.09   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
16:45:56 #8 12.09   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
16:45:56 #8 12.09   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
16:45:56 #8 12.09   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
16:45:56 #8 12.09   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
16:45:56 #8 12.09   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdebhelper-perl
16:45:56 #8 12.09   libdevel-callchecker-perl libdpkg-perl libdynaloader-functions-perl libelf1
16:45:56 #8 12.09   libencode-locale-perl liberror-perl libexpat1 libfakeroot
16:45:56 #8 12.09   libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
16:45:56 #8 12.09   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
16:45:56 #8 12.09   libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 libhtml-parser-perl
16:45:56 #8 12.09   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
16:45:56 #8 12.09   libhttp-message-perl libhttp-negotiate-perl libicu67 libimport-into-perl
16:45:56 #8 12.09   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
16:45:56 #8 12.09   libisl23 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
16:45:56 #8 12.09   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
16:45:56 #8 12.09   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
16:45:56 #8 12.09   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
16:45:56 #8 12.09   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
16:45:56 #8 12.09   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
16:45:56 #8 12.09   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
16:45:56 #8 12.09   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
16:45:56 #8 12.10   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
16:45:56 #8 12.10   po-debconf python3 python3-minimal python3.9 python3.9-minimal
16:45:56 #8 12.10   sensible-utils wdiff xz-utils
16:45:56 #8 12.10 Suggested packages:
16:45:56 #8 12.10   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
16:45:56 #8 12.10   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
16:45:56 #8 12.10   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
16:45:56 #8 12.10   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
16:45:56 #8 12.10   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
16:45:56 #8 12.10   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
16:45:56 #8 12.10   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
16:45:56 #8 12.10   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
16:45:56 #8 12.10   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
16:45:56 #8 12.10   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
16:45:56 #8 12.10   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
16:45:56 #8 12.10   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
16:45:56 #8 12.10   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
16:45:56 #8 12.10   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
16:45:56 #8 12.10   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
16:45:56 #8 12.10   diffutils-doc perl-doc libterm-readline-gnu-perl
16:45:56 #8 12.10   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
16:45:56 #8 12.10   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
16:45:56 #8 12.10   binfmt-support wdiff-doc
16:45:56 #8 12.10 Recommended packages:
16:45:56 #8 12.10   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
16:45:56 #8 12.10   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
16:45:56 #8 12.10   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
16:45:56 #8 12.10   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
16:45:56 #8 12.10   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
16:45:56 #8 12.10   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
16:45:56 #8 12.10   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
16:45:56 #8 12.10   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
16:45:56 #8 12.10   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
16:45:56 #8 12.10   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
16:45:56 #9 29.47 Selecting previously unselected package g++.
16:45:56 #9 29.47 Preparing to unpack .../090-g++_4%3a10.3.0-1ubuntu1_amd64.deb ...
16:45:56 #9 29.47 Unpacking g++ (4:10.3.0-1ubuntu1) ...
16:45:56 #9 29.51 Selecting previously unselected package make.
16:45:56 #9 29.52 Preparing to unpack .../091-make_4.3-4ubuntu1_amd64.deb ...
16:45:56 #9 29.52 Unpacking make (4.3-4ubuntu1) ...
16:45:56 #9 29.56 Selecting previously unselected package libdpkg-perl.
16:45:56 #9 29.56 Preparing to unpack .../092-libdpkg-perl_1.20.9ubuntu1_all.deb ...
16:45:56 #9 29.57 Unpacking libdpkg-perl (1.20.9ubuntu1) ...
16:45:56 #9 29.62 Selecting previously unselected package bzip2.
16:45:56 #9 29.62 Preparing to unpack .../093-bzip2_1.0.8-4ubuntu3_amd64.deb ...
16:45:56 #9 29.62 Unpacking bzip2 (1.0.8-4ubuntu3) ...
16:45:56 #9 29.65 Selecting previously unselected package patch.
16:45:56 #9 29.65 Preparing to unpack .../094-patch_2.7.6-7_amd64.deb ...
16:45:56 #9 29.65 Unpacking patch (2.7.6-7) ...
16:45:56 #9 29.69 Selecting previously unselected package lto-disabled-list.
16:45:56 #9 29.69 Preparing to unpack .../095-lto-disabled-list_7_all.deb ...
16:45:56 #9 29.69 Unpacking lto-disabled-list (7) ...
16:45:56 #9 29.72 Selecting previously unselected package dpkg-dev.
16:45:57 #9 29.72 Preparing to unpack .../096-dpkg-dev_1.20.9ubuntu1_all.deb ...
16:45:57 #9 29.72 Unpacking dpkg-dev (1.20.9ubuntu1) ...
16:45:57 #9 29.83 Selecting previously unselected package build-essential.
16:45:57 #9 29.83 Preparing to unpack .../097-build-essential_12.8ubuntu3_amd64.deb ...
16:45:57 #9 29.83 Unpacking build-essential (12.8ubuntu3) ...
16:45:57 #9 29.86 Selecting previously unselected package libbrotli1:amd64.
16:45:57 #9 29.87 Preparing to unpack .../098-libbrotli1_1.0.9-2build2_amd64.deb ...
16:45:57 #9 29.87 Unpacking libbrotli1:amd64 (1.0.9-2build2) ...
16:45:57 #9 29.93 Selecting previously unselected package libroken18-heimdal:amd64.
16:45:57 #9 29.93 Preparing to unpack .../099-libroken18-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 29.93 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 29.97 Selecting previously unselected package libasn1-8-heimdal:amd64.
16:45:57 #9 29.97 Preparing to unpack .../100-libasn1-8-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 29.98 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 30.02 Selecting previously unselected package libheimbase1-heimdal:amd64.
16:45:57 #9 30.02 Preparing to unpack .../101-libheimbase1-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 30.03 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 30.09 Selecting previously unselected package libhcrypto4-heimdal:amd64.
16:45:57 #9 30.09 Preparing to unpack .../102-libhcrypto4-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 30.09 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 30.14 Selecting previously unselected package libwind0-heimdal:amd64.
16:45:57 #9 30.14 Preparing to unpack .../103-libwind0-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 30.14 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 30.18 Selecting previously unselected package libhx509-5-heimdal:amd64.
16:45:57 #9 30.18 Preparing to unpack .../104-libhx509-5-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 30.18 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 30.23 Selecting previously unselected package libkrb5-26-heimdal:amd64.
16:45:57 #9 30.23 Preparing to unpack .../105-libkrb5-26-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 30.23 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 30.30 Selecting previously unselected package libheimntlm0-heimdal:amd64.
16:45:57 #9 30.30 Preparing to unpack .../106-libheimntlm0-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 30.30 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 30.34 Selecting previously unselected package libgssapi3-heimdal:amd64.
16:45:57 #9 30.34 Preparing to unpack .../107-libgssapi3-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:57 #9 30.35 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 30.38 Selecting previously unselected package libsasl2-modules-db:amd64.
16:45:57 #9 30.38 Preparing to unpack .../108-libsasl2-modules-db_2.1.27+dfsg-2ubuntu1_amd64.deb ...
16:45:57 #9 30.38 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:45:57 #9 30.41 Selecting previously unselected package libsasl2-2:amd64.
16:45:57 #9 30.41 Preparing to unpack .../109-libsasl2-2_2.1.27+dfsg-2ubuntu1_amd64.deb ...
16:45:57 #9 30.42 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:45:57 #9 30.45 Selecting previously unselected package libldap-2.4-2:amd64.
16:45:57 #9 30.46 Preparing to unpack .../110-libldap-2.4-2_2.4.57+dfsg-2ubuntu1_amd64.deb ...
16:45:57 #9 30.46 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-2ubuntu1) ...
16:45:57 #9 30.50 Selecting previously unselected package libnghttp2-14:amd64.
16:45:57 #9 30.51 Preparing to unpack .../111-libnghttp2-14_1.43.0-1_amd64.deb ...
16:45:57 #9 30.51 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
16:45:57 #9 30.55 Selecting previously unselected package librtmp1:amd64.
16:45:57 #9 30.55 Preparing to unpack .../112-librtmp1_2.4+20151223.gitfa8646d.1-2build2_amd64.deb ...
16:45:57 #9 30.55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build2) ...
16:45:57 #9 30.58 Selecting previously unselected package libssh-4:amd64.
16:45:57 #9 30.59 Preparing to unpack .../113-libssh-4_0.9.5-1ubuntu0.1_amd64.deb ...
16:45:57 #9 30.59 Unpacking libssh-4:amd64 (0.9.5-1ubuntu0.1) ...
16:45:57 #9 30.63 Selecting previously unselected package libcurl4:amd64.
16:45:57 #9 30.63 Preparing to unpack .../114-libcurl4_7.74.0-1ubuntu2.3_amd64.deb ...
16:45:57 #9 30.64 Unpacking libcurl4:amd64 (7.74.0-1ubuntu2.3) ...
16:45:57 #9 30.68 Selecting previously unselected package curl.
16:45:57 #9 30.69 Preparing to unpack .../115-curl_7.74.0-1ubuntu2.3_amd64.deb ...
16:45:57 #9 30.69 Unpacking curl (7.74.0-1ubuntu2.3) ...
16:45:57 #9 30.73 Selecting previously unselected package dctrl-tools.
16:45:57 #9 30.74 Preparing to unpack .../116-dctrl-tools_2.24-3_amd64.deb ...
16:45:57 #9 30.74 Unpacking dctrl-tools (2.24-3) ...
16:45:57 #9 30.79 Selecting previously unselected package libdebhelper-perl.
16:45:58 #9 30.79 Preparing to unpack .../117-libdebhelper-perl_13.3.4ubuntu1_all.deb ...
16:45:58 #9 30.80 Unpacking libdebhelper-perl (13.3.4ubuntu1) ...
16:45:58 #9 30.83 Selecting previously unselected package libtool.
16:45:58 #9 30.83 Preparing to unpack .../118-libtool_2.4.6-15_all.deb ...
16:45:58 #9 30.84 Unpacking libtool (2.4.6-15) ...
16:45:58 #9 30.88 Selecting previously unselected package dh-autoreconf.
16:45:58 #9 30.88 Preparing to unpack .../119-dh-autoreconf_20_all.deb ...
16:45:58 #9 30.88 Unpacking dh-autoreconf (20) ...
16:45:58 #9 30.91 Selecting previously unselected package libarchive-zip-perl.
16:45:58 #9 30.91 Preparing to unpack .../120-libarchive-zip-perl_1.68-1_all.deb ...
16:45:58 #9 30.91 Unpacking libarchive-zip-perl (1.68-1) ...
16:45:58 #9 30.96 Selecting previously unselected package libsub-override-perl.
16:45:58 #9 30.96 Preparing to unpack .../121-libsub-override-perl_0.09-2_all.deb ...
16:45:58 #9 30.97 Unpacking libsub-override-perl (0.09-2) ...
16:45:58 #9 30.99 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:45:58 #9 31.00 Preparing to unpack .../122-libfile-stripnondeterminism-perl_1.11.0-1_all.deb ...
16:45:58 #9 31.00 Unpacking libfile-stripnondeterminism-perl (1.11.0-1) ...
16:45:58 #9 31.03 Selecting previously unselected package dh-strip-nondeterminism.
16:45:58 #9 31.03 Preparing to unpack .../123-dh-strip-nondeterminism_1.11.0-1_all.deb ...
16:45:58 #9 31.03 Unpacking dh-strip-nondeterminism (1.11.0-1) ...
16:45:58 #9 31.06 Selecting previously unselected package libdw1:amd64.
16:45:58 #9 31.06 Preparing to unpack .../124-libdw1_0.183-8_amd64.deb ...
16:45:58 #9 31.06 Unpacking libdw1:amd64 (0.183-8) ...
16:45:58 #9 31.11 Selecting previously unselected package debugedit.
16:45:58 #9 31.11 Preparing to unpack .../125-debugedit_1%3a0.1-0ubuntu2_amd64.deb ...
16:45:58 #9 31.11 Unpacking debugedit (1:0.1-0ubuntu2) ...
16:45:58 #9 31.14 Selecting previously unselected package dwz.
16:45:58 #9 31.14 Preparing to unpack .../126-dwz_0.14-1_amd64.deb ...
16:45:58 #9 31.15 Unpacking dwz (0.14-1) ...
16:45:58 #9 31.18 Selecting previously unselected package gettext.
16:45:58 #9 31.18 Preparing to unpack .../127-gettext_0.21-3ubuntu2_amd64.deb ...
16:45:58 #9 31.19 Unpacking gettext (0.21-3ubuntu2) ...
16:45:58 #9 31.28 Selecting previously unselected package intltool-debian.
16:45:58 #9 31.29 Preparing to unpack .../128-intltool-debian_0.35.0+20060710.5_all.deb ...
16:45:58 #9 31.29 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:45:58 #9 31.31 Selecting previously unselected package po-debconf.
16:45:58 #9 31.32 Preparing to unpack .../129-po-debconf_1.0.21+nmu1_all.deb ...
16:45:58 #9 31.32 Unpacking po-debconf (1.0.21+nmu1) ...
16:45:58 #9 31.36 Selecting previously unselected package debhelper.
16:45:58 #9 31.37 Preparing to unpack .../130-debhelper_13.3.4ubuntu1_all.deb ...
16:45:58 #9 31.37 Unpacking debhelper (13.3.4ubuntu1) ...
16:45:58 #9 31.48 Selecting previously unselected package libfakeroot:amd64.
16:45:58 #9 31.48 Preparing to unpack .../131-libfakeroot_1.25.3-1.1ubuntu2_amd64.deb ...
16:45:58 #9 31.49 Unpacking libfakeroot:amd64 (1.25.3-1.1ubuntu2) ...
16:45:58 #9 31.51 Selecting previously unselected package fakeroot.
16:45:58 #9 31.52 Preparing to unpack .../132-fakeroot_1.25.3-1.1ubuntu2_amd64.deb ...
16:45:58 #9 31.52 Unpacking fakeroot (1.25.3-1.1ubuntu2) ...
16:45:58 #9 31.56 Selecting previously unselected package libassuan0:amd64.
16:45:58 #9 31.56 Preparing to unpack .../133-libassuan0_2.5.4-1ubuntu1_amd64.deb ...
16:45:58 #9 31.56 Unpacking libassuan0:amd64 (2.5.4-1ubuntu1) ...
16:45:58 #9 31.59 Selecting previously unselected package gpgconf.
16:45:58 #9 31.59 Preparing to unpack .../134-gpgconf_2.2.20-1ubuntu3_amd64.deb ...
16:45:58 #9 31.59 Unpacking gpgconf (2.2.20-1ubuntu3) ...
16:45:58 #9 31.63 Selecting previously unselected package libksba8:amd64.
16:45:58 #9 31.63 Preparing to unpack .../135-libksba8_1.5.0-3_amd64.deb ...
16:45:58 #9 31.64 Unpacking libksba8:amd64 (1.5.0-3) ...
16:45:58 #9 31.68 Selecting previously unselected package libnpth0:amd64.
16:45:58 #9 31.68 Preparing to unpack .../136-libnpth0_1.6-3_amd64.deb ...
16:45:58 #9 31.68 Unpacking libnpth0:amd64 (1.6-3) ...
16:45:58 #9 31.72 Selecting previously unselected package dirmngr.
16:45:58 #9 31.72 Preparing to unpack .../137-dirmngr_2.2.20-1ubuntu3_amd64.deb ...
16:45:58 #9 31.74 Unpacking dirmngr (2.2.20-1ubuntu3) ...
16:45:58 #9 31.79 Selecting previously unselected package gnupg-l10n.
16:45:58 #9 31.79 Preparing to unpack .../138-gnupg-l10n_2.2.20-1ubuntu3_all.deb ...
16:45:58 #9 31.79 Unpacking gnupg-l10n (2.2.20-1ubuntu3) ...
16:45:58 #9 31.82 Selecting previously unselected package gnupg-utils.
16:45:58 #9 31.82 Preparing to unpack .../139-gnupg-utils_2.2.20-1ubuntu3_amd64.deb ...
16:45:58 #9 31.83 Unpacking gnupg-utils (2.2.20-1ubuntu3) ...
16:45:58 #9 31.89 Selecting previously unselected package gpg.
16:45:59 #9 31.89 Preparing to unpack .../140-gpg_2.2.20-1ubuntu3_amd64.deb ...
16:45:59 #9 31.90 Unpacking gpg (2.2.20-1ubuntu3) ...
16:45:59 #9 31.98 Selecting previously unselected package pinentry-curses.
16:45:59 #9 31.98 Preparing to unpack .../141-pinentry-curses_1.1.0-4build1_amd64.deb ...
16:45:59 #9 31.98 Unpacking pinentry-curses (1.1.0-4build1) ...
16:45:59 #9 32.02 Selecting previously unselected package gpg-agent.
16:45:59 #9 32.02 Preparing to unpack .../142-gpg-agent_2.2.20-1ubuntu3_amd64.deb ...
16:45:59 #9 32.03 Unpacking gpg-agent (2.2.20-1ubuntu3) ...
16:45:59 #9 32.07 Selecting previously unselected package gpg-wks-client.
16:45:59 #9 32.07 Preparing to unpack .../143-gpg-wks-client_2.2.20-1ubuntu3_amd64.deb ...
16:45:59 #9 32.10 Unpacking gpg-wks-client (2.2.20-1ubuntu3) ...
16:45:59 #9 32.13 Selecting previously unselected package gpg-wks-server.
16:45:59 #9 32.14 Preparing to unpack .../144-gpg-wks-server_2.2.20-1ubuntu3_amd64.deb ...
16:45:59 #9 32.14 Unpacking gpg-wks-server (2.2.20-1ubuntu3) ...
16:45:59 #9 32.17 Selecting previously unselected package gpgsm.
16:45:59 #9 32.17 Preparing to unpack .../145-gpgsm_2.2.20-1ubuntu3_amd64.deb ...
16:45:59 #9 32.18 Unpacking gpgsm (2.2.20-1ubuntu3) ...
16:45:59 #9 32.22 Selecting previously unselected package gnupg.
16:45:59 #9 32.22 Preparing to unpack .../146-gnupg_2.2.20-1ubuntu3_all.deb ...
16:45:59 #9 32.22 Unpacking gnupg (2.2.20-1ubuntu3) ...
16:45:59 #9 32.26 Selecting previously unselected package libfile-dirlist-perl.
16:45:59 #9 32.26 Preparing to unpack .../147-libfile-dirlist-perl_0.05-2_all.deb ...
16:45:59 #9 32.27 Unpacking libfile-dirlist-perl (0.05-2) ...
16:45:59 #9 32.29 Selecting previously unselected package libfile-which-perl.
16:45:59 #9 32.29 Preparing to unpack .../148-libfile-which-perl_1.23-1_all.deb ...
16:45:59 #9 32.29 Unpacking libfile-which-perl (1.23-1) ...
16:45:59 #9 32.32 Selecting previously unselected package libfile-homedir-perl.
16:45:59 #9 32.32 Preparing to unpack .../149-libfile-homedir-perl_1.006-1_all.deb ...
16:45:59 #9 32.32 Unpacking libfile-homedir-perl (1.006-1) ...
16:45:59 #9 32.35 Selecting previously unselected package libfile-touch-perl.
16:45:59 #9 32.35 Preparing to unpack .../150-libfile-touch-perl_0.11-1_all.deb ...
16:45:59 #9 32.36 Unpacking libfile-touch-perl (0.11-1) ...
16:45:59 #9 32.38 Selecting previously unselected package libio-pty-perl.
16:45:59 #9 32.38 Preparing to unpack .../151-libio-pty-perl_1%3a1.15-2_amd64.deb ...
16:45:59 #9 32.38 Unpacking libio-pty-perl (1:1.15-2) ...
16:45:59 #9 32.41 Selecting previously unselected package libipc-run-perl.
16:45:59 #9 32.41 Preparing to unpack .../152-libipc-run-perl_20200505.0-1_all.deb ...
16:45:59 #9 32.41 Unpacking libipc-run-perl (20200505.0-1) ...
16:45:59 #9 32.45 Selecting previously unselected package libclass-method-modifiers-perl.
16:45:59 #9 32.45 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
16:45:59 #9 32.45 Unpacking libclass-method-modifiers-perl (2.13-1) ...
16:45:59 #9 32.48 Selecting previously unselected package libb-hooks-op-check-perl.
16:45:59 #9 32.48 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build3_amd64.deb ...
16:45:59 #9 32.48 Unpacking libb-hooks-op-check-perl (0.22-1build3) ...
16:45:59 #9 32.51 Selecting previously unselected package libdynaloader-functions-perl.
16:45:59 #9 32.51 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1.1_all.deb ...
16:45:59 #9 32.51 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
16:45:59 #9 32.54 Selecting previously unselected package libdevel-callchecker-perl.
16:45:59 #9 32.54 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu2_amd64.deb ...
16:45:59 #9 32.54 Unpacking libdevel-callchecker-perl (0.008-1ubuntu2) ...
16:45:59 #9 32.57 Selecting previously unselected package libparams-classify-perl.
16:45:59 #9 32.57 Preparing to unpack .../157-libparams-classify-perl_0.015-1build3_amd64.deb ...
16:45:59 #9 32.57 Unpacking libparams-classify-perl (0.015-1build3) ...
16:45:59 #9 32.60 Selecting previously unselected package libmodule-runtime-perl.
16:45:59 #8 15.05 The following NEW packages will be installed:
16:45:59 #8 15.05   autoconf automake autopoint autotools-dev binutils
16:45:59 #8 15.05   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
16:45:59 #8 15.05   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
16:45:59 #8 15.05   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
16:45:59 #8 15.05   intltool-debian libarchive-zip-perl libasan6 libatomic1
16:45:59 #8 15.05   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
16:45:59 #8 15.05   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
16:45:59 #8 15.05   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
16:45:59 #8 15.05   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
16:45:59 #8 15.05   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
16:45:59 #8 15.05   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
16:45:59 #8 15.05   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
16:45:59 #8 15.05   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
16:45:59 #8 15.05   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
16:45:59 #8 15.05   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
16:45:59 #8 15.05   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
16:45:59 #8 15.05   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
16:45:59 #8 15.05   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
16:45:59 #8 15.05   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
16:45:59 #8 15.05   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
16:45:59 #8 15.06   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
16:45:59 #8 15.06   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
16:45:59 #8 15.06   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
16:45:59 #8 15.06   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
16:45:59 #8 15.06   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
16:45:59 #8 15.06   po-debconf python3 python3-minimal python3.9 python3.9-minimal
16:45:59 #8 15.06   sensible-utils wdiff xz-utils
16:45:59 #8 15.06 The following packages will be upgraded:
16:45:59 #8 15.06   libc6
16:45:59 #9 32.60 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
16:45:59 #9 32.61 Unpacking libmodule-runtime-perl (0.016-1) ...
16:45:59 #9 32.63 Selecting previously unselected package libimport-into-perl.
16:45:59 #9 32.63 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
16:45:59 #9 32.64 Unpacking libimport-into-perl (1.002005-1) ...
16:45:59 #9 32.67 Selecting previously unselected package librole-tiny-perl.
16:45:59 #9 32.67 Preparing to unpack .../160-librole-tiny-perl_2.002004-1_all.deb ...
16:45:59 #9 32.69 Unpacking librole-tiny-perl (2.002004-1) ...
16:45:59 #9 32.76 Selecting previously unselected package libstrictures-perl.
16:45:59 #9 32.76 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
16:45:59 #9 32.77 Unpacking libstrictures-perl (2.000006-1) ...
16:45:59 #9 32.80 Selecting previously unselected package libsub-quote-perl.
16:45:59 #9 32.80 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
16:45:59 #9 32.81 Unpacking libsub-quote-perl (2.006006-1) ...
16:45:59 #9 32.85 Selecting previously unselected package libmoo-perl.
16:45:59 #9 32.85 Preparing to unpack .../163-libmoo-perl_2.004004-1_all.deb ...
16:45:59 #9 32.85 Unpacking libmoo-perl (2.004004-1) ...
16:45:59 #9 32.88 Selecting previously unselected package libencode-locale-perl.
16:45:59 #8 15.56 1 upgraded, 126 newly installed, 0 to remove and 1 not upgraded.
16:45:59 #8 15.56 Need to get 79.5 MB of archives.
16:45:59 #8 15.56 After this operation, 300 MB of additional disk space will be used.
16:45:59 #8 15.56 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8 [137 kB]
16:45:59 #8 15.60 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1 [2297 kB]
16:46:00 #9 32.88 Preparing to unpack .../164-libencode-locale-perl_1.05-1.1_all.deb ...
16:46:00 #9 32.89 Unpacking libencode-locale-perl (1.05-1.1) ...
16:46:00 #9 32.91 Selecting previously unselected package libtimedate-perl.
16:46:00 #9 32.91 Preparing to unpack .../165-libtimedate-perl_2.3300-2_all.deb ...
16:46:00 #9 32.91 Unpacking libtimedate-perl (2.3300-2) ...
16:46:00 #9 32.94 Selecting previously unselected package libhttp-date-perl.
16:46:00 #9 32.94 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
16:46:00 #9 32.95 Unpacking libhttp-date-perl (6.05-1) ...
16:46:00 #9 32.97 Selecting previously unselected package libfile-listing-perl.
16:46:00 #9 32.97 Preparing to unpack .../167-libfile-listing-perl_6.14-1_all.deb ...
16:46:00 #9 32.99 Unpacking libfile-listing-perl (6.14-1) ...
16:46:00 #9 33.02 Selecting previously unselected package libhtml-tagset-perl.
16:46:00 #9 33.03 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
16:46:00 #9 33.03 Unpacking libhtml-tagset-perl (3.20-4) ...
16:46:00 #9 33.05 Selecting previously unselected package liburi-perl.
16:46:00 #9 33.06 Preparing to unpack .../169-liburi-perl_5.07-1_all.deb ...
16:46:00 #9 33.06 Unpacking liburi-perl (5.07-1) ...
16:46:00 #9 33.10 Selecting previously unselected package libhtml-parser-perl.
16:46:00 #8 15.88 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
16:46:00 #8 15.89 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
16:46:00 #9 33.10 Preparing to unpack .../170-libhtml-parser-perl_3.75-1build1_amd64.deb ...
16:46:00 #9 33.10 Unpacking libhtml-parser-perl (3.75-1build1) ...
16:46:00 #9 33.14 Selecting previously unselected package libhtml-tree-perl.
16:46:00 #9 33.14 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
16:46:00 #9 33.14 Unpacking libhtml-tree-perl (5.07-2) ...
16:46:00 #9 33.18 Selecting previously unselected package libio-html-perl.
16:46:00 #9 33.18 Preparing to unpack .../172-libio-html-perl_1.004-2_all.deb ...
16:46:00 #9 33.19 Unpacking libio-html-perl (1.004-2) ...
16:46:00 #9 33.22 Selecting previously unselected package liblwp-mediatypes-perl.
16:46:00 #9 33.22 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
16:46:00 #9 33.22 Unpacking liblwp-mediatypes-perl (6.04-1) ...
16:46:00 #9 33.26 Selecting previously unselected package libhttp-message-perl.
16:46:00 #9 33.26 Preparing to unpack .../174-libhttp-message-perl_6.28-1_all.deb ...
16:46:00 #9 33.27 Unpacking libhttp-message-perl (6.28-1) ...
16:46:00 #9 33.31 Selecting previously unselected package libhttp-cookies-perl.
16:46:00 #9 33.31 Preparing to unpack .../175-libhttp-cookies-perl_6.10-1_all.deb ...
16:46:00 #9 33.32 Unpacking libhttp-cookies-perl (6.10-1) ...
16:46:00 #9 33.34 Selecting previously unselected package libhttp-negotiate-perl.
16:46:00 #8 16.04 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
16:46:00 #8 16.05 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
16:46:00 #8 16.05 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
16:46:00 #8 16.13 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u1 [2823 kB]
16:46:00 #8 16.29 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
16:46:00 #9 33.35 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
16:46:00 #9 33.35 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:46:00 #9 33.37 Selecting previously unselected package perl-openssl-defaults:amd64.
16:46:00 #9 33.37 Preparing to unpack .../177-perl-openssl-defaults_5_amd64.deb ...
16:46:00 #9 33.38 Unpacking perl-openssl-defaults:amd64 (5) ...
16:46:00 #9 33.41 Selecting previously unselected package libnet-ssleay-perl.
16:46:00 #9 33.41 Preparing to unpack .../178-libnet-ssleay-perl_1.88-3ubuntu1_amd64.deb ...
16:46:00 #9 33.42 Unpacking libnet-ssleay-perl (1.88-3ubuntu1) ...
16:46:00 #9 33.48 Selecting previously unselected package libio-socket-ssl-perl.
16:46:00 #9 33.48 Preparing to unpack .../179-libio-socket-ssl-perl_2.069-1_all.deb ...
16:46:00 #9 33.48 Unpacking libio-socket-ssl-perl (2.069-1) ...
16:46:00 #9 33.52 Selecting previously unselected package libnet-http-perl.
16:46:00 #9 33.53 Preparing to unpack .../180-libnet-http-perl_6.20-1_all.deb ...
16:46:00 #9 33.53 Unpacking libnet-http-perl (6.20-1) ...
16:46:00 #9 33.55 Selecting previously unselected package liblwp-protocol-https-perl.
16:46:00 #9 33.55 Preparing to unpack .../181-liblwp-protocol-https-perl_6.10-1_all.deb ...
16:46:00 #9 33.56 Unpacking liblwp-protocol-https-perl (6.10-1) ...
16:46:00 #9 33.58 Selecting previously unselected package libtry-tiny-perl.
16:46:00 #9 33.58 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
16:46:00 #9 33.59 Unpacking libtry-tiny-perl (0.30-1) ...
16:46:00 #9 33.62 Selecting previously unselected package libwww-robotrules-perl.
16:46:00 #9 33.62 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
16:46:00 #9 33.63 Unpacking libwww-robotrules-perl (6.02-1) ...
16:46:00 #9 33.65 Selecting previously unselected package libwww-perl.
16:46:00 #9 33.65 Preparing to unpack .../184-libwww-perl_6.52-1_all.deb ...
16:46:00 #9 33.66 Unpacking libwww-perl (6.52-1) ...
16:46:00 #9 33.69 Selecting previously unselected package patchutils.
16:46:00 #8 16.29 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u1 [3371 kB]
16:46:00 #8 16.44 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1 [266 kB]
16:46:00 #8 16.47 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u1 [293 kB]
16:46:00 #8 16.50 Get:13 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20210831-1 [1012 kB]
16:46:00 #8 16.51 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
16:46:00 #8 16.52 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2 [73.4 kB]
16:46:00 #8 16.52 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
16:46:00 #9 33.70 Preparing to unpack .../185-patchutils_0.4.2-1_amd64.deb ...
16:46:00 #9 33.70 Unpacking patchutils (0.4.2-1) ...
16:46:00 #9 33.73 Selecting previously unselected package wdiff.
16:46:00 #9 33.74 Preparing to unpack .../186-wdiff_1.2.2-2build1_amd64.deb ...
16:46:00 #9 33.74 Unpacking wdiff (1.2.2-2build1) ...
16:46:00 #9 33.77 Selecting previously unselected package devscripts.
16:46:00 #9 33.78 Preparing to unpack .../187-devscripts_2.21.1ubuntu1_amd64.deb ...
16:46:00 #9 33.79 Unpacking devscripts (2.21.1ubuntu1) ...
16:46:00 #9 33.91 Selecting previously unselected package diffstat.
16:46:00 #9 33.91 Preparing to unpack .../188-diffstat_1.64-1_amd64.deb ...
16:46:00 #9 33.92 Unpacking diffstat (1.64-1) ...
16:46:00 #9 33.95 Selecting previously unselected package python3-chardet.
16:46:01 #8 16.60 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
16:46:01 #8 16.60 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
16:46:01 #8 16.61 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
16:46:01 #8 16.61 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
16:46:01 #8 16.68 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
16:46:01 #8 16.70 Get:22 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1 [1813 kB]
16:46:01 #8 16.76 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
16:46:01 #8 16.76 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
16:46:01 #8 16.76 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
16:46:01 #8 16.76 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
16:46:01 #8 16.76 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
16:46:01 #8 16.77 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
16:46:01 #8 16.77 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
16:46:01 #8 16.77 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
16:46:01 #8 16.83 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2 [215 kB]
16:46:01 #9 33.95 Preparing to unpack .../189-python3-chardet_4.0.0-1_all.deb ...
16:46:01 #9 33.96 Unpacking python3-chardet (4.0.0-1) ...
16:46:01 #9 34.01 Selecting previously unselected package python3-six.
16:46:01 #9 34.01 Preparing to unpack .../190-python3-six_1.15.0-2_all.deb ...
16:46:01 #9 34.01 Unpacking python3-six (1.15.0-2) ...
16:46:01 #9 34.04 Selecting previously unselected package python3-debian.
16:46:01 #9 34.04 Preparing to unpack .../191-python3-debian_0.1.39_all.deb ...
16:46:01 #9 34.05 Unpacking python3-debian (0.1.39) ...
16:46:01 #9 34.10 Selecting previously unselected package libgpgme11:amd64.
16:46:01 #9 34.10 Preparing to unpack .../192-libgpgme11_1.14.0-1ubuntu3_amd64.deb ...
16:46:01 #9 34.12 Unpacking libgpgme11:amd64 (1.14.0-1ubuntu3) ...
16:46:01 #9 34.15 Selecting previously unselected package python3-gpg.
16:46:01 #9 34.15 Preparing to unpack .../193-python3-gpg_1.14.0-1ubuntu3_amd64.deb ...
16:46:01 #9 34.16 Unpacking python3-gpg (1.14.0-1ubuntu3) ...
16:46:01 #9 34.22 Selecting previously unselected package dput.
16:46:01 #8 16.91 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
16:46:01 #8 16.91 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
16:46:01 #8 16.92 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
16:46:01 #8 16.92 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:46:01 #8 16.92 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
16:46:01 #8 16.93 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
16:46:01 #8 16.99 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
16:46:01 #8 17.08 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
16:46:01 #9 34.22 Preparing to unpack .../194-dput_1.1.0ubuntu1_all.deb ...
16:46:01 #9 34.23 Unpacking dput (1.1.0ubuntu1) ...
16:46:01 #9 34.26 Selecting previously unselected package fonts-dejavu-core.
16:46:01 #9 34.26 Preparing to unpack .../195-fonts-dejavu-core_2.37-2build1_all.deb ...
16:46:01 #9 34.26 Unpacking fonts-dejavu-core (2.37-2build1) ...
16:46:01 #9 34.38 Selecting previously unselected package fontconfig-config.
16:46:01 #9 34.38 Preparing to unpack .../196-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
16:46:01 #9 34.39 Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
16:46:01 #9 34.42 Selecting previously unselected package libcurl3-gnutls:amd64.
16:46:01 #9 34.42 Preparing to unpack .../197-libcurl3-gnutls_7.74.0-1ubuntu2.3_amd64.deb ...
16:46:01 #9 34.43 Unpacking libcurl3-gnutls:amd64 (7.74.0-1ubuntu2.3) ...
16:46:01 #9 34.47 Selecting previously unselected package liberror-perl.
16:46:01 #8 17.08 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
16:46:01 #8 17.09 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
16:46:01 #8 17.09 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
16:46:01 #8 17.23 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
16:46:01 #8 17.24 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
16:46:01 #8 17.24 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
16:46:01 #8 17.31 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
16:46:01 #8 17.31 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
16:46:01 #9 34.47 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ...
16:46:01 #9 34.48 Unpacking liberror-perl (0.17029-1) ...
16:46:01 #9 34.51 Selecting previously unselected package git-man.
16:46:01 #9 34.51 Preparing to unpack .../199-git-man_1%3a2.30.2-1ubuntu1_all.deb ...
16:46:01 #9 34.51 Unpacking git-man (1:2.30.2-1ubuntu1) ...
16:46:02 #9 34.62 Selecting previously unselected package git.
16:46:02 #9 34.62 Preparing to unpack .../200-git_1%3a2.30.2-1ubuntu1_amd64.deb ...
16:46:02 #9 34.64 Unpacking git (1:2.30.2-1ubuntu1) ...
16:46:02 #8 17.68 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
16:46:02 #8 17.69 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
16:46:02 #8 17.69 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
16:46:02 #8 17.69 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
16:46:02 #8 17.70 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
16:46:02 #8 17.71 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
16:46:02 #8 17.73 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
16:46:02 #8 17.80 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
16:46:02 #8 17.84 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
16:46:02 #9 35.03 Selecting previously unselected package libalgorithm-diff-perl.
16:46:02 #9 35.03 Preparing to unpack .../201-libalgorithm-diff-perl_1.201-1_all.deb ...
16:46:02 #9 35.03 Unpacking libalgorithm-diff-perl (1.201-1) ...
16:46:02 #9 35.06 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:46:02 #9 35.06 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6build1_amd64.deb ...
16:46:02 #9 35.07 Unpacking libalgorithm-diff-xs-perl (0.04-6build1) ...
16:46:02 #9 35.09 Selecting previously unselected package libalgorithm-merge-perl.
16:46:02 #9 35.10 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ...
16:46:02 #9 35.10 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:46:02 #9 35.12 Selecting previously unselected package libaliased-perl.
16:46:02 #9 35.13 Preparing to unpack .../204-libaliased-perl_0.34-1.1_all.deb ...
16:46:02 #9 35.13 Unpacking libaliased-perl (0.34-1.1) ...
16:46:02 #9 35.16 Selecting previously unselected package libapt-pkg-perl.
16:46:02 #9 35.16 Preparing to unpack .../205-libapt-pkg-perl_0.1.39build1_amd64.deb ...
16:46:02 #9 35.16 Unpacking libapt-pkg-perl (0.1.39build1) ...
16:46:02 #9 35.20 Selecting previously unselected package libarchive-cpio-perl.
16:46:02 #9 35.20 Preparing to unpack .../206-libarchive-cpio-perl_0.10-1.1_all.deb ...
16:46:02 #9 35.20 Unpacking libarchive-cpio-perl (0.10-1.1) ...
16:46:02 #9 35.23 Selecting previously unselected package libarray-intspan-perl.
16:46:02 #9 35.23 Preparing to unpack .../207-libarray-intspan-perl_2.004-1_all.deb ...
16:46:02 #9 35.23 Unpacking libarray-intspan-perl (2.004-1) ...
16:46:02 #9 35.26 Selecting previously unselected package libmodule-implementation-perl.
16:46:02 #9 35.26 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1.1_all.deb ...
16:46:02 #9 35.26 Unpacking libmodule-implementation-perl (0.09-1.1) ...
16:46:02 #9 35.29 Selecting previously unselected package libsub-exporter-progressive-perl.
16:46:02 #9 35.29 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
16:46:02 #9 35.29 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
16:46:02 #9 35.32 Selecting previously unselected package libvariable-magic-perl.
16:46:02 #9 35.32 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build3_amd64.deb ...
16:46:02 #9 35.32 Unpacking libvariable-magic-perl (0.62-1build3) ...
16:46:02 #9 35.35 Selecting previously unselected package libb-hooks-endofscope-perl.
16:46:02 #9 35.35 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
16:46:02 #9 35.35 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
16:46:02 #9 35.39 Selecting previously unselected package libfreetype6:amd64.
16:46:02 #9 35.39 Preparing to unpack .../212-libfreetype6_2.10.4+dfsg-1build1_amd64.deb ...
16:46:02 #9 35.39 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
16:46:02 #9 35.46 Selecting previously unselected package libfontconfig1:amd64.
16:46:02 #9 35.46 Preparing to unpack .../213-libfontconfig1_2.13.1-4.2ubuntu3_amd64.deb ...
16:46:02 #9 35.46 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
16:46:02 #9 35.50 Selecting previously unselected package libjpeg-turbo8:amd64.
16:46:02 #9 35.50 Preparing to unpack .../214-libjpeg-turbo8_2.0.6-0ubuntu2_amd64.deb ...
16:46:02 #9 35.51 Unpacking libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
16:46:02 #9 35.54 Selecting previously unselected package libjpeg8:amd64.
16:46:02 #9 35.54 Preparing to unpack .../215-libjpeg8_8c-2ubuntu8_amd64.deb ...
16:46:02 #9 35.55 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
16:46:02 #9 35.58 Selecting previously unselected package libdeflate0:amd64.
16:46:02 #9 35.59 Preparing to unpack .../216-libdeflate0_1.7-1ubuntu1_amd64.deb ...
16:46:02 #9 35.59 Unpacking libdeflate0:amd64 (1.7-1ubuntu1) ...
16:46:02 #9 35.63 Selecting previously unselected package libjbig0:amd64.
16:46:02 #9 35.63 Preparing to unpack .../217-libjbig0_2.1-3.1build1_amd64.deb ...
16:46:02 #9 35.63 Unpacking libjbig0:amd64 (2.1-3.1build1) ...
16:46:02 #9 35.66 Selecting previously unselected package libwebp6:amd64.
16:46:02 #9 35.67 Preparing to unpack .../218-libwebp6_0.6.1-2ubuntu0.21.04.1_amd64.deb ...
16:46:02 #9 35.67 Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.21.04.1) ...
16:46:02 #9 35.71 Selecting previously unselected package libtiff5:amd64.
16:46:03 #9 35.72 Preparing to unpack .../219-libtiff5_4.2.0-1build1_amd64.deb ...
16:46:03 #9 35.72 Unpacking libtiff5:amd64 (4.2.0-1build1) ...
16:46:03 #9 35.76 Selecting previously unselected package libxpm4:amd64.
16:46:03 #9 35.76 Preparing to unpack .../220-libxpm4_1%3a3.5.12-1_amd64.deb ...
16:46:03 #9 35.77 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
16:46:03 #9 35.80 Selecting previously unselected package libgd3:amd64.
16:46:03 #9 35.80 Preparing to unpack .../221-libgd3_2.3.0-2ubuntu0.1_amd64.deb ...
16:46:03 #9 35.80 Unpacking libgd3:amd64 (2.3.0-2ubuntu0.1) ...
16:46:03 #9 35.84 Selecting previously unselected package libc-devtools.
16:46:03 #9 35.84 Preparing to unpack .../222-libc-devtools_2.33-0ubuntu5_amd64.deb ...
16:46:03 #9 35.85 Unpacking libc-devtools (2.33-0ubuntu5) ...
16:46:03 #9 35.87 Selecting previously unselected package libcapture-tiny-perl.
16:46:03 #9 35.87 Preparing to unpack .../223-libcapture-tiny-perl_0.48-1_all.deb ...
16:46:03 #9 35.88 Unpacking libcapture-tiny-perl (0.48-1) ...
16:46:03 #9 35.90 Selecting previously unselected package libclass-data-inheritable-perl.
16:46:03 #9 35.91 Preparing to unpack .../224-libclass-data-inheritable-perl_0.08-3_all.deb ...
16:46:03 #9 35.91 Unpacking libclass-data-inheritable-perl (0.08-3) ...
16:46:03 #9 35.93 Selecting previously unselected package libclass-xsaccessor-perl.
16:46:03 #9 35.93 Preparing to unpack .../225-libclass-xsaccessor-perl_1.19-3build7_amd64.deb ...
16:46:03 #9 35.94 Unpacking libclass-xsaccessor-perl (1.19-3build7) ...
16:46:03 #9 35.97 Selecting previously unselected package libclone-perl.
16:46:03 #8 18.65 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
16:46:03 #8 18.65 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
16:46:03 #8 18.65 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [173 kB]
16:46:03 #8 18.65 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
16:46:03 #8 18.66 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
16:46:03 #8 18.66 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
16:46:03 #8 18.67 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
16:46:03 #8 18.67 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
16:46:03 #8 18.67 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
16:46:03 #8 18.73 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
16:46:03 #9 35.97 Preparing to unpack .../226-libclone-perl_0.45-1build1_amd64.deb ...
16:46:03 #9 35.97 Unpacking libclone-perl (0.45-1build1) ...
16:46:03 #9 36.00 Selecting previously unselected package libcommon-sense-perl.
16:46:03 #9 36.00 Preparing to unpack .../227-libcommon-sense-perl_3.75-1build4_amd64.deb ...
16:46:03 #9 36.00 Unpacking libcommon-sense-perl (3.75-1build4) ...
16:46:03 #9 36.03 Selecting previously unselected package libconfig-tiny-perl.
16:46:03 #9 36.03 Preparing to unpack .../228-libconfig-tiny-perl_2.24-1_all.deb ...
16:46:03 #9 36.04 Unpacking libconfig-tiny-perl (2.24-1) ...
16:46:03 #9 36.06 Selecting previously unselected package libparams-util-perl.
16:46:03 #9 36.06 Preparing to unpack .../229-libparams-util-perl_1.102-1build1_amd64.deb ...
16:46:03 #9 36.06 Unpacking libparams-util-perl (1.102-1build1) ...
16:46:03 #9 36.09 Selecting previously unselected package libsub-install-perl.
16:46:03 #9 36.09 Preparing to unpack .../230-libsub-install-perl_0.928-1.1_all.deb ...
16:46:03 #9 36.10 Unpacking libsub-install-perl (0.928-1.1) ...
16:46:03 #9 36.12 Selecting previously unselected package libdata-optlist-perl.
16:46:03 #9 36.12 Preparing to unpack .../231-libdata-optlist-perl_0.110-1.1_all.deb ...
16:46:03 #9 36.12 Unpacking libdata-optlist-perl (0.110-1.1) ...
16:46:03 #9 36.15 Selecting previously unselected package libsub-exporter-perl.
16:46:03 #9 36.15 Preparing to unpack .../232-libsub-exporter-perl_0.987-1_all.deb ...
16:46:03 #9 36.15 Unpacking libsub-exporter-perl (0.987-1) ...
16:46:03 #9 36.18 Selecting previously unselected package libconst-fast-perl.
16:46:03 #9 36.18 Preparing to unpack .../233-libconst-fast-perl_0.014-1.1_all.deb ...
16:46:03 #9 36.18 Unpacking libconst-fast-perl (0.014-1.1) ...
16:46:03 #9 36.21 Selecting previously unselected package libwant-perl.
16:46:03 #9 36.21 Preparing to unpack .../234-libwant-perl_0.29-1build5_amd64.deb ...
16:46:03 #8 18.81 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.9+rpi1 [1538 kB]
16:46:03 #8 18.82 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
16:46:03 #8 18.89 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
16:46:03 #8 18.90 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.9+rpi1 [2152 kB]
16:46:03 #8 18.97 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
16:46:03 #8 18.98 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
16:46:03 #8 18.98 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
16:46:03 #9 36.21 Unpacking libwant-perl (0.29-1build5) ...
16:46:03 #9 36.24 Selecting previously unselected package libcontextual-return-perl.
16:46:03 #9 36.24 Preparing to unpack .../235-libcontextual-return-perl_0.004014-2_all.deb ...
16:46:03 #9 36.25 Unpacking libcontextual-return-perl (0.004014-2) ...
16:46:03 #9 36.28 Selecting previously unselected package libcpanel-json-xs-perl.
16:46:03 #9 36.29 Preparing to unpack .../236-libcpanel-json-xs-perl_4.25-1build1_amd64.deb ...
16:46:03 #9 36.29 Unpacking libcpanel-json-xs-perl (4.25-1build1) ...
16:46:03 #9 36.32 Selecting previously unselected package libdevel-stacktrace-perl.
16:46:03 #9 36.33 Preparing to unpack .../237-libdevel-stacktrace-perl_2.0400-1_all.deb ...
16:46:03 #9 36.33 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
16:46:03 #9 36.36 Selecting previously unselected package libexception-class-perl.
16:46:03 #9 36.36 Preparing to unpack .../238-libexception-class-perl_1.44-1_all.deb ...
16:46:03 #9 36.36 Unpacking libexception-class-perl (1.44-1) ...
16:46:03 #9 36.38 Selecting previously unselected package libiterator-perl.
16:46:03 #9 36.39 Preparing to unpack .../239-libiterator-perl_0.03+ds1-1.1_all.deb ...
16:46:03 #9 36.39 Unpacking libiterator-perl (0.03+ds1-1.1) ...
16:46:03 #9 36.41 Selecting previously unselected package libiterator-util-perl.
16:46:03 #9 36.42 Preparing to unpack .../240-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
16:46:03 #9 36.42 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
16:46:03 #9 36.48 Selecting previously unselected package libexporter-tiny-perl.
16:46:03 #9 36.48 Preparing to unpack .../241-libexporter-tiny-perl_1.002002-1_all.deb ...
16:46:03 #9 36.48 Unpacking libexporter-tiny-perl (1.002002-1) ...
16:46:03 #9 36.51 Selecting previously unselected package liblist-moreutils-xs-perl.
16:46:03 #9 36.51 Preparing to unpack .../242-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
16:46:03 #9 36.51 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
16:46:03 #9 36.54 Selecting previously unselected package liblist-moreutils-perl.
16:46:03 #9 36.54 Preparing to unpack .../243-liblist-moreutils-perl_0.430-2_all.deb ...
16:46:03 #9 36.55 Unpacking liblist-moreutils-perl (0.430-2) ...
16:46:03 #9 36.57 Selecting previously unselected package libdata-dpath-perl.
16:46:03 #9 36.58 Preparing to unpack .../244-libdata-dpath-perl_0.58-1_all.deb ...
16:46:03 #9 36.58 Unpacking libdata-dpath-perl (0.58-1) ...
16:46:03 #9 36.61 Selecting previously unselected package libdata-dump-perl.
16:46:03 #9 36.61 Preparing to unpack .../245-libdata-dump-perl_1.23-1.1_all.deb ...
16:46:03 #9 36.61 Unpacking libdata-dump-perl (1.23-1.1) ...
16:46:03 #9 36.64 Selecting previously unselected package libdata-messagepack-perl.
16:46:03 #9 36.64 Preparing to unpack .../246-libdata-messagepack-perl_1.00-4build1_amd64.deb ...
16:46:03 #9 36.65 Unpacking libdata-messagepack-perl (1.00-4build1) ...
16:46:03 #9 36.67 Selecting previously unselected package libnet-domain-tld-perl.
16:46:03 #9 36.67 Preparing to unpack .../247-libnet-domain-tld-perl_1.75-1.1_all.deb ...
16:46:03 #9 36.68 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
16:46:03 #9 36.71 Selecting previously unselected package libdata-validate-domain-perl.
16:46:03 #9 36.71 Preparing to unpack .../248-libdata-validate-domain-perl_0.10-1.1_all.deb ...
16:46:03 #9 36.71 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
16:46:03 #9 36.74 Selecting previously unselected package libdistro-info-perl.
16:46:03 #9 36.74 Preparing to unpack .../249-libdistro-info-perl_1.0_all.deb ...
16:46:03 #9 36.74 Unpacking libdistro-info-perl (1.0) ...
16:46:03 #9 36.76 Selecting previously unselected package libemail-address-xs-perl.
16:46:03 #9 36.77 Preparing to unpack .../250-libemail-address-xs-perl_1.04-1build4_amd64.deb ...
16:46:03 #9 36.77 Unpacking libemail-address-xs-perl (1.04-1build4) ...
16:46:03 #9 36.81 Selecting previously unselected package libipc-system-simple-perl.
16:46:03 #9 36.81 Preparing to unpack .../251-libipc-system-simple-perl_1.30-1_all.deb ...
16:46:03 #8 19.51 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7 [580 kB]
16:46:03 #8 19.52 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
16:46:03 #8 19.53 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
16:46:03 #8 19.54 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
16:46:03 #8 19.54 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
16:46:03 #8 19.60 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
16:46:03 #8 19.60 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
16:46:03 #8 19.61 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
16:46:03 #8 19.61 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
16:46:03 #8 19.61 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
16:46:04 #9 36.82 Unpacking libipc-system-simple-perl (1.30-1) ...
16:46:04 #9 36.84 Selecting previously unselected package libfile-basedir-perl.
16:46:04 #9 36.85 Preparing to unpack .../252-libfile-basedir-perl_0.08-1_all.deb ...
16:46:04 #9 36.85 Unpacking libfile-basedir-perl (0.08-1) ...
16:46:04 #9 36.87 Selecting previously unselected package libfile-chdir-perl.
16:46:04 #9 36.88 Preparing to unpack .../253-libfile-chdir-perl_0.1008-1.1_all.deb ...
16:46:04 #9 36.88 Unpacking libfile-chdir-perl (0.1008-1.1) ...
16:46:04 #9 36.91 Selecting previously unselected package libfile-fcntllock-perl.
16:46:04 #9 36.91 Preparing to unpack .../254-libfile-fcntllock-perl_0.22-3build5_amd64.deb ...
16:46:04 #9 36.91 Unpacking libfile-fcntllock-perl (0.22-3build5) ...
16:46:04 #9 36.94 Selecting previously unselected package libnumber-compare-perl.
16:46:04 #9 36.94 Preparing to unpack .../255-libnumber-compare-perl_0.03-1.1_all.deb ...
16:46:04 #9 36.95 Unpacking libnumber-compare-perl (0.03-1.1) ...
16:46:04 #9 36.97 Selecting previously unselected package libtext-glob-perl.
16:46:04 #9 36.97 Preparing to unpack .../256-libtext-glob-perl_0.11-1_all.deb ...
16:46:04 #9 36.98 Unpacking libtext-glob-perl (0.11-1) ...
16:46:04 #9 37.00 Selecting previously unselected package libfile-find-rule-perl.
16:46:04 #9 37.00 Preparing to unpack .../257-libfile-find-rule-perl_0.34-1_all.deb ...
16:46:04 #9 37.01 Unpacking libfile-find-rule-perl (0.34-1) ...
16:46:04 #9 37.03 Selecting previously unselected package libfont-afm-perl.
16:46:04 #9 37.04 Preparing to unpack .../258-libfont-afm-perl_1.20-3_all.deb ...
16:46:04 #9 37.04 Unpacking libfont-afm-perl (1.20-3) ...
16:46:04 #9 37.07 Selecting previously unselected package libio-string-perl.
16:46:04 #9 37.07 Preparing to unpack .../259-libio-string-perl_1.08-3.1_all.deb ...
16:46:04 #8 19.67 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
16:46:04 #8 19.67 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
16:46:04 #8 19.68 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
16:46:04 #8 19.68 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
16:46:04 #8 19.75 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
16:46:04 #8 19.76 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
16:46:04 #8 19.76 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
16:46:04 #8 19.76 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
16:46:04 #8 19.76 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
16:46:04 #8 19.83 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
16:46:04 #8 19.83 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
16:46:04 #8 19.84 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
16:46:04 #8 19.84 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
16:46:04 #8 19.84 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
16:46:04 #9 37.07 Unpacking libio-string-perl (1.08-3.1) ...
16:46:04 #9 37.10 Selecting previously unselected package libfont-ttf-perl.
16:46:04 #9 37.10 Preparing to unpack .../260-libfont-ttf-perl_1.06-1.1_all.deb ...
16:46:04 #9 37.10 Unpacking libfont-ttf-perl (1.06-1.1) ...
16:46:04 #9 37.16 Selecting previously unselected package libio-stringy-perl.
16:46:04 #9 37.16 Preparing to unpack .../261-libio-stringy-perl_2.111-3_all.deb ...
16:46:04 #9 37.17 Unpacking libio-stringy-perl (2.111-3) ...
16:46:04 #9 37.20 Selecting previously unselected package libparams-validate-perl:amd64.
16:46:04 #9 37.20 Preparing to unpack .../262-libparams-validate-perl_1.30-1build1_amd64.deb ...
16:46:04 #9 37.20 Unpacking libparams-validate-perl:amd64 (1.30-1build1) ...
16:46:04 #9 37.23 Selecting previously unselected package libgetopt-long-descriptive-perl.
16:46:04 #9 37.23 Preparing to unpack .../263-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
16:46:04 #9 37.24 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
16:46:04 #9 37.26 Selecting previously unselected package libsort-versions-perl.
16:46:04 #9 37.27 Preparing to unpack .../264-libsort-versions-perl_1.62-1_all.deb ...
16:46:04 #9 37.27 Unpacking libsort-versions-perl (1.62-1) ...
16:46:04 #9 37.31 Selecting previously unselected package libgit-wrapper-perl.
16:46:04 #8 19.91 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
16:46:04 #8 19.91 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
16:46:04 #8 19.91 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
16:46:04 #8 19.92 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
16:46:04 #8 19.92 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
16:46:04 #8 19.99 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
16:46:04 #8 19.99 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
16:46:04 #8 20.18 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
16:46:04 #9 37.31 Preparing to unpack .../265-libgit-wrapper-perl_0.048-1_all.deb ...
16:46:04 #9 37.31 Unpacking libgit-wrapper-perl (0.048-1) ...
16:46:04 #9 37.34 Selecting previously unselected package libhttp-tiny-multipart-perl.
16:46:04 #9 37.34 Preparing to unpack .../266-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
16:46:04 #9 37.34 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
16:46:04 #9 37.37 Selecting previously unselected package libio-prompter-perl.
16:46:04 #9 37.37 Preparing to unpack .../267-libio-prompter-perl_0.004015-1_all.deb ...
16:46:04 #9 37.37 Unpacking libio-prompter-perl (0.004015-1) ...
16:46:04 #9 37.40 Selecting previously unselected package libjson-perl.
16:46:04 #9 37.41 Preparing to unpack .../268-libjson-perl_4.03000-1_all.deb ...
16:46:04 #9 37.41 Unpacking libjson-perl (4.03000-1) ...
16:46:04 #9 37.44 Selecting previously unselected package liblog-any-perl.
16:46:04 #9 37.44 Preparing to unpack .../269-liblog-any-perl_1.709-1_all.deb ...
16:46:04 #9 37.44 Unpacking liblog-any-perl (1.709-1) ...
16:46:04 #9 37.47 Selecting previously unselected package liblog-any-adapter-screen-perl.
16:46:04 #9 37.47 Preparing to unpack .../270-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
16:46:04 #9 37.48 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
16:46:04 #9 37.50 Selecting previously unselected package libpackage-stash-perl.
16:46:04 #9 37.51 Preparing to unpack .../271-libpackage-stash-perl_0.39-1_all.deb ...
16:46:04 #9 37.51 Unpacking libpackage-stash-perl (0.39-1) ...
16:46:04 #9 37.54 Selecting previously unselected package libsub-identify-perl.
16:46:04 #9 37.54 Preparing to unpack .../272-libsub-identify-perl_0.14-1build3_amd64.deb ...
16:46:04 #9 37.54 Unpacking libsub-identify-perl (0.14-1build3) ...
16:46:04 #9 37.57 Selecting previously unselected package libsub-name-perl.
16:46:04 #9 37.57 Preparing to unpack .../273-libsub-name-perl_0.26-1build1_amd64.deb ...
16:46:04 #9 37.57 Unpacking libsub-name-perl (0.26-1build1) ...
16:46:04 #9 37.60 Selecting previously unselected package libnamespace-clean-perl.
16:46:04 #9 37.60 Preparing to unpack .../274-libnamespace-clean-perl_0.27-1_all.deb ...
16:46:04 #9 37.60 Unpacking libnamespace-clean-perl (0.27-1) ...
16:46:04 #9 37.63 Selecting previously unselected package libpath-tiny-perl.
16:46:04 #9 37.63 Preparing to unpack .../275-libpath-tiny-perl_0.118-1_all.deb ...
16:46:04 #9 37.63 Unpacking libpath-tiny-perl (0.118-1) ...
16:46:04 #9 37.66 Selecting previously unselected package libtype-tiny-perl.
16:46:04 #9 37.66 Preparing to unpack .../276-libtype-tiny-perl_1.012001-2_all.deb ...
16:46:04 #9 37.67 Unpacking libtype-tiny-perl (1.012001-2) ...
16:46:04 #9 37.72 Selecting previously unselected package libgitlab-api-v4-perl.
16:46:04 #9 37.72 Preparing to unpack .../277-libgitlab-api-v4-perl_0.26-1_all.deb ...
16:46:04 #9 37.72 Unpacking libgitlab-api-v4-perl (0.26-1) ...
16:46:04 #9 37.76 Selecting previously unselected package libhash-fieldhash-perl.
16:46:05 #8 20.55 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
16:46:05 #8 20.55 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
16:46:05 #8 20.56 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
16:46:05 #8 20.56 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
16:46:05 #8 20.56 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
16:46:05 #8 20.56 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
16:46:05 #8 20.57 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
16:46:05 #8 20.65 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
16:46:05 #8 20.65 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
16:46:05 #8 20.73 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
16:46:05 #8 20.74 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
16:46:05 #8 20.74 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
16:46:05 #8 20.74 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
16:46:05 #8 20.74 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
16:46:05 #8 20.75 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
16:46:05 #8 20.75 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
16:46:05 #8 20.82 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3 [1092 kB]
16:46:05 #8 20.84 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
16:46:05 #9 37.76 Preparing to unpack .../278-libhash-fieldhash-perl_0.15-1build3_amd64.deb ...
16:46:05 #9 37.76 Unpacking libhash-fieldhash-perl (0.15-1build3) ...
16:46:05 #9 37.79 Selecting previously unselected package libhtml-form-perl.
16:46:05 #9 37.79 Preparing to unpack .../279-libhtml-form-perl_6.07-1_all.deb ...
16:46:05 #9 37.79 Unpacking libhtml-form-perl (6.07-1) ...
16:46:05 #9 37.82 Selecting previously unselected package libhtml-format-perl.
16:46:05 #9 37.82 Preparing to unpack .../280-libhtml-format-perl_2.12-1.1_all.deb ...
16:46:05 #9 37.82 Unpacking libhtml-format-perl (2.12-1.1) ...
16:46:05 #9 37.85 Selecting previously unselected package libhtml-html5-entities-perl.
16:46:05 #9 37.85 Preparing to unpack .../281-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
16:46:05 #9 37.85 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
16:46:05 #9 37.88 Selecting previously unselected package libhttp-daemon-perl.
16:46:05 #9 37.88 Preparing to unpack .../282-libhttp-daemon-perl_6.12-1_all.deb ...
16:46:05 #9 37.89 Unpacking libhttp-daemon-perl (6.12-1) ...
16:46:05 #9 37.92 Selecting previously unselected package libtypes-serialiser-perl.
16:46:05 #9 37.92 Preparing to unpack .../283-libtypes-serialiser-perl_1.01-1_all.deb ...
16:46:05 #9 37.92 Unpacking libtypes-serialiser-perl (1.01-1) ...
16:46:05 #9 37.94 Selecting previously unselected package libjson-xs-perl.
16:46:05 #9 37.95 Preparing to unpack .../284-libjson-xs-perl_4.030-1build1_amd64.deb ...
16:46:05 #9 37.95 Unpacking libjson-xs-perl (4.030-1build1) ...
16:46:05 #9 37.98 Selecting previously unselected package libjson-maybexs-perl.
16:46:05 #9 37.98 Preparing to unpack .../285-libjson-maybexs-perl_1.004003-1_all.deb ...
16:46:05 #9 37.99 Unpacking libjson-maybexs-perl (1.004003-1) ...
16:46:05 #9 38.01 Selecting previously unselected package libldap-common.
16:46:05 #9 38.01 Preparing to unpack .../286-libldap-common_2.4.57+dfsg-2ubuntu1_all.deb ...
16:46:05 #9 38.02 Unpacking libldap-common (2.4.57+dfsg-2ubuntu1) ...
16:46:05 #9 38.04 Selecting previously unselected package liblist-compare-perl.
16:46:05 #9 38.05 Preparing to unpack .../287-liblist-compare-perl_0.55-1_all.deb ...
16:46:05 #9 38.05 Unpacking liblist-compare-perl (0.55-1) ...
16:46:05 #9 38.08 Selecting previously unselected package liblist-someutils-perl.
16:46:05 #9 38.08 Preparing to unpack .../288-liblist-someutils-perl_0.58-1_all.deb ...
16:46:05 #9 38.09 Unpacking liblist-someutils-perl (0.58-1) ...
16:46:05 #9 38.11 Selecting previously unselected package liblist-someutils-xs-perl.
16:46:05 #9 38.11 Preparing to unpack .../289-liblist-someutils-xs-perl_0.58-2build1_amd64.deb ...
16:46:05 #9 38.12 Unpacking liblist-someutils-xs-perl (0.58-2build1) ...
16:46:05 #9 38.15 Selecting previously unselected package liblist-utilsby-perl.
16:46:05 #9 38.15 Preparing to unpack .../290-liblist-utilsby-perl_0.11-1_all.deb ...
16:46:05 #9 38.15 Unpacking liblist-utilsby-perl (0.11-1) ...
16:46:05 #9 38.18 Selecting previously unselected package libltdl7:amd64.
16:46:05 #9 38.18 Preparing to unpack .../291-libltdl7_2.4.6-15_amd64.deb ...
16:46:05 #9 38.19 Unpacking libltdl7:amd64 (2.4.6-15) ...
16:46:05 #8 20.91 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3 [301 kB]
16:46:05 #8 20.92 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
16:46:05 #8 20.92 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
16:46:05 #8 21.01 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1 [4724 kB]
16:46:05 #9 38.22 Selecting previously unselected package libltdl-dev:amd64.
16:46:05 #9 38.22 Preparing to unpack .../292-libltdl-dev_2.4.6-15_amd64.deb ...
16:46:05 #9 38.23 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
16:46:05 #9 38.28 Selecting previously unselected package liblzo2-2:amd64.
16:46:05 #9 38.28 Preparing to unpack .../293-liblzo2-2_2.10-2build1_amd64.deb ...
16:46:05 #9 38.28 Unpacking liblzo2-2:amd64 (2.10-2build1) ...
16:46:05 #9 38.31 Selecting previously unselected package libsys-hostname-long-perl.
16:46:05 #9 38.31 Preparing to unpack .../294-libsys-hostname-long-perl_1.5-2_all.deb ...
16:46:05 #9 38.32 Unpacking libsys-hostname-long-perl (1.5-2) ...
16:46:05 #9 38.34 Selecting previously unselected package libmail-sendmail-perl.
16:46:05 #9 38.34 Preparing to unpack .../295-libmail-sendmail-perl_0.80-1.1_all.deb ...
16:46:05 #9 38.35 Unpacking libmail-sendmail-perl (0.80-1.1) ...
16:46:05 #9 38.38 Selecting previously unselected package libnet-smtp-ssl-perl.
16:46:05 #9 38.38 Preparing to unpack .../296-libnet-smtp-ssl-perl_1.04-1_all.deb ...
16:46:05 #9 38.38 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
16:46:05 #9 38.41 Selecting previously unselected package libmailtools-perl.
16:46:05 #9 38.41 Preparing to unpack .../297-libmailtools-perl_2.21-1_all.deb ...
16:46:05 #9 38.41 Unpacking libmailtools-perl (2.21-1) ...
16:46:05 #9 38.45 Selecting previously unselected package libmarkdown2:amd64.
16:46:05 #9 38.45 Preparing to unpack .../298-libmarkdown2_2.2.6-1ubuntu1_amd64.deb ...
16:46:05 #9 38.46 Unpacking libmarkdown2:amd64 (2.2.6-1ubuntu1) ...
16:46:05 #9 38.48 Selecting previously unselected package libmoox-aliases-perl.
16:46:05 #9 38.48 Preparing to unpack .../299-libmoox-aliases-perl_0.001006-1.1_all.deb ...
16:46:05 #9 38.49 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
16:46:05 #9 38.51 Selecting previously unselected package libnamespace-autoclean-perl.
16:46:05 #9 38.51 Preparing to unpack .../300-libnamespace-autoclean-perl_0.29-1_all.deb ...
16:46:05 #9 38.52 Unpacking libnamespace-autoclean-perl (0.29-1) ...
16:46:05 #9 38.54 Selecting previously unselected package libobject-id-perl.
16:46:05 #9 38.54 Preparing to unpack .../301-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
16:46:05 #9 38.55 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
16:46:05 #9 38.59 Selecting previously unselected package libmoox-struct-perl.
16:46:05 #9 38.59 Preparing to unpack .../302-libmoox-struct-perl_0.020-1_all.deb ...
16:46:05 #9 38.60 Unpacking libmoox-struct-perl (0.020-1) ...
16:46:05 #9 38.63 Selecting previously unselected package libmouse-perl.
16:46:05 #9 38.63 Preparing to unpack .../303-libmouse-perl_2.5.10-1build2_amd64.deb ...
16:46:05 #9 38.64 Unpacking libmouse-perl (2.5.10-1build2) ...
16:46:05 #9 38.68 Selecting previously unselected package libnumber-range-perl.
16:46:05 #9 38.69 Preparing to unpack .../304-libnumber-range-perl_0.12-1.1_all.deb ...
16:46:05 #9 38.69 Unpacking libnumber-range-perl (0.12-1.1) ...
16:46:05 #9 38.72 Selecting previously unselected package libpackage-stash-xs-perl.
16:46:05 #9 38.72 Preparing to unpack .../305-libpackage-stash-xs-perl_0.29-1build3_amd64.deb ...
16:46:05 #9 38.72 Unpacking libpackage-stash-xs-perl (0.29-1build3) ...
16:46:05 #9 38.75 Selecting previously unselected package libpath-iterator-rule-perl.
16:46:06 #9 38.75 Preparing to unpack .../306-libpath-iterator-rule-perl_1.014-1_all.deb ...
16:46:06 #9 38.76 Unpacking libpath-iterator-rule-perl (1.014-1) ...
16:46:06 #9 38.79 Selecting previously unselected package libperlio-gzip-perl.
16:46:06 #9 38.79 Preparing to unpack .../307-libperlio-gzip-perl_0.19-1build6_amd64.deb ...
16:46:06 #9 38.79 Unpacking libperlio-gzip-perl (0.19-1build6) ...
16:46:06 #9 38.82 Selecting previously unselected package libpod-parser-perl.
16:46:06 #9 38.82 Preparing to unpack .../308-libpod-parser-perl_1.63-2_all.deb ...
16:46:06 #9 38.83 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
16:46:06 #9 38.85 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
16:46:06 #9 38.85 Unpacking libpod-parser-perl (1.63-2) ...
16:46:06 #9 38.88 Selecting previously unselected package libpod-constants-perl.
16:46:06 #9 38.88 Preparing to unpack .../309-libpod-constants-perl_0.19-2_all.deb ...
16:46:06 #9 38.89 Unpacking libpod-constants-perl (0.19-2) ...
16:46:06 #9 38.91 Selecting previously unselected package libproc-processtable-perl.
16:46:06 #9 38.91 Preparing to unpack .../310-libproc-processtable-perl_0.59-2build1_amd64.deb ...
16:46:06 #9 38.92 Unpacking libproc-processtable-perl (0.59-2build1) ...
16:46:06 #9 38.95 Selecting previously unselected package libre2-9:amd64.
16:46:06 #9 38.95 Preparing to unpack .../311-libre2-9_20210201+dfsg-1_amd64.deb ...
16:46:06 #9 38.95 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
16:46:06 #9 39.00 Selecting previously unselected package libre-engine-re2-perl:amd64.
16:46:06 #8 21.67 debconf: delaying package configuration, since apt-utils is not installed
16:46:06 #8 21.74 Fetched 79.5 MB in 6s (12.8 MB/s)
16:46:06 #8 21.78 Selecting previously unselected package bsdextrautils.
16:46:06 #8 21.78 (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 ... 7749 files and directories currently installed.)
16:46:06 #8 21.79 Preparing to unpack .../bsdextrautils_2.36.1-8_armhf.deb ...
16:46:06 #8 21.80 Unpacking bsdextrautils (2.36.1-8) ...
16:46:06 #9 39.00 Preparing to unpack .../312-libre-engine-re2-perl_0.14-1_amd64.deb ...
16:46:06 #9 39.01 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
16:46:06 #9 39.03 Selecting previously unselected package libreadonly-perl.
16:46:06 #9 39.03 Preparing to unpack .../313-libreadonly-perl_2.050-3_all.deb ...
16:46:06 #9 39.04 Unpacking libreadonly-perl (2.050-3) ...
16:46:06 #9 39.06 Selecting previously unselected package libref-util-perl.
16:46:06 #9 39.06 Preparing to unpack .../314-libref-util-perl_0.204-1_all.deb ...
16:46:06 #9 39.07 Unpacking libref-util-perl (0.204-1) ...
16:46:06 #9 39.09 Selecting previously unselected package libref-util-xs-perl.
16:46:06 #9 39.10 Preparing to unpack .../315-libref-util-xs-perl_0.117-1build3_amd64.deb ...
16:46:06 #9 39.10 Unpacking libref-util-xs-perl (0.117-1build3) ...
16:46:06 #9 39.13 Selecting previously unselected package libregexp-pattern-license-perl.
16:46:06 #9 39.13 Preparing to unpack .../316-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
16:46:06 #9 39.13 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
16:46:06 #9 39.16 Selecting previously unselected package libregexp-pattern-perl.
16:46:06 #9 39.16 Preparing to unpack .../317-libregexp-pattern-perl_0.2.14-1_all.deb ...
16:46:06 #9 39.17 Unpacking libregexp-pattern-perl (0.2.14-1) ...
16:46:06 #9 39.20 Selecting previously unselected package libsasl2-modules:amd64.
16:46:06 #9 39.20 Preparing to unpack .../318-libsasl2-modules_2.1.27+dfsg-2ubuntu1_amd64.deb ...
16:46:06 #9 39.20 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:46:06 #9 39.23 Selecting previously unselected package libsereal-decoder-perl.
16:46:06 #9 39.24 Preparing to unpack .../319-libsereal-decoder-perl_4.018+ds-1build1_amd64.deb ...
16:46:06 #9 39.24 Unpacking libsereal-decoder-perl (4.018+ds-1build1) ...
16:46:06 #9 39.27 Selecting previously unselected package libsereal-encoder-perl.
16:46:06 #9 39.27 Preparing to unpack .../320-libsereal-encoder-perl_4.018+ds-1build1_amd64.deb ...
16:46:06 #9 39.28 Unpacking libsereal-encoder-perl (4.018+ds-1build1) ...
16:46:06 #9 39.31 Selecting previously unselected package libsort-key-perl.
16:46:06 #9 39.31 Preparing to unpack .../321-libsort-key-perl_1.33-2build3_amd64.deb ...
16:46:06 #9 39.32 Unpacking libsort-key-perl (1.33-2build3) ...
16:46:06 #8 21.90 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1_armhf.deb ...
16:46:06 #8 22.18 Unpacking libc6:armhf (2.31-13+rpt2+rpi1) over (2.31-13+rpi1) ...
16:46:06 #9 39.35 Selecting previously unselected package libstring-copyright-perl.
16:46:06 #9 39.36 Preparing to unpack .../322-libstring-copyright-perl_0.003006-1_all.deb ...
16:46:06 #9 39.36 Unpacking libstring-copyright-perl (0.003006-1) ...
16:46:06 #9 39.40 Selecting previously unselected package libstring-escape-perl.
16:46:06 #9 39.40 Preparing to unpack .../323-libstring-escape-perl_2010.002-2_all.deb ...
16:46:06 #9 39.41 Unpacking libstring-escape-perl (2010.002-2) ...
16:46:06 #9 39.44 Selecting previously unselected package libstring-shellquote-perl.
16:46:06 #9 39.44 Preparing to unpack .../324-libstring-shellquote-perl_1.04-1_all.deb ...
16:46:06 #9 39.45 Unpacking libstring-shellquote-perl (1.04-1) ...
16:46:06 #9 39.48 Selecting previously unselected package libterm-readkey-perl.
16:46:06 #9 39.48 Preparing to unpack .../325-libterm-readkey-perl_2.38-1build2_amd64.deb ...
16:46:06 #9 39.49 Unpacking libterm-readkey-perl (2.38-1build2) ...
16:46:06 #9 39.52 Selecting previously unselected package libtext-levenshteinxs-perl.
16:46:06 #9 39.52 Preparing to unpack .../326-libtext-levenshteinxs-perl_0.03-4build8_amd64.deb ...
16:46:06 #9 39.53 Unpacking libtext-levenshteinxs-perl (0.03-4build8) ...
16:46:06 #9 39.55 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
16:46:06 #9 39.55 Preparing to unpack .../327-libtext-markdown-discount-perl_0.12-1build1_amd64.deb ...
16:46:06 #9 39.56 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1build1) ...
16:46:06 #9 39.58 Selecting previously unselected package libtext-xslate-perl.
16:46:06 #9 39.58 Preparing to unpack .../328-libtext-xslate-perl_3.5.8-1build2_amd64.deb ...
16:46:06 #9 39.59 Unpacking libtext-xslate-perl (3.5.8-1build2) ...
16:46:06 #9 39.63 Selecting previously unselected package libtime-duration-perl.
16:46:06 #9 39.64 Preparing to unpack .../329-libtime-duration-perl_1.21-1_all.deb ...
16:46:06 #9 39.64 Unpacking libtime-duration-perl (1.21-1) ...
16:46:06 #9 39.67 Selecting previously unselected package libtime-moment-perl.
16:46:06 #9 39.67 Preparing to unpack .../330-libtime-moment-perl_0.44-1build4_amd64.deb ...
16:46:06 #9 39.68 Unpacking libtime-moment-perl (0.44-1build4) ...
16:46:06 #9 39.71 Selecting previously unselected package libtype-tiny-xs-perl.
16:46:06 #9 39.71 Preparing to unpack .../331-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
16:46:06 #9 39.71 Unpacking libtype-tiny-xs-perl (0.022-1) ...
16:46:06 #9 39.74 Selecting previously unselected package libunicode-utf8-perl.
16:46:06 #9 39.74 Preparing to unpack .../332-libunicode-utf8-perl_0.62-1build2_amd64.deb ...
16:46:06 #9 39.75 Unpacking libunicode-utf8-perl (0.62-1build2) ...
16:46:06 #9 39.77 Selecting previously unselected package libxml-namespacesupport-perl.
16:46:06 #9 39.77 Preparing to unpack .../333-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
16:46:06 #9 39.78 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
16:46:06 #9 39.81 Selecting previously unselected package libxml-sax-base-perl.
16:46:06 #9 39.81 Preparing to unpack .../334-libxml-sax-base-perl_1.09-1.1_all.deb ...
16:46:07 #9 39.81 Unpacking libxml-sax-base-perl (1.09-1.1) ...
16:46:07 #9 39.86 Selecting previously unselected package libxml-sax-perl.
16:46:07 #9 39.86 Preparing to unpack .../335-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:46:07 #9 39.87 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:46:07 #9 39.91 Selecting previously unselected package libxml-libxml-perl.
16:46:07 #9 39.91 Preparing to unpack .../336-libxml-libxml-perl_2.0134+dfsg-2build1_amd64.deb ...
16:46:07 #9 39.91 Unpacking libxml-libxml-perl (2.0134+dfsg-2build1) ...
16:46:07 #9 39.97 Selecting previously unselected package libxml-parser-perl:amd64.
16:46:07 #9 39.97 Preparing to unpack .../337-libxml-parser-perl_2.46-2_amd64.deb ...
16:46:07 #9 39.97 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
16:46:07 #9 40.02 Selecting previously unselected package libxml-sax-expat-perl.
16:46:07 #9 40.02 Preparing to unpack .../338-libxml-sax-expat-perl_0.51-1_all.deb ...
16:46:07 #9 40.03 Unpacking libxml-sax-expat-perl (0.51-1) ...
16:46:07 #9 40.05 Selecting previously unselected package libyaml-libyaml-perl.
16:46:07 #9 40.06 Preparing to unpack .../339-libyaml-libyaml-perl_0.82+repack-1build1_amd64.deb ...
16:46:07 #9 40.06 Unpacking libyaml-libyaml-perl (0.82+repack-1build1) ...
16:46:07 #9 40.09 Selecting previously unselected package licensecheck.
16:46:07 #9 40.09 Preparing to unpack .../340-licensecheck_3.1.1-2_all.deb ...
16:46:07 #9 40.09 Unpacking licensecheck (3.1.1-2) ...
16:46:07 #9 40.12 Selecting previously unselected package libdevel-size-perl.
16:46:07 #9 40.12 Preparing to unpack .../341-libdevel-size-perl_0.83-1build2_amd64.deb ...
16:46:07 #9 40.13 Unpacking libdevel-size-perl (0.83-1build2) ...
16:46:07 #9 40.16 Selecting previously unselected package libipc-run3-perl.
16:46:07 #9 40.16 Preparing to unpack .../342-libipc-run3-perl_0.048-2_all.deb ...
16:46:07 #9 40.16 Unpacking libipc-run3-perl (0.048-2) ...
16:46:07 #9 40.20 Selecting previously unselected package lzip.
16:46:07 #9 40.20 Preparing to unpack .../343-lzip_1.22-3_amd64.deb ...
16:46:07 #9 40.20 Unpacking lzip (1.22-3) ...
16:46:07 #9 40.23 Selecting previously unselected package lzop.
16:46:07 #9 40.23 Preparing to unpack .../344-lzop_1.04-2_amd64.deb ...
16:46:07 #9 40.24 Unpacking lzop (1.04-2) ...
16:46:07 #9 40.27 Selecting previously unselected package t1utils.
16:46:07 #9 40.27 Preparing to unpack .../345-t1utils_1.41-4_amd64.deb ...
16:46:07 #9 40.27 Unpacking t1utils (1.41-4) ...
16:46:07 #9 40.31 Selecting previously unselected package unzip.
16:46:07 #9 40.31 Preparing to unpack .../346-unzip_6.0-26ubuntu1_amd64.deb ...
16:46:07 #9 40.32 Unpacking unzip (6.0-26ubuntu1) ...
16:46:07 #9 40.37 Selecting previously unselected package lintian.
16:46:07 #9 40.37 Preparing to unpack .../347-lintian_2.104.0ubuntu2_all.deb ...
16:46:07 #9 40.38 Unpacking lintian (2.104.0ubuntu2) ...
16:46:07 #9 40.64 Selecting previously unselected package manpages-dev.
16:46:07 #8 23.51 Setting up libc6:armhf (2.31-13+rpt2+rpi1) ...
16:46:07 #9 40.64 Preparing to unpack .../348-manpages-dev_5.10-1ubuntu0.1_all.deb ...
16:46:07 #9 40.65 Unpacking manpages-dev (5.10-1ubuntu0.1) ...
16:46:07 #9 40.90 Selecting previously unselected package python3-certifi.
16:46:08 #9 40.90 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
16:46:08 #9 40.91 Unpacking python3-certifi (2020.6.20-1) ...
16:46:08 #9 40.95 Selecting previously unselected package python3-idna.
16:46:08 #9 40.95 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
16:46:08 #9 40.96 Unpacking python3-idna (2.10-1) ...
16:46:08 #9 40.99 Selecting previously unselected package python3-urllib3.
16:46:08 #9 40.99 Preparing to unpack .../351-python3-urllib3_1.26.2-1ubuntu1_all.deb ...
16:46:08 #9 41.00 Unpacking python3-urllib3 (1.26.2-1ubuntu1) ...
16:46:08 #9 41.04 Selecting previously unselected package python3-requests.
16:46:08 #9 41.04 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2_all.deb ...
16:46:08 #9 41.04 Unpacking python3-requests (2.25.1+dfsg-2) ...
16:46:08 #9 41.08 Selecting previously unselected package python3-unidiff.
16:46:08 #9 41.08 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ...
16:46:08 #9 41.08 Unpacking python3-unidiff (0.5.5-2) ...
16:46:08 #9 41.11 Selecting previously unselected package python3-xdg.
16:46:08 #9 41.12 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ...
16:46:08 #9 41.12 Unpacking python3-xdg (0.27-2) ...
16:46:08 #9 41.15 Selecting previously unselected package equivs.
16:46:08 #9 41.15 Preparing to unpack .../355-equivs_2.3.1_all.deb ...
16:46:08 #9 41.16 Unpacking equivs (2.3.1) ...
16:46:08 #9 41.19 Selecting previously unselected package libauthen-sasl-perl.
16:46:08 #9 41.19 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ...
16:46:08 #9 41.19 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
16:46:08 #9 41.22 Selecting previously unselected package python3-magic.
16:46:08 #9 41.23 Preparing to unpack .../357-python3-magic_2%3a0.4.20-3_all.deb ...
16:46:08 #9 41.23 Unpacking python3-magic (2:0.4.20-3) ...
16:46:08 #9 41.28 Setting up libksba8:amd64 (1.5.0-3) ...
16:46:08 #9 41.29 Setting up media-types (4.0.0) ...
16:46:08 #9 41.30 Setting up libpipeline1:amd64 (1.5.3-1) ...
16:46:08 #9 41.31 Setting up wdiff (1.2.2-2build1) ...
16:46:08 #9 41.32 Setting up libxau6:amd64 (1:1.0.9-1build3) ...
16:46:08 #9 41.34 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
16:46:08 #9 41.36 Setting up lto-disabled-list (7) ...
16:46:08 #9 41.37 Setting up libpsl5:amd64 (0.21.0-1.2) ...
16:46:08 #9 41.38 Setting up bsdextrautils (2.36.1-7ubuntu2) ...
16:46:08 #9 41.39 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
16:46:08 #9 41.39 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
16:46:08 #9 41.40 Setting up libicu67:amd64 (67.1-6ubuntu2) ...
16:46:08 #9 41.41 Setting up libmagic-mgc (1:5.39-3) ...
16:46:08 #9 41.42 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
16:46:08 #9 41.43 Setting up distro-info-data (0.46ubuntu4) ...
16:46:08 #9 41.45 Setting up manpages (5.10-1ubuntu0.1) ...
16:46:08 #9 41.46 Setting up unzip (6.0-26ubuntu1) ...
16:46:08 #9 41.47 Setting up perl-modules-5.32 (5.32.1-3ubuntu2.1) ...
16:46:08 #9 41.48 Setting up libbrotli1:amd64 (1.0.9-2build2) ...
16:46:08 #9 41.49 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
16:46:08 #9 41.50 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:46:08 #9 41.52 Setting up binutils-common:amd64 (2.36.1-6ubuntu1) ...
16:46:08 #9 41.53 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
16:46:08 #9 41.54 Setting up libmagic1:amd64 (1:5.39-3) ...
16:46:08 #9 41.56 Setting up libdeflate0:amd64 (1.7-1ubuntu1) ...
16:46:08 #9 41.57 Setting up less (551-2) ...
16:46:08 #9 41.58 Setting up perl-openssl-defaults:amd64 (5) ...
16:46:08 #9 41.59 Setting up linux-libc-dev:amd64 (5.11.0-34.36) ...
16:46:08 #9 41.61 Setting up libctf-nobfd0:amd64 (2.36.1-6ubuntu1) ...
16:46:08 #9 41.62 Setting up gettext-base (0.21-3ubuntu2) ...
16:46:08 #9 41.63 Setting up liblzo2-2:amd64 (2.10-2build1) ...
16:46:08 #9 41.64 Setting up libnpth0:amd64 (1.6-3) ...
16:46:08 #9 41.66 Setting up file (1:5.39-3) ...
16:46:08 #9 41.67 Setting up libassuan0:amd64 (2.5.4-1ubuntu1) ...
16:46:08 #9 41.68 Setting up libgomp1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:08 #9 41.69 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu3) ...
16:46:08 #9 41.70 Setting up bzip2 (1.0.8-4ubuntu3) ...
16:46:08 #9 41.71 Setting up libldap-common (2.4.57+dfsg-2ubuntu1) ...
16:46:08 #9 41.72 Setting up libunwind8:amd64 (1.3.2-2) ...
16:46:08 #9 41.73 Setting up libjbig0:amd64 (2.1-3.1build1) ...
16:46:08 #9 41.74 Setting up libfakeroot:amd64 (1.25.3-1.1ubuntu2) ...
16:46:08 #9 41.76 Setting up libasan6:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:08 #9 41.77 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:46:08 #9 41.78 Setting up tzdata (2021a-1ubuntu1) ...
16:46:08 #9 41.87 
16:46:08 #9 41.87 Current default time zone: 'Etc/UTC'
16:46:08 #9 41.87 Local time is now:      Thu Sep 16 16:46:08 UTC 2021.
16:46:08 #9 41.87 Universal Time is now:  Thu Sep 16 16:46:08 UTC 2021.
16:46:08 #9 41.87 Run 'dpkg-reconfigure tzdata' if you wish to change it.
16:46:08 #9 41.87 
16:46:08 #9 41.89 Setting up fakeroot (1.25.3-1.1ubuntu2) ...
16:46:08 #9 41.90 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:46:08 #9 41.90 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
16:46:08 #9 41.90 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
16:46:08 #9 41.90 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
16:46:08 #9 41.90 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
16:46:08 #9 41.90 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
16:46:08 #9 41.90 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
16:46:08 #9 41.90 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
16:46:08 #9 41.90 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
16:46:08 #9 41.91 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1) ...
16:46:08 #9 41.92 Setting up autotools-dev (20180224.1+nmu1) ...
16:46:08 #9 41.93 Setting up libtirpc-dev:amd64 (1.3.1-1build1) ...
16:46:08 #9 41.94 Setting up rpcsvc-proto (1.4.2-0ubuntu4) ...
16:46:09 #8 24.84 Selecting previously unselected package libuchardet0:armhf.
16:46:09 #8 24.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7780 files and directories currently installed.)
16:46:09 #8 24.85 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
16:46:09 #8 24.86 Unpacking libuchardet0:armhf (0.0.7-1) ...
16:46:09 #8 24.91 Selecting previously unselected package groff-base.
16:46:09 #8 24.92 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
16:46:09 #8 24.92 Unpacking groff-base (1.22.4-6) ...
16:46:09 #9 41.95 Setting up libx11-data (2:1.7.0-2ubuntu0.1) ...
16:46:09 #9 41.96 Setting up make (4.3-4ubuntu1) ...
16:46:09 #9 41.97 Setting up libmpfr6:amd64 (4.1.0-3build1) ...
16:46:09 #9 41.98 Setting up gnupg-l10n (2.2.20-1ubuntu3) ...
16:46:09 #9 41.99 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build2) ...
16:46:09 #9 42.00 Setting up lzip (1.22-3) ...
16:46:09 #9 42.02 Setting up strace (5.11-0ubuntu1) ...
16:46:09 #9 42.03 Setting up libsigsegv2:amd64 (2.13-1ubuntu1) ...
16:46:09 #9 42.04 Setting up xz-utils (5.2.5-1.0build2) ...
16:46:09 #9 42.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.05 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
16:46:09 #9 42.06 Setting up t1utils (1.41-4) ...
16:46:09 #9 42.07 Setting up libquadmath0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:09 #9 42.08 Setting up diffstat (1.64-1) ...
16:46:09 #9 42.09 Setting up libpng16-16:amd64 (1.6.37-3build3) ...
16:46:09 #9 42.11 Setting up libmpc3:amd64 (1.2.0-1build1) ...
16:46:09 #9 42.12 Setting up libatomic1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:09 #9 42.13 Setting up patch (2.7.6-7) ...
16:46:09 #9 42.14 Setting up autopoint (0.21-3ubuntu2) ...
16:46:09 #9 42.15 Setting up libwebp6:amd64 (0.6.1-2ubuntu0.21.04.1) ...
16:46:09 #8 25.08 Selecting previously unselected package libgdbm6:armhf.
16:46:09 #8 25.09 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
16:46:09 #8 25.09 Unpacking libgdbm6:armhf (1.19-2) ...
16:46:09 #8 25.15 Selecting previously unselected package libpipeline1:armhf.
16:46:09 #8 25.15 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
16:46:09 #8 25.16 Unpacking libpipeline1:armhf (1.5.3-1) ...
16:46:09 #8 25.24 Selecting previously unselected package man-db.
16:46:09 #9 42.16 Setting up fonts-dejavu-core (2.37-2build1) ...
16:46:09 #9 42.22 Setting up ucf (3.0043) ...
16:46:09 #9 42.31 Setting up libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
16:46:09 #9 42.32 Setting up libltdl7:amd64 (2.4.6-15) ...
16:46:09 #9 42.33 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:46:09 #9 42.34 Setting up libssh-4:amd64 (0.9.5-1ubuntu0.1) ...
16:46:09 #9 42.35 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:09 #9 42.36 Setting up libubsan1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:09 #9 42.37 Setting up libmd0:amd64 (1.0.3-3build1) ...
16:46:09 #9 42.38 Setting up python-apt-common (2.2.0~ubuntu0.21.04.1) ...
16:46:09 #9 42.39 Setting up libnsl-dev:amd64 (1.3.0-0ubuntu3) ...
16:46:09 #9 42.40 Setting up libcrypt-dev:amd64 (1:4.4.17-1ubuntu3) ...
16:46:09 #9 42.41 Setting up libuchardet0:amd64 (0.0.7-1) ...
16:46:09 #8 25.24 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
16:46:09 #8 25.25 Unpacking man-db (2.9.4-2) ...
16:46:09 #9 42.43 Setting up lzop (1.04-2) ...
16:46:09 #9 42.44 Setting up libmpdec3:amd64 (2.5.1-2) ...
16:46:09 #9 42.45 Setting up git-man (1:2.30.2-1ubuntu1) ...
16:46:09 #9 42.47 Setting up netbase (6.2) ...
16:46:09 #9 42.49 Setting up libbinutils:amd64 (2.36.1-6ubuntu1) ...
16:46:09 #9 42.50 Setting up libfido2-1:amd64 (1.6.0-2) ...
16:46:09 #9 42.53 Setting up libisl23:amd64 (0.23-1build1) ...
16:46:09 #9 42.54 Setting up libc-dev-bin (2.33-0ubuntu5) ...
16:46:09 #9 42.55 Setting up openssl (1.1.1j-1ubuntu3.5) ...
16:46:09 #9 42.57 Setting up libbsd0:amd64 (0.11.3-1ubuntu2) ...
16:46:09 #9 42.58 Setting up libelf1:amd64 (0.183-8) ...
16:46:09 #9 42.59 Setting up readline-common (8.1-1) ...
16:46:09 #9 42.60 Setting up publicsuffix (20210108.1309-1) ...
16:46:09 #9 42.61 Setting up libxml2:amd64 (2.9.10+dfsg-6.3ubuntu0.1) ...
16:46:09 #9 42.62 Setting up libmarkdown2:amd64 (2.2.6-1ubuntu1) ...
16:46:09 #9 42.63 Setting up libcc1-0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:09 #9 42.64 Setting up iso-codes (4.6.0-1) ...
16:46:09 #9 42.66 Setting up liblocale-gettext-perl (1.07-4build1) ...
16:46:09 #9 42.66 Setting up liblsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:09 #9 42.68 Setting up cpp-10 (10.3.0-1ubuntu1) ...
16:46:09 #9 42.68 Setting up dctrl-tools (2.24-3) ...
16:46:09 #9 42.70 Setting up libitm1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:09 #9 42.71 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:09 #9 42.72 Setting up libgdbm6:amd64 (1.19-2) ...
16:46:09 #9 42.73 Setting up libtsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:46:09 #9 42.74 Setting up libctf0:amd64 (2.36.1-6ubuntu1) ...
16:46:09 #9 42.75 Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
16:46:09 #9 42.76 Setting up pinentry-curses (1.1.0-4build1) ...
16:46:09 #9 42.79 Setting up manpages-dev (5.10-1ubuntu0.1) ...
16:46:09 #9 42.80 Setting up libdw1:amd64 (0.183-8) ...
16:46:09 #9 42.81 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu3) ...
16:46:09 #9 42.82 Setting up libxcb1:amd64 (1.14-3ubuntu1) ...
16:46:09 #9 42.84 Setting up gettext (0.21-3ubuntu2) ...
16:46:09 #9 42.85 Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
16:46:09 #8 25.44 Selecting previously unselected package perl-modules-5.32.
16:46:09 #8 25.45 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u1_all.deb ...
16:46:09 #8 25.45 Unpacking perl-modules-5.32 (5.32.1-4+deb11u1) ...
16:46:10 #9 43.01 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:10 #9 43.02 Setting up libgcc-10-dev:amd64 (10.3.0-1ubuntu1) ...
16:46:10 #9 43.05 Setting up libedit2:amd64 (3.1-20191231-2) ...
16:46:10 #9 43.06 Setting up libreadline8:amd64 (8.1-1) ...
16:46:10 #9 43.07 Setting up m4 (1.4.18-5) ...
16:46:10 #9 43.08 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:10 #9 43.09 Setting up ca-certificates (20210119build1) ...
16:46:10 #9 43.44 Updating certificates in /etc/ssl/certs...
16:46:10 #8 26.15 Selecting previously unselected package libgdbm-compat4:armhf.
16:46:10 #8 26.15 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
16:46:10 #8 26.16 Unpacking libgdbm-compat4:armhf (1.19-2) ...
16:46:10 #8 26.22 Selecting previously unselected package libperl5.32:armhf.
16:46:10 #8 26.23 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u1_armhf.deb ...
16:46:10 #8 26.23 Unpacking libperl5.32:armhf (5.32.1-4+deb11u1) ...
16:46:11 #9 43.85 129 added, 0 removed; done.
16:46:11 #9 43.88 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:11 #9 43.89 Setting up libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
16:46:11 #9 43.90 Setting up libgdbm-compat4:amd64 (1.19-2) ...
16:46:11 #9 43.91 Setting up libperl5.32:amd64 (5.32.1-3ubuntu2.1) ...
16:46:11 #9 43.92 Setting up dwz (0.14-1) ...
16:46:11 #9 43.93 Setting up groff-base (1.22.4-6) ...
16:46:11 #9 43.95 Setting up cpp (4:10.3.0-1ubuntu1) ...
16:46:11 #9 43.96 Setting up gpgconf (2.2.20-1ubuntu3) ...
16:46:11 #9 43.97 Setting up debugedit (1:0.1-0ubuntu2) ...
16:46:11 #9 43.98 Setting up libc6-dev:amd64 (2.33-0ubuntu5) ...
16:46:11 #9 43.99 Setting up libx11-6:amd64 (2:1.7.0-2ubuntu0.1) ...
16:46:11 #9 44.02 Setting up libtiff5:amd64 (4.2.0-1build1) ...
16:46:11 #9 44.03 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
16:46:11 #9 44.04 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
16:46:11 #9 44.05 Setting up gpg (2.2.20-1ubuntu3) ...
16:46:11 #9 44.06 Setting up libpython3.9-stdlib:amd64 (3.9.5-3~21.04) ...
16:46:11 #9 44.07 Setting up libpython3-stdlib:amd64 (3.9.4-1) ...
16:46:11 #9 44.08 Setting up gnupg-utils (2.2.20-1ubuntu3) ...
16:46:11 #9 44.09 Setting up binutils-x86-64-linux-gnu (2.36.1-6ubuntu1) ...
16:46:11 #9 44.11 Setting up libstdc++-10-dev:amd64 (10.3.0-1ubuntu1) ...
16:46:11 #9 44.11 Setting up gpg-agent (2.2.20-1ubuntu3) ...
16:46:11 #8 26.90 Selecting previously unselected package perl.
16:46:11 #8 26.91 Preparing to unpack .../08-perl_5.32.1-4+deb11u1_armhf.deb ...
16:46:11 #8 26.92 Unpacking perl (5.32.1-4+deb11u1) ...
16:46:11 #8 27.01 Selecting previously unselected package libpython3.9-minimal:armhf.
16:46:11 #8 27.02 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
16:46:11 #8 27.03 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
16:46:11 #8 27.22 Selecting previously unselected package libexpat1:armhf.
16:46:11 #8 27.23 Preparing to unpack .../10-libexpat1_2.2.10-2_armhf.deb ...
16:46:11 #8 27.23 Unpacking libexpat1:armhf (2.2.10-2) ...
16:46:11 #8 27.30 Selecting previously unselected package python3.9-minimal.
16:46:11 #8 27.30 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
16:46:11 #8 27.32 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
16:46:11 #9 44.57 Setting up libxpm4:amd64 (1:3.5.12-1) ...
16:46:11 #9 44.58 Setting up openssh-client (1:8.4p1-5ubuntu1.1) ...
16:46:11 #9 44.66 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:11 #9 44.67 Setting up gpgsm (2.2.20-1ubuntu3) ...
16:46:11 #9 44.68 Setting up libxext6:amd64 (2:1.3.4-0ubuntu3) ...
16:46:11 #9 44.70 Setting up binutils (2.36.1-6ubuntu1) ...
16:46:11 #9 44.71 Setting up man-db (2.9.4-2) ...
16:46:11 #9 44.81 Building database of manual pages ...
16:46:12 #8 27.60 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
16:46:12 #8 27.63 Setting up libexpat1:armhf (2.2.10-2) ...
16:46:12 #8 27.65 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
16:46:12 #9 45.01 Setting up libgpgme11:amd64 (1.14.0-1ubuntu3) ...
16:46:12 #9 45.02 Setting up perl (5.32.1-3ubuntu2.1) ...
16:46:12 #9 45.04 Setting up libpackage-stash-xs-perl (0.29-1build3) ...
16:46:12 #9 45.05 Setting up libclass-data-inheritable-perl (0.08-3) ...
16:46:12 #9 45.06 Setting up libdata-dump-perl (1.23-1.1) ...
16:46:12 #9 45.07 Setting up libref-util-perl (0.204-1) ...
16:46:12 #9 45.08 Setting up libipc-system-simple-perl (1.30-1) ...
16:46:12 #9 45.09 Setting up libnet-domain-tld-perl (1.75-1.1) ...
16:46:12 #9 45.10 Setting up libhash-fieldhash-perl (0.15-1build3) ...
16:46:12 #9 45.11 Setting up libgd3:amd64 (2.3.0-2ubuntu0.1) ...
16:46:12 #9 45.12 Setting up libvariable-magic-perl (0.62-1build3) ...
16:46:12 #9 45.13 Setting up libio-html-perl (1.004-2) ...
16:46:12 #9 45.14 Setting up libpod-parser-perl (1.63-2) ...
16:46:12 #9 45.15 Setting up libb-hooks-op-check-perl (0.22-1build3) ...
16:46:12 #9 45.16 Setting up liblist-moreutils-xs-perl (0.430-2) ...
16:46:12 #9 45.17 Setting up gcc-10 (10.3.0-1ubuntu1) ...
16:46:12 #9 45.18 Setting up libparams-util-perl (1.102-1build1) ...
16:46:12 #9 45.20 Setting up libdpkg-perl (1.20.9ubuntu1) ...
16:46:12 #9 45.21 Setting up libtime-duration-perl (1.21-1) ...
16:46:12 #9 45.22 Setting up autoconf (2.69-14) ...
16:46:12 #9 45.23 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
16:46:12 #9 45.24 Setting up libarray-intspan-perl (2.004-1) ...
16:46:12 #9 45.26 Setting up libcapture-tiny-perl (0.48-1) ...
16:46:12 #9 45.27 Setting up libtimedate-perl (2.3300-2) ...
16:46:12 #9 45.28 Setting up gpg-wks-server (2.2.20-1ubuntu3) ...
16:46:12 #9 45.29 Setting up libsub-name-perl (0.26-1build1) ...
16:46:12 #9 45.30 Setting up libtype-tiny-xs-perl (0.022-1) ...
16:46:12 #9 45.31 Setting up libdata-validate-domain-perl (0.10-1.1) ...
16:46:12 #9 45.32 Setting up libproc-processtable-perl (0.59-2build1) ...
16:46:12 #9 45.33 Setting up libfile-chdir-perl (0.1008-1.1) ...
16:46:12 #9 45.35 Setting up xauth (1:1.1-1) ...
16:46:12 #9 45.36 Setting up libpath-tiny-perl (0.118-1) ...
16:46:12 #9 45.37 Setting up libarchive-cpio-perl (0.10-1.1) ...
16:46:12 #9 45.38 Setting up libjson-perl (4.03000-1) ...
16:46:12 #9 45.39 Setting up libipc-run3-perl (0.048-2) ...
16:46:12 #9 45.40 Setting up libsub-override-perl (0.09-2) ...
16:46:12 #9 45.41 Setting up libaliased-perl (0.34-1.1) ...
16:46:12 #9 45.43 Setting up libstrictures-perl (2.000006-1) ...
16:46:12 #9 45.44 Setting up libsub-quote-perl (2.006006-1) ...
16:46:12 #9 45.45 Setting up libdevel-stacktrace-perl (2.0400-1) ...
16:46:12 #9 45.46 Setting up libclass-xsaccessor-perl (1.19-3build7) ...
16:46:12 #9 45.47 Setting up libsort-versions-perl (1.62-1) ...
16:46:12 #9 45.49 Setting up libexporter-tiny-perl (1.002002-1) ...
16:46:12 #9 45.49 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
16:46:12 #9 45.50 Setting up libfile-dirlist-perl (0.05-2) ...
16:46:12 #9 45.52 Setting up libterm-readkey-perl (2.38-1build2) ...
16:46:12 #9 45.53 Setting up libtext-levenshteinxs-perl (0.03-4build8) ...
16:46:12 #9 45.54 Setting up libperlio-gzip-perl (0.19-1build6) ...
16:46:12 #9 45.55 Setting up libsys-hostname-long-perl (1.5-2) ...
16:46:12 #9 45.56 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
16:46:12 #9 45.57 Setting up libsereal-decoder-perl (4.018+ds-1build1) ...
16:46:12 #9 45.57 Setting up liburi-perl (5.07-1) ...
16:46:12 #9 45.58 Setting up libfile-touch-perl (0.11-1) ...
16:46:12 #9 45.59 Setting up python3.9 (3.9.5-3~21.04) ...
16:46:13 #8 29.21 Selecting previously unselected package python3-minimal.
16:46:13 #9 46.21 Setting up libc-devtools (2.33-0ubuntu5) ...
16:46:13 #9 46.23 Setting up libemail-address-xs-perl (1.04-1build4) ...
16:46:13 #9 46.24 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:13 #9 46.25 Setting up libnet-ssleay-perl (1.88-3ubuntu1) ...
16:46:13 #9 46.26 Setting up automake (1:1.16.3-2ubuntu1) ...
16:46:13 #9 46.26 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:46:13 #9 46.26 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
16:46:13 #9 46.26 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
16:46:13 #9 46.27 Setting up libapt-pkg-perl (0.1.39build1) ...
16:46:13 #9 46.28 Setting up libstring-escape-perl (2010.002-2) ...
16:46:13 #9 46.29 Setting up libhttp-date-perl (6.05-1) ...
16:46:13 #9 46.30 Setting up libfile-which-perl (1.23-1) ...
16:46:13 #9 46.31 Setting up libfile-basedir-perl (0.08-1) ...
16:46:13 #9 46.32 Setting up libnumber-range-perl (0.12-1.1) ...
16:46:13 #9 46.33 Setting up libunicode-utf8-perl (0.62-1build2) ...
16:46:13 #9 46.34 Setting up libmouse-perl (2.5.10-1build2) ...
16:46:13 #9 46.36 Setting up g++-10 (10.3.0-1ubuntu1) ...
16:46:13 #9 46.37 Setting up libfile-listing-perl (6.14-1) ...
16:46:13 #9 46.40 Setting up libregexp-pattern-perl (0.2.14-1) ...
16:46:13 #9 46.41 Setting up libdata-messagepack-perl (1.00-4build1) ...
16:46:13 #9 46.42 Setting up libfont-afm-perl (1.20-3) ...
16:46:13 #9 46.43 Setting up libwant-perl (0.29-1build5) ...
16:46:13 #9 46.44 Setting up libdynaloader-functions-perl (0.003-1.1) ...
16:46:13 #9 46.45 Setting up libtext-glob-perl (0.11-1) ...
16:46:13 #9 46.46 Setting up libclass-method-modifiers-perl (2.13-1) ...
16:46:13 #9 46.47 Setting up liblist-compare-perl (0.55-1) ...
16:46:13 #9 46.48 Setting up libref-util-xs-perl (0.117-1build3) ...
16:46:13 #9 46.49 Setting up libio-pty-perl (1:1.15-2) ...
16:46:13 #9 46.52 Setting up libtool (2.4.6-15) ...
16:46:13 #9 46.52 Setting up libfile-fcntllock-perl (0.22-3build5) ...
16:46:13 #9 46.53 Setting up libsort-key-perl (1.33-2build3) ...
16:46:13 #9 46.54 Setting up libclone-perl (0.45-1build1) ...
16:46:13 #9 46.55 Setting up libalgorithm-diff-perl (1.201-1) ...
16:46:13 #9 46.56 Setting up libarchive-zip-perl (1.68-1) ...
16:46:13 #9 46.57 Setting up libsub-identify-perl (0.14-1build3) ...
16:46:13 #9 46.58 Setting up libdistro-info-perl (1.0) ...
16:46:13 #9 46.59 Setting up libcpanel-json-xs-perl (4.25-1build1) ...
16:46:13 #9 46.59 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
16:46:13 #9 46.61 Setting up libio-stringy-perl (2.111-3) ...
16:46:13 #9 46.62 Setting up liblist-moreutils-perl (0.430-2) ...
16:46:13 #8 29.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10587 files and directories currently installed.)
16:46:13 #8 29.23 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
16:46:13 #8 29.26 Unpacking python3-minimal (3.9.2-3) ...
16:46:13 #8 29.33 Selecting previously unselected package media-types.
16:46:13 #8 29.33 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
16:46:13 #8 29.34 Unpacking media-types (4.0.0) ...
16:46:13 #8 29.40 Selecting previously unselected package libmpdec3:armhf.
16:46:13 #8 29.40 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
16:46:13 #8 29.41 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
16:46:13 #8 29.47 Selecting previously unselected package libpython3.9-stdlib:armhf.
16:46:13 #9 46.64 Setting up libhtml-tagset-perl (3.20-4) ...
16:46:13 #9 46.66 Setting up liblog-any-perl (1.709-1) ...
16:46:13 #9 46.67 Setting up libauthen-sasl-perl (2.1600-1.1) ...
16:46:13 #9 46.68 Setting up libdevel-size-perl (0.83-1build2) ...
16:46:13 #9 46.69 Setting up libdebhelper-perl (13.3.4ubuntu1) ...
16:46:13 #9 46.70 Setting up libpod-constants-perl (0.19-2) ...
16:46:13 #9 46.71 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
16:46:13 #9 46.72 Setting up liblwp-mediatypes-perl (6.04-1) ...
16:46:13 #9 46.73 Setting up libyaml-libyaml-perl (0.82+repack-1build1) ...
16:46:13 #9 46.74 Setting up libtry-tiny-perl (0.30-1) ...
16:46:13 #9 46.75 Setting up libtype-tiny-perl (1.012001-2) ...
16:46:13 #9 46.76 Setting up libcommon-sense-perl (3.75-1build4) ...
16:46:13 #9 46.77 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
16:46:13 #9 46.79 Setting up libnet-http-perl (6.20-1) ...
16:46:13 #9 46.80 Setting up libtext-markdown-discount-perl:amd64 (0.12-1build1) ...
16:46:13 #9 46.81 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
16:46:13 #9 46.82 Setting up libtime-moment-perl (0.44-1build4) ...
16:46:13 #9 46.83 Setting up libencode-locale-perl (1.05-1.1) ...
16:46:13 #8 29.47 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
16:46:13 #8 29.48 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
16:46:14 #9 46.84 Setting up python3 (3.9.4-1) ...
16:46:14 #9 47.12 Setting up libexception-class-perl (1.44-1) ...
16:46:14 #8 29.77 Selecting previously unselected package python3.9.
16:46:14 #8 29.77 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
16:46:14 #8 29.78 Unpacking python3.9 (3.9.2-1+rpi1) ...
16:46:14 #8 29.84 Selecting previously unselected package libpython3-stdlib:armhf.
16:46:14 #8 29.85 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
16:46:14 #8 29.86 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
16:46:14 #8 29.92 Setting up python3-minimal (3.9.2-3) ...
16:46:14 #9 47.13 Setting up python3-xdg (0.27-2) ...
16:46:14 #9 47.29 Setting up libconfig-tiny-perl (2.24-1) ...
16:46:14 #9 47.30 Setting up libsereal-encoder-perl (4.018+ds-1build1) ...
16:46:14 #9 47.31 Setting up libdevel-callchecker-perl (0.008-1ubuntu2) ...
16:46:14 #9 47.33 Setting up liblist-utilsby-perl (0.11-1) ...
16:46:14 #9 47.34 Setting up libstring-shellquote-perl (1.04-1) ...
16:46:14 #9 47.35 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:14 #9 47.36 Setting up libsub-install-perl (0.928-1.1) ...
16:46:14 #9 47.37 Setting up gcc (4:10.3.0-1ubuntu1) ...
16:46:14 #9 47.39 Setting up dpkg-dev (1.20.9ubuntu1) ...
16:46:14 #9 47.41 Setting up libnumber-compare-perl (0.03-1.1) ...
16:46:14 #9 47.42 Setting up intltool-debian (0.35.0+20060710.5) ...
16:46:14 #9 47.43 Setting up liberror-perl (0.17029-1) ...
16:46:14 #9 47.44 Setting up python3-six (1.15.0-2) ...
16:46:14 #9 47.58 Setting up dh-autoreconf (20) ...
16:46:14 #9 47.59 Setting up patchutils (0.4.2-1) ...
16:46:14 #9 47.60 Setting up libmail-sendmail-perl (0.80-1.1) ...
16:46:14 #9 47.61 Setting up libltdl-dev:amd64 (2.4.6-15) ...
16:46:14 #9 47.62 Setting up libjson-maybexs-perl (1.004003-1) ...
16:46:14 #9 47.63 Setting up libxml-sax-base-perl (1.09-1.1) ...
16:46:14 #9 47.64 Setting up libio-string-perl (1.08-3.1) ...
16:46:14 #8 30.36 Selecting previously unselected package python3.
16:46:14 #8 30.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 ... 10984 files and directories currently installed.)
16:46:14 #8 30.38 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
16:46:14 #8 30.39 Unpacking python3 (3.9.2-3) ...
16:46:14 #8 30.44 Selecting previously unselected package sensible-utils.
16:46:14 #8 30.45 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
16:46:14 #8 30.46 Unpacking sensible-utils (0.0.14) ...
16:46:14 #8 30.51 Selecting previously unselected package bzip2.
16:46:14 #9 47.65 Setting up libreadonly-perl (2.050-3) ...
16:46:14 #9 47.66 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:14 #9 47.67 Setting up python3-gpg (1.14.0-1ubuntu3) ...
16:46:14 #9 47.84 Setting up python3-certifi (2020.6.20-1) ...
16:46:15 #8 30.52 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
16:46:15 #8 30.52 Unpacking bzip2 (1.0.8-4) ...
16:46:15 #8 30.58 Selecting previously unselected package libmagic-mgc.
16:46:15 #8 30.58 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
16:46:15 #8 30.59 Unpacking libmagic-mgc (1:5.39-3) ...
16:46:15 #8 30.71 Selecting previously unselected package libmagic1:armhf.
16:46:15 #8 30.71 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
16:46:15 #8 30.72 Unpacking libmagic1:armhf (1:5.39-3) ...
16:46:15 #8 30.78 Selecting previously unselected package file.
16:46:15 #9 47.97 Setting up libfile-find-rule-perl (0.34-1) ...
16:46:15 #9 47.98 Setting up libstring-copyright-perl (0.003006-1) ...
16:46:15 #9 47.99 Setting up python3-idna (2.10-1) ...
16:46:15 #9 48.18 Setting up libdata-optlist-perl (0.110-1.1) ...
16:46:15 #9 48.19 Setting up libipc-run-perl (20200505.0-1) ...
16:46:15 #9 48.20 Setting up libtext-xslate-perl (3.5.8-1build2) ...
16:46:15 #8 30.79 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
16:46:15 #8 30.79 Unpacking file (1:5.39-3) ...
16:46:15 #8 30.84 Selecting previously unselected package gettext-base.
16:46:15 #8 30.85 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
16:46:15 #8 30.85 Unpacking gettext-base (0.21-4) ...
16:46:15 #8 30.95 Selecting previously unselected package xz-utils.
16:46:15 #8 30.95 Preparing to unpack .../007-xz-utils_5.2.5-2_armhf.deb ...
16:46:15 #8 30.96 Unpacking xz-utils (5.2.5-2) ...
16:46:15 #8 31.03 Selecting previously unselected package libsigsegv2:armhf.
16:46:15 #8 31.04 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
16:46:15 #9 48.22 Setting up python3-urllib3 (1.26.2-1ubuntu1) ...
16:46:15 #9 48.39 Setting up libcontextual-return-perl (0.004014-2) ...
16:46:15 #9 48.40 Setting up libwww-robotrules-perl (6.02-1) ...
16:46:15 #9 48.41 Setting up libtypes-serialiser-perl (1.01-1) ...
16:46:15 #9 48.42 Setting up g++ (4:10.3.0-1ubuntu1) ...
16:46:15 #9 48.45 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:46:15 #9 48.45 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
16:46:15 #9 48.45 Setting up libhtml-parser-perl (3.75-1build1) ...
16:46:15 #9 48.46 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
16:46:15 #8 31.04 Unpacking libsigsegv2:armhf (2.13-1) ...
16:46:15 #8 31.10 Selecting previously unselected package m4.
16:46:15 #8 31.11 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
16:46:15 #8 31.11 Unpacking m4 (1.4.18-5) ...
16:46:15 #8 31.18 Selecting previously unselected package autoconf.
16:46:15 #8 31.18 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
16:46:15 #8 31.19 Unpacking autoconf (2.69-14) ...
16:46:15 #8 31.28 Selecting previously unselected package autotools-dev.
16:46:15 #8 31.28 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
16:46:15 #9 48.47 Setting up librole-tiny-perl (2.002004-1) ...
16:46:15 #9 48.48 Setting up build-essential (12.8ubuntu3) ...
16:46:15 #9 48.50 Setting up python3-unidiff (0.5.5-2) ...
16:46:15 #8 31.29 Unpacking autotools-dev (20180224.1+nmu1) ...
16:46:15 #8 31.35 Selecting previously unselected package automake.
16:46:15 #8 31.36 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
16:46:15 #8 31.37 Unpacking automake (1:1.16.3-2) ...
16:46:15 #8 31.53 Selecting previously unselected package autopoint.
16:46:15 #8 31.53 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
16:46:15 #8 31.54 Unpacking autopoint (0.21-4) ...
16:46:15 #8 31.63 Selecting previously unselected package binutils-common:armhf.
16:46:15 #8 31.64 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #9 48.63 Setting up lsb-release (11.1.0ubuntu2) ...
16:46:16 #9 48.64 Setting up libfont-ttf-perl (1.06-1.1) ...
16:46:16 #9 48.65 Setting up libfile-homedir-perl (1.006-1) ...
16:46:16 #9 48.66 Setting up python3-magic (2:0.4.20-3) ...
16:46:16 #9 48.80 Setting up libalgorithm-diff-xs-perl (0.04-6build1) ...
16:46:16 #9 48.81 Setting up libio-socket-ssl-perl (2.069-1) ...
16:46:16 #9 48.82 Setting up libsub-exporter-perl (0.987-1) ...
16:46:16 #9 48.82 Setting up libalgorithm-merge-perl (0.08-3) ...
16:46:16 #9 48.83 Setting up libhttp-message-perl (6.28-1) ...
16:46:16 #9 48.84 Setting up libhtml-form-perl (6.07-1) ...
16:46:16 #9 48.86 Setting up python3-pkg-resources (52.0.0-3) ...
16:46:16 #8 31.64 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
16:46:16 #9 49.05 Setting up libiterator-perl (0.03+ds1-1.1) ...
16:46:16 #9 49.06 Setting up libfile-stripnondeterminism-perl (1.11.0-1) ...
16:46:16 #9 49.07 Setting up libjson-xs-perl (4.030-1build1) ...
16:46:16 #9 49.07 Setting up libhttp-negotiate-perl (6.01-1) ...
16:46:16 #9 49.08 Setting up libio-prompter-perl (0.004015-1) ...
16:46:16 #9 49.09 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
16:46:16 #9 49.10 Setting up libhttp-cookies-perl (6.10-1) ...
16:46:16 #9 49.11 Setting up python3-apt (2.2.0~ubuntu0.21.04.1) ...
16:46:16 #8 32.05 Selecting previously unselected package libbinutils:armhf.
16:46:16 #8 32.05 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.06 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
16:46:16 #8 32.18 Selecting previously unselected package libctf-nobfd0:armhf.
16:46:16 #9 49.27 Setting up po-debconf (1.0.21+nmu1) ...
16:46:16 #9 49.28 Setting up libhtml-tree-perl (5.07-2) ...
16:46:16 #9 49.29 Setting up libparams-classify-perl (0.015-1build3) ...
16:46:16 #9 49.30 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-2ubuntu1) ...
16:46:16 #9 49.31 Setting up libpath-iterator-rule-perl (1.014-1) ...
16:46:16 #9 49.32 Setting up libcurl3-gnutls:amd64 (7.74.0-1ubuntu2.3) ...
16:46:16 #9 49.33 Setting up libhtml-format-perl (2.12-1.1) ...
16:46:16 #9 49.34 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:46:16 #9 49.39 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:46:16 #8 32.18 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.19 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
16:46:16 #8 32.26 Selecting previously unselected package libctf0:armhf.
16:46:16 #8 32.26 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.27 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
16:46:16 #8 32.32 Selecting previously unselected package binutils-arm-linux-gnueabihf.
16:46:16 #9 49.45 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:46:16 #9 49.56 
16:46:16 #9 49.56 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:46:16 #9 49.58 Setting up dirmngr (2.2.20-1ubuntu3) ...
16:46:16 #8 32.32 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.33 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
16:46:17 #9 49.71 Setting up python3-chardet (4.0.0-1) ...
16:46:17 #9 49.97 Setting up libnet-smtp-ssl-perl (1.04-1) ...
16:46:17 #8 32.73 Selecting previously unselected package binutils.
16:46:17 #8 32.73 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
16:46:17 #8 32.74 Unpacking binutils (2.35.2-2+rpi1) ...
16:46:17 #8 32.80 Selecting previously unselected package libisl23:armhf.
16:46:17 #8 32.81 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
16:46:17 #8 32.81 Unpacking libisl23:armhf (0.23-1) ...
16:46:17 #9 49.98 Setting up libmodule-runtime-perl (0.016-1) ...
16:46:17 #9 49.99 Setting up libmailtools-perl (2.21-1) ...
16:46:17 #9 50.00 Setting up python3-debian (0.1.39) ...
16:46:17 #9 50.16 Setting up python3-requests (2.25.1+dfsg-2) ...
16:46:17 #8 32.95 Selecting previously unselected package libmpfr6:armhf.
16:46:17 #8 32.95 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
16:46:17 #8 32.96 Unpacking libmpfr6:armhf (4.1.0-3) ...
16:46:17 #8 33.05 Selecting previously unselected package libmpc3:armhf.
16:46:17 #8 33.05 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
16:46:17 #8 33.06 Unpacking libmpc3:armhf (1.2.0-1) ...
16:46:17 #8 33.11 Selecting previously unselected package cpp-10.
16:46:17 #8 33.11 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
16:46:17 #8 33.12 Unpacking cpp-10 (10.2.1-6+rpi1) ...
16:46:17 #9 50.31 Setting up git (1:2.30.2-1ubuntu1) ...
16:46:17 #9 50.33 Setting up libxml-libxml-perl (2.0134+dfsg-2build1) ...
16:46:17 #9 50.37 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:46:17 #9 50.44 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:46:17 #9 50.51 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:46:17 #9 50.62 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:46:17 #9 50.65 Setting up dh-strip-nondeterminism (1.11.0-1) ...
16:46:17 #9 50.66 Setting up libconst-fast-perl (0.014-1.1) ...
16:46:17 #9 50.66 Setting up libhttp-daemon-perl (6.12-1) ...
16:46:17 #9 50.67 Setting up libgit-wrapper-perl (0.048-1) ...
16:46:17 #9 50.68 Setting up libcurl4:amd64 (7.74.0-1ubuntu2.3) ...
16:46:17 #9 50.69 Setting up curl (7.74.0-1ubuntu2.3) ...
16:46:17 #9 50.70 Setting up libdata-dpath-perl (0.58-1) ...
16:46:17 #9 50.71 Setting up gpg-wks-client (2.2.20-1ubuntu3) ...
16:46:17 #9 50.72 Setting up libmodule-implementation-perl (0.09-1.1) ...
16:46:17 #9 50.73 Setting up libpackage-stash-perl (0.39-1) ...
16:46:18 #9 50.74 Setting up libimport-into-perl (1.002005-1) ...
16:46:18 #9 50.75 Setting up libmoo-perl (2.004004-1) ...
16:46:18 #9 50.75 Setting up liblist-someutils-perl (0.58-1) ...
16:46:18 #9 50.77 Setting up debhelper (13.3.4ubuntu1) ...
16:46:18 #9 50.77 Setting up dput (1.1.0ubuntu1) ...
16:46:18 #9 50.93 Setting up liblist-someutils-xs-perl (0.58-2build1) ...
16:46:18 #9 50.94 Setting up equivs (2.3.1) ...
16:46:18 #9 50.95 Setting up gnupg (2.2.20-1ubuntu3) ...
16:46:18 #9 50.95 Setting up libmoox-aliases-perl (0.001006-1.1) ...
16:46:18 #9 50.96 Setting up libparams-validate-perl:amd64 (1.30-1build1) ...
16:46:18 #9 50.97 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
16:46:18 #9 50.98 Setting up libnamespace-clean-perl (0.27-1) ...
16:46:18 #9 50.99 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
16:46:18 #9 51.00 Setting up libnamespace-autoclean-perl (0.29-1) ...
16:46:18 #9 51.01 Setting up libgitlab-api-v4-perl (0.26-1) ...
16:46:18 #9 51.02 Setting up libmoox-struct-perl (0.020-1) ...
16:46:18 #9 51.03 Setting up lintian (2.104.0ubuntu2) ...
16:46:18 #9 51.04 Setting up licensecheck (3.1.1-2) ...
16:46:18 #9 51.05 Setting up liblwp-protocol-https-perl (6.10-1) ...
16:46:18 #9 51.06 Setting up libwww-perl (6.52-1) ...
16:46:18 #9 51.07 Setting up devscripts (2.21.1ubuntu1) ...
16:46:18 #9 51.22 Setting up libxml-parser-perl:amd64 (2.46-2) ...
16:46:18 #9 51.23 Setting up libxml-sax-expat-perl (0.51-1) ...
16:46:18 #9 51.27 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
16:46:18 #9 51.32 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:46:18 #9 51.44 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:46:18 #9 51.46 Processing triggers for libc-bin (2.33-0ubuntu5) ...
16:46:18 #9 51.49 Processing triggers for ca-certificates (20210119build1) ...
16:46:18 #9 51.49 Updating certificates in /etc/ssl/certs...
16:46:18 #8 34.10 Selecting previously unselected package cpp.
16:46:18 #8 34.10 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
16:46:18 #8 34.11 Unpacking cpp (4:10.2.1-1+rpi1) ...
16:46:18 #8 34.17 Selecting previously unselected package libdebhelper-perl.
16:46:18 #8 34.17 Preparing to unpack .../025-libdebhelper-perl_13.3.4_all.deb ...
16:46:18 #8 34.17 Unpacking libdebhelper-perl (13.3.4) ...
16:46:18 #8 34.26 Selecting previously unselected package libcc1-0:armhf.
16:46:18 #8 34.26 Preparing to unpack .../026-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
16:46:18 #8 34.27 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
16:46:18 #8 34.32 Selecting previously unselected package libgomp1:armhf.
16:46:18 #8 34.32 Preparing to unpack .../027-libgomp1_10.2.1-6+rpi1_armhf.deb ...
16:46:18 #8 34.33 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
16:46:18 #8 34.40 Selecting previously unselected package libatomic1:armhf.
16:46:18 #8 34.40 Preparing to unpack .../028-libatomic1_10.2.1-6+rpi1_armhf.deb ...
16:46:18 #8 34.41 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
16:46:18 #8 34.46 Selecting previously unselected package libasan6:armhf.
16:46:18 #8 34.47 Preparing to unpack .../029-libasan6_10.2.1-6+rpi1_armhf.deb ...
16:46:18 #8 34.47 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
16:46:19 #9 51.84 0 added, 0 removed; done.
16:46:19 #9 51.84 Running hooks in /etc/ca-certificates/update.d...
16:46:19 #9 51.84 done.
16:46:19 #8 34.83 Selecting previously unselected package libubsan1:armhf.
16:46:19 #8 34.84 Preparing to unpack .../030-libubsan1_10.2.1-6+rpi1_armhf.deb ...
16:46:19 #8 34.84 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
16:46:19 #8 35.01 Selecting previously unselected package libgcc-10-dev:armhf.
16:46:19 #8 35.01 Preparing to unpack .../031-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
16:46:19 #8 35.02 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
16:46:19 #8 35.20 Selecting previously unselected package gcc-10.
16:46:19 #8 35.20 Preparing to unpack .../032-gcc-10_10.2.1-6+rpi1_armhf.deb ...
16:46:19 #8 35.21 Unpacking gcc-10 (10.2.1-6+rpi1) ...
16:46:20 #9 DONE 52.7s
16:46:20 
16:46:20 #11 [stage-1 4/9] COPY common /root/build-deb/debian
16:46:20 #11 sha256:58a7eaa83bb0c039e9f557985507a5ff37e47c89cda4c667f255b9393d78afae
16:46:20 #11 DONE 0.1s
16:46:20 
16:46:20 #12 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
16:46:20 #12 sha256:086f51432ac30474c9e569eb78e83c3c0c7d78d848ca71b59d1a1c22e72a9842
16:46:21 #12 1.096 Hit:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease
16:46:21 #12 1.225 Hit:2 http://archive.ubuntu.com/ubuntu hirsute InRelease
16:46:21 #12 1.294 Hit:3 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease
16:46:21 #12 1.366 Hit:4 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease
16:46:21 #8 37.07 Selecting previously unselected package gcc.
16:46:21 #8 37.08 Preparing to unpack .../033-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
16:46:21 #8 37.08 Unpacking gcc (4:10.2.1-1+rpi1) ...
16:46:21 #8 37.13 Selecting previously unselected package libc-dev-bin.
16:46:21 #8 37.14 Preparing to unpack .../034-libc-dev-bin_2.31-13+rpt2+rpi1_armhf.deb ...
16:46:21 #8 37.14 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1) ...
16:46:21 #8 37.20 Selecting previously unselected package linux-libc-dev:armhf.
16:46:21 #8 37.20 Preparing to unpack .../035-linux-libc-dev_1%3a1.20210831-1_armhf.deb ...
16:46:21 #8 37.21 Unpacking linux-libc-dev:armhf (1:1.20210831-1) ...
16:46:21 #8 37.54 Selecting previously unselected package libcrypt-dev:armhf.
16:46:21 #8 37.54 Preparing to unpack .../036-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
16:46:21 #8 37.55 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
16:46:21 #8 37.62 Selecting previously unselected package libtirpc-dev:armhf.
16:46:22 #8 37.62 Preparing to unpack .../037-libtirpc-dev_1.3.1-1_armhf.deb ...
16:46:22 #8 37.63 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
16:46:22 #8 37.70 Selecting previously unselected package libnsl-dev:armhf.
16:46:22 #8 37.71 Preparing to unpack .../038-libnsl-dev_1.3.0-2_armhf.deb ...
16:46:22 #8 37.71 Unpacking libnsl-dev:armhf (1.3.0-2) ...
16:46:22 #8 37.77 Selecting previously unselected package libc6-dev:armhf.
16:46:22 #12 1.483 Reading package lists...
16:46:22 #8 37.77 Preparing to unpack .../039-libc6-dev_2.31-13+rpt2+rpi1_armhf.deb ...
16:46:22 #8 37.78 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
16:46:22 #12 2.419 dpkg-buildpackage: info: source package docker-ce-build-deps
16:46:22 #12 2.419 dpkg-buildpackage: info: source version 1.0
16:46:22 #12 2.419 dpkg-buildpackage: info: source distribution unstable
16:46:22 #12 2.419 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
16:46:22 #12 2.451  dpkg-source --before-build .
16:46:22 #12 2.451 dpkg-buildpackage: info: host architecture amd64
16:46:22 #8 38.18 Selecting previously unselected package libtool.
16:46:22 #8 38.19 Preparing to unpack .../040-libtool_2.4.6-15_all.deb ...
16:46:22 #8 38.19 Unpacking libtool (2.4.6-15) ...
16:46:22 #8 38.27 Selecting previously unselected package dh-autoreconf.
16:46:22 #8 38.27 Preparing to unpack .../041-dh-autoreconf_20_all.deb ...
16:46:22 #8 38.28 Unpacking dh-autoreconf (20) ...
16:46:22 #8 38.33 Selecting previously unselected package libarchive-zip-perl.
16:46:22 #12 2.552  debian/rules clean
16:46:22 #12 2.554 dh clean
16:46:22 #12 2.682    dh_clean
16:46:22 #12 2.715  debian/rules binary
16:46:22 #12 2.718 dh binary
16:46:22 #8 38.34 Preparing to unpack .../042-libarchive-zip-perl_1.68-1_all.deb ...
16:46:22 #8 38.34 Unpacking libarchive-zip-perl (1.68-1) ...
16:46:22 #8 38.40 Selecting previously unselected package libsub-override-perl.
16:46:22 #8 38.41 Preparing to unpack .../043-libsub-override-perl_0.09-2_all.deb ...
16:46:22 #8 38.41 Unpacking libsub-override-perl (0.09-2) ...
16:46:22 #8 38.47 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:46:22 #8 38.47 Preparing to unpack .../044-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
16:46:22 #8 38.48 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
16:46:22 #8 38.53 Selecting previously unselected package dh-strip-nondeterminism.
16:46:22 #8 38.53 Preparing to unpack .../045-dh-strip-nondeterminism_1.12.0-1_all.deb ...
16:46:22 #8 38.54 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
16:46:22 #8 38.58 Selecting previously unselected package libdpkg-perl.
16:46:22 #12 2.843    dh_update_autotools_config
16:46:22 #12 2.885    dh_autoreconf
16:46:22 #12 2.949    create-stamp debian/debhelper-build-stamp
16:46:22 #12 2.949    dh_prep
16:46:23 #8 38.58 Preparing to unpack .../046-libdpkg-perl_1.20.9+rpi1_all.deb ...
16:46:23 #8 38.59 Unpacking libdpkg-perl (1.20.9+rpi1) ...
16:46:23 #8 38.71 Selecting previously unselected package patch.
16:46:23 #8 38.71 Preparing to unpack .../047-patch_2.7.6-7_armhf.deb ...
16:46:23 #8 38.72 Unpacking patch (2.7.6-7) ...
16:46:23 #8 38.78 Selecting previously unselected package make.
16:46:23 #8 38.78 Preparing to unpack .../048-make_4.3-4.1_armhf.deb ...
16:46:23 #8 38.79 Unpacking make (4.3-4.1) ...
16:46:23 #12 2.992    dh_install
16:46:23 #12 3.042    dh_installdocs
16:46:23 #12 3.104    dh_installchangelogs
16:46:23 #12 3.231    dh_perl
16:46:23 #12 3.285    dh_link
16:46:23 #12 3.337    dh_strip_nondeterminism
16:46:23 #8 38.89 Selecting previously unselected package dpkg-dev.
16:46:23 #8 38.89 Preparing to unpack .../049-dpkg-dev_1.20.9+rpi1_all.deb ...
16:46:23 #8 38.90 Unpacking dpkg-dev (1.20.9+rpi1) ...
16:46:23 #8 39.07 Selecting previously unselected package libelf1:armhf.
16:46:23 #8 39.07 Preparing to unpack .../050-libelf1_0.183-1_armhf.deb ...
16:46:23 #8 39.08 Unpacking libelf1:armhf (0.183-1) ...
16:46:23 #8 39.16 Selecting previously unselected package dwz.
16:46:23 #12 3.408    dh_compress
16:46:23 #12 3.463    dh_fixperms
16:46:23 #12 3.522    dh_missing
16:46:23 #12 3.561    dh_installdeb
16:46:23 #8 39.16 Preparing to unpack .../051-dwz_0.13+20210201-1_armhf.deb ...
16:46:23 #8 39.17 Unpacking dwz (0.13+20210201-1) ...
16:46:23 #8 39.25 Selecting previously unselected package libicu67:armhf.
16:46:23 #8 39.25 Preparing to unpack .../052-libicu67_67.1-7_armhf.deb ...
16:46:23 #8 39.26 Unpacking libicu67:armhf (67.1-7) ...
16:46:23 #12 3.614    dh_gencontrol
16:46:23 #12 3.801    dh_md5sums
16:46:23 #12 3.852    dh_builddeb
16:46:23 #12 3.893 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:46:23 #12 3.916  dpkg-genbuildinfo --build=binary
16:46:24 #12 4.123  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
16:46:24 #12 4.238 dpkg-genchanges: info: binary-only upload (no source code included)
16:46:24 #12 4.242  dpkg-source --after-build .
16:46:24 #12 4.383 dpkg-buildpackage: info: binary-only upload (no source included)
16:46:24 #12 4.389 
16:46:24 #12 4.389 The package has been created.
16:46:24 #12 4.389 Attention, the package has been created in the current directory,
16:46:24 #12 4.389 not in ".." as indicated by the message above!
16:46:24 #12 4.418 Selecting previously unselected package docker-ce-build-deps.
16:46:24 #12 4.438 (Reading database ... 26711 files and directories currently installed.)
16:46:24 #12 4.439 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:46:24 #12 4.443 Unpacking docker-ce-build-deps (1.0) ...
16:46:25 #8 40.56 Selecting previously unselected package libxml2:armhf.
16:46:25 #8 40.57 Preparing to unpack .../053-libxml2_2.9.10+dfsg-6.7_armhf.deb ...
16:46:25 #8 40.58 Unpacking libxml2:armhf (2.9.10+dfsg-6.7) ...
16:46:25 #8 40.71 Selecting previously unselected package gettext.
16:46:25 #8 40.72 Preparing to unpack .../054-gettext_0.21-4_armhf.deb ...
16:46:25 #8 40.72 Unpacking gettext (0.21-4) ...
16:46:25 #8 40.93 Selecting previously unselected package intltool-debian.
16:46:25 #8 40.93 Preparing to unpack .../055-intltool-debian_0.35.0+20060710.5_all.deb ...
16:46:25 #8 40.94 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:46:25 #8 40.99 Selecting previously unselected package po-debconf.
16:46:25 #8 40.99 Preparing to unpack .../056-po-debconf_1.0.21+nmu1_all.deb ...
16:46:25 #8 41.00 Unpacking po-debconf (1.0.21+nmu1) ...
16:46:25 #8 41.08 Selecting previously unselected package debhelper.
16:46:25 #12 4.539 Reading package lists...
16:46:25 #8 41.08 Preparing to unpack .../057-debhelper_13.3.4_all.deb ...
16:46:25 #8 41.08 Unpacking debhelper (13.3.4) ...
16:46:25 #8 41.26 Selecting previously unselected package libfakeroot:armhf.
16:46:25 #8 41.26 Preparing to unpack .../058-libfakeroot_1.25.3-1.1_armhf.deb ...
16:46:25 #8 41.27 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
16:46:25 #8 41.33 Selecting previously unselected package fakeroot.
16:46:25 #8 41.33 Preparing to unpack .../059-fakeroot_1.25.3-1.1_armhf.deb ...
16:46:25 #12 5.524 Building dependency tree...
16:46:25 #12 5.733 Reading state information...
16:46:25 #8 41.33 Unpacking fakeroot (1.25.3-1.1) ...
16:46:25 #8 41.39 Selecting previously unselected package libfile-dirlist-perl.
16:46:25 #8 41.39 Preparing to unpack .../060-libfile-dirlist-perl_0.05-2_all.deb ...
16:46:25 #8 41.40 Unpacking libfile-dirlist-perl (0.05-2) ...
16:46:25 #8 41.45 Selecting previously unselected package libfile-which-perl.
16:46:25 #8 41.45 Preparing to unpack .../061-libfile-which-perl_1.23-1_all.deb ...
16:46:25 #8 41.46 Unpacking libfile-which-perl (1.23-1) ...
16:46:25 #8 41.51 Selecting previously unselected package libfile-homedir-perl.
16:46:25 #8 41.51 Preparing to unpack .../062-libfile-homedir-perl_1.006-1_all.deb ...
16:46:25 #8 41.51 Unpacking libfile-homedir-perl (1.006-1) ...
16:46:25 #8 41.57 Selecting previously unselected package libfile-touch-perl.
16:46:25 #12 5.760 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:46:26 #8 41.58 Preparing to unpack .../063-libfile-touch-perl_0.11-1_all.deb ...
16:46:26 #8 41.58 Unpacking libfile-touch-perl (0.11-1) ...
16:46:26 #8 41.63 Selecting previously unselected package libio-pty-perl.
16:46:26 #8 41.63 Preparing to unpack .../064-libio-pty-perl_1%3a1.15-2_armhf.deb ...
16:46:26 #8 41.64 Unpacking libio-pty-perl (1:1.15-2) ...
16:46:26 #8 41.69 Selecting previously unselected package libipc-run-perl.
16:46:26 #8 41.69 Preparing to unpack .../065-libipc-run-perl_20200505.0-1_all.deb ...
16:46:26 #8 41.70 Unpacking libipc-run-perl (20200505.0-1) ...
16:46:26 #8 41.75 Selecting previously unselected package libclass-method-modifiers-perl.
16:46:26 #8 41.76 Preparing to unpack .../066-libclass-method-modifiers-perl_2.13-1_all.deb ...
16:46:26 #8 41.76 Unpacking libclass-method-modifiers-perl (2.13-1) ...
16:46:26 #8 41.81 Selecting previously unselected package libb-hooks-op-check-perl.
16:46:26 #12 6.016 Starting 2 pkgProblemResolver with broken count: 0
16:46:26 #12 6.028 Done
16:46:26 #12 6.262  Done
16:46:26 #8 41.82 Preparing to unpack .../067-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
16:46:26 #8 41.82 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
16:46:26 #8 41.87 Selecting previously unselected package libdynaloader-functions-perl.
16:46:26 #8 41.87 Preparing to unpack .../068-libdynaloader-functions-perl_0.003-1.1_all.deb ...
16:46:26 #8 41.88 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
16:46:26 #8 41.93 Selecting previously unselected package libdevel-callchecker-perl.
16:46:26 #8 41.93 Preparing to unpack .../069-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
16:46:26 #8 41.95 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
16:46:26 #8 42.00 Selecting previously unselected package libparams-classify-perl.
16:46:26 #8 42.00 Preparing to unpack .../070-libparams-classify-perl_0.015-1+b3_armhf.deb ...
16:46:26 #8 42.00 Unpacking libparams-classify-perl (0.015-1+b3) ...
16:46:26 #8 42.05 Selecting previously unselected package libmodule-runtime-perl.
16:46:26 #12 6.478 Starting pkgProblemResolver with broken count: 0
16:46:26 #12 6.517 Starting 2 pkgProblemResolver with broken count: 0
16:46:26 #12 6.523 Done
16:46:26 #8 42.05 Preparing to unpack .../071-libmodule-runtime-perl_0.016-1_all.deb ...
16:46:26 #8 42.06 Unpacking libmodule-runtime-perl (0.016-1) ...
16:46:26 #8 42.10 Selecting previously unselected package libimport-into-perl.
16:46:26 #8 42.11 Preparing to unpack .../072-libimport-into-perl_1.002005-1_all.deb ...
16:46:26 #8 42.11 Unpacking libimport-into-perl (1.002005-1) ...
16:46:26 #8 42.16 Selecting previously unselected package librole-tiny-perl.
16:46:26 #8 42.16 Preparing to unpack .../073-librole-tiny-perl_2.002004-1_all.deb ...
16:46:26 #8 42.17 Unpacking librole-tiny-perl (2.002004-1) ...
16:46:26 #8 42.22 Selecting previously unselected package libstrictures-perl.
16:46:26 #8 42.23 Preparing to unpack .../074-libstrictures-perl_2.000006-1_all.deb ...
16:46:26 #8 42.23 Unpacking libstrictures-perl (2.000006-1) ...
16:46:26 #8 42.28 Selecting previously unselected package libsub-quote-perl.
16:46:26 #8 42.29 Preparing to unpack .../075-libsub-quote-perl_2.006006-1_all.deb ...
16:46:26 #8 42.29 Unpacking libsub-quote-perl (2.006006-1) ...
16:46:26 #8 42.34 Selecting previously unselected package libmoo-perl.
16:46:26 #8 42.34 Preparing to unpack .../076-libmoo-perl_2.004004-1_all.deb ...
16:46:26 #8 42.35 Unpacking libmoo-perl (2.004004-1) ...
16:46:26 #8 42.40 Selecting previously unselected package libencode-locale-perl.
16:46:26 #12 6.848 The following additional packages will be installed:
16:46:26 #12 6.849   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
16:46:26 #12 6.849   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:46:26 #12 6.849   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:46:26 #12 6.850   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:46:26 #12 6.850   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
16:46:26 #12 6.851 Suggested packages:
16:46:26 #12 6.851   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
16:46:26 #12 6.851 Recommended packages:
16:46:26 #12 6.851   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
16:46:26 #12 6.898 The following NEW packages will be installed:
16:46:26 #8 42.40 Preparing to unpack .../077-libencode-locale-perl_1.05-1.1_all.deb ...
16:46:26 #8 42.41 Unpacking libencode-locale-perl (1.05-1.1) ...
16:46:26 #8 42.45 Selecting previously unselected package libtimedate-perl.
16:46:26 #8 42.46 Preparing to unpack .../078-libtimedate-perl_2.3300-2_all.deb ...
16:46:26 #8 42.46 Unpacking libtimedate-perl (2.3300-2) ...
16:46:26 #8 42.52 Selecting previously unselected package libhttp-date-perl.
16:46:26 #8 42.52 Preparing to unpack .../079-libhttp-date-perl_6.05-1_all.deb ...
16:46:26 #8 42.58 Unpacking libhttp-date-perl (6.05-1) ...
16:46:26 #8 42.63 Selecting previously unselected package libfile-listing-perl.
16:46:26 #12 6.900   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
16:46:26 #12 6.900   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:46:26 #12 6.900   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:46:26 #12 6.900   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:46:26 #12 6.900   libsystemd-dev libudev-dev libuv1 pkg-config
16:46:26 #12 6.902 The following packages will be upgraded:
16:46:26 #12 6.902   libsystemd0 libudev1
16:46:27 #8 42.63 Preparing to unpack .../080-libfile-listing-perl_6.14-1_all.deb ...
16:46:27 #8 42.64 Unpacking libfile-listing-perl (6.14-1) ...
16:46:27 #8 42.69 Selecting previously unselected package libhtml-tagset-perl.
16:46:27 #8 42.69 Preparing to unpack .../081-libhtml-tagset-perl_3.20-4_all.deb ...
16:46:27 #8 42.70 Unpacking libhtml-tagset-perl (3.20-4) ...
16:46:27 #8 42.75 Selecting previously unselected package liburi-perl.
16:46:27 #8 42.75 Preparing to unpack .../082-liburi-perl_5.08-1_all.deb ...
16:46:27 #8 42.76 Unpacking liburi-perl (5.08-1) ...
16:46:27 #8 42.83 Selecting previously unselected package libhtml-parser-perl.
16:46:27 #8 42.83 Preparing to unpack .../083-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
16:46:27 #8 42.84 Unpacking libhtml-parser-perl (3.75-1+b1) ...
16:46:27 #12 7.321 2 upgraded, 24 newly installed, 0 to remove and 1 not upgraded.
16:46:27 #12 7.321 1 not fully installed or removed.
16:46:27 #12 7.321 Need to get 12.3 MB of archives.
16:46:27 #12 7.321 After this operation, 50.5 MB of additional disk space will be used.
16:46:27 #12 7.321 Get:1 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bash-completion all 1:2.11-2ubuntu1 [179 kB]
16:46:27 #8 42.92 Selecting previously unselected package libhtml-tree-perl.
16:46:27 #8 42.93 Preparing to unpack .../084-libhtml-tree-perl_5.07-2_all.deb ...
16:46:27 #8 42.93 Unpacking libhtml-tree-perl (5.07-2) ...
16:46:27 #8 43.00 Selecting previously unselected package libio-html-perl.
16:46:27 #8 43.00 Preparing to unpack .../085-libio-html-perl_1.004-2_all.deb ...
16:46:27 #8 43.01 Unpacking libio-html-perl (1.004-2) ...
16:46:27 #8 43.06 Selecting previously unselected package liblwp-mediatypes-perl.
16:46:27 #8 43.06 Preparing to unpack .../086-liblwp-mediatypes-perl_6.04-1_all.deb ...
16:46:27 #8 43.06 Unpacking liblwp-mediatypes-perl (6.04-1) ...
16:46:27 #8 43.11 Selecting previously unselected package libhttp-message-perl.
16:46:27 #8 43.12 Preparing to unpack .../087-libhttp-message-perl_6.28-1_all.deb ...
16:46:27 #8 43.12 Unpacking libhttp-message-perl (6.28-1) ...
16:46:27 #8 43.18 Selecting previously unselected package libhttp-cookies-perl.
16:46:27 #8 43.18 Preparing to unpack .../088-libhttp-cookies-perl_6.10-1_all.deb ...
16:46:27 #8 43.19 Unpacking libhttp-cookies-perl (6.10-1) ...
16:46:27 #8 43.26 Selecting previously unselected package libhttp-negotiate-perl.
16:46:27 #8 43.26 Preparing to unpack .../089-libhttp-negotiate-perl_6.01-1_all.deb ...
16:46:27 #8 43.27 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:46:27 #8 43.31 Selecting previously unselected package perl-openssl-defaults:armhf.
16:46:27 #8 43.31 Preparing to unpack .../090-perl-openssl-defaults_5_armhf.deb ...
16:46:27 #8 43.32 Unpacking perl-openssl-defaults:armhf (5) ...
16:46:27 #8 43.37 Selecting previously unselected package libnet-ssleay-perl.
16:46:27 #12 7.679 Get:2 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cmake-data all 3.18.4-2ubuntu1 [1705 kB]
16:46:27 #8 43.37 Preparing to unpack .../091-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
16:46:27 #8 43.38 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
16:46:27 #8 43.48 Selecting previously unselected package libio-socket-ssl-perl.
16:46:27 #8 43.49 Preparing to unpack .../092-libio-socket-ssl-perl_2.069-1_all.deb ...
16:46:27 #8 43.49 Unpacking libio-socket-ssl-perl (2.069-1) ...
16:46:27 #8 43.57 Selecting previously unselected package libnet-http-perl.
16:46:27 #8 43.57 Preparing to unpack .../093-libnet-http-perl_6.20-1_all.deb ...
16:46:27 #8 43.58 Unpacking libnet-http-perl (6.20-1) ...
16:46:27 #8 43.63 Selecting previously unselected package liblwp-protocol-https-perl.
16:46:28 #12 7.956 Get:3 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive13 amd64 3.4.3-2 [334 kB]
16:46:28 #12 7.976 Get:4 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjsoncpp24 amd64 1.9.4-4 [75.2 kB]
16:46:28 #12 7.979 Get:5 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librhash0 amd64 1.4.1-1 [119 kB]
16:46:28 #12 7.985 Get:6 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libuv1 amd64 1.40.0-1ubuntu0.1 [82.7 kB]
16:46:28 #12 7.989 Get:7 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cmake amd64 3.18.4-2ubuntu1 [5598 kB]
16:46:28 #8 43.63 Preparing to unpack .../094-liblwp-protocol-https-perl_6.10-1_all.deb ...
16:46:28 #8 43.64 Unpacking liblwp-protocol-https-perl (6.10-1) ...
16:46:28 #8 43.68 Selecting previously unselected package libtry-tiny-perl.
16:46:28 #8 43.69 Preparing to unpack .../095-libtry-tiny-perl_0.30-1_all.deb ...
16:46:28 #8 43.70 Unpacking libtry-tiny-perl (0.30-1) ...
16:46:28 #8 43.75 Selecting previously unselected package libwww-robotrules-perl.
16:46:28 #8 43.75 Preparing to unpack .../096-libwww-robotrules-perl_6.02-1_all.deb ...
16:46:28 #8 43.76 Unpacking libwww-robotrules-perl (6.02-1) ...
16:46:28 #8 43.80 Selecting previously unselected package libwww-perl.
16:46:28 #8 43.81 Preparing to unpack .../097-libwww-perl_6.52-1_all.deb ...
16:46:28 #8 43.81 Unpacking libwww-perl (6.52-1) ...
16:46:28 #8 43.89 Selecting previously unselected package patchutils.
16:46:28 #12 8.250 Get:8 http://archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 dh-apparmor all 3.0.0-0ubuntu7.1 [9488 B]
16:46:28 #12 8.252 Get:9 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbtrfs0 amd64 5.10.1-1build1 [180 kB]
16:46:28 #12 8.260 Get:10 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbtrfs-dev amd64 5.10.1-1build1 [233 kB]
16:46:28 #12 8.273 Get:11 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libudev1 amd64 247.3-3ubuntu3.6 [70.3 kB]
16:46:28 #12 8.275 Get:12 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2ubuntu4 [128 kB]
16:46:28 #12 8.281 Get:13 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2ubuntu4 [11.9 kB]
16:46:28 #12 8.300 Get:14 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libudev-dev amd64 247.3-3ubuntu3.6 [20.2 kB]
16:46:28 #12 8.302 Get:15 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsepol1-dev amd64 3.1-1ubuntu1 [330 kB]
16:46:28 #12 8.306 Get:16 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-16-0 amd64 10.36-2ubuntu5 [189 kB]
16:46:28 #12 8.324 Get:17 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-32-0 amd64 10.36-2ubuntu5 [179 kB]
16:46:28 #12 8.383 Get:18 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-posix2 amd64 10.36-2ubuntu5 [5996 B]
16:46:28 #12 8.391 Get:19 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-dev amd64 10.36-2ubuntu5 [686 kB]
16:46:28 #12 8.435 Get:20 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libselinux1-dev amd64 3.1-3build1 [148 kB]
16:46:28 #8 43.90 Preparing to unpack .../098-patchutils_0.4.2-1_armhf.deb ...
16:46:28 #8 43.90 Unpacking patchutils (0.4.2-1) ...
16:46:28 #8 43.97 Selecting previously unselected package libtinfo5:armhf.
16:46:28 #8 43.98 Preparing to unpack .../099-libtinfo5_6.2+20201114-2_armhf.deb ...
16:46:28 #8 43.99 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
16:46:28 #8 44.07 Selecting previously unselected package wdiff.
16:46:28 #8 44.07 Preparing to unpack .../100-wdiff_1.2.2-2_armhf.deb ...
16:46:28 #8 44.07 Unpacking wdiff (1.2.2-2) ...
16:46:28 #8 44.15 Selecting previously unselected package devscripts.
16:46:28 #12 8.437 Get:21 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper-dev amd64 2:1.02.175-2ubuntu4 [35.8 kB]
16:46:28 #12 8.443 Get:22 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1 [85.4 kB]
16:46:28 #12 8.444 Get:23 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libsystemd0 amd64 247.3-3ubuntu3.6 [277 kB]
16:46:28 #12 8.461 Get:24 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libsystemd-dev amd64 247.3-3ubuntu3.6 [299 kB]
16:46:28 #12 8.490 Get:25 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libglib2.0-0 amd64 2.68.1-1~ubuntu21.04.1 [1301 kB]
16:46:28 #12 8.550 Get:26 http://archive.ubuntu.com/ubuntu hirsute/main amd64 pkg-config amd64 0.29.2-1ubuntu1 [46.2 kB]
16:46:28 #8 44.16 Preparing to unpack .../101-devscripts_2.21.3_armhf.deb ...
16:46:28 #8 44.20 Unpacking devscripts (2.21.3) ...
16:46:28 #8 44.41 Selecting previously unselected package equivs.
16:46:28 #12 8.846 debconf: delaying package configuration, since apt-utils is not installed
16:46:28 #8 44.41 Preparing to unpack .../102-equivs_2.3.1_all.deb ...
16:46:28 #8 44.42 Unpacking equivs (2.3.1) ...
16:46:28 #8 44.48 Selecting previously unselected package libcurl3-gnutls:armhf.
16:46:28 #8 44.48 Preparing to unpack .../103-libcurl3-gnutls_7.74.0-1.3_armhf.deb ...
16:46:28 #8 44.49 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3) ...
16:46:28 #8 44.57 Selecting previously unselected package liberror-perl.
16:46:28 #8 44.57 Preparing to unpack .../104-liberror-perl_0.17029-1_all.deb ...
16:46:28 #8 44.58 Unpacking liberror-perl (0.17029-1) ...
16:46:28 #8 44.63 Selecting previously unselected package git-man.
16:46:28 #8 44.64 Preparing to unpack .../105-git-man_1%3a2.30.2-1_all.deb ...
16:46:28 #8 44.64 Unpacking git-man (1:2.30.2-1) ...
16:46:29 #12 9.087 Fetched 12.3 MB in 2s (7478 kB/s)
16:46:29 #12 9.119 Selecting previously unselected package bash-completion.
16:46:29 #12 9.119 (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 ... 26715 files and directories currently installed.)
16:46:29 #12 9.142 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
16:46:29 #8 44.82 Selecting previously unselected package git.
16:46:29 #8 44.82 Preparing to unpack .../106-git_1%3a2.30.2-1_armhf.deb ...
16:46:29 #8 44.86 Unpacking git (1:2.30.2-1) ...
16:46:30 #12 9.749 Unpacking bash-completion (1:2.11-2ubuntu1) ...
16:46:30 #12 9.908 Selecting previously unselected package cmake-data.
16:46:30 #12 9.912 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu1_all.deb ...
16:46:30 #12 9.918 Unpacking cmake-data (3.18.4-2ubuntu1) ...
16:46:30 #8 45.64 Setting up media-types (4.0.0) ...
16:46:30 #8 45.67 Setting up libpipeline1:armhf (1.5.3-1) ...
16:46:30 #8 45.68 Setting up bsdextrautils (2.36.1-8) ...
16:46:30 #8 45.71 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
16:46:30 #8 45.71 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
16:46:30 #8 45.72 Setting up libicu67:armhf (67.1-7) ...
16:46:30 #8 45.74 Setting up libmagic-mgc (1:5.39-3) ...
16:46:30 #8 45.75 Setting up perl-modules-5.32 (5.32.1-4+deb11u1) ...
16:46:30 #8 45.77 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
16:46:30 #8 45.79 Setting up libmagic1:armhf (1:5.39-3) ...
16:46:30 #8 45.83 Setting up perl-openssl-defaults:armhf (5) ...
16:46:30 #8 45.85 Setting up linux-libc-dev:armhf (1:1.20210831-1) ...
16:46:30 #8 45.87 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
16:46:30 #8 45.89 Setting up gettext-base (0.21-4) ...
16:46:30 #8 45.92 Setting up libcurl3-gnutls:armhf (7.74.0-1.3) ...
16:46:30 #8 45.95 Setting up file (1:5.39-3) ...
16:46:30 #8 45.97 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.00 Setting up bzip2 (1.0.8-4) ...
16:46:30 #8 46.02 Setting up libfakeroot:armhf (1.25.3-1.1) ...
16:46:30 #8 46.05 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.07 Setting up fakeroot (1.25.3-1.1) ...
16:46:30 #8 46.08 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:46:30 #8 46.08 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
16:46:30 #8 46.08 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
16:46:30 #8 46.08 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
16:46:30 #8 46.08 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
16:46:30 #8 46.08 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
16:46:30 #8 46.08 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
16:46:30 #8 46.08 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
16:46:30 #8 46.08 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
16:46:30 #8 46.10 Setting up autotools-dev (20180224.1+nmu1) ...
16:46:30 #8 46.12 Setting up libtirpc-dev:armhf (1.3.1-1) ...
16:46:30 #8 46.14 Setting up make (4.3-4.1) ...
16:46:30 #8 46.16 Setting up libmpfr6:armhf (4.1.0-3) ...
16:46:30 #8 46.18 Setting up libsigsegv2:armhf (2.13-1) ...
16:46:30 #8 46.21 Setting up xz-utils (5.2.5-2) ...
16:46:30 #8 46.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:46:30 #8 46.22 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
16:46:30 #8 46.22 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
16:46:30 #8 46.22 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
16:46:30 #8 46.22 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
16:46:30 #8 46.22 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
16:46:30 #8 46.22 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
16:46:30 #8 46.22 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
16:46:30 #8 46.22 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
16:46:30 #12 10.48 Selecting previously unselected package libarchive13:amd64.
16:46:30 #12 10.49 Preparing to unpack .../02-libarchive13_3.4.3-2_amd64.deb ...
16:46:30 #12 10.50 Unpacking libarchive13:amd64 (3.4.3-2) ...
16:46:30 #8 46.23 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
16:46:30 #8 46.23 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
16:46:30 #8 46.24 Setting up libmpc3:armhf (1.2.0-1) ...
16:46:30 #8 46.25 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.28 Setting up patch (2.7.6-7) ...
16:46:30 #8 46.29 Setting up autopoint (0.21-4) ...
16:46:30 #8 46.31 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.34 Setting up libnsl-dev:armhf (1.3.0-2) ...
16:46:30 #8 46.36 Setting up sensible-utils (0.0.14) ...
16:46:30 #8 46.38 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
16:46:30 #8 46.41 Setting up libuchardet0:armhf (0.0.7-1) ...
16:46:30 #8 46.43 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
16:46:30 #8 46.45 Setting up git-man (1:2.30.2-1) ...
16:46:30 #12 10.87 Selecting previously unselected package libjsoncpp24:amd64.
16:46:30 #12 10.87 Preparing to unpack .../03-libjsoncpp24_1.9.4-4_amd64.deb ...
16:46:30 #12 10.87 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:46:30 #12 10.92 Selecting previously unselected package librhash0:amd64.
16:46:30 #12 10.92 Preparing to unpack .../04-librhash0_1.4.1-1_amd64.deb ...
16:46:30 #12 10.93 Unpacking librhash0:amd64 (1.4.1-1) ...
16:46:30 #8 46.46 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
16:46:30 #8 46.48 Setting up libisl23:armhf (0.23-1) ...
16:46:30 #8 46.51 Setting up libc-dev-bin (2.31-13+rpt2+rpi1) ...
16:46:30 #8 46.54 Setting up libtinfo5:armhf (6.2+20201114-2) ...
16:46:30 #8 46.56 Setting up libelf1:armhf (0.183-1) ...
16:46:30 #8 46.58 Setting up libxml2:armhf (2.9.10+dfsg-6.7) ...
16:46:30 #8 46.60 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.62 Setting up cpp-10 (10.2.1-6+rpi1) ...
16:46:30 #8 46.64 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
16:46:30 #8 46.66 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
16:46:30 #8 46.68 Setting up libgdbm6:armhf (1.19-2) ...
16:46:31 #12 10.98 Selecting previously unselected package libuv1:amd64.
16:46:31 #12 10.98 Preparing to unpack .../05-libuv1_1.40.0-1ubuntu0.1_amd64.deb ...
16:46:31 #12 10.99 Unpacking libuv1:amd64 (1.40.0-1ubuntu0.1) ...
16:46:31 #12 11.04 Selecting previously unselected package cmake.
16:46:31 #12 11.04 Preparing to unpack .../06-cmake_3.18.4-2ubuntu1_amd64.deb ...
16:46:31 #12 11.04 Unpacking cmake (3.18.4-2ubuntu1) ...
16:46:31 #8 46.70 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
16:46:31 #8 46.72 Setting up wdiff (1.2.2-2) ...
16:46:31 #8 46.73 Setting up gettext (0.21-4) ...
16:46:31 #8 46.76 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
16:46:31 #8 46.78 Setting up m4 (1.4.18-5) ...
16:46:31 #8 46.80 Setting up libgdbm-compat4:armhf (1.19-2) ...
16:46:31 #8 46.82 Setting up libperl5.32:armhf (5.32.1-4+deb11u1) ...
16:46:31 #8 46.85 Setting up dwz (0.13+20210201-1) ...
16:46:31 #8 46.86 Setting up groff-base (1.22.4-6) ...
16:46:31 #8 46.90 Setting up cpp (4:10.2.1-1+rpi1) ...
16:46:31 #8 46.93 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
16:46:31 #8 46.95 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
16:46:31 #8 46.97 Setting up python3.9 (3.9.2-1+rpi1) ...
16:46:31 #12 11.83 Selecting previously unselected package dh-apparmor.
16:46:31 #12 11.84 Preparing to unpack .../07-dh-apparmor_3.0.0-0ubuntu7.1_all.deb ...
16:46:31 #12 11.84 Unpacking dh-apparmor (3.0.0-0ubuntu7.1) ...
16:46:31 #12 11.89 Selecting previously unselected package libbtrfs0:amd64.
16:46:31 #12 11.90 Preparing to unpack .../08-libbtrfs0_5.10.1-1build1_amd64.deb ...
16:46:31 #12 11.91 Unpacking libbtrfs0:amd64 (5.10.1-1build1) ...
16:46:31 #12 11.97 Selecting previously unselected package libbtrfs-dev:amd64.
16:46:31 #12 11.98 Preparing to unpack .../09-libbtrfs-dev_5.10.1-1build1_amd64.deb ...
16:46:31 #12 11.99 Unpacking libbtrfs-dev:amd64 (5.10.1-1build1) ...
16:46:31 #12 12.06 Preparing to unpack .../10-libudev1_247.3-3ubuntu3.6_amd64.deb ...
16:46:31 #12 12.07 Unpacking libudev1:amd64 (247.3-3ubuntu3.6) over (247.3-3ubuntu3.4) ...
16:46:32 #12 12.14 Setting up libudev1:amd64 (247.3-3ubuntu3.6) ...
16:46:32 #12 12.20 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:46:32 #12 12.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 ... 30409 files and directories currently installed.)
16:46:32 #12 12.22 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2ubuntu4_amd64.deb ...
16:46:32 #12 12.23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
16:46:32 #12 12.29 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:46:32 #12 12.29 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2ubuntu4_amd64.deb ...
16:46:32 #12 12.29 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
16:46:32 #12 12.33 Selecting previously unselected package libudev-dev:amd64.
16:46:32 #12 12.33 Preparing to unpack .../02-libudev-dev_247.3-3ubuntu3.6_amd64.deb ...
16:46:32 #12 12.34 Unpacking libudev-dev:amd64 (247.3-3ubuntu3.6) ...
16:46:32 #12 12.38 Selecting previously unselected package libsepol1-dev:amd64.
16:46:32 #12 12.38 Preparing to unpack .../03-libsepol1-dev_3.1-1ubuntu1_amd64.deb ...
16:46:32 #12 12.38 Unpacking libsepol1-dev:amd64 (3.1-1ubuntu1) ...
16:46:32 #12 12.47 Selecting previously unselected package libpcre2-16-0:amd64.
16:46:32 #12 12.48 Preparing to unpack .../04-libpcre2-16-0_10.36-2ubuntu5_amd64.deb ...
16:46:32 #12 12.48 Unpacking libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
16:46:32 #12 12.57 Selecting previously unselected package libpcre2-32-0:amd64.
16:46:32 #12 12.57 Preparing to unpack .../05-libpcre2-32-0_10.36-2ubuntu5_amd64.deb ...
16:46:32 #12 12.57 Unpacking libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
16:46:32 #12 12.64 Selecting previously unselected package libpcre2-posix2:amd64.
16:46:32 #12 12.64 Preparing to unpack .../06-libpcre2-posix2_10.36-2ubuntu5_amd64.deb ...
16:46:32 #12 12.65 Unpacking libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
16:46:32 #12 12.68 Selecting previously unselected package libpcre2-dev:amd64.
16:46:32 #12 12.69 Preparing to unpack .../07-libpcre2-dev_10.36-2ubuntu5_amd64.deb ...
16:46:32 #12 12.69 Unpacking libpcre2-dev:amd64 (10.36-2ubuntu5) ...
16:46:32 #12 12.82 Selecting previously unselected package libselinux1-dev:amd64.
16:46:32 #12 12.82 Preparing to unpack .../08-libselinux1-dev_3.1-3build1_amd64.deb ...
16:46:32 #12 12.82 Unpacking libselinux1-dev:amd64 (3.1-3build1) ...
16:46:32 #12 12.89 Selecting previously unselected package libdevmapper-dev:amd64.
16:46:32 #12 12.89 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2ubuntu4_amd64.deb ...
16:46:32 #12 12.89 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2ubuntu4) ...
16:46:32 #12 12.93 Selecting previously unselected package libseccomp-dev:amd64.
16:46:32 #12 12.93 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1_amd64.deb ...
16:46:32 #12 12.94 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
16:46:32 #12 13.00 Preparing to unpack .../11-libsystemd0_247.3-3ubuntu3.6_amd64.deb ...
16:46:32 #12 13.01 Unpacking libsystemd0:amd64 (247.3-3ubuntu3.6) over (247.3-3ubuntu3.4) ...
16:46:32 #12 13.12 Setting up libsystemd0:amd64 (247.3-3ubuntu3.6) ...
16:46:33 #12 13.17 Selecting previously unselected package libsystemd-dev:amd64.
16:46:33 #12 13.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30940 files and directories currently installed.)
16:46:33 #12 13.19 Preparing to unpack .../libsystemd-dev_247.3-3ubuntu3.6_amd64.deb ...
16:46:33 #12 13.20 Unpacking libsystemd-dev:amd64 (247.3-3ubuntu3.6) ...
16:46:33 #12 13.30 Selecting previously unselected package libglib2.0-0:amd64.
16:46:33 #12 13.31 Preparing to unpack .../libglib2.0-0_2.68.1-1~ubuntu21.04.1_amd64.deb ...
16:46:33 #12 13.31 Unpacking libglib2.0-0:amd64 (2.68.1-1~ubuntu21.04.1) ...
16:46:33 #8 48.59 Setting up python3 (3.9.2-3) ...
16:46:33 #8 48.85 Setting up binutils (2.35.2-2+rpi1) ...
16:46:33 #8 48.87 Setting up man-db (2.9.4-2) ...
16:46:33 #8 49.13 Building database of manual pages ...
16:46:33 #12 13.50 Selecting previously unselected package pkg-config.
16:46:33 #12 13.51 Preparing to unpack .../pkg-config_0.29.2-1ubuntu1_amd64.deb ...
16:46:33 #12 13.51 Unpacking pkg-config (0.29.2-1ubuntu1) ...
16:46:33 #12 13.58 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
16:46:33 #12 13.59 Setting up libarchive13:amd64 (3.4.3-2) ...
16:46:33 #12 13.60 Setting up libglib2.0-0:amd64 (2.68.1-1~ubuntu21.04.1) ...
16:46:33 #12 13.61 No schema files found: doing nothing.
16:46:33 #12 13.62 Setting up libsepol1-dev:amd64 (3.1-1ubuntu1) ...
16:46:33 #12 13.63 Setting up libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
16:46:33 #12 13.64 Setting up libbtrfs0:amd64 (5.10.1-1build1) ...
16:46:33 #12 13.65 Setting up libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
16:46:33 #12 13.67 Setting up libuv1:amd64 (1.40.0-1ubuntu0.1) ...
16:46:33 #12 13.69 Setting up bash-completion (1:2.11-2ubuntu1) ...
16:46:34 #12 14.42 Setting up pkg-config (0.29.2-1ubuntu1) ...
16:46:34 #12 14.48 Setting up libudev-dev:amd64 (247.3-3ubuntu3.6) ...
16:46:34 #12 14.49 Setting up libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
16:46:34 #12 14.50 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:46:34 #12 14.52 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
16:46:34 #12 14.53 Setting up libbtrfs-dev:amd64 (5.10.1-1build1) ...
16:46:34 #12 14.54 Setting up librhash0:amd64 (1.4.1-1) ...
16:46:34 #12 14.55 Setting up cmake-data (3.18.4-2ubuntu1) ...
16:46:34 #12 14.56 Setting up dh-apparmor (3.0.0-0ubuntu7.1) ...
16:46:34 #12 14.57 Setting up libsystemd-dev:amd64 (247.3-3ubuntu3.6) ...
16:46:34 #12 14.59 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
16:46:34 #12 14.60 Setting up libpcre2-dev:amd64 (10.36-2ubuntu5) ...
16:46:34 #12 14.61 Setting up libselinux1-dev:amd64 (3.1-3build1) ...
16:46:34 #12 14.62 Setting up libdevmapper-dev:amd64 (2:1.02.175-2ubuntu4) ...
16:46:34 #12 14.63 Setting up cmake (3.18.4-2ubuntu1) ...
16:46:34 #12 14.64 Setting up docker-ce-build-deps (1.0) ...
16:46:34 #12 14.65 Processing triggers for man-db (2.9.4-2) ...
16:46:34 #12 14.68 Processing triggers for libc-bin (2.33-0ubuntu5) ...
16:46:34 #12 DONE 15.1s
16:46:35 
16:46:35 #13 [stage-1 6/9] COPY sources/ /sources
16:46:35 #13 sha256:96076db22a374f0bf008f9b28d1a4e6427232b5c00e006352c895f890452df60
16:46:35 #13 DONE 0.3s
16:46:35 
16:46:35 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
16:46:35 #15 sha256:247f81062c45a50a79430368350fab24dd1f12e909ee80f7f3b86148f053e3f8
16:46:37 #15 DONE 2.3s
16:46:37 
16:46:37 #16 [stage-1 8/9] WORKDIR /root/build-deb
16:46:37 #16 sha256:f437e6c518a1f9644526343029dff77a515ac85ceb7682e9b42c4487c6d87d2e
16:46:37 #16 DONE 0.0s
16:46:37 
16:46:37 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
16:46:37 #17 sha256:08f2328623133319ee5c3df692c5ccd9d82d59ec82e194cca020a5720594fdc8
16:46:37 #17 DONE 0.1s
16:46:37 
16:46:37 #18 exporting to image
16:46:37 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:46:37 #18 exporting layers
16:46:40 #8 54.75 Setting up perl (5.32.1-4+deb11u1) ...
16:46:40 #8 54.79 Setting up libio-html-perl (1.004-2) ...
16:46:40 #8 54.80 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
16:46:40 #8 54.82 Setting up gcc-10 (10.2.1-6+rpi1) ...
16:46:40 #8 54.85 Setting up libdpkg-perl (1.20.9+rpi1) ...
16:46:40 #8 54.88 Setting up autoconf (2.69-14) ...
16:46:40 #8 54.90 Setting up libtimedate-perl (2.3300-2) ...
16:46:40 #8 54.92 Setting up libsub-override-perl (0.09-2) ...
16:46:40 #8 54.94 Setting up libstrictures-perl (2.000006-1) ...
16:46:40 #8 54.96 Setting up libsub-quote-perl (2.006006-1) ...
16:46:40 #8 54.98 Setting up libfile-dirlist-perl (0.05-2) ...
16:46:40 #8 55.00 Setting up liburi-perl (5.08-1) ...
16:46:40 #8 55.02 Setting up libfile-touch-perl (0.11-1) ...
16:46:40 #8 55.04 Setting up libnet-ssleay-perl (1.88-3+b1) ...
16:46:40 #8 55.06 Setting up automake (1:1.16.3-2) ...
16:46:40 #8 55.07 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:46:40 #8 55.07 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
16:46:40 #8 55.07 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
16:46:40 #8 55.08 Setting up libhttp-date-perl (6.05-1) ...
16:46:40 #8 55.10 Setting up libfile-which-perl (1.23-1) ...
16:46:40 #8 55.15 Setting up libfile-listing-perl (6.14-1) ...
16:46:40 #8 55.16 Setting up libdynaloader-functions-perl (0.003-1.1) ...
16:46:40 #8 55.18 Setting up libclass-method-modifiers-perl (2.13-1) ...
16:46:40 #8 55.20 Setting up libio-pty-perl (1:1.15-2) ...
16:46:40 #8 55.23 Setting up libtool (2.4.6-15) ...
16:46:40 #8 55.25 Setting up libarchive-zip-perl (1.68-1) ...
16:46:40 #8 55.27 Setting up libhtml-tagset-perl (3.20-4) ...
16:46:40 #8 55.28 Setting up libdebhelper-perl (13.3.4) ...
16:46:40 #8 55.30 Setting up liblwp-mediatypes-perl (6.04-1) ...
16:46:40 #8 55.32 Setting up libtry-tiny-perl (0.30-1) ...
16:46:40 #8 55.34 Setting up libnet-http-perl (6.20-1) ...
16:46:40 #8 55.36 Setting up libencode-locale-perl (1.05-1.1) ...
16:46:40 #8 55.37 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
16:46:40 #8 55.39 Setting up gcc (4:10.2.1-1+rpi1) ...
16:46:40 #8 55.43 Setting up dpkg-dev (1.20.9+rpi1) ...
16:46:40 #8 55.46 Setting up intltool-debian (0.35.0+20060710.5) ...
16:46:40 #8 55.48 Setting up liberror-perl (0.17029-1) ...
16:46:40 #8 55.50 Setting up dh-autoreconf (20) ...
16:46:40 #8 55.51 Setting up patchutils (0.4.2-1) ...
16:46:40 #8 55.53 Setting up libipc-run-perl (20200505.0-1) ...
16:46:40 #8 55.55 Setting up git (1:2.30.2-1) ...
16:46:40 #8 55.60 Setting up libwww-robotrules-perl (6.02-1) ...
16:46:40 #8 55.62 Setting up libhtml-parser-perl (3.75-1+b1) ...
16:46:40 #8 55.64 Setting up librole-tiny-perl (2.002004-1) ...
16:46:40 #8 55.66 Setting up libfile-homedir-perl (1.006-1) ...
16:46:40 #8 55.68 Setting up libio-socket-ssl-perl (2.069-1) ...
16:46:40 #8 55.70 Setting up libhttp-message-perl (6.28-1) ...
16:46:40 #8 55.72 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
16:46:40 #8 55.74 Setting up libhttp-negotiate-perl (6.01-1) ...
16:46:40 #8 55.76 Setting up libhttp-cookies-perl (6.10-1) ...
16:46:40 #8 55.78 Setting up po-debconf (1.0.21+nmu1) ...
16:46:40 #8 55.80 Setting up libhtml-tree-perl (5.07-2) ...
16:46:40 #8 55.81 Setting up libparams-classify-perl (0.015-1+b3) ...
16:46:40 #8 55.84 Setting up libmodule-runtime-perl (0.016-1) ...
16:46:40 #8 55.86 Setting up dh-strip-nondeterminism (1.12.0-1) ...
16:46:40 #8 55.88 Setting up libimport-into-perl (1.002005-1) ...
16:46:40 #8 55.89 Setting up libmoo-perl (2.004004-1) ...
16:46:40 #8 55.91 Setting up debhelper (13.3.4) ...
16:46:40 #8 55.93 Setting up equivs (2.3.1) ...
16:46:40 #8 55.95 Setting up liblwp-protocol-https-perl (6.10-1) ...
16:46:40 #8 55.97 Setting up libwww-perl (6.52-1) ...
16:46:40 #8 55.99 Setting up devscripts (2.21.3) ...
16:46:40 #8 56.39 Processing triggers for libc-bin (2.31-13+rpi1) ...
16:46:41 #8 DONE 57.1s
16:46:41 
16:46:41 #10 [stage-1 3/8] COPY common /root/build-deb/debian
16:46:41 #10 sha256:104983b991dd49e4940b9b20de33497893b3dbfbf9d29f2510292256058fb077
16:46:41 #10 DONE 0.1s
16:46:41 
16:46:41 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
16:46:41 #11 sha256:873a4b982ff4cc981313ec20e8aed76b4c1a8b84674b49b262f7cabefbbb978a
16:46:43 #11 1.251 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
16:46:43 #11 1.251 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
16:46:46 #11 1.607 Reading package lists...
16:46:46 #11 4.969 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
16:46:47 #11 5.812 dpkg-buildpackage: info: source package docker-ce-build-deps
16:46:47 #11 5.812 dpkg-buildpackage: info: source version 1.0
16:46:47 #11 5.812 dpkg-buildpackage: info: source distribution unstable
16:46:47 #11 5.812 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
16:46:47 #11 5.912 dpkg-buildpackage: info: host architecture armhf
16:46:47 #11 5.912  dpkg-source --before-build .
16:46:47 #11 6.217  debian/rules clean
16:46:47 #11 6.220 dh clean
16:46:47 #18 exporting layers 10.1s done
16:46:47 #18 writing image sha256:dd450c2f228e3ea484b7ec35dd78f852c0848b2b0b016be833f1292322e1a0e9
16:46:47 #18 writing image sha256:dd450c2f228e3ea484b7ec35dd78f852c0848b2b0b016be833f1292322e1a0e9 done
16:46:47 #18 naming to docker.io/debbuild-ubuntu-hirsute/x86_64 done
16:46:47 #18 DONE 10.2s
16:46:47 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/debbuild/ubuntu-hirsute:/build  debbuild-ubuntu-hirsute/x86_64
16:46:48 #11 6.463    dh_clean
16:46:48 #11 6.559  debian/rules binary
16:46:48 #11 6.562 dh binary
16:46:48 #11 6.767    dh_update_autotools_config
16:46:48 #11 6.853    dh_autoreconf
16:46:48 #11 6.978    create-stamp debian/debhelper-build-stamp
16:46:48 #11 6.978    dh_prep
16:46:48 #11 7.064    dh_install
16:46:48 #11 7.166    dh_installdocs
16:46:48 #11 7.283    dh_installchangelogs
16:46:48 + set -e
16:46:48 + mkdir -p /root/build-deb/engine
16:46:48 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:46:49 #11 7.534    dh_perl
16:46:49 #11 7.645    dh_link
16:46:49 #11 7.748    dh_strip_nondeterminism
16:46:49 + mkdir -p /root/build-deb/cli
16:46:49 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:46:49 #11 7.931    dh_compress
16:46:49 #11 8.046    dh_fixperms
16:46:49 #11 8.160    dh_missing
16:46:49 #11 8.241    dh_installdeb
16:46:49 #11 8.344    dh_gencontrol
16:46:50 + mkdir -p /root/build-deb/scan-cli-plugin
16:46:50 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:46:50 + mkdir -p /go/src/github.com/docker
16:46:50 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:46:50 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:46:50 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:46:50 + EPOCH=5
16:46:50 + EPOCH_SEP=
16:46:50 + [[ ! -z 5 ]]
16:46:50 + EPOCH_SEP=:
16:46:50 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:46:50 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:46:50 VERSION AAA 0.0.0-20210916145224-e3023ca
16:46:50 + VERSION=0.0.0-20210916145224-e3023ca
16:46:50 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:46:50 VERSION bbb 0.0.0-20210916145224-e3023ca
16:46:50 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:46:50 + debSource=docker-ce
16:46:50 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:46:50 + debMaintainer='Docker <support@docker.com>'
16:46:50 ++ date --rfc-2822
16:46:50 + debDate='Thu, 16 Sep 2021 16:46:49 +0000'
16:46:50 + cat
16:46:50 + export CLI_GITCOMMIT=e3023ca
16:46:50 + CLI_GITCOMMIT=e3023ca
16:46:50 + export ENGINE_GITCOMMIT=5176095
16:46:50 + ENGINE_GITCOMMIT=5176095
16:46:50 + export SCAN_GITCOMMIT=35651ca
16:46:50 + SCAN_GITCOMMIT=35651ca
16:46:50 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:46:50 VERSION BBB 0.0.0-20210916145224-e3023ca
16:46:50 + dpkg-buildpackage -uc -us -I.git
16:46:50 #11 8.684    dh_md5sums
16:46:50 dpkg-buildpackage: info: source package docker-ce
16:46:50 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute
16:46:50 dpkg-buildpackage: info: source distribution hirsute
16:46:50 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:46:50  dpkg-source -I.git --before-build .
16:46:50 dpkg-buildpackage: info: host architecture amd64
16:46:50 #11 8.782    dh_builddeb
16:46:50 #11 8.861 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:46:50 #11 8.892  dpkg-genbuildinfo --build=binary
16:46:50  debian/rules clean
16:46:50 dh clean --with=bash-completion
16:46:50    dh_clean
16:46:50 #11 9.288  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
16:46:50  dpkg-source -I.git -b .
16:46:51 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
16:46:51 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
16:46:51 dpkg-source: warning: native package version may not have a revision
16:46:51 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~ubuntu'
16:46:51 dpkg-source: info: using source format '1.0'
16:46:51 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz
16:46:51 #11 9.534 dpkg-genchanges: info: binary-only upload (no source code included)
16:46:51 #11 9.539  dpkg-source --after-build .
16:46:51 #11 9.845 dpkg-buildpackage: info: binary-only upload (no source included)
16:46:51 #11 9.854 
16:46:51 #11 9.854 The package has been created.
16:46:51 #11 9.854 Attention, the package has been created in the current directory,
16:46:51 #11 9.854 not in ".." as indicated by the message above!
16:46:51 #11 9.886 Selecting previously unselected package docker-ce-build-deps.
16:46:51 #11 9.912 (Reading database ... 17315 files and directories currently installed.)
16:46:51 #11 9.914 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:46:51 #11 9.920 Unpacking docker-ce-build-deps (1.0) ...
16:46:54 #11 10.01 Reading package lists...
16:46:55 #11 13.36 Building dependency tree...
16:46:55 #11 13.63 Reading state information...
16:46:55 #11 13.71 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:46:55 #11 14.18 Starting 2 pkgProblemResolver with broken count: 0
16:46:55 #11 14.18 Done
16:46:55 #11 14.56  Done
16:46:56 #11 14.87 Starting pkgProblemResolver with broken count: 0
16:46:56 #11 14.99 Starting 2 pkgProblemResolver with broken count: 0
16:46:56 #11 15.00 Done
16:46:57 #11 15.66 The following additional packages will be installed:
16:46:57 #11 15.66   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
16:46:57 #11 15.66   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:46:57 #11 15.66   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
16:46:57 #11 15.66   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:46:57 #11 15.66   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:46:57 #11 15.66   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
16:46:57 #11 15.66 Suggested packages:
16:46:57 #11 15.66   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
16:46:57 #11 15.66   libstdc++-10-doc
16:46:57 #11 15.66 Recommended packages:
16:46:57 #11 15.66   libglib2.0-data shared-mime-info xdg-user-dirs
16:46:57 #11 16.36 The following NEW packages will be installed:
16:46:57 #11 16.36   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
16:46:57 #11 16.36   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:46:57 #11 16.36   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
16:46:57 #11 16.36   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:46:57 #11 16.36   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:46:57 #11 16.36   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
16:46:58 #11 16.83 0 upgraded, 31 newly installed, 0 to remove and 1 not upgraded.
16:46:58 #11 16.83 1 not fully installed or removed.
16:46:58 #11 16.83 Need to get 19.6 MB of archives.
16:46:58 #11 16.83 After this operation, 84.0 MB of additional disk space will be used.
16:46:58 #11 16.83 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
16:46:59 #11 17.41 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
16:46:59 #11 17.75 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
16:46:59 #11 17.75 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
16:46:59 #11 17.75 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
16:46:59 #11 17.83 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf cmake-data all 3.18.4-2+rpi1 [1725 kB]
16:46:59 #11 17.91 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2 [294 kB]
16:46:59 #11 17.92 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
16:46:59 #11 17.92 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
16:46:59 #11 17.93 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-1 [118 kB]
16:46:59 #11 17.93 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf cmake armhf 3.18.4-2+rpi1 [3118 kB]
16:46:59 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:46:59 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:46:59 GOOS="" GOARCH="" GOARM=""
16:46:59 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:46:59 
16:46:59 + popd
16:46:59 + exit 0
16:46:59 ~/rpmbuild/BUILD/src
16:46:59 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KMF9oj
16:46:59 + umask 022
16:46:59 + cd /root/rpmbuild/BUILD
16:46:59 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64 '!=' / ']'
16:46:59 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:59 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:59 + mkdir -p /root/rpmbuild/BUILDROOT
16:46:59 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:59 + cd src
16:46:59 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
16:46:59 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/dockerd
16:46:59 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
16:46:59 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker-proxy
16:46:59 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker-init
16:46:59 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/lib/systemd/system/docker.service
16:46:59 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/lib/systemd/system/docker.socket
16:46:59 + /usr/lib/rpm/check-buildroot
16:46:59 + /usr/lib/rpm/redhat/brp-ldconfig
16:46:59 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:46:59 + /usr/lib/rpm/brp-compress
16:46:59 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:46:59 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:46:59 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
16:46:59 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:46:59 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:46:59 + /usr/lib/rpm/brp-python-hardlink
16:46:59 + PYTHON3=/usr/libexec/platform-python
16:46:59 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:46:59 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DEVjqf
16:46:59 + umask 022
16:46:59 + cd /root/rpmbuild/BUILD
16:46:59 + cd src
16:46:59 ++ engine/bundles/dynbinary-daemon/dockerd --version
16:46:59 + ver='Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:46:59 + test 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095' = 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:46:59 + echo 'PASS: daemon version OK'
16:46:59 PASS: daemon version OK
16:46:59 + exit 0
16:46:59 Processing files: docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:59 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker-proxy
16:46:59 Provides: docker-ce = 3:0.0.0.20210916145224.e3023ca-0.el8 docker-ce(x86-64) = 3:0.0.0.20210916145224.e3023ca-0.el8
16:46:59 Requires(interp): /bin/sh /bin/sh /bin/sh
16:46:59 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:46:59 Requires(post): /bin/sh
16:46:59 Requires(preun): /bin/sh
16:46:59 Requires(postun): /bin/sh
16:46:59 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
16:46:59 Conflicts: docker docker-ee docker-engine-cs docker-io
16:46:59 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
16:46:59 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:59 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.src.rpm
16:46:59 #11 18.08 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
16:46:59 #11 18.09 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [218 kB]
16:46:59 #11 18.09 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [279 kB]
16:46:59 #11 18.11 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
16:46:59 #11 18.12 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
16:46:59 #11 18.15 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
16:46:59 #11 18.15 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-6+rpi1 [123 kB]
16:46:59 #11 18.16 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
16:46:59 #11 18.16 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
16:46:59 #11 18.17 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [187 kB]
16:46:59 #11 18.25 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.7 kB]
16:46:59 #11 18.25 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2 [626 kB]
16:46:59 #11 18.26 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
16:46:59 #11 18.26 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
16:46:59 #11 18.26 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
16:46:59 #11 18.27 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
16:46:59 #11 18.27 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1 [87.7 kB]
16:46:59 #11 18.27 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-6+rpi1 [401 kB]
16:46:59 #11 18.33 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
16:47:00 #11 18.40 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
16:47:00 #11 18.87 debconf: delaying package configuration, since apt-utils is not installed
16:47:00 #11 18.95 Fetched 19.6 MB in 2s (9328 kB/s)
16:47:00 #11 19.00 Selecting previously unselected package libstdc++-10-dev:armhf.
16:47:00 #11 19.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 ... 17319 files and directories currently installed.)
16:47:00 #11 19.03 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
16:47:00 #11 19.04 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
16:47:00 #11 19.52 Selecting previously unselected package g++-10.
16:47:01 #11 19.53 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
16:47:01 #11 19.54 Unpacking g++-10 (10.2.1-6+rpi1) ...
16:47:02 #11 20.62 Selecting previously unselected package g++.
16:47:02 #11 20.62 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
16:47:02 #11 20.63 Unpacking g++ (4:10.2.1-1+rpi1) ...
16:47:02 #11 20.68 Selecting previously unselected package build-essential.
16:47:02 #11 20.68 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
16:47:02 #11 20.69 Unpacking build-essential (12.9) ...
16:47:02 #11 20.75 Selecting previously unselected package bash-completion.
16:47:02 #11 20.75 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
16:47:03 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc
16:47:03  debian/rules build
16:47:03 dh build --with=bash-completion
16:47:03    dh_update_autotools_config
16:47:03    dh_autoreconf
16:47:03    debian/rules override_dh_auto_build
16:47:03 make[1]: Entering directory '/root/build-deb'
16:47:03 # Build the daemon and dependencies
16:47:03 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:47:03 
16:47:03 Removing bundles/
16:47:03 
16:47:03 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:47:03 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:47:03 GOOS="" GOARCH="" GOARM=""
16:47:03 #11 22.04 Unpacking bash-completion (1:2.11-2) ...
16:47:04 #11 22.35 Selecting previously unselected package cmake-data.
16:47:04 #11 22.35 Preparing to unpack .../05-cmake-data_3.18.4-2+rpi1_all.deb ...
16:47:04 #11 22.36 Unpacking cmake-data (3.18.4-2+rpi1) ...
16:47:04 #11 23.31 Selecting previously unselected package libarchive13:armhf.
16:47:04 #11 23.31 Preparing to unpack .../06-libarchive13_3.4.3-2_armhf.deb ...
16:47:04 #11 23.33 Unpacking libarchive13:armhf (3.4.3-2) ...
16:47:04 #11 23.42 Selecting previously unselected package libjsoncpp24:armhf.
16:47:04 #11 23.42 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
16:47:04 #11 23.43 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
16:47:04 #11 23.49 Selecting previously unselected package librhash0:armhf.
16:47:04 #11 23.50 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
16:47:04 #11 23.50 Unpacking librhash0:armhf (1.4.1-2) ...
16:47:04 #11 23.58 Selecting previously unselected package libuv1:armhf.
16:47:04 #11 23.58 Preparing to unpack .../09-libuv1_1.40.0-1_armhf.deb ...
16:47:04 #11 23.59 Unpacking libuv1:armhf (1.40.0-1) ...
16:47:05 #11 23.65 Selecting previously unselected package cmake.
16:47:05 #11 23.65 Preparing to unpack .../10-cmake_3.18.4-2+rpi1_armhf.deb ...
16:47:05 #11 23.66 Unpacking cmake (3.18.4-2+rpi1) ...
16:47:05 #11 24.22 Selecting previously unselected package dh-apparmor.
16:47:05 #11 24.22 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
16:47:05 #11 24.23 Unpacking dh-apparmor (2.13.6-10) ...
16:47:05 #11 24.31 Selecting previously unselected package libbtrfs0:armhf.
16:47:05 #11 24.32 Preparing to unpack .../12-libbtrfs0_5.10.1-2_armhf.deb ...
16:47:05 #11 24.34 Unpacking libbtrfs0:armhf (5.10.1-2) ...
16:47:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64.rpm
16:47:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hvvTxf
16:47:05 + umask 022
16:47:05 + cd /root/rpmbuild/BUILD
16:47:05 + cd src
16:47:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:47:05 + exit 0
16:47:06 #11 24.42 Selecting previously unselected package libbtrfs-dev:armhf.
16:47:06 #11 24.42 Preparing to unpack .../13-libbtrfs-dev_5.10.1-2_armhf.deb ...
16:47:06 #11 24.43 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
16:47:06 #11 24.52 Selecting previously unselected package dmsetup.
16:47:06 #11 24.53 Preparing to unpack .../14-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
16:47:06 #11 24.53 Unpacking dmsetup (2:1.02.175-2.1) ...
16:47:06 #11 24.60 Selecting previously unselected package libdevmapper1.02.1:armhf.
16:47:06 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6o3t4e
16:47:06 + umask 022
16:47:06 + cd /root/rpmbuild/BUILD
16:47:06 + cd /root/rpmbuild/BUILD
16:47:06 + rm -rf src
16:47:06 + /usr/bin/mkdir -p src
16:47:06 + cd src
16:47:06 + /usr/bin/tar -xof -
16:47:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
16:47:06 #11 24.60 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
16:47:06 #11 24.61 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
16:47:06 #11 24.69 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
16:47:06 #11 24.69 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
16:47:06 #11 24.69 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
16:47:06 #11 24.74 Selecting previously unselected package libudev-dev:armhf.
16:47:06 #11 24.75 Preparing to unpack .../17-libudev-dev_247.3-6+rpi1_armhf.deb ...
16:47:06 #11 24.75 Unpacking libudev-dev:armhf (247.3-6+rpi1) ...
16:47:06 #11 24.82 Selecting previously unselected package libsepol1-dev:armhf.
16:47:06 #11 24.82 Preparing to unpack .../18-libsepol1-dev_3.1-1_armhf.deb ...
16:47:06 #11 24.83 Unpacking libsepol1-dev:armhf (3.1-1) ...
16:47:06 + STATUS=0
16:47:06 + '[' 0 -ne 0 ']'
16:47:06 + /usr/bin/tar -xof -
16:47:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
16:47:06 + STATUS=0
16:47:06 + '[' 0 -ne 0 ']'
16:47:06 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:47:06 #11 24.94 Selecting previously unselected package libpcre2-16-0:armhf.
16:47:06 #11 24.94 Preparing to unpack .../19-libpcre2-16-0_10.36-2_armhf.deb ...
16:47:06 #11 24.95 Unpacking libpcre2-16-0:armhf (10.36-2) ...
16:47:06 #11 25.03 Selecting previously unselected package libpcre2-32-0:armhf.
16:47:06 #11 25.03 Preparing to unpack .../20-libpcre2-32-0_10.36-2_armhf.deb ...
16:47:06 #11 25.04 Unpacking libpcre2-32-0:armhf (10.36-2) ...
16:47:06 #11 25.12 Selecting previously unselected package libpcre2-posix2:armhf.
16:47:06 #11 25.12 Preparing to unpack .../21-libpcre2-posix2_10.36-2_armhf.deb ...
16:47:06 #11 25.13 Unpacking libpcre2-posix2:armhf (10.36-2) ...
16:47:06 + exit 0
16:47:06 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.L3Hzvf
16:47:06 + umask 022
16:47:06 + cd /root/rpmbuild/BUILD
16:47:06 + cd src
16:47:06 + mkdir -p /go/src/github.com/docker
16:47:06 + rm -f /go/src/github.com/docker/cli
16:47:06 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
16:47:06 + pushd /go/src/github.com/docker/cli
16:47:06 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
16:47:06 + VERSION=0.0.0-20210916145224-e3023ca
16:47:06 + GITCOMMIT=e3023ca
16:47:06 + GO_LINKMODE=dynamic
16:47:06 + ./scripts/build/binary
16:47:06 Building dynamic docker-linux-amd64
16:47:06 #11 25.19 Selecting previously unselected package libpcre2-dev:armhf.
16:47:06 #11 25.19 Preparing to unpack .../22-libpcre2-dev_10.36-2_armhf.deb ...
16:47:06 #11 25.19 Unpacking libpcre2-dev:armhf (10.36-2) ...
16:47:06 #11 25.33 Selecting previously unselected package libselinux1-dev:armhf.
16:47:06 #11 25.33 Preparing to unpack .../23-libselinux1-dev_3.1-3_armhf.deb ...
16:47:06 #11 25.34 Unpacking libselinux1-dev:armhf (3.1-3) ...
16:47:06 #11 25.43 Selecting previously unselected package libdevmapper-dev:armhf.
16:47:06 #11 25.43 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
16:47:07 #11 25.44 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
16:47:07 #11 25.50 Selecting previously unselected package libltdl7:armhf.
16:47:07 #11 25.50 Preparing to unpack .../25-libltdl7_2.4.6-15_armhf.deb ...
16:47:07 #11 25.51 Unpacking libltdl7:armhf (2.4.6-15) ...
16:47:07 #11 25.57 Selecting previously unselected package libltdl-dev:armhf.
16:47:07 #11 25.57 Preparing to unpack .../26-libltdl-dev_2.4.6-15_armhf.deb ...
16:47:07 #11 25.58 Unpacking libltdl-dev:armhf (2.4.6-15) ...
16:47:07 #11 25.65 Selecting previously unselected package libseccomp-dev:armhf.
16:47:07 #11 25.66 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+rpi1_armhf.deb ...
16:47:07 #11 25.66 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1) ...
16:47:07 #11 25.73 Selecting previously unselected package libsystemd-dev:armhf.
16:47:07 #11 25.73 Preparing to unpack .../28-libsystemd-dev_247.3-6+rpi1_armhf.deb ...
16:47:07 #11 25.74 Unpacking libsystemd-dev:armhf (247.3-6+rpi1) ...
16:47:07 #11 25.90 Selecting previously unselected package libglib2.0-0:armhf.
16:47:07 #11 25.91 Preparing to unpack .../29-libglib2.0-0_2.66.8-1_armhf.deb ...
16:47:07 #11 25.91 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
16:47:07 #11 26.13 Selecting previously unselected package pkg-config.
16:47:07 #11 26.13 Preparing to unpack .../30-pkg-config_0.29.2-1_armhf.deb ...
16:47:07 #11 26.14 Unpacking pkg-config (0.29.2-1) ...
16:47:07 #11 26.22 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1) ...
16:47:07 #11 26.23 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
16:47:07 #11 26.25 Setting up g++-10 (10.2.1-6+rpi1) ...
16:47:07 #11 26.27 Setting up libarchive13:armhf (3.4.3-2) ...
16:47:07 #11 26.29 Setting up libglib2.0-0:armhf (2.66.8-1) ...
16:47:07 #11 26.32 No schema files found: doing nothing.
16:47:07 #11 26.33 Setting up libsepol1-dev:armhf (3.1-1) ...
16:47:07 #11 26.35 Setting up libpcre2-16-0:armhf (10.36-2) ...
16:47:07 #11 26.37 Setting up libbtrfs0:armhf (5.10.1-2) ...
16:47:07 #11 26.39 Setting up libpcre2-32-0:armhf (10.36-2) ...
16:47:07 #11 26.41 Setting up libuv1:armhf (1.40.0-1) ...
16:47:07 #11 26.43 Setting up bash-completion (1:2.11-2) ...
16:47:09 #11 27.82 Setting up pkg-config (0.29.2-1) ...
16:47:09 #11 27.94 Setting up libudev-dev:armhf (247.3-6+rpi1) ...
16:47:09 #11 27.96 Setting up libpcre2-posix2:armhf (10.36-2) ...
16:47:09 #11 27.98 Setting up libltdl7:armhf (2.4.6-15) ...
16:47:09 #11 28.00 Setting up libjsoncpp24:armhf (1.9.4-4) ...
16:47:09 #11 28.02 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
16:47:09 #11 28.04 Setting up g++ (4:10.2.1-1+rpi1) ...
16:47:09 #11 28.08 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:47:09 #11 28.09 Setting up librhash0:armhf (1.4.1-2) ...
16:47:09 #11 28.11 Setting up build-essential (12.9) ...
16:47:09 #11 28.14 Setting up cmake-data (3.18.4-2+rpi1) ...
16:47:09 #11 28.16 Setting up dh-apparmor (2.13.6-10) ...
16:47:09 #11 28.18 Setting up libsystemd-dev:armhf (247.3-6+rpi1) ...
16:47:09 #11 28.20 Setting up libpcre2-dev:armhf (10.36-2) ...
16:47:09 #11 28.22 Setting up libselinux1-dev:armhf (3.1-3) ...
16:47:09 #11 28.24 Setting up libltdl-dev:armhf (2.4.6-15) ...
16:47:09 #11 28.26 Setting up cmake (3.18.4-2+rpi1) ...
16:47:09 #11 28.27 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
16:47:09 #11 28.29 Setting up dmsetup (2:1.02.175-2.1) ...
16:47:09 #11 28.31 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
16:47:09 #11 28.33 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
16:47:09 #11 28.35 Setting up docker-ce-build-deps (1.0) ...
16:47:09 #11 28.36 Processing triggers for libc-bin (2.31-13+rpi1) ...
16:47:09 #11 28.40 Processing triggers for man-db (2.9.4-2) ...
16:47:10 #11 DONE 28.8s
16:47:10 
16:47:10 #12 [stage-1 5/8] COPY sources/ /sources
16:47:10 #12 sha256:693df01ec56a2b26e25e0172f25fdffd4cd840554ad16e3dbb8aaa84f91af9e7
16:47:10 #12 DONE 0.1s
16:47:10 
16:47:10 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
16:47:10 #14 sha256:f39788dcce8a51ab3f8aa04ca5e185a3b47050297d5047cb898bae2636bc5552
16:47:13 #14 DONE 3.5s
16:47:13 
16:47:13 #15 [stage-1 7/8] WORKDIR /root/build-deb
16:47:13 #15 sha256:e6442a2c8a3c31c08a735bf85ca1329c832b8e38910a23748091da765d39db2e
16:47:13 #15 DONE 0.1s
16:47:14 
16:47:14 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
16:47:14 #16 sha256:61bde304663948beb867703229788483ea306d7bde37336c1aa77fa1416e2bbd
16:47:14 #16 DONE 0.1s
16:47:14 
16:47:14 #17 exporting to image
16:47:14 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:47:14 #17 exporting layers
16:47:22 #17 exporting layers 8.5s done
16:47:22 #17 writing image sha256:d40958903eeaa57e7735053abc316b4986836c65cf6db6e2d107e20372a740ad done
16:47:22 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
16:47:22 #17 DONE 8.5s
16:47:22 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
16:47:23 + set -e
16:47:23 + mkdir -p /root/build-deb/engine
16:47:23 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:47:24 + mkdir -p /root/build-deb/cli
16:47:24 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:47:25 + mkdir -p /root/build-deb/scan-cli-plugin
16:47:25 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:47:25 + mkdir -p /go/src/github.com/docker
16:47:25 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:47:25 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:47:25 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:47:25 + EPOCH=5
16:47:25 + EPOCH_SEP=
16:47:25 + [[ ! -z 5 ]]
16:47:25 + EPOCH_SEP=:
16:47:25 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:47:25 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:47:25 VERSION AAA 0.0.0-20210916145224-e3023ca
16:47:25 + VERSION=0.0.0-20210916145224-e3023ca
16:47:25 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:47:25 VERSION bbb 0.0.0-20210916145224-e3023ca
16:47:25 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:47:25 + debSource=docker-ce
16:47:25 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:47:25 + debMaintainer='Docker <support@docker.com>'
16:47:25 ++ date --rfc-2822
16:47:25 + debDate='Thu, 16 Sep 2021 16:47:25 +0000'
16:47:25 + cat
16:47:25 + export CLI_GITCOMMIT=e3023ca
16:47:25 + CLI_GITCOMMIT=e3023ca
16:47:25 + export ENGINE_GITCOMMIT=5176095
16:47:25 + ENGINE_GITCOMMIT=5176095
16:47:25 + export SCAN_GITCOMMIT=35651ca
16:47:25 + SCAN_GITCOMMIT=35651ca
16:47:25 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:47:25 VERSION BBB 0.0.0-20210916145224-e3023ca
16:47:25 + dpkg-buildpackage -uc -us -I.git
16:47:25 dpkg-buildpackage: info: source package docker-ce
16:47:25 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~raspbian-bullseye
16:47:25 dpkg-buildpackage: info: source distribution bullseye
16:47:25 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:47:25 dpkg-buildpackage: info: host architecture armhf
16:47:25  dpkg-source -I.git --before-build .
16:47:26  debian/rules clean
16:47:26 dh clean --with=bash-completion
16:47:26    dh_clean
16:47:26  dpkg-source -I.git -b .
16:47:27 dpkg-source: warning: native package version may not have a revision
16:47:27 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~raspbian'
16:47:27 dpkg-source: info: using source format '1.0'
16:47:27 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz
16:47:45 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc
16:47:45  debian/rules build
16:47:45 dh build --with=bash-completion
16:47:45    dh_update_autotools_config
16:47:45    dh_autoreconf
16:47:45    debian/rules override_dh_auto_build
16:47:45 make[1]: Entering directory '/root/build-deb'
16:47:45 # Build the daemon and dependencies
16:47:45 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:47:45 
16:47:45 Removing bundles/
16:47:45 
16:47:45 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:47:45 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:47:45 GOOS="" GOARCH="" GOARM=""
16:48:25 #22 ...
16:48:25 
16:48:25 #26 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:48:25 #26 sha256:d7c876fa3fa93d83cc1a8165568937e2c44e41b2167e3128b9b7d51ae890c742
16:48:25 #26 DONE 196.4s
16:48:25 
16:48:25 #22 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:48:25 #22 sha256:3765c7fb8e2e52755789fa628eeb080f5e268be5cbe474cf776b59a9a5619ecb
16:48:25 #22 ...
16:48:25 
16:48:25 #27 [darwin/arm64 binary 1/1] COPY --from=build /out .
16:48:25 #27 sha256:5a436c5b8cf4013e2b4f1ee8ceead0d927e2700b276d107392edc04678f6ce2d
16:48:25 #27 DONE 0.1s
16:48:25 
16:48:25 #22 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:48:25 #22 sha256:3765c7fb8e2e52755789fa628eeb080f5e268be5cbe474cf776b59a9a5619ecb
16:48:26 #22 DONE 197.9s
16:48:26 
16:48:26 #23 [darwin/amd64 binary 1/1] COPY --from=build /out .
16:48:26 #23 sha256:379ffca93245f48d590a39e7994c9162f06888e7dee7a53e515b1f44cb1054be
16:48:26 #23 DONE 0.1s
16:48:26 
16:48:26 #28 exporting to client
16:48:26 #28 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:48:26 #28 copying files darwin/arm64 22B
16:48:26 #28 copying files darwin/amd64 22B
16:48:27 #28 copying files darwin/arm64 50.08MB 1.6s done
16:48:27 #28 copying files darwin/amd64 54.14MB 1.6s done
16:48:27 #28 DONE 1.6s
16:48:27 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/build && for platform in *; do \
16:48:27 	arch=$(echo $platform | cut -d_ -f2); \
16:48:27 	mkdir -p $dest/$arch/docker; \
16:48:27 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
16:48:27 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20210916145224-e3023ca.tgz docker; \
16:48:27 done
16:48:28 + DISABLE_WARN_OUTSIDE_CONTAINER=1
16:48:28 + make manpages
16:48:28 scripts/docs/generate-man.sh
16:48:39 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:48:39 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:48:39 GOOS="" GOARCH="" GOARM=""
16:48:39 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:48:39 
16:48:39 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:48:39 + RM_GOPATH=0
16:48:39 + TMP_GOPATH=/go
16:48:39 + : /usr/local/bin
16:48:39 + '[' -z /go ']'
16:48:39 + export GOPATH=/go
16:48:39 + GOPATH=/go
16:48:39 + case "$(go env GOARCH)" in
16:48:39 ++ go env GOARCH
16:48:39 + export GO_BUILDMODE=-buildmode=pie
16:48:39 + GO_BUILDMODE=-buildmode=pie
16:48:39 ++ dirname hack/dockerfile/install/install.sh
16:48:39 + dir=hack/dockerfile/install
16:48:39 + bin=tini
16:48:39 + shift
16:48:39 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:48:39 + . hack/dockerfile/install/tini.installer
16:48:39 ++ : v0.19.0
16:48:39 + install_tini
16:48:39 Install tini version v0.19.0
16:48:39 + echo 'Install tini version v0.19.0'
16:48:39 + git clone https://github.com/krallin/tini.git /go/tini
16:48:39 Cloning into '/go/tini'...
16:48:39 + cd /go/tini
16:48:39 + git checkout -q v0.19.0
16:48:39 + cmake .
16:48:39 -- The C compiler identification is GNU 10.3.0
16:48:39 -- Detecting C compiler ABI info
16:48:39 -- Detecting C compiler ABI info - done
16:48:39 -- Check for working C compiler: /usr/bin/cc - skipped
16:48:39 -- Detecting C compile features
16:48:39 -- Detecting C compile features - done
16:48:39 -- Performing Test HAS_BUILTIN_FORTIFY
16:48:39 -- Performing Test HAS_BUILTIN_FORTIFY - Success
16:48:39 -- Configuring done
16:48:39 -- Generating done
16:48:39 -- Build files have been written to: /go/tini
16:48:39 + make tini-static
16:48:39 make[2]: Entering directory '/go/tini'
16:48:39 make[3]: Entering directory '/go/tini'
16:48:39 make[4]: Entering directory '/go/tini'
16:48:39 make[5]: Entering directory '/go/tini'
16:48:39 Scanning dependencies of target tini-static
16:48:39 make[5]: Leaving directory '/go/tini'
16:48:39 make[5]: Entering directory '/go/tini'
16:48:39 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:48:39 [100%] Linking C executable tini-static
16:48:39 make[5]: Leaving directory '/go/tini'
16:48:39 [100%] Built target tini-static
16:48:39 make[4]: Leaving directory '/go/tini'
16:48:39 make[3]: Leaving directory '/go/tini'
16:48:39 make[2]: Leaving directory '/go/tini'
16:48:39 + mkdir -p /usr/local/bin
16:48:39 + cp tini-static /usr/local/bin/docker-init
16:48:39 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:48:39 + RM_GOPATH=0
16:48:39 + TMP_GOPATH=/go
16:48:39 + : /usr/local/bin
16:48:39 + '[' -z /go ']'
16:48:39 + export GOPATH=/go
16:48:39 + GOPATH=/go
16:48:39 + case "$(go env GOARCH)" in
16:48:39 ++ go env GOARCH
16:48:39 + export GO_BUILDMODE=-buildmode=pie
16:48:39 + GO_BUILDMODE=-buildmode=pie
16:48:39 ++ dirname hack/dockerfile/install/install.sh
16:48:39 + dir=hack/dockerfile/install
16:48:39 + bin=rootlesskit
16:48:39 + shift
16:48:39 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:48:39 + . hack/dockerfile/install/rootlesskit.installer
16:48:39 ++ : v0.14.4
16:48:39 + install_rootlesskit dynamic
16:48:39 + case "$1" in
16:48:39 + install_rootlesskit_dynamic
16:48:39 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:48:39 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:48:39 + export BUILD_MODE=-buildmode=pie
16:48:39 + BUILD_MODE=-buildmode=pie
16:48:39 + _install_rootlesskit
16:48:39 + echo 'Install rootlesskit version v0.14.4'
16:48:39 Install rootlesskit version v0.14.4
16:48:39 + for f in rootlesskit rootlesskit-docker-proxy
16:48:39 + GOBIN=/usr/local/bin
16:48:39 + GO111MODULE=on
16:48:39 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:48:39 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:48:39 cp: cannot stat 'docker/docker-darwin-*': Not a directory
16:48:39 cp: cannot stat 'docker-linux-amd64/docker-darwin-*': Not a directory
16:48:39 make[1]: *** [Makefile:53: cross-mac] Error 1
16:48:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
16:48:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
16:48:39 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker VERSION=0.0.0-20210916145224-e3023ca DOCKER_CROSSPLATFORMS=windows/amd64 cross
16:48:39 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker'
16:48:39 docker build  --build-arg=GO_VERSION  -f "Dockerfile" --build-arg CROSS=true --build-arg DOCKER_CROSSPLATFORMS --output=bundles/ --target=cross --build-arg VERSION --build-arg DOCKER_GITCOMMIT --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE .
16:48:39 #1 [internal] load build definition from Dockerfile
16:48:39 #1 sha256:7cc7c2418bcaf84a80de20289263b373be13423dd3091ce17880b589776aca8b
16:48:39 #1 transferring dockerfile: 38B done
16:48:39 #1 DONE 0.0s
16:48:39 
16:48:39 #2 [internal] load .dockerignore
16:48:39 #2 sha256:8f3c6dcccc133ce1e758d4874b65dc3cd52b0196292b47dfeb1bd9c1f312299c
16:48:39 #2 transferring context: 34B done
16:48:39 #2 DONE 0.0s
16:48:39 
16:48:39 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
16:48:39 #4 sha256:4b36cd192e0778667f8e2c80966067e7ab4be8fcd66f9cc220f1fc70ee01fcc4
16:48:39 #4 DONE 0.0s
16:48:39 
16:48:39 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:48:39 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:48:39 #3 DONE 0.2s
16:48:39 
16:48:39 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:48:39 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:48:39 #5 CACHED
16:48:39 
16:48:39 #7 [internal] load build definition from Dockerfile
16:48:39 #7 sha256:91cf076e9a30fd00f3b56bd0d10ce90015044e3d39be3f43d9b60f6c8a8fb055
16:48:39 #7 DONE 0.0s
16:48:39 
16:48:39 #6 [internal] load .dockerignore
16:48:39 #6 sha256:4892fa8435eea982f0b0b4d53e53263a63bb23e1df85c34568a3f0ce87cfd728
16:48:39 #6 DONE 0.0s
16:48:39 
16:48:39 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:48:39 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:48:39 #9 DONE 0.1s
16:48:39 
16:48:39 #11 [auth] djs55/vpnkit:pull token for registry-1.docker.io
16:48:39 #11 sha256:1c69997ca0a3cf6878a0f30dfb47ceabef6829b0110d2835279894b6bc0f9089
16:48:39 #11 DONE 0.0s
16:48:39 
16:48:39 #12 [auth] library/golang:pull token for registry-1.docker.io
16:48:39 #12 sha256:f3c67e5ac72ea4b0f5c668d6139eaa1db194294678305f7d8223f87a8df4452c
16:48:39 #12 DONE 0.0s
16:48:39 
16:48:39 #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:48:39 #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:48:39 #10 DONE 0.1s
16:48:39 
16:48:39 #8 [internal] load metadata for docker.io/library/golang:1.16.8-bullseye
16:48:39 #8 sha256:9f27d529569ee358bcbe8df984546143cf254baf49fae277e036d4f1bf65abe8
16:48:39 #8 DONE 0.1s
16:48:39 
16:48:39 #13 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:48:39 #13 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:48:39 #13 DONE 0.0s
16:48:39 
16:48:39 #39 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:48:39 #39 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:48:39 #39 DONE 0.0s
16:48:39 
16:48:39 #37 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:48:39 #37 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:48:39 #37 DONE 0.0s
16:48:39 
16:48:39 #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:48:39 #14 sha256:eb8831415939c19eed8ce3a8166766587bf9bd92bbb5312d9c5371cba3befe6f
16:48:39 #14 CACHED
16:48:39 
16:48:39 #15 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
16:48:39 #15 sha256:070464ab988b2eea182fb26a578cbe31110ab50fee53145a80980b56dc23c3e9
16:48:39 #15 CACHED
16:48:39 
16:48:39 #25 [internal] load build context
16:48:39 #25 sha256:7d3f1beeb89c1d9c99b4a02597f9dfaf8e873f47cf9037ac96b52767ff152c87
16:48:40 #25 transferring context: 513.23kB 0.4s done
16:48:40 #25 DONE 0.5s
16:48:40 
16:48:40 #16 [cross-true 1/6] RUN dpkg --add-architecture arm64
16:48:40 #16 sha256:7b0e4997059be70f91e59677388a90e2685fa520a5a80b704e528f4d3aee7268
16:48:40 #16 DONE 0.7s
16:48:40 
16:48:40 #17 [cross-true 2/6] RUN dpkg --add-architecture armel
16:48:40 #17 sha256:902a06d21ac4c6f26e96231801b4ccf2f9b3d8ad1a7dec7f60410907882a63e4
16:48:41 #17 DONE 0.5s
16:48:41 
16:48:41 #18 [cross-true 3/6] RUN dpkg --add-architecture armhf
16:48:41 #18 sha256:5bbf4339fed0d9d4cb275b8d5d8c2403ad60934ed25353d43743b44c0df1a2ab
16:48:41 #18 DONE 0.5s
16:48:41 
16:48:41 #19 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
16:48:41 #19 sha256:8064c52b5e7ba1744990c47bcdaf747da53b3784c85e1cbf3ccd707ebb86c669
16:48:42 #19 DONE 0.5s
16:48:42 
16:48:42 #20 [cross-true 5/6] RUN dpkg --add-architecture s390x
16:48:42 #20 sha256:e91b7030ebeae96cb600fe47629481a5f11f70ff867f8c0443484cd935114105
16:48:42 #20 DONE 0.5s
16:48:42 
16:48:42 #21 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
16:48:42 #21 sha256:5a48320a3f333be105ef75d8e15041295c74cf601c184552751abcaad13a3bd2
16:48:43 #21 0.818 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:48:43 #21 0.819 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:48:43 #21 0.828 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:48:43 #21 0.939 Get:4 http://security.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB]
16:48:43 #21 0.953 Get:5 http://security.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB]
16:48:43 #21 0.954 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB]
16:48:43 #21 0.955 Get:7 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:48:43 #21 0.956 Get:8 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB]
16:48:43 #21 0.956 Get:9 http://security.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB]
16:48:43 #21 1.041 Get:10 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
16:48:43 #21 1.138 Get:11 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
16:48:43 #21 1.233 Get:12 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:48:43 #21 1.326 Get:13 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
16:48:44 #21 1.418 Get:14 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
16:48:44 #21 1.544 Get:15 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
16:48:49 go: downloading github.com/pkg/errors v0.9.1
16:48:49 go: downloading github.com/sirupsen/logrus v1.8.1
16:48:49 go: downloading github.com/urfave/cli/v2 v2.3.0
16:48:49 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:48:49 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:48:50 go: downloading github.com/google/uuid v1.3.0
16:48:50 go: downloading github.com/moby/vpnkit v0.5.0
16:48:50 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:48:50 go: downloading github.com/gofrs/flock v0.8.1
16:48:50 go: downloading github.com/gorilla/mux v1.8.0
16:48:50 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:48:50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:48:50 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:48:50 #21 7.106 Fetched 48.3 MB in 7s (7380 kB/s)
16:48:51 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:48:53 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:48:53 #21 7.106 Reading package lists...
16:48:56 #21 10.24 Reading package lists...
16:48:56 #21 13.38 Building dependency tree...
16:48:57 #21 14.88 The following additional packages will be installed:
16:48:57 #21 14.88   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
16:48:57 #21 14.88   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
16:48:57 #21 14.88   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
16:48:57 #21 14.88   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
16:48:57 #21 14.88   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
16:48:57 #21 14.88   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
16:48:57 #21 14.88   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
16:48:57 #21 14.88   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
16:48:57 #21 14.88   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
16:48:57 #21 14.88   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
16:48:57 #21 14.89   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
16:48:57 #21 14.89   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
16:48:57 #21 14.89   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
16:48:57 #21 14.89   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
16:48:57 #21 14.89   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
16:48:57 #21 14.89   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
16:48:57 #21 14.89   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
16:48:57 #21 14.89   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
16:48:57 #21 14.89   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
16:48:57 #21 14.89   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
16:48:57 #21 14.89   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
16:48:57 #21 14.89   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
16:48:57 #21 14.89   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
16:48:57 #21 14.89   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
16:48:57 #21 14.89   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
16:48:57 #21 14.89   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
16:48:57 #21 14.89   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
16:48:57 #21 14.89   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
16:48:57 #21 14.89   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
16:48:57 #21 14.89   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
16:48:57 #21 14.89   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
16:48:57 #21 14.89   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
16:48:57 #21 14.89   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
16:48:57 #21 14.89   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
16:48:57 #21 14.89   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
16:48:57 #21 14.89   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
16:48:57 #21 14.89   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
16:48:57 #21 14.89   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
16:48:57 #21 14.89   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
16:48:57 #21 14.89   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
16:48:57 #21 14.89   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
16:48:57 #21 14.89   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
16:48:57 #21 14.89   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
16:48:57 #21 14.90   linux-libc-dev-s390x-cross patch xz-utils
16:48:57 #21 14.91 Suggested packages:
16:48:57 #21 14.91   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
16:48:57 #21 14.91   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
16:48:57 #21 14.91   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
16:48:57 #21 14.91   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
16:48:57 #21 14.91   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
16:48:57 #21 14.91   libyaml-shell-perl ed diffutils-doc
16:48:57 #21 14.91 Recommended packages:
16:48:57 #21 14.91   fakeroot build-essential libalgorithm-merge-perl libwww-perl
16:48:57 #21 14.91   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
16:48:58 + for f in rootlesskit rootlesskit-docker-proxy
16:48:58 + GOBIN=/usr/local/bin
16:48:58 + GO111MODULE=on
16:48:58 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:48:58 #21 16.16 The following NEW packages will be installed:
16:48:58 #21 16.16   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
16:48:58 #21 16.16   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
16:48:58 #21 16.16   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
16:48:58 #21 16.16   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
16:48:58 #21 16.16   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
16:48:58 #21 16.16   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
16:48:58 #21 16.16   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
16:48:58 #21 16.16   crossbuild-essential-armel crossbuild-essential-armhf
16:48:58 #21 16.16   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
16:48:58 #21 16.16   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
16:48:58 #21 16.16   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
16:48:58 #21 16.16   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
16:48:58 #21 16.16   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
16:48:58 #21 16.16   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
16:48:58 #21 16.16   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
16:48:58 #21 16.16   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
16:48:58 #21 16.16   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
16:48:58 #21 16.16   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
16:48:58 #21 16.16   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
16:48:58 #21 16.17   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
16:48:58 #21 16.17   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
16:48:58 #21 16.17   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
16:48:58 #21 16.17   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
16:48:58 #21 16.17   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
16:48:58 #21 16.17   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
16:48:58 #21 16.17   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
16:48:58 #21 16.17   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
16:48:58 #21 16.17   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
16:48:58 #21 16.17   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
16:48:58 #21 16.17   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
16:48:58 #21 16.17   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
16:48:58 #21 16.17   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
16:48:58 #21 16.17   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
16:48:58 #21 16.17   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
16:48:58 #21 16.17   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
16:48:58 #21 16.17   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
16:48:58 #21 16.17   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
16:48:58 #21 16.17   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
16:48:58 #21 16.17   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
16:48:58 #21 16.17   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
16:48:58 #21 16.17   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
16:48:58 #21 16.17   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
16:48:58 #21 16.17   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
16:48:58 #21 16.17   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
16:48:58 #21 16.17   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
16:48:58 #21 16.17   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
16:48:58 #21 16.17   linux-libc-dev-s390x-cross patch xz-utils
16:48:59 + return
16:48:59 # Build the CLI
16:48:59 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:48:59 Building dynamic docker-linux-amd64
16:48:59 #21 16.50 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded.
16:48:59 #21 16.50 Need to get 787 MB of archives.
16:48:59 #21 16.50 After this operation, 3385 MB of additional disk space will be used.
16:48:59 #21 16.50 Get:1 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
16:48:59 #21 16.50 Get:2 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:48:59 #21 16.50 Get:3 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:48:59 #21 16.50 Get:4 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:48:59 #21 16.50 Get:5 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:48:59 #21 16.51 Get:6 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
16:48:59 #21 16.51 Get:7 http://deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
16:48:59 #21 16.53 Get:8 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
16:48:59 #21 16.55 Get:9 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
16:48:59 #21 16.57 Get:10 http://deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
16:48:59 #21 16.61 Get:11 http://deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
16:48:59 #21 16.70 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
16:48:59 #21 16.70 Get:13 http://deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
16:48:59 #21 17.09 Get:14 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
16:48:59 #21 17.09 Get:15 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
16:49:00 #21 17.49 Get:16 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
16:49:00 #21 17.49 Get:17 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
16:49:00 #21 17.82 Get:18 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
16:49:00 #21 17.82 Get:19 http://deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
16:49:00 #21 18.13 Get:20 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
16:49:00 #21 18.14 Get:21 http://deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
16:49:00 #21 18.45 Get:22 http://deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
16:49:01 #21 18.45 Get:23 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
16:49:01 #21 18.45 Get:24 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
16:49:01 #21 18.45 Get:25 http://deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
16:49:01 #21 18.45 Get:26 http://deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
16:49:01 #21 18.45 Get:27 http://deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
16:49:01 #21 18.46 Get:28 http://deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
16:49:01 #21 18.46 Get:29 http://deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
16:49:01 #21 18.47 Get:30 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
16:49:01 #21 18.47 Get:31 http://deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
16:49:01 #21 18.47 Get:32 http://deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
16:49:01 #21 18.47 Get:33 http://deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
16:49:01 #21 18.47 Get:34 http://deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
16:49:01 #21 18.48 Get:35 http://deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
16:49:01 #21 18.49 Get:36 http://deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
16:49:01 #21 18.52 Get:37 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
16:49:01 #21 18.53 Get:38 http://deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
16:49:01 #21 18.54 Get:39 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
16:49:01 #21 18.55 Get:40 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
16:49:01 #21 18.98 Get:41 http://deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
16:49:01 #21 18.98 Get:42 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
16:49:01 #21 18.99 Get:43 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
16:49:01 #21 19.01 Get:44 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
16:49:01 #21 19.08 Get:45 http://deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
16:49:02 #21 19.48 Get:46 http://deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
16:49:02 #21 19.48 Get:47 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:49:02 #21 19.48 Get:48 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
16:49:02 #21 19.50 Get:49 http://deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
16:49:02 #21 19.50 Get:50 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
16:49:02 #21 19.50 Get:51 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:49:02 #21 19.58 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
16:49:02 #21 19.58 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
16:49:02 #21 19.59 Get:54 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
16:49:02 #21 19.59 Get:55 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
16:49:02 #21 19.59 Get:56 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
16:49:02 #21 19.61 Get:57 http://deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
16:49:02 #21 19.61 Get:58 http://deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
16:49:02 #21 19.61 Get:59 http://deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
16:49:02 #21 19.61 Get:60 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
16:49:02 #21 19.61 Get:61 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
16:49:02 #21 19.61 Get:62 http://deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
16:49:02 #21 19.61 Get:63 http://deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
16:49:02 #21 19.61 Get:64 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
16:49:02 #21 19.62 Get:65 http://deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
16:49:02 #21 19.63 Get:66 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
16:49:02 #21 19.63 Get:67 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
16:49:02 #21 19.63 Get:68 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
16:49:02 #21 19.63 Get:69 http://deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
16:49:02 #21 19.64 Get:70 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
16:49:02 #21 19.65 Get:71 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
16:49:02 #21 19.65 Get:72 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
16:49:02 #21 19.66 Get:73 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
16:49:02 #21 20.02 Get:74 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
16:49:02 #21 20.02 Get:75 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
16:49:02 #21 20.03 Get:76 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
16:49:02 #21 20.04 Get:77 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
16:49:02 #21 20.06 Get:78 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
16:49:02 #21 20.39 Get:79 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
16:49:02 #21 20.40 Get:80 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
16:49:02 #21 20.40 Get:81 http://deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
16:49:02 #21 20.41 Get:82 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
16:49:02 #21 20.41 Get:83 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
16:49:02 #21 20.41 Get:84 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
16:49:02 #21 20.41 Get:85 http://deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
16:49:02 #21 20.42 Get:86 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
16:49:03 #21 20.43 Get:87 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
16:49:03 #21 20.43 Get:88 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
16:49:03 #21 20.44 Get:89 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
16:49:03 #21 20.80 Get:90 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
16:49:03 #21 20.80 Get:91 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
16:49:03 #21 20.82 Get:92 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
16:49:03 #21 20.83 Get:93 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
16:49:03 #21 20.84 Get:94 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
16:49:03 #21 21.20 Get:95 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
16:49:03 #21 21.20 Get:96 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
16:49:03 #21 21.20 Get:97 http://deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
16:49:03 #21 21.22 Get:98 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
16:49:03 #21 21.22 Get:99 http://deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
16:49:03 #21 21.22 Get:100 http://deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
16:49:03 #21 21.22 Get:101 http://deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
16:49:03 #21 21.22 Get:102 http://deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
16:49:03 #21 21.23 Get:103 http://deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
16:49:04 #21 21.24 Get:104 http://deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
16:49:04 #21 21.27 Get:105 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
16:49:04 #21 21.28 Get:106 http://deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
16:49:04 #21 21.28 Get:107 http://deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
16:49:04 #21 21.28 Get:108 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
16:49:04 #21 21.28 Get:109 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
16:49:04 #21 21.68 Get:110 http://deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
16:49:04 #21 21.68 Get:111 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
16:49:04 #21 21.69 Get:112 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
16:49:04 #21 21.70 Get:113 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
16:49:04 #21 21.72 Get:114 http://deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
16:49:04 #21 22.08 Get:115 http://deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
16:49:04 #21 22.08 Get:116 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
16:49:04 #21 22.08 Get:117 http://deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
16:49:04 #21 22.09 Get:118 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
16:49:04 #21 22.09 Get:119 http://deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
16:49:04 #21 22.09 Get:120 http://deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
16:49:04 #21 22.09 Get:121 http://deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
16:49:04 #21 22.09 Get:122 http://deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
16:49:04 #21 22.10 Get:123 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
16:49:04 #21 22.11 Get:124 http://deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
16:49:04 #21 22.11 Get:125 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
16:49:04 #21 22.12 Get:126 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
16:49:05 #21 22.53 Get:127 http://deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
16:49:05 #21 22.53 Get:128 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
16:49:05 #21 22.55 Get:129 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
16:49:05 #21 22.57 Get:130 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
16:49:05 #21 22.58 Get:131 http://deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
16:49:05 #21 22.93 Get:132 http://deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
16:49:05 #21 22.93 Get:133 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
16:49:05 #21 23.26 debconf: delaying package configuration, since apt-utils is not installed
16:49:05 #21 23.39 Fetched 787 MB in 7s (118 MB/s)
16:49:06 #21 23.43 Selecting previously unselected package liblocale-gettext-perl.
16:49:06 #21 23.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
16:49:06 #21 23.47 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
16:49:06 #21 23.48 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
16:49:06 #21 23.51 Selecting previously unselected package bzip2.
16:49:06 #21 23.51 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
16:49:06 #21 23.51 Unpacking bzip2 (1.0.8-4) ...
16:49:06 #21 23.54 Selecting previously unselected package libmagic-mgc.
16:49:06 #21 23.55 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:49:06 #21 23.55 Unpacking libmagic-mgc (1:5.39-3) ...
16:49:06 #21 23.63 Selecting previously unselected package libmagic1:amd64.
16:49:06 #21 23.63 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
16:49:06 #21 23.64 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:49:06 #21 23.67 Selecting previously unselected package file.
16:49:06 #21 23.67 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
16:49:06 #21 23.68 Unpacking file (1:5.39-3) ...
16:49:06 #21 23.71 Selecting previously unselected package xz-utils.
16:49:06 #21 23.71 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ...
16:49:06 #21 23.72 Unpacking xz-utils (5.2.5-2) ...
16:49:06 #21 23.76 Selecting previously unselected package binutils-aarch64-linux-gnu.
16:49:06 #21 23.76 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
16:49:06 #21 23.77 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
16:49:06 #21 24.10 Selecting previously unselected package binutils-arm-linux-gnueabi.
16:49:06 #21 24.10 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
16:49:06 #21 24.10 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
16:49:06 #21 24.47 Selecting previously unselected package binutils-arm-linux-gnueabihf.
16:49:07 #21 24.47 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
16:49:07 #21 24.48 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
16:49:07 #21 24.79 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
16:49:07 #21 24.79 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
16:49:07 #21 24.79 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
16:49:07 #21 25.07 Selecting previously unselected package binutils-s390x-linux-gnu.
16:49:07 #21 25.07 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
16:49:07 #21 25.07 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
16:49:08 #21 25.29 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
16:49:08 #21 25.30 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:49:08 #21 25.30 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:49:08 #21 25.33 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
16:49:08 #21 25.33 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:08 #21 25.34 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:49:13 #21 29.82 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
16:49:13 #21 29.83 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
16:49:13 #21 29.83 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
16:49:13 #21 29.86 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
16:49:13 #21 29.87 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:49:13 #21 29.87 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:49:17 #21 34.12 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
16:49:17 #21 34.13 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
16:49:17 #21 34.13 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
16:49:17 #21 34.16 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
16:49:17 #21 34.16 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:49:17 #21 34.17 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:49:21 #21 38.76 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
16:49:21 #21 38.76 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:49:21 #21 38.81 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:49:21 #21 38.93 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
16:49:21 #21 38.93 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:21 #21 38.93 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:49:25 #21 43.01 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
16:49:25 #21 43.01 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:49:25 #21 43.01 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:49:25 #21 43.04 Selecting previously unselected package cpp-10-s390x-linux-gnu.
16:49:25 #21 43.04 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:25 #21 43.05 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:49:30 #21 46.95 Selecting previously unselected package cpp-aarch64-linux-gnu.
16:49:30 #21 46.95 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:30 #21 46.96 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
16:49:30 #21 46.98 Selecting previously unselected package cpp-arm-linux-gnueabi.
16:49:30 #21 46.98 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:49:30 #21 46.99 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
16:49:30 #21 47.01 Selecting previously unselected package cpp-arm-linux-gnueabihf.
16:49:30 #21 47.01 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:49:30 #21 47.02 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
16:49:30 #21 47.04 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
16:49:30 #21 47.04 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:30 #21 47.05 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:49:30 #21 47.07 Selecting previously unselected package cpp-s390x-linux-gnu.
16:49:30 #21 47.07 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:30 #21 47.07 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
16:49:30 #21 47.10 Selecting previously unselected package cross-config.
16:49:30 #21 47.10 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
16:49:30 #21 47.11 Unpacking cross-config (2.6.18+nmu1) ...
16:49:30 #21 47.13 Selecting previously unselected package gcc-10-cross-base.
16:49:30 #21 47.13 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
16:49:30 #21 47.14 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
16:49:30 #21 47.17 Selecting previously unselected package libc6-arm64-cross.
16:49:30 #21 47.17 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
16:49:30 #21 47.17 Unpacking libc6-arm64-cross (2.31-9cross4) ...
16:49:30 #21 47.30 Selecting previously unselected package libgcc-s1-arm64-cross.
16:49:30 #21 47.30 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 47.31 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 47.34 Selecting previously unselected package libgomp1-arm64-cross.
16:49:30 #21 47.34 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 47.34 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 47.37 Selecting previously unselected package libitm1-arm64-cross.
16:49:30 #21 47.38 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 47.38 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 47.41 Selecting previously unselected package libatomic1-arm64-cross.
16:49:30 #21 47.41 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 47.42 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 47.45 Selecting previously unselected package libasan6-arm64-cross.
16:49:30 #21 47.45 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 47.45 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 47.68 Selecting previously unselected package liblsan0-arm64-cross.
16:49:30 #21 47.68 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 47.68 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 47.79 Selecting previously unselected package libtsan0-arm64-cross.
16:49:30 #21 47.79 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 47.79 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 48.02 Selecting previously unselected package libstdc++6-arm64-cross.
16:49:30 #21 48.02 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 48.03 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 48.10 Selecting previously unselected package libubsan1-arm64-cross.
16:49:30 #21 48.10 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 48.10 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 48.20 Selecting previously unselected package libgcc-10-dev-arm64-cross.
16:49:30 #21 48.20 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:30 #21 48.20 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
16:49:30 #21 48.34 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
16:49:31 #21 48.34 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:31 #21 48.35 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:49:35 Project root: /go/src/github.com/docker/cli
16:49:35 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:49:35 2021/09/16 16:49:32 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:49:35 ~/rpmbuild/BUILD/src
16:49:35 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:49:35 + popd
16:49:35 + pushd /root/rpmbuild/BUILD/src/plugins
16:49:35 + for installer in *.installer
16:49:35 + '[' buildx.installer '!=' scan.installer ']'
16:49:35 + bash buildx.installer build
16:49:35 Cloning into '/go/src/github.com/docker/buildx'...
16:49:35 Fetching origin
16:49:35 + GO111MODULE=on
16:49:35 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:49:36 #21 53.39 Selecting previously unselected package gcc-aarch64-linux-gnu.
16:49:36 #21 53.39 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:36 #21 53.40 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
16:49:36 #21 53.42 Selecting previously unselected package linux-libc-dev-arm64-cross.
16:49:36 #21 53.43 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
16:49:36 #21 53.43 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
16:49:36 #21 53.60 Selecting previously unselected package libc6-dev-arm64-cross.
16:49:36 #21 53.61 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
16:49:36 #21 53.61 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
16:49:36 #21 53.85 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
16:49:36 #21 53.85 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:36 #21 53.85 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
16:49:36 #21 54.10 Selecting previously unselected package g++-10-aarch64-linux-gnu.
16:49:36 #21 54.10 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:36 #21 54.11 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:49:37 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:49:37 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:49:37 GOOS="" GOARCH="" GOARM=""
16:49:38 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:49:38 
16:49:38 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:49:38 + RM_GOPATH=0
16:49:38 + TMP_GOPATH=/go
16:49:38 + : /usr/local/bin
16:49:38 + '[' -z /go ']'
16:49:38 + export GOPATH=/go
16:49:38 + GOPATH=/go
16:49:38 + case "$(go env GOARCH)" in
16:49:38 ++ go env GOARCH
16:49:38 + export GO_BUILDMODE=-buildmode=pie
16:49:38 + GO_BUILDMODE=-buildmode=pie
16:49:38 ++ dirname hack/dockerfile/install/install.sh
16:49:38 + dir=hack/dockerfile/install
16:49:38 + bin=tini
16:49:38 + shift
16:49:38 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:49:38 + . hack/dockerfile/install/tini.installer
16:49:38 ++ : v0.19.0
16:49:38 Install tini version v0.19.0
16:49:38 + install_tini
16:49:38 + echo 'Install tini version v0.19.0'
16:49:38 + git clone https://github.com/krallin/tini.git /go/tini
16:49:38 Cloning into '/go/tini'...
16:49:39 + cd /go/tini
16:49:39 + git checkout -q v0.19.0
16:49:39 + cmake .
16:49:39 -- The C compiler identification is GNU 10.2.1
16:49:39 -- Detecting C compiler ABI info
16:49:39 -- Detecting C compiler ABI info - done
16:49:39 -- Check for working C compiler: /usr/bin/cc - skipped
16:49:39 -- Detecting C compile features
16:49:39 -- Detecting C compile features - done
16:49:39 -- Performing Test HAS_BUILTIN_FORTIFY
16:49:39 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:49:40 -- Configuring done
16:49:40 -- Generating done
16:49:40 -- Build files have been written to: /go/tini
16:49:40 + make tini-static
16:49:40 make[2]: Entering directory '/go/tini'
16:49:40 make[3]: Entering directory '/go/tini'
16:49:40 make[4]: Entering directory '/go/tini'
16:49:40 make[5]: Entering directory '/go/tini'
16:49:40 Scanning dependencies of target tini-static
16:49:40 make[5]: Leaving directory '/go/tini'
16:49:40 make[5]: Entering directory '/go/tini'
16:49:40 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:49:41 [100%] Linking C executable tini-static
16:49:41 make[5]: Leaving directory '/go/tini'
16:49:41 [100%] Built target tini-static
16:49:41 make[4]: Leaving directory '/go/tini'
16:49:41 make[3]: Leaving directory '/go/tini'
16:49:41 make[2]: Leaving directory '/go/tini'
16:49:41 + mkdir -p /usr/local/bin
16:49:41 + cp tini-static /usr/local/bin/docker-init
16:49:41 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:49:41 + RM_GOPATH=0
16:49:41 + TMP_GOPATH=/go
16:49:41 + : /usr/local/bin
16:49:41 + '[' -z /go ']'
16:49:41 + export GOPATH=/go
16:49:41 + GOPATH=/go
16:49:41 + case "$(go env GOARCH)" in
16:49:41 ++ go env GOARCH
16:49:41 + export GO_BUILDMODE=-buildmode=pie
16:49:41 + GO_BUILDMODE=-buildmode=pie
16:49:41 ++ dirname hack/dockerfile/install/install.sh
16:49:41 + dir=hack/dockerfile/install
16:49:41 + bin=rootlesskit
16:49:41 + shift
16:49:41 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:49:41 + . hack/dockerfile/install/rootlesskit.installer
16:49:41 ++ : v0.14.4
16:49:41 + install_rootlesskit dynamic
16:49:41 + case "$1" in
16:49:41 + install_rootlesskit_dynamic
16:49:41 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:49:41 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:49:41 + export BUILD_MODE=-buildmode=pie
16:49:41 + BUILD_MODE=-buildmode=pie
16:49:41 + _install_rootlesskit
16:49:41 + echo 'Install rootlesskit version v0.14.4'
16:49:41 Install rootlesskit version v0.14.4
16:49:41 + for f in rootlesskit rootlesskit-docker-proxy
16:49:41 + GOBIN=/usr/local/bin
16:49:41 + GO111MODULE=on
16:49:41 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:49:42 #21 58.91 Selecting previously unselected package g++-aarch64-linux-gnu.
16:49:42 #21 58.91 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:42 #21 58.91 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
16:49:42 #21 58.94 Selecting previously unselected package patch.
16:49:42 #21 58.94 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
16:49:42 #21 58.94 Unpacking patch (2.7.6-7) ...
16:49:42 #21 58.98 Selecting previously unselected package dpkg-dev.
16:49:42 #21 58.98 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ...
16:49:42 #21 58.99 Unpacking dpkg-dev (1.20.9) ...
16:49:42 #21 59.12 Selecting previously unselected package libconfig-inifiles-perl.
16:49:42 #21 59.12 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
16:49:42 #21 59.13 Unpacking libconfig-inifiles-perl (3.000003-1) ...
16:49:42 #21 59.16 Selecting previously unselected package libio-string-perl.
16:49:42 #21 59.16 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
16:49:42 #21 59.16 Unpacking libio-string-perl (1.08-3.1) ...
16:49:42 #21 59.19 Selecting previously unselected package libicu67:amd64.
16:49:42 #21 59.19 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
16:49:42 #21 59.20 Unpacking libicu67:amd64 (67.1-7) ...
16:49:42 #21 60.03 Selecting previously unselected package libxml2:amd64.
16:49:42 #21 60.03 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
16:49:42 #21 60.03 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:49:42 #21 60.11 Selecting previously unselected package libxml-namespacesupport-perl.
16:49:42 #21 60.11 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
16:49:42 #21 60.12 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
16:49:42 #21 60.14 Selecting previously unselected package libxml-sax-base-perl.
16:49:42 #21 60.14 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
16:49:42 #21 60.15 Unpacking libxml-sax-base-perl (1.09-1.1) ...
16:49:42 #21 60.18 Selecting previously unselected package libxml-sax-perl.
16:49:42 #21 60.18 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:49:42 #21 60.18 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:49:42 #21 60.22 Selecting previously unselected package libxml-libxml-perl.
16:49:42 #21 60.22 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
16:49:42 #21 60.22 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:49:42 #21 60.28 Selecting previously unselected package libxml-simple-perl.
16:49:42 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:49:43 #21 60.28 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
16:49:43 #21 60.28 Unpacking libxml-simple-perl (2.25-1) ...
16:49:43 #21 60.31 Selecting previously unselected package libyaml-perl.
16:49:43 #21 60.31 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
16:49:43 #21 60.32 Unpacking libyaml-perl (1.30-1) ...
16:49:43 #21 60.35 Selecting previously unselected package libconfig-auto-perl.
16:49:43 #21 60.35 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
16:49:43 #21 60.36 Unpacking libconfig-auto-perl (0.44-1.1) ...
16:49:43 #21 60.38 Selecting previously unselected package libfile-which-perl.
16:49:43 #21 60.38 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
16:49:43 #21 60.39 Unpacking libfile-which-perl (1.23-1) ...
16:49:43 #21 60.41 Selecting previously unselected package libfile-homedir-perl.
16:49:43 #21 60.41 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
16:49:43 #21 60.41 Unpacking libfile-homedir-perl (1.006-1) ...
16:49:43 #21 60.44 Selecting previously unselected package libdebian-dpkgcross-perl.
16:49:43 #21 60.44 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
16:49:43 #21 60.45 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
16:49:43 #21 60.48 Selecting previously unselected package dpkg-cross.
16:49:43 #21 60.48 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
16:49:43 #21 60.49 Unpacking dpkg-cross (2.6.18+nmu1) ...
16:49:43 #21 60.51 Selecting previously unselected package crossbuild-essential-arm64.
16:49:43 #21 60.52 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
16:49:43 #21 60.52 Unpacking crossbuild-essential-arm64 (12.9) ...
16:49:43 #21 60.54 Selecting previously unselected package libc6-armel-cross.
16:49:43 #21 60.54 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
16:49:43 #21 60.55 Unpacking libc6-armel-cross (2.31-9cross4) ...
16:49:43 #21 60.67 Selecting previously unselected package libgcc-s1-armel-cross.
16:49:43 #21 60.67 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
16:49:43 #21 60.67 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
16:49:43 #21 60.70 Selecting previously unselected package libgomp1-armel-cross.
16:49:43 #21 60.70 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
16:49:43 #21 60.71 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
16:49:43 #21 60.74 Selecting previously unselected package libatomic1-armel-cross.
16:49:43 #21 60.74 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
16:49:43 #21 60.74 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
16:49:43 #21 60.77 Selecting previously unselected package libasan6-armel-cross.
16:49:43 #21 60.77 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
16:49:43 #21 60.77 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
16:49:43 #21 60.99 Selecting previously unselected package libstdc++6-armel-cross.
16:49:43 #21 61.00 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
16:49:43 #21 61.00 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
16:49:43 #21 61.06 Selecting previously unselected package libubsan1-armel-cross.
16:49:43 #21 61.06 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
16:49:43 #21 61.06 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
16:49:43 #21 61.16 Selecting previously unselected package libgcc-10-dev-armel-cross.
16:49:43 #21 61.16 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
16:49:43 #21 61.16 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
16:49:43 #21 61.27 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
16:49:44 #21 61.27 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:49:44 #21 61.28 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:49:49 #21 66.03 Selecting previously unselected package gcc-arm-linux-gnueabi.
16:49:49 #21 66.03 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:49:49 #21 66.03 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
16:49:49 #21 66.06 Selecting previously unselected package linux-libc-dev-armel-cross.
16:49:49 #21 66.06 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
16:49:49 #21 66.06 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
16:49:49 #21 66.23 Selecting previously unselected package libc6-dev-armel-cross.
16:49:49 #21 66.23 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
16:49:49 #21 66.24 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
16:49:49 #21 66.45 Selecting previously unselected package libstdc++-10-dev-armel-cross.
16:49:49 #21 66.45 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
16:49:49 #21 66.46 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
16:49:49 #21 66.71 Selecting previously unselected package g++-10-arm-linux-gnueabi.
16:49:49 #21 66.71 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:49:49 #21 66.71 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:49:54 #21 71.43 Selecting previously unselected package g++-arm-linux-gnueabi.
16:49:54 #21 71.43 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:49:54 #21 71.44 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
16:49:54 #21 71.46 Selecting previously unselected package crossbuild-essential-armel.
16:49:54 #21 71.46 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
16:49:54 #21 71.46 Unpacking crossbuild-essential-armel (12.9) ...
16:49:54 #21 71.49 Selecting previously unselected package libc6-armhf-cross.
16:49:54 #21 71.49 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
16:49:54 #21 71.49 Unpacking libc6-armhf-cross (2.31-9cross4) ...
16:49:54 #21 71.61 Selecting previously unselected package libgcc-s1-armhf-cross.
16:49:54 #21 71.61 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:54 #21 71.61 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
16:49:54 #21 71.64 Selecting previously unselected package libgomp1-armhf-cross.
16:49:54 #21 71.64 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:54 #21 71.65 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
16:49:54 #21 71.68 Selecting previously unselected package libatomic1-armhf-cross.
16:49:54 #21 71.68 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:54 #21 71.70 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
16:49:54 #21 71.72 Selecting previously unselected package libasan6-armhf-cross.
16:49:54 #21 71.72 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:54 #21 71.73 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
16:49:54 #21 71.95 Selecting previously unselected package libstdc++6-armhf-cross.
16:49:54 #21 71.95 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:54 #21 71.95 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
16:49:54 #21 72.01 Selecting previously unselected package libubsan1-armhf-cross.
16:49:54 #21 72.01 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:54 #21 72.02 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
16:49:54 #21 72.11 Selecting previously unselected package libgcc-10-dev-armhf-cross.
16:49:54 #21 72.11 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:54 #21 72.11 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
16:49:56 #21 73.22 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
16:49:56 #21 73.22 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:49:56 #21 73.37 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:50:01 #21 78.82 Selecting previously unselected package gcc-arm-linux-gnueabihf.
16:50:01 #21 78.82 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:50:01 #21 78.83 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
16:50:01 #21 78.89 Selecting previously unselected package linux-libc-dev-armhf-cross.
16:50:01 #21 78.89 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
16:50:01 #21 78.89 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
16:50:01 #21 79.09 Selecting previously unselected package libc6-dev-armhf-cross.
16:50:01 #21 79.09 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
16:50:01 #21 79.09 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
16:50:01 #21 79.31 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
16:50:01 #21 79.31 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 79.31 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
16:50:02 #21 79.57 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
16:50:02 #21 79.57 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:50:02 #21 79.58 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:50:07 #21 84.16 Selecting previously unselected package g++-arm-linux-gnueabihf.
16:50:07 #21 84.16 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:50:07 #21 84.17 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
16:50:07 #21 84.19 Selecting previously unselected package crossbuild-essential-armhf.
16:50:07 #21 84.19 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
16:50:07 #21 84.20 Unpacking crossbuild-essential-armhf (12.9) ...
16:50:07 #21 84.23 Selecting previously unselected package libc6-ppc64el-cross.
16:50:07 #21 84.23 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
16:50:07 #21 84.23 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
16:50:07 #21 84.39 Selecting previously unselected package libgcc-s1-ppc64el-cross.
16:50:07 #21 84.39 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:07 #21 84.40 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
16:50:07 #21 84.43 Selecting previously unselected package libgomp1-ppc64el-cross.
16:50:07 #21 84.43 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:07 #21 84.44 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
16:50:07 #21 84.53 Selecting previously unselected package libitm1-ppc64el-cross.
16:50:07 #21 84.53 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:07 #21 84.53 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
16:50:07 #21 84.56 Selecting previously unselected package libatomic1-ppc64el-cross.
16:50:07 #21 84.56 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:07 #21 84.57 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
16:50:07 #21 84.60 Selecting previously unselected package libasan6-ppc64el-cross.
16:50:07 #21 84.60 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:07 #21 84.61 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
16:50:07 #21 84.84 Selecting previously unselected package liblsan0-ppc64el-cross.
16:50:07 #21 84.85 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:07 #21 84.85 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
16:50:07 #21 84.96 Selecting previously unselected package libtsan0-ppc64el-cross.
16:50:07 #21 84.96 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:07 #21 84.96 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
16:50:07 #21 85.19 Selecting previously unselected package libstdc++6-ppc64el-cross.
16:50:07 #21 85.20 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:07 #21 85.20 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
16:50:08 #21 85.30 Selecting previously unselected package libubsan1-ppc64el-cross.
16:50:08 #21 85.30 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:08 #21 85.31 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
16:50:08 #21 85.41 Selecting previously unselected package libquadmath0-ppc64el-cross.
16:50:08 #21 85.41 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:08 #21 85.42 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
16:50:08 #21 85.45 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
16:50:08 #21 85.45 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:08 #21 85.46 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:50:08 #21 85.63 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
16:50:08 #21 85.63 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:50:08 #21 85.64 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:13 #21 90.24 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
16:50:13 #21 90.25 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:50:13 #21 90.25 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:13 #21 90.28 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
16:50:13 #21 90.28 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
16:50:13 #21 90.28 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
16:50:13 #21 90.45 Selecting previously unselected package libc6-dev-ppc64el-cross.
16:50:13 #21 90.45 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
16:50:13 #21 90.46 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
16:50:13 #21 90.72 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
16:50:13 #21 90.73 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:50:13 #21 90.73 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:50:13 #21 91.05 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
16:50:13 #21 91.05 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:50:13 #21 91.08 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:15 go: downloading github.com/sirupsen/logrus v1.8.1
16:50:15 go: downloading github.com/pkg/errors v0.9.1
16:50:15 go: downloading github.com/urfave/cli/v2 v2.3.0
16:50:15 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:50:15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:50:15 go: downloading github.com/google/uuid v1.3.0
16:50:15 go: downloading github.com/moby/vpnkit v0.5.0
16:50:15 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:50:15 go: downloading github.com/gofrs/flock v0.8.1
16:50:15 go: downloading github.com/gorilla/mux v1.8.0
16:50:15 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:50:15 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:50:15 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:50:17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:50:17 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:50:18 #21 95.48 Selecting previously unselected package g++-powerpc64le-linux-gnu.
16:50:18 #21 95.48 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:50:18 #21 95.48 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:18 #21 95.51 Selecting previously unselected package crossbuild-essential-ppc64el.
16:50:18 #21 95.51 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
16:50:18 #21 95.51 Unpacking crossbuild-essential-ppc64el (12.9) ...
16:50:18 #21 95.54 Selecting previously unselected package libc6-s390x-cross.
16:50:18 #21 95.54 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
16:50:18 #21 95.54 Unpacking libc6-s390x-cross (2.31-9cross4) ...
16:50:18 #21 95.67 Selecting previously unselected package libgcc-s1-s390x-cross.
16:50:18 #21 95.67 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:18 #21 95.68 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
16:50:18 #21 95.71 Selecting previously unselected package libgomp1-s390x-cross.
16:50:18 #21 95.71 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:18 #21 95.71 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
16:50:18 #21 95.75 Selecting previously unselected package libitm1-s390x-cross.
16:50:18 #21 95.75 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:18 #21 95.75 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
16:50:18 #21 95.78 Selecting previously unselected package libatomic1-s390x-cross.
16:50:18 #21 95.78 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:18 #21 95.78 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
16:50:18 #21 95.81 Selecting previously unselected package libasan6-s390x-cross.
16:50:18 #21 95.81 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:18 #21 95.81 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
16:50:18 #21 96.04 Selecting previously unselected package libstdc++6-s390x-cross.
16:50:18 #21 96.04 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:18 #21 96.04 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
16:50:18 #21 96.11 Selecting previously unselected package libubsan1-s390x-cross.
16:50:18 #21 96.12 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:18 #21 96.12 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
16:50:18 #21 96.22 Selecting previously unselected package libgcc-10-dev-s390x-cross.
16:50:18 #21 96.22 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:18 #21 96.22 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
16:50:18 #21 96.32 Selecting previously unselected package gcc-10-s390x-linux-gnu.
16:50:18 #21 96.32 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:50:19 #21 96.33 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:20 make[2]: Entering directory '/root/build-deb/cli'
16:50:20 scripts/docs/generate-man.sh
16:50:23 #21 100.6 Selecting previously unselected package gcc-s390x-linux-gnu.
16:50:23 #21 100.6 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:50:23 #21 100.6 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
16:50:23 #21 100.7 Selecting previously unselected package linux-libc-dev-s390x-cross.
16:50:23 #21 100.7 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
16:50:23 #21 100.7 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
16:50:23 #21 100.9 Selecting previously unselected package libc6-dev-s390x-cross.
16:50:23 #21 100.9 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
16:50:23 #21 100.9 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
16:50:23 #21 101.1 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
16:50:23 #21 101.1 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:23 #21 101.1 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
16:50:23 #21 101.4 Selecting previously unselected package g++-10-s390x-linux-gnu.
16:50:24 #21 101.4 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:50:24 #21 101.4 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:28 #21 105.6 Selecting previously unselected package g++-s390x-linux-gnu.
16:50:28 #21 105.6 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:50:28 #21 105.6 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
16:50:28 #21 105.6 Selecting previously unselected package crossbuild-essential-s390x.
16:50:28 #21 105.6 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
16:50:28 #21 105.6 Unpacking crossbuild-essential-s390x (12.9) ...
16:50:28 #21 105.6 Setting up libconfig-inifiles-perl (3.000003-1) ...
16:50:28 #21 105.6 Setting up libfile-which-perl (1.23-1) ...
16:50:28 #21 105.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
16:50:28 #21 105.7 Setting up libc6-armhf-cross (2.31-9cross4) ...
16:50:28 #21 105.7 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
16:50:28 #21 105.7 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:50:28 #21 105.7 Setting up libicu67:amd64 (67.1-7) ...
16:50:28 #21 105.7 Setting up libmagic-mgc (1:5.39-3) ...
16:50:28 #21 105.7 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
16:50:28 #21 105.7 Setting up libc6-s390x-cross (2.31-9cross4) ...
16:50:28 #21 105.7 Setting up libmagic1:amd64 (1:5.39-3) ...
16:50:28 #21 105.7 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
16:50:28 #21 105.8 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
16:50:28 #21 105.8 Setting up file (1:5.39-3) ...
16:50:28 #21 105.8 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
16:50:28 #21 105.8 Setting up bzip2 (1.0.8-4) ...
16:50:28 #21 105.8 Setting up libyaml-perl (1.30-1) ...
16:50:28 #21 105.8 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
16:50:28 #21 105.8 Setting up libxml-sax-base-perl (1.09-1.1) ...
16:50:28 #21 105.8 Setting up libio-string-perl (1.08-3.1) ...
16:50:28 #21 105.8 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
16:50:28 #21 105.8 Setting up cross-config (2.6.18+nmu1) ...
16:50:28 #21 105.9 Setting up xz-utils (5.2.5-2) ...
16:50:28 #21 106.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:50:28 #21 106.0 Setting up libc6-arm64-cross (2.31-9cross4) ...
16:50:28 #21 106.0 Setting up patch (2.7.6-7) ...
16:50:28 #21 106.0 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
16:50:28 #21 106.0 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
16:50:28 #21 106.0 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
16:50:28 #21 106.0 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
16:50:28 #21 106.0 Setting up libc6-armel-cross (2.31-9cross4) ...
16:50:28 #21 106.0 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
16:50:28 #21 106.0 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
16:50:28 #21 106.0 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
16:50:28 #21 106.1 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
16:50:28 #21 106.1 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
16:50:28 #21 106.1 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:28 #21 106.1 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
16:50:28 #21 106.1 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
16:50:28 #21 106.1 Setting up libfile-homedir-perl (1.006-1) ...
16:50:28 #21 106.1 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
16:50:28 #21 106.1 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
16:50:28 #21 106.1 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:50:28 #21 106.1 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:50:28 #21 106.1 Setting up liblocale-gettext-perl (1.07-4+b1) ...
16:50:28 #21 106.2 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:28 #21 106.2 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
16:50:28 #21 106.2 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
16:50:28 #21 106.3 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
16:50:28 #21 106.3 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
16:50:28 #21 106.3 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
16:50:28 #21 106.3 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
16:50:28 #21 106.3 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
16:50:28 #21 106.3 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
16:50:28 #21 106.3 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
16:50:28 #21 106.3 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
16:50:28 #21 106.3 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
16:50:29 #21 106.3 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
16:50:29 #21 106.4 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
16:50:29 #21 106.4 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
16:50:29 #21 106.4 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
16:50:29 #21 106.4 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:50:29 #21 106.5 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:50:29 #21 106.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:50:29 + for f in rootlesskit rootlesskit-docker-proxy
16:50:29 + GOBIN=/usr/local/bin
16:50:29 + GO111MODULE=on
16:50:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:50:29 #21 106.7 
16:50:29 #21 106.7 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:50:29 #21 106.7 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
16:50:29 #21 106.7 Setting up dpkg-dev (1.20.9) ...
16:50:29 #21 106.8 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
16:50:29 #21 106.8 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
16:50:29 #21 106.8 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
16:50:29 #21 106.8 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
16:50:29 #21 106.8 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
16:50:29 #21 106.8 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
16:50:29 #21 106.8 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:50:29 #21 106.8 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
16:50:29 #21 106.9 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
16:50:29 #21 106.9 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
16:50:29 #21 106.9 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
16:50:29 #21 106.9 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:50:29 #21 106.9 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:50:29 #21 107.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:50:29 #21 107.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:50:29 #21 107.2 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:50:29 #21 107.2 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:29 #21 107.2 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:50:29 #21 107.2 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
16:50:29 #21 107.2 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
16:50:29 #21 107.3 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
16:50:29 #21 107.3 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
16:50:29 #21 107.3 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
16:50:29 #21 107.3 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:50:29 #21 107.3 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
16:50:29 #21 107.3 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
16:50:29 #21 107.3 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
16:50:29 #21 107.3 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
16:50:29 #21 107.3 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
16:50:29 #21 107.3 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
16:50:29 #21 107.4 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:50:29 #21 107.4 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
16:50:30 #21 107.4 Setting up libxml-simple-perl (2.25-1) ...
16:50:30 #21 107.4 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
16:50:30 #21 107.4 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:50:30 #21 107.4 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
16:50:30 #21 107.4 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:50:30 #21 107.4 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
16:50:30 #21 107.4 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
16:50:30 #21 107.4 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
16:50:30 #21 107.4 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:50:30 #21 107.5 Setting up libconfig-auto-perl (0.44-1.1) ...
16:50:30 #21 107.5 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:50:30 #21 107.5 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:50:30 #21 107.5 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
16:50:30 #21 107.5 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:30 #21 107.5 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
16:50:30 #21 107.5 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:50:30 #21 107.5 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
16:50:30 #21 107.5 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
16:50:30 #21 107.5 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
16:50:30 #21 107.5 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:30 #21 107.6 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:30 #21 107.6 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
16:50:30 #21 107.6 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
16:50:30 #21 107.6 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:30 #21 107.6 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:30 #21 107.6 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
16:50:30 #21 107.6 Setting up dpkg-cross (2.6.18+nmu1) ...
16:50:30 #21 107.6 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:30 #21 107.7 Setting up crossbuild-essential-armel (12.9) ...
16:50:30 #21 107.7 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
16:50:30 #21 107.7 Setting up crossbuild-essential-armhf (12.9) ...
16:50:30 #21 107.7 Setting up crossbuild-essential-arm64 (12.9) ...
16:50:30 #21 107.7 Setting up crossbuild-essential-s390x (12.9) ...
16:50:30 #21 107.7 Setting up crossbuild-essential-ppc64el (12.9) ...
16:50:30 #21 107.7 Processing triggers for libc-bin (2.31-13) ...
16:50:30 + return
16:50:30 # Build the CLI
16:50:30 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:50:30 Building dynamic docker-linux-arm-v6
16:50:31 #21 DONE 109.2s
16:50:31 
16:50:31 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:50:31 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:50:33 #30 1.548 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:50:33 #30 1.548 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
16:50:33 #30 1.548 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
16:50:33 #30 1.761 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
16:50:33 #30 1.999 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
16:50:34 #30 2.508 Get:6 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
16:50:34 #30 2.874 Get:7 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
16:50:34 #30 3.159 Get:8 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
16:50:35 #30 3.628 Get:9 http://security.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB]
16:50:35 #30 3.634 Get:10 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB]
16:50:35 #30 3.635 Get:11 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB]
16:50:35 #30 3.635 Get:12 http://security.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB]
16:50:35 #30 3.638 Get:13 http://security.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB]
16:50:38 #30 ...
16:50:38 
16:50:38 #33 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:50:38 #33 sha256:bf607c5ae24d4b838eea46c82b48ea8670a8f38951b18596227431f3d43b9da9
16:50:38 #33 1.235 + RM_GOPATH=0
16:50:38 #33 1.235 + TMP_GOPATH=
16:50:38 #33 1.235 + : /build
16:50:38 #33 1.235 + '[' -z '' ']'
16:50:38 #33 1.235 ++ mktemp -d
16:50:38 #33 1.238 + export GOPATH=/tmp/tmp.hPlpGidco6
16:50:38 #33 1.238 + GOPATH=/tmp/tmp.hPlpGidco6
16:50:38 #33 1.238 + RM_GOPATH=1
16:50:38 #33 1.238 + case "$(go env GOARCH)" in
16:50:38 #33 1.238 ++ go env GOARCH
16:50:38 #33 1.269 Install rootlesskit version v0.14.4
16:50:38 #33 1.273 + export GO_BUILDMODE=-buildmode=pie
16:50:38 #33 1.273 + GO_BUILDMODE=-buildmode=pie
16:50:38 #33 1.273 ++ dirname /tmp/install/install.sh
16:50:38 #33 1.273 + dir=/tmp/install
16:50:38 #33 1.273 + bin=rootlesskit
16:50:38 #33 1.273 + shift
16:50:38 #33 1.273 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:50:38 #33 1.273 + . /tmp/install/rootlesskit.installer
16:50:38 #33 1.273 ++ : v0.14.4
16:50:38 #33 1.273 + install_rootlesskit
16:50:38 #33 1.273 + case "$1" in
16:50:38 #33 1.273 + export CGO_ENABLED=0
16:50:38 #33 1.273 + CGO_ENABLED=0
16:50:38 #33 1.273 + _install_rootlesskit
16:50:38 #33 1.273 + echo 'Install rootlesskit version v0.14.4'
16:50:38 #33 1.273 + for f in rootlesskit rootlesskit-docker-proxy
16:50:38 #33 1.273 + GOBIN=/build
16:50:38 #33 1.273 + GO111MODULE=on
16:50:38 #33 1.273 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:50:38 #33 1.674 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:50:38 #33 2.812 go: downloading github.com/sirupsen/logrus v1.8.1
16:50:38 #33 2.814 go: downloading github.com/pkg/errors v0.9.1
16:50:38 #33 2.832 go: downloading github.com/urfave/cli/v2 v2.3.0
16:50:38 #33 3.083 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:50:38 #33 4.026 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:50:38 #33 4.178 go: downloading github.com/google/uuid v1.3.0
16:50:38 #33 4.180 go: downloading github.com/moby/vpnkit v0.5.0
16:50:38 #33 4.218 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:50:38 #33 4.245 go: downloading github.com/gofrs/flock v0.8.1
16:50:38 #33 4.277 go: downloading github.com/gorilla/mux v1.8.0
16:50:38 #33 4.383 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:50:38 #33 4.496 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:50:38 #33 4.557 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:50:38 #33 5.065 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:50:38 #33 6.556 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:50:42 #33 ...
16:50:42 
16:50:42 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:50:42 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:50:42 #24 1.665 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:50:42 #24 1.665 Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
16:50:42 #24 1.665 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:50:42 #24 1.859 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
16:50:42 #24 2.210 Get:5 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
16:50:42 #24 2.651 Get:6 http://security.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB]
16:50:42 #24 2.655 Get:7 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB]
16:50:42 #24 2.662 Get:8 http://security.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB]
16:50:42 #24 2.662 Get:9 http://security.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB]
16:50:42 #24 2.663 Get:10 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB]
16:50:42 #24 2.781 Get:11 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
16:50:42 #24 3.310 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
16:50:42 #24 3.688 Get:13 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
16:50:42 #24 ...
16:50:42 
16:50:42 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:50:42 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:50:42 #22 1.597 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
16:50:42 #22 1.598 Hit:2 http://deb.debian.org/debian bullseye InRelease
16:50:42 #22 1.598 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:50:42 #22 1.824 Get:4 http://security.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB]
16:50:42 #22 1.853 Get:5 http://security.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB]
16:50:42 #22 1.854 Get:6 http://security.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB]
16:50:42 #22 1.856 Get:7 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB]
16:50:42 #22 1.859 Get:8 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB]
16:50:42 #22 2.139 Get:9 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
16:50:42 #22 2.509 Get:10 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
16:50:42 #22 2.965 Get:11 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
16:50:42 #22 3.375 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
16:50:42 #22 3.738 Get:13 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
16:50:49 #22 16.72 Fetched 39.9 MB in 15s (2597 kB/s)
16:50:49 #22 16.72 Reading package lists...
16:50:49 #22 ...
16:50:49 
16:50:49 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:50:49 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:50:49 #30 17.05 Fetched 39.9 MB in 16s (2533 kB/s)
16:50:57 #30 17.05 Reading package lists...
16:50:57 #30 ...
16:50:57 
16:50:57 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:50:57 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:50:57 #22 16.72 Reading package lists...
16:50:57 + popd
16:50:57 ~/rpmbuild/BUILD/src
16:50:57 + exit 0
16:50:57 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8I4MWf
16:50:57 + umask 022
16:50:57 + cd /root/rpmbuild/BUILD
16:50:57 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64 '!=' / ']'
16:50:57 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:57 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:57 + mkdir -p /root/rpmbuild/BUILDROOT
16:50:57 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:57 + cd src
16:50:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin
16:50:57 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker
16:50:57 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:50:57 + pushd /root/rpmbuild/BUILD/src/plugins
16:50:57 + for installer in *.installer
16:50:57 + '[' buildx.installer '!=' scan.installer ']'
16:50:57 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:57 + PREFIX=/usr/libexec/docker/cli-plugins
16:50:57 + bash buildx.installer install_plugin
16:50:57 + popd
16:50:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/bash-completion/completions
16:50:57 ~/rpmbuild/BUILD/src
16:50:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/zsh/vendor-completions
16:50:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/fish/vendor_completions.d
16:50:57 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/bash-completion/completions/docker
16:50:57 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
16:50:57 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
16:50:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man1
16:50:57 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man1
16:50:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man5
16:50:57 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man5
16:50:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man8
16:50:57 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man8
16:50:57 + mkdir -p build-docs
16:50:57 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:50:57 + cp cli/LICENSE build-docs/LICENSE
16:50:57 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:50:57 + cp cli/MAINTAINERS build-docs/MAINTAINERS
16:50:57 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:50:57 + cp cli/NOTICE build-docs/NOTICE
16:50:57 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:50:57 + cp cli/README.md build-docs/README.md
16:50:57 + /usr/lib/rpm/check-buildroot
16:50:57 + /usr/lib/rpm/redhat/brp-ldconfig
16:50:57 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:50:57 + /usr/lib/rpm/brp-compress
16:50:57 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:50:57 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:50:57 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:50:57 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:50:57 + /usr/lib/rpm/brp-python-hardlink
16:50:57 + PYTHON3=/usr/libexec/platform-python
16:50:57 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:50:57 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Z3Xsjg
16:50:57 + umask 022
16:50:57 + cd /root/rpmbuild/BUILD
16:50:57 + cd src
16:50:57 ++ cli/build/docker --version
16:50:57 + ver='Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:50:57 + test 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca' = 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:50:57 + echo 'PASS: cli version OK'
16:50:57 + exit 0
16:50:57 PASS: cli version OK
16:50:57 Processing files: docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:57 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FKn77e
16:50:57 + umask 022
16:50:57 + cd /root/rpmbuild/BUILD
16:50:57 + cd src
16:50:57 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:57 + export LC_ALL=C
16:50:57 + LC_ALL=C
16:50:57 + export DOCDIR
16:50:57 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:57 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:57 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:57 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:57 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:57 + exit 0
16:50:57 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
16:50:57 Provides: docker-ce-cli = 1:0.0.0.20210916145224.e3023ca-0.el8 docker-ce-cli(x86-64) = 1:0.0.0.20210916145224.e3023ca-0.el8
16:50:57 Requires(interp): /bin/sh
16:50:57 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:50:57 Requires(post): /bin/sh
16:50:57 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:50:57 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
16:50:57 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:57 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.src.rpm
16:50:59 #22 25.65 Reading package lists...
16:50:59 #22 ...
16:50:59 
16:50:59 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:50:59 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:50:59 #24 17.58 Fetched 39.9 MB in 16s (2471 kB/s)
16:50:59 #24 17.58 Reading package lists...
16:50:59 #24 26.84 Reading package lists...
16:50:59 #24 ...
16:50:59 
16:50:59 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:50:59 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:50:59 #30 17.05 Reading package lists...
16:51:01 #30 26.37 Reading package lists...
16:51:01 #30 ...
16:51:01 
16:51:01 #33 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:51:01 #33 sha256:bf607c5ae24d4b838eea46c82b48ea8670a8f38951b18596227431f3d43b9da9
16:51:01 #33 25.47 + for f in rootlesskit rootlesskit-docker-proxy
16:51:01 #33 25.47 + GOBIN=/build
16:51:01 #33 25.47 + GO111MODULE=on
16:51:01 #33 25.47 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:51:01 #33 DONE 29.2s
16:51:01 
16:51:01 #34 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:51:01 #34 sha256:cb44ffef9005ed46f8402badddf21197339945e1413c10515871c3e572217db8
16:51:01 #34 DONE 0.1s
16:51:01 
16:51:01 #35 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:51:01 #35 sha256:5996eb7e9334e9ff33276ad548919d1c34f3ed5130bd0e240cfc5e4784257374
16:51:01 #35 DONE 0.0s
16:51:01 
16:51:01 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:51:01 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:51:04 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64.rpm
16:51:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FP6xyf
16:51:04 + umask 022
16:51:04 + cd /root/rpmbuild/BUILD
16:51:04 + cd src
16:51:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:04 + exit 0
16:51:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vQBPEg
16:51:04 + umask 022
16:51:04 + cd /root/rpmbuild/BUILD
16:51:04 + cd /root/rpmbuild/BUILD
16:51:04 + rm -rf src
16:51:04 + /usr/bin/mkdir -p src
16:51:04 + cd src
16:51:04 + /usr/bin/tar -xof -
16:51:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:51:04 + STATUS=0
16:51:04 + '[' 0 -ne 0 ']'
16:51:04 + /usr/bin/tar -xof -
16:51:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:51:05 + STATUS=0
16:51:05 + '[' 0 -ne 0 ']'
16:51:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:51:05 + exit 0
16:51:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BOtLNg
16:51:05 + umask 022
16:51:05 + cd /root/rpmbuild/BUILD
16:51:05 + cd src
16:51:05 + export DOCKER_GITCOMMIT=5176095
16:51:05 + DOCKER_GITCOMMIT=5176095
16:51:05 + mkdir -p /go/src/github.com/docker
16:51:05 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:51:05 + TMP_GOPATH=/go
16:51:05 + GOPROXY=https://proxy.golang.org
16:51:05 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
16:51:05 + RM_GOPATH=0
16:51:05 + TMP_GOPATH=/go
16:51:05 + : /usr/local/bin
16:51:05 + '[' -z /go ']'
16:51:05 + export GOPATH=/go
16:51:05 + GOPATH=/go
16:51:05 + case "$(go env GOARCH)" in
16:51:05 ++ go env GOARCH
16:51:05 + export GO_BUILDMODE=-buildmode=pie
16:51:05 + GO_BUILDMODE=-buildmode=pie
16:51:05 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
16:51:05 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
16:51:05 + bin=rootlesskit
16:51:05 + shift
16:51:05 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
16:51:05 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
16:51:05 ++ : v0.14.4
16:51:05 + install_rootlesskit dynamic
16:51:05 + case "$1" in
16:51:05 + install_rootlesskit_dynamic
16:51:05 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:51:05 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:51:05 + export BUILD_MODE=-buildmode=pie
16:51:05 + BUILD_MODE=-buildmode=pie
16:51:05 + _install_rootlesskit
16:51:05 + echo 'Install rootlesskit version v0.14.4'
16:51:05 Install rootlesskit version v0.14.4
16:51:05 + for f in rootlesskit rootlesskit-docker-proxy
16:51:05 + GOBIN=/usr/local/bin
16:51:05 + GO111MODULE=on
16:51:05 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:51:05 #24 26.84 Reading package lists...
16:51:05 #24 ...
16:51:05 
16:51:05 #38 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:51:05 #38 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:51:05 #38 CACHED
16:51:05 
16:51:05 #40 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:51:05 #40 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:51:05 #40 CACHED
16:51:05 
16:51:05 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:51:05 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:51:05 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:51:06 #30 26.37 Reading package lists...
16:51:06 #30 ...
16:51:06 
16:51:06 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:51:06 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:51:06 #22 25.65 Reading package lists...
16:51:06 go: downloading github.com/pkg/errors v0.9.1
16:51:06 go: downloading github.com/sirupsen/logrus v1.8.1
16:51:06 go: downloading github.com/urfave/cli/v2 v2.3.0
16:51:06 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:51:06 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:51:06 go: downloading github.com/google/uuid v1.3.0
16:51:06 go: downloading github.com/moby/vpnkit v0.5.0
16:51:06 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:51:06 go: downloading github.com/gofrs/flock v0.8.1
16:51:06 go: downloading github.com/gorilla/mux v1.8.0
16:51:06 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:51:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:51:06 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:51:06 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:51:07 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:51:08 #22 34.30 Building dependency tree...
16:51:08 #22 36.01 Reading state information...
16:51:09 #22 37.63 The following additional packages will be installed:
16:51:09 #22 37.63   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:51:09 #22 37.63   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:51:09 #22 37.63   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:51:09 #22 37.63   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:51:09 #22 37.64   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:51:09 #22 37.64   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:51:09 #22 37.65   mingw-w64-common mingw-w64-x86-64-dev
16:51:09 #22 37.67 Suggested packages:
16:51:09 #22 37.67   gcc-10-locales seccomp wine64
16:51:10 #22 38.24 The following NEW packages will be installed:
16:51:10 #22 38.24   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:51:10 #22 38.24   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:51:10 #22 38.24   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:51:10 #22 38.24   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:51:10 #22 38.25   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:51:10 #22 38.25   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:51:10 #22 38.26   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:51:10 #22 38.26   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:51:10 #22 38.26   mingw-w64-x86-64-dev
16:51:10 #22 38.67 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:51:10 #22 38.67 Need to get 115 MB of archives.
16:51:10 #22 38.67 After this operation, 645 MB of additional disk space will be used.
16:51:10 #22 38.67 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
16:51:10 #22 38.72 Get:2 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
16:51:10 #22 38.79 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:51:10 #22 38.80 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:51:10 #22 38.80 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:51:10 #22 38.81 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:51:10 #22 38.91 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:51:10 #22 38.95 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
16:51:10 #22 38.95 Get:9 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
16:51:10 #22 39.08 Get:10 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
16:51:11 #22 39.35 Get:11 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
16:51:11 #22 39.50 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
16:51:11 #22 39.63 Get:13 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
16:51:11 #22 39.96 Get:14 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
16:51:11 #22 40.09 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
16:51:12 #22 40.10 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
16:51:12 #22 40.10 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
16:51:12 #22 40.10 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:51:12 #22 40.10 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:51:12 #22 40.11 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
16:51:12 #22 40.11 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
16:51:12 #22 40.11 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:51:12 #22 40.11 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:51:12 #22 40.12 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:51:12 #22 40.12 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:51:12 #22 40.13 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:51:12 #22 40.13 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:51:12 #22 40.14 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:51:12 #22 40.20 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
16:51:12 #22 ...
16:51:12 
16:51:12 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:51:12 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:51:12 #30 26.37 Reading package lists...
16:51:12 #30 34.72 Building dependency tree...
16:51:12 #30 36.34 Reading state information...
16:51:12 #30 37.94 The following additional packages will be installed:
16:51:12 #30 37.97   libbtrfs0
16:51:12 #30 38.17 The following NEW packages will be installed:
16:51:12 #30 38.18   libbtrfs-dev libbtrfs0
16:51:12 #30 38.64 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:51:12 #30 38.64 Need to get 460 kB of archives.
16:51:12 #30 38.64 After this operation, 1237 kB of additional disk space will be used.
16:51:12 #30 38.64 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:51:12 #30 38.65 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:51:12 #30 39.26 debconf: delaying package configuration, since apt-utils is not installed
16:51:12 #30 39.59 Fetched 460 kB in 0s (1561 kB/s)
16:51:12 #30 39.67 Selecting previously unselected package libbtrfs0:amd64.
16:51:12 #30 39.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30211 files and directories currently installed.)
16:51:12 #30 39.79 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
16:51:12 #30 39.80 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:51:12 #30 39.95 Selecting previously unselected package libbtrfs-dev:amd64.
16:51:12 #30 39.95 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
16:51:12 #30 39.96 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:51:12 #30 40.13 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:51:12 #30 40.14 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:51:12 #30 40.15 Processing triggers for libc-bin (2.31-13) ...
16:51:12 #30 DONE 40.3s
16:51:12 
16:51:12 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:51:12 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:51:12 #22 40.27 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
16:51:12 #22 ...
16:51:12 
16:51:12 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:51:12 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:51:12 #24 26.84 Reading package lists...
16:51:12 #24 35.58 Building dependency tree...
16:51:12 #24 37.19 Reading state information...
16:51:12 #24 38.51 The following additional packages will be installed:
16:51:12 #24 38.51   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
16:51:12 #24 38.52 Suggested packages:
16:51:12 #24 38.52   cmake-doc ninja-build lrzip
16:51:12 #24 38.52 Recommended packages:
16:51:12 #24 38.52   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:51:12 #24 38.82 The following NEW packages will be installed:
16:51:12 #24 38.83   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
16:51:12 #24 39.28 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:51:12 #24 39.28 Need to get 8419 kB of archives.
16:51:12 #24 39.28 After this operation, 34.9 MB of additional disk space will be used.
16:51:12 #24 39.28 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
16:51:12 #24 39.28 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
16:51:12 #24 39.29 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
16:51:12 #24 39.33 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
16:51:12 #24 39.33 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:51:12 #24 39.34 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:51:12 #24 39.34 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:51:12 #24 39.34 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
16:51:12 #24 40.04 debconf: delaying package configuration, since apt-utils is not installed
16:51:12 #24 40.21 Fetched 8419 kB in 0s (17.1 MB/s)
16:51:12 #24 40.24 Selecting previously unselected package xxd.
16:51:12 #24 40.24 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30211 files and directories currently installed.)
16:51:12 #24 40.26 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
16:51:12 #24 40.27 Unpacking xxd (2:8.2.2434-3) ...
16:51:12 #24 40.35 Selecting previously unselected package vim-common.
16:51:12 #24 40.35 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
16:51:12 #24 40.39 Unpacking vim-common (2:8.2.2434-3) ...
16:51:12 #24 40.56 Selecting previously unselected package cmake-data.
16:51:12 #24 40.57 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
16:51:12 #24 40.57 Unpacking cmake-data (3.18.4-2) ...
16:51:12 #24 ...
16:51:12 
16:51:12 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:51:12 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:51:12 #22 40.86 debconf: delaying package configuration, since apt-utils is not installed
16:51:12 + for f in rootlesskit rootlesskit-docker-proxy
16:51:12 + GOBIN=/usr/local/bin
16:51:12 + GO111MODULE=on
16:51:12 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:51:12 #22 41.11 Fetched 115 MB in 2s (61.0 MB/s)
16:51:13 #22 41.16 Selecting previously unselected package binutils-mingw-w64-i686.
16:51:13 #22 41.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30211 files and directories currently installed.)
16:51:13 #22 41.20 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
16:51:13 #22 41.21 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:51:13 #22 41.70 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:51:13 #22 41.70 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
16:51:13 #22 41.71 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:51:13 + return
16:51:13 + exit 0
16:51:13 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FgxrMi
16:51:13 + umask 022
16:51:13 + cd /root/rpmbuild/BUILD
16:51:13 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64 '!=' / ']'
16:51:13 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:13 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:13 + mkdir -p /root/rpmbuild/BUILDROOT
16:51:13 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:13 + cd src
16:51:13 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/dockerd-rootless.sh
16:51:13 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
16:51:13 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/rootlesskit
16:51:13 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
16:51:13 + /usr/lib/rpm/check-buildroot
16:51:13 + /usr/lib/rpm/redhat/brp-ldconfig
16:51:13 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:51:13 + /usr/lib/rpm/brp-compress
16:51:13 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:51:14 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:51:14 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:51:14 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:51:14 + /usr/lib/rpm/brp-python-hardlink
16:51:14 + PYTHON3=/usr/libexec/platform-python
16:51:14 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:51:14 #22 42.40 Selecting previously unselected package binutils-mingw-w64.
16:51:14 #22 42.41 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:51:14 #22 42.41 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:51:14 #22 42.47 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:51:14 #22 42.47 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:51:14 #22 42.48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:51:14 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rJ3p3i
16:51:14 + umask 022
16:51:14 + cd /root/rpmbuild/BUILD
16:51:14 + cd src
16:51:14 + /usr/local/bin/rootlesskit -v
16:51:14 rootlesskit version 0.14.4
16:51:14 + exit 0
16:51:14 Processing files: docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:14 Provides: docker-ce-rootless-extras = 0:0.0.0.20210916145224.e3023ca-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20210916145224.e3023ca-0.el8
16:51:14 Requires(interp): /bin/sh /bin/sh /bin/sh
16:51:14 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:51:14 Requires(post): /bin/sh
16:51:14 Requires(preun): /bin/sh
16:51:14 Requires(postun): /bin/sh
16:51:14 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:51:14 Conflicts: rootlesskit
16:51:14 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:14 #22 42.56 Selecting previously unselected package dmsetup.
16:51:14 #22 42.57 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:51:14 #22 42.58 Unpacking dmsetup (2:1.02.175-2.1) ...
16:51:14 #22 42.65 Selecting previously unselected package mingw-w64-common.
16:51:14 #22 42.66 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:51:14 #22 42.66 Unpacking mingw-w64-common (8.0.0-1) ...
16:51:14 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.src.rpm
16:51:15 #22 ...
16:51:15 
16:51:15 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:51:15 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:51:15 #24 41.32 Selecting previously unselected package libarchive13:amd64.
16:51:15 #24 41.33 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ...
16:51:15 #24 41.34 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
16:51:15 #24 41.48 Selecting previously unselected package libjsoncpp24:amd64.
16:51:15 #24 41.49 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
16:51:15 #24 41.49 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:51:15 #24 41.54 Selecting previously unselected package librhash0:amd64.
16:51:15 #24 41.54 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
16:51:15 #24 41.55 Unpacking librhash0:amd64 (1.4.1-2) ...
16:51:15 #24 41.60 Selecting previously unselected package libuv1:amd64.
16:51:15 #24 41.60 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
16:51:15 #24 41.61 Unpacking libuv1:amd64 (1.40.0-2) ...
16:51:15 #24 41.65 Selecting previously unselected package cmake.
16:51:15 #24 41.66 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ...
16:51:15 #24 41.66 Unpacking cmake (3.18.4-2) ...
16:51:15 #24 42.83 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
16:51:15 #24 42.84 Setting up xxd (2:8.2.2434-3) ...
16:51:15 #24 42.85 Setting up libuv1:amd64 (1.40.0-2) ...
16:51:15 #24 42.87 Setting up vim-common (2:8.2.2434-3) ...
16:51:15 #24 42.89 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:51:15 #24 42.90 Setting up librhash0:amd64 (1.4.1-2) ...
16:51:15 #24 42.92 Setting up cmake-data (3.18.4-2) ...
16:51:15 #24 42.94 Setting up cmake (3.18.4-2) ...
16:51:15 #24 42.95 Processing triggers for libc-bin (2.31-13) ...
16:51:15 #24 DONE 43.3s
16:51:15 
16:51:15 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:51:15 #31 sha256:9f41e8aa5ada61140a5bcdd018b77f72a6881255e9fd3a3196a3512e8aa33a43
16:51:15 #31 1.034 + RM_GOPATH=0
16:51:15 #31 1.034 + TMP_GOPATH=
16:51:15 #31 1.034 + : /build
16:51:15 #31 1.034 + '[' -z '' ']'
16:51:15 #31 1.034 ++ mktemp -d
16:51:15 #31 1.035 + export GOPATH=/tmp/tmp.Ip4yxzMLXm
16:51:15 #31 1.035 + GOPATH=/tmp/tmp.Ip4yxzMLXm
16:51:15 #31 1.035 + RM_GOPATH=1
16:51:15 #31 1.035 + case "$(go env GOARCH)" in
16:51:15 #31 1.036 ++ go env GOARCH
16:51:15 #31 1.043 + export GO_BUILDMODE=-buildmode=pie
16:51:15 #31 1.043 + GO_BUILDMODE=-buildmode=pie
16:51:15 #31 1.043 ++ dirname /tmp/install/install.sh
16:51:15 #31 1.045 + dir=/tmp/install
16:51:15 #31 1.045 + bin=containerd
16:51:15 #31 1.045 + shift
16:51:15 #31 1.046 + '[' '!' -f /tmp/install/containerd.installer ']'
16:51:15 #31 1.046 + . /tmp/install/containerd.installer
16:51:15 #31 1.046 ++ set -e
16:51:15 #31 1.047 ++ : v1.5.5
16:51:15 #31 1.048 + install_containerd
16:51:15 #31 1.049 + echo 'Install containerd version v1.5.5'
16:51:15 #31 1.049 Install containerd version v1.5.5
16:51:15 #31 1.049 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Ip4yxzMLXm/src/github.com/containerd/containerd
16:51:15 #31 1.052 Cloning into '/tmp/tmp.Ip4yxzMLXm/src/github.com/containerd/containerd'...
16:51:16 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64.rpm
16:51:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LvYHXi
16:51:16 + umask 022
16:51:16 + cd /root/rpmbuild/BUILD
16:51:16 + cd src
16:51:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:16 + exit 0
16:51:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rHltbh
16:51:16 + umask 022
16:51:16 + cd /root/rpmbuild/BUILD
16:51:16 + cd /root/rpmbuild/BUILD
16:51:16 + rm -rf src
16:51:16 + /usr/bin/mkdir -p src
16:51:16 + cd src
16:51:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:51:16 + /usr/bin/tar -xof -
16:51:16 + STATUS=0
16:51:16 + '[' 0 -ne 0 ']'
16:51:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:51:16 + /usr/bin/tar -xof -
16:51:16 + STATUS=0
16:51:16 + '[' 0 -ne 0 ']'
16:51:16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:51:16 + exit 0
16:51:16 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MqSS8g
16:51:16 + umask 022
16:51:16 + cd /root/rpmbuild/BUILD
16:51:16 + cd src
16:51:16 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:51:16 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:51:16 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
16:51:16 GO111MODULE=on make -f builder.Makefile build
16:51:16 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:51:16 mkdir -p bin
16:51:17 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
16:51:17 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
16:51:17 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
16:51:18 go: downloading github.com/spf13/cobra v1.0.0
16:51:18 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
16:51:18 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:51:18 go: downloading github.com/docker/go-connections v0.4.0
16:51:18 go: downloading github.com/sirupsen/logrus v1.4.2
16:51:18 #31 ...
16:51:18 
16:51:18 #26 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
16:51:18 #26 sha256:83de80faf03ad533743b76333e498fe81fccd6ba1472e0ce268385865dce930d
16:51:18 #26 1.013 + RM_GOPATH=0
16:51:18 #26 1.014 + TMP_GOPATH=
16:51:18 #26 1.014 + : /build
16:51:18 #26 1.014 + '[' -z '' ']'
16:51:18 #26 1.015 ++ mktemp -d
16:51:18 #26 1.017 + export GOPATH=/tmp/tmp.2QIRHPmfpK
16:51:18 #26 1.017 + GOPATH=/tmp/tmp.2QIRHPmfpK
16:51:18 #26 1.017 + RM_GOPATH=1
16:51:18 #26 1.018 + case "$(go env GOARCH)" in
16:51:18 #26 1.018 ++ go env GOARCH
16:51:18 #26 1.024 + export GO_BUILDMODE=-buildmode=pie
16:51:18 #26 1.024 + GO_BUILDMODE=-buildmode=pie
16:51:18 #26 1.024 ++ dirname /tmp/install/install.sh
16:51:18 #26 1.025 + dir=/tmp/install
16:51:18 #26 1.025 + bin=tini
16:51:18 #26 1.026 + shift
16:51:18 #26 1.026 + '[' '!' -f /tmp/install/tini.installer ']'
16:51:18 #26 1.026 + . /tmp/install/tini.installer
16:51:18 #26 1.026 ++ : v0.19.0
16:51:18 #26 1.026 + install_tini
16:51:18 #26 1.027 + echo 'Install tini version v0.19.0'
16:51:18 #26 1.027 Install tini version v0.19.0
16:51:18 #26 1.027 + git clone https://github.com/krallin/tini.git /tmp/tmp.2QIRHPmfpK/tini
16:51:18 #26 1.030 Cloning into '/tmp/tmp.2QIRHPmfpK/tini'...
16:51:18 #26 1.454 + cd /tmp/tmp.2QIRHPmfpK/tini
16:51:18 #26 1.456 + git checkout -q v0.19.0
16:51:18 #26 1.461 + cmake .
16:51:18 #26 1.744 -- The C compiler identification is GNU 10.2.1
16:51:18 #26 1.770 -- Detecting C compiler ABI info
16:51:18 #26 1.963 -- Detecting C compiler ABI info - done
16:51:18 #26 2.014 -- Check for working C compiler: /usr/bin/cc - skipped
16:51:18 #26 2.018 -- Detecting C compile features
16:51:18 #26 2.019 -- Detecting C compile features - done
16:51:18 #26 2.038 -- Performing Test HAS_BUILTIN_FORTIFY
16:51:18 #26 2.132 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:51:18 #26 2.164 -- Configuring done
16:51:18 #26 2.174 -- Generating done
16:51:18 #26 2.180 -- Build files have been written to: /tmp/tmp.2QIRHPmfpK/tini
16:51:18 #26 2.183 + make tini-static
16:51:18 #26 2.300 Scanning dependencies of target tini-static
16:51:18 #26 2.330 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:51:18 #26 2.797 [100%] Linking C executable tini-static
16:51:18 #26 3.091 [100%] Built target tini-static
16:51:18 #26 3.110 + mkdir -p /build
16:51:18 #26 3.112 + cp tini-static /build/docker-init
16:51:18 #26 DONE 3.3s
16:51:18 
16:51:18 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:51:18 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:51:18 #22 44.50 Selecting previously unselected package mingw-w64-x86-64-dev.
16:51:18 #22 44.50 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:51:18 #22 44.51 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:51:18 #22 46.46 Selecting previously unselected package gcc-mingw-w64-base.
16:51:18 #22 46.49 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
16:51:18 #22 46.50 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:51:18 #22 46.59 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:51:18 #22 46.59 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
16:51:18 #22 46.60 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:51:18 go: downloading github.com/spf13/pflag v1.0.3
16:51:18 go: downloading github.com/theupdateframework/notary v0.6.1
16:51:18 go: downloading github.com/opencontainers/image-spec v1.0.1
16:51:18 go: downloading github.com/docker/go-units v0.4.0
16:51:18 go: downloading github.com/Masterminds/semver/v3 v3.1.0
16:51:18 go: downloading github.com/google/uuid v1.1.1
16:51:18 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:51:18 go: downloading github.com/opencontainers/go-digest v1.0.0
16:51:18 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
16:51:18 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
16:51:19 go: downloading github.com/docker/go v1.5.1-1
16:51:19 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
16:51:19 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
16:51:19 go: downloading github.com/morikuni/aec v1.0.0
16:51:19 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
16:51:19 go: downloading github.com/containerd/containerd v1.3.4
16:51:19 go: downloading google.golang.org/grpc v1.23.1
16:51:19 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
16:51:19 go: downloading github.com/docker/docker-credential-helpers v0.6.3
16:51:19 go: downloading github.com/gorilla/mux v1.7.4
16:51:19 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
16:51:19 go: downloading github.com/gogo/protobuf v1.3.1
16:51:19 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:51:19 go: downloading github.com/golang/protobuf v1.3.2
16:51:20 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
16:51:20 go: downloading github.com/docker/go-metrics v0.0.1
16:51:20 go: downloading github.com/prometheus/client_golang v1.1.0
16:51:20 go: downloading github.com/beorn7/perks v1.0.1
16:51:20 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16:51:20 go: downloading github.com/prometheus/common v0.6.0
16:51:20 go: downloading github.com/prometheus/procfs v0.0.3
16:51:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:51:21 #22 49.16 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:51:21 #22 49.16 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:51:21 #22 49.17 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:51:24 #22 ...
16:51:24 
16:51:24 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:51:24 #31 sha256:9f41e8aa5ada61140a5bcdd018b77f72a6881255e9fd3a3196a3512e8aa33a43
16:51:24 #31 11.83 + cd /tmp/tmp.Ip4yxzMLXm/src/github.com/containerd/containerd
16:51:24 #31 11.83 + git checkout -q v1.5.5
16:51:24 #31 12.66 + export 'BUILDTAGS=netgo osusergo static_build'
16:51:24 #31 12.66 + BUILDTAGS='netgo osusergo static_build'
16:51:24 #31 12.66 + export EXTRA_FLAGS=-buildmode=pie
16:51:24 #31 12.66 + EXTRA_FLAGS=-buildmode=pie
16:51:24 #31 12.66 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:51:24 #31 12.66 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:51:24 #31 12.66 + '[' '' = dynamic ']'
16:51:24 #31 12.66 + make
16:51:25 #31 13.32 + bin/ctr
16:51:28 Project root: /go/src/github.com/docker/cli
16:51:28 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:51:28 2021/09/16 16:51:25 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:51:28 make[2]: Leaving directory '/root/build-deb/cli'
16:51:28 # Build the scan-plugin
16:51:28 # TODO change once we support scan-plugin on other architectures
16:51:28 if [ "amd64" = "amd64" ]; then \
16:51:28 	cd /go/src/github.com/docker/scan-cli-plugin \
16:51:28 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
16:51:28 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
16:51:28 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
16:51:28 fi
16:51:28 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
16:51:28 GO111MODULE=on make -f builder.Makefile build
16:51:28 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
16:51:28 mkdir -p bin
16:51:28 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
16:51:30 #31 ...
16:51:30 
16:51:30 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:51:30 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:51:30 #22 52.92 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:51:30 #22 52.92 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:51:30 #22 52.92 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:51:30 #22 54.44 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:51:30 #22 54.45 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
16:51:30 #22 54.45 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:51:30 #22 56.22 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:51:30 #22 56.22 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:51:30 #22 56.23 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:51:31 #22 59.89 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:51:31 #22 59.90 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:51:31 #22 59.90 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:51:33 #22 61.50 Selecting previously unselected package g++-mingw-w64-x86-64.
16:51:33 #22 61.50 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:51:33 #22 61.51 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:51:33 #22 61.58 Selecting previously unselected package libapparmor1:amd64.
16:51:33 #22 61.58 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
16:51:33 #22 61.59 Unpacking libapparmor1:amd64 (2.13.6-10) ...
16:51:33 #22 61.65 Selecting previously unselected package libapparmor-dev:amd64.
16:51:33 #22 61.66 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
16:51:33 #22 61.67 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
16:51:33 #22 61.74 Selecting previously unselected package libbtrfs0:amd64.
16:51:33 #22 61.75 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
16:51:33 #22 61.75 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:51:33 #22 61.82 Selecting previously unselected package libbtrfs-dev:amd64.
16:51:33 #22 61.82 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:51:33 #22 61.82 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:51:33 #22 61.91 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:51:33 #22 61.92 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:51:33 #22 61.93 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:51:33 #22 61.97 Selecting previously unselected package libudev-dev:amd64.
16:51:33 #22 61.97 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
16:51:33 #22 61.98 Unpacking libudev-dev:amd64 (247.3-6) ...
16:51:34 #22 62.05 Selecting previously unselected package libsepol1-dev:amd64.
16:51:34 #22 62.06 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
16:51:34 #22 62.06 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:51:34 #22 62.18 Selecting previously unselected package libpcre2-16-0:amd64.
16:51:34 #22 62.19 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
16:51:34 #22 62.19 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:51:34 #22 62.28 Selecting previously unselected package libpcre2-32-0:amd64.
16:51:34 #22 62.28 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
16:51:34 #22 62.29 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:51:34 #22 62.36 Selecting previously unselected package libpcre2-posix2:amd64.
16:51:34 #22 62.36 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
16:51:34 #22 62.37 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:51:34 #22 62.41 Selecting previously unselected package libpcre2-dev:amd64.
16:51:34 #22 62.42 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
16:51:34 #22 62.43 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:51:34 #22 62.60 Selecting previously unselected package libselinux1-dev:amd64.
16:51:34 #22 62.60 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
16:51:34 #22 62.60 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:51:34 #22 62.72 Selecting previously unselected package libdevmapper-dev:amd64.
16:51:34 #22 62.72 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:51:34 #22 62.73 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:51:34 #22 62.77 Selecting previously unselected package libseccomp-dev:amd64.
16:51:34 #22 62.77 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
16:51:34 #22 62.78 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
16:51:34 #22 62.83 Selecting previously unselected package libsystemd-dev:amd64.
16:51:34 #22 62.84 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
16:51:34 #22 62.84 Unpacking libsystemd-dev:amd64 (247.3-6) ...
16:51:34 #22 63.04 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
16:51:34 #22 63.05 Setting up libapparmor1:amd64 (2.13.6-10) ...
16:51:34 #22 63.05 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:51:34 #22 63.06 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:51:34 #22 63.07 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:51:34 #22 63.08 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:51:34 #22 63.10 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:51:35 #22 63.11 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:51:35 #22 63.12 Setting up libudev-dev:amd64 (247.3-6) ...
16:51:35 #22 63.13 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:51:35 #22 63.14 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:51:35 #22 63.15 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:51:35 #22 63.16 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:51:35 #22 63.17 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
16:51:35 #22 63.19 Setting up mingw-w64-common (8.0.0-1) ...
16:51:35 #22 63.20 Setting up libsystemd-dev:amd64 (247.3-6) ...
16:51:35 #22 63.21 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:51:35 #22 63.22 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:51:35 #22 63.23 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:51:35 #22 63.24 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:51:35 #22 63.25 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:51:35 #22 63.26 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:51:35 #22 63.27 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:51:35 #22 63.28 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:51:35 #22 63.29 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:51:35 #22 63.30 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:51:35 #22 63.31 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:51:35 #22 63.31 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:51:35 #22 63.33 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:51:35 #22 63.34 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:51:35 #22 63.35 Setting up dmsetup (2:1.02.175-2.1) ...
16:51:35 #22 63.37 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:51:35 #22 63.38 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:51:35 #22 63.39 Processing triggers for libc-bin (2.31-13) ...
16:51:36 #22 DONE 64.5s
16:51:36 
16:51:36 #23 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libapparmor-dev:arm64             libapparmor-dev:armel             libapparmor-dev:armhf             libapparmor-dev:ppc64el             libapparmor-dev:s390x             libseccomp-dev:arm64             libseccomp-dev:armel             libseccomp-dev:armhf             libseccomp-dev:ppc64el             libseccomp-dev:s390x
16:51:36 #23 sha256:145445e8e6553dec76c3a74621e228f3248ac3ea7a049c79c047706f4c99288d
16:51:37 #23 1.199 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:51:37 #23 1.199 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
16:51:37 #23 1.199 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
16:51:43 #23 1.696 Reading package lists...
16:51:47 #23 6.715 Reading package lists...
16:51:49 #23 11.43 Building dependency tree...
16:51:49 #23 12.62 Reading state information...
16:51:50 #23 13.86 The following additional packages will be installed:
16:51:50 #23 13.86   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
16:51:50 #23 13.86   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
16:51:50 #23 13.86   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
16:51:50 #23 13.86   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
16:51:50 #23 13.86   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
16:51:50 #23 13.86   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
16:51:50 #23 13.87   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
16:51:50 #23 13.88 Suggested packages:
16:51:50 #23 13.88   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
16:51:50 #23 13.88   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
16:51:50 #23 13.88   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
16:51:50 #23 13.88   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
16:51:50 #23 13.88   seccomp:ppc64el seccomp:s390x
16:51:50 #23 13.88 Recommended packages:
16:51:50 #23 13.88   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
16:51:50 #23 13.88   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
16:51:50 #23 13.88   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
16:51:50 #23 13.88   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
16:51:50 #23 14.33 The following NEW packages will be installed:
16:51:50 #23 14.33   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
16:51:50 #23 14.33   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
16:51:50 #23 14.33   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
16:51:50 #23 14.33   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
16:51:50 #23 14.33   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
16:51:50 #23 14.33   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
16:51:50 #23 14.33   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
16:51:50 #23 14.34   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
16:51:50 #23 14.34   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
16:51:50 #23 14.34   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
16:51:50 #23 14.34   libseccomp2:ppc64el libseccomp2:s390x
16:51:50 #23 14.71 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
16:51:50 #23 14.71 Need to get 15.9 MB of archives.
16:51:50 #23 14.71 After this operation, 72.9 MB of additional disk space will be used.
16:51:50 #23 14.71 Get:1 http://deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
16:51:50 #23 14.71 Get:2 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
16:51:50 #23 14.71 Get:3 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
16:51:50 #23 14.72 Get:4 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
16:51:50 #23 14.72 Get:5 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
16:51:51 #23 14.72 Get:6 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
16:51:51 #23 14.73 Get:7 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
16:51:51 #23 14.73 Get:8 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13 [2445 kB]
16:51:51 #23 14.77 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
16:51:51 #23 14.77 Get:10 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
16:51:51 #23 14.77 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
16:51:51 #23 14.77 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
16:51:51 #23 14.77 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13 [2833 kB]
16:51:51 #23 14.81 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
16:51:51 #23 14.81 Get:15 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
16:51:51 #23 14.81 Get:16 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
16:51:51 #23 14.81 Get:17 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
16:51:51 #23 14.81 Get:18 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13 [2331 kB]
16:51:51 #23 14.84 Get:19 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
16:51:51 #23 14.85 Get:20 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
16:51:51 #23 14.85 Get:21 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
16:51:51 #23 14.85 Get:22 http://deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
16:51:51 #23 14.85 Get:23 http://deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13 [2458 kB]
16:51:51 #23 14.88 Get:24 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:51:51 #23 14.88 Get:25 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:51:51 #23 14.88 Get:26 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
16:51:51 #23 14.89 Get:27 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
16:51:51 #23 14.89 Get:28 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13 [2342 kB]
16:51:51 #23 14.91 Get:29 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
16:51:51 #23 14.91 Get:30 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
16:51:51 #23 14.92 Get:31 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB]
16:51:51 #23 14.92 Get:32 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB]
16:51:51 #23 14.92 Get:33 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB]
16:51:51 #23 14.92 Get:34 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB]
16:51:51 #23 14.92 Get:35 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB]
16:51:51 #23 14.92 Get:36 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB]
16:51:51 #23 14.92 Get:37 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB]
16:51:51 #23 14.92 Get:38 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB]
16:51:51 #23 14.92 Get:39 http://deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB]
16:51:51 #23 14.92 Get:40 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB]
16:51:51 #23 15.45 debconf: delaying package configuration, since apt-utils is not installed
16:51:52 #23 15.65 Fetched 15.9 MB in 1s (31.6 MB/s)
16:51:52 #23 15.69 Selecting previously unselected package gcc-10-base:armel.
16:51:52 #23 15.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 38512 files and directories currently installed.)
16:51:52 #23 15.74 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
16:51:52 #23 15.74 Unpacking gcc-10-base:armel (10.2.1-6) ...
16:51:52 #23 15.79 Selecting previously unselected package gcc-10-base:armhf.
16:51:52 #23 15.79 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
16:51:52 #23 15.80 Unpacking gcc-10-base:armhf (10.2.1-6) ...
16:51:52 #23 15.84 Selecting previously unselected package gcc-10-base:ppc64el.
16:51:52 #23 15.85 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
16:51:52 #23 15.86 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
16:51:52 #23 15.90 Selecting previously unselected package gcc-10-base:s390x.
16:51:52 #23 15.90 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
16:51:52 #23 15.91 Unpacking gcc-10-base:s390x (10.2.1-6) ...
16:51:52 #23 15.96 Selecting previously unselected package gcc-10-base:arm64.
16:51:52 #23 15.96 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
16:51:52 #23 15.96 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
16:51:52 #23 16.01 Selecting previously unselected package libgcc-s1:armel.
16:51:52 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:51:52 + popd
16:51:52 + exit 0
16:51:52 ~/rpmbuild/BUILD/src
16:51:52 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EEX8eh
16:51:52 + umask 022
16:51:52 + cd /root/rpmbuild/BUILD
16:51:52 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64 '!=' / ']'
16:51:52 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:52 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:52 + mkdir -p /root/rpmbuild/BUILDROOT
16:51:52 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:52 + cd src
16:51:52 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:51:52 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:51:52 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
16:51:52 + popd
16:51:52 + /usr/lib/rpm/check-buildroot
16:51:52 ~/rpmbuild/BUILD/src
16:51:52 + /usr/lib/rpm/redhat/brp-ldconfig
16:51:52 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:51:52 + /usr/lib/rpm/brp-compress
16:51:52 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:51:52 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:51:52 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:51:52 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:51:52 + /usr/lib/rpm/brp-python-hardlink
16:51:52 + PYTHON3=/usr/libexec/platform-python
16:51:52 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:51:52 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Xke6wg
16:51:52 + umask 022
16:51:52 + cd /root/rpmbuild/BUILD
16:51:52 + cd src
16:51:52 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
16:51:52 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
16:51:52 PASS: docker-scan version OK
16:51:52 + ver=v0.8.0
16:51:52 + test v0.8.0 = v0.8.0
16:51:52 + echo 'PASS: docker-scan version OK'
16:51:52 + exit 0
16:51:52 Processing files: docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:52 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
16:51:52 Provides: docker-scan-plugin = 0:0.8.0-0.el8 docker-scan-plugin(x86-64) = 0:0.8.0-0.el8
16:51:52 Requires(interp): /bin/sh /bin/sh /bin/sh
16:51:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:51:52 Requires(post): /bin/sh
16:51:52 Requires(preun): /bin/sh
16:51:52 Requires(postun): /bin/sh
16:51:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:52 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.el8.src.rpm
16:51:52 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.el8.x86_64.rpm
16:51:52 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7bFfSf
16:51:52 + umask 022
16:51:52 + cd /root/rpmbuild/BUILD
16:51:52 + cd src
16:51:52 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:52 + exit 0
16:51:52 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
16:51:52 #23 16.02 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
16:51:52 #23 16.03 Unpacking libgcc-s1:armel (10.2.1-6) ...
16:51:52 #23 16.08 Selecting previously unselected package libcrypt1:armel.
16:51:52 #23 16.09 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
16:51:52 #23 16.09 Unpacking libcrypt1:armel (1:4.4.18-4) ...
16:51:52 #23 16.17 Selecting previously unselected package libc6:armel.
16:51:52 #23 16.17 Preparing to unpack .../07-libc6_2.31-13_armel.deb ...
16:51:52 #23 16.32 Unpacking libc6:armel (2.31-13) ...
16:51:53 #23 16.75 Selecting previously unselected package libapparmor1:armel.
16:51:53 #23 16.76 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
16:51:53 #23 16.77 Unpacking libapparmor1:armel (2.13.6-10) ...
16:51:53 #23 16.81 Selecting previously unselected package libapparmor-dev:armel.
16:51:53 #23 16.82 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
16:51:53 #23 16.83 Unpacking libapparmor-dev:armel (2.13.6-10) ...
16:51:53 #23 16.89 Selecting previously unselected package libgcc-s1:arm64.
16:51:53 == Building packages for fedora-34 ==
16:51:53 mkdir -p "rpmbuild/fedora-34"
16:51:53 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster -t rpmbuild-fedora-34/x86_64 -f fedora-34/Dockerfile .
16:51:53 #23 16.90 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
16:51:53 #23 16.90 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
16:51:53 #23 16.95 Selecting previously unselected package libcrypt1:arm64.
16:51:53 #23 16.95 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
16:51:53 #23 16.95 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
16:51:53 #23 17.03 Selecting previously unselected package libc6:arm64.
16:51:53 #1 [internal] load build definition from Dockerfile
16:51:53 #1 sha256:15a4f802f9329961e8188f2bce9aec1e2f8fbe4069a06648eaf0aec2337c0549
16:51:53 #1 transferring dockerfile: 847B done
16:51:53 #1 DONE 0.0s
16:51:53 
16:51:53 #2 [internal] load .dockerignore
16:51:53 #2 sha256:67d5ef557beee275ad13d5617612f75ff0084db57e415c1ff873016d18103992
16:51:53 #2 transferring context: 2B done
16:51:53 #2 DONE 0.0s
16:51:53 
16:51:53 #5 [auth] library/golang:pull token for registry-1.docker.io
16:51:53 #5 sha256:733ce9c585542f53184fd1c8f59619a4ad5ced5936044d22c5cc0889e8cdc9b4
16:51:53 #5 DONE 0.0s
16:51:53 
16:51:53 #6 [auth] library/fedora:pull token for registry-1.docker.io
16:51:53 #6 sha256:a14157a6372fb4b093bce4ce340bbed40310abf3238051bef0a2ff9d58541762
16:51:53 #6 DONE 0.0s
16:51:53 
16:51:53 #4 [internal] load metadata for docker.io/library/fedora:34
16:51:53 #4 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
16:51:53 #4 ...
16:51:53 
16:51:53 #3 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:51:53 #3 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:51:53 #3 DONE 0.2s
16:51:53 #23 17.04 Preparing to unpack .../12-libc6_2.31-13_arm64.deb ...
16:51:53 #23 17.23 Unpacking libc6:arm64 (2.31-13) ...
16:51:53 
16:51:53 #4 [internal] load metadata for docker.io/library/fedora:34
16:51:53 #4 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
16:51:53 #4 DONE 0.3s
16:51:53 
16:51:53 #9 [internal] load build context
16:51:53 #9 sha256:37fa662981d29d00479ca4cf0ad182bf86dd8acd56eb602bf912457563d597b2
16:51:53 #9 transferring context: 216B done
16:51:53 #9 DONE 0.0s
16:51:53 
16:51:53 #12 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:51:53 #12 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:51:53 #12 CACHED
16:51:53 
16:51:53 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:d18bc88f640bc3e88bbfacaff698c3e1e83cae649019657a3880881f2549a1d0
16:51:53 #7 sha256:45282feaacd1abdc6e3906268740f5cad72bd3e57cbea6478cb6722046693c6d
16:51:53 #7 resolve docker.io/library/fedora:34@sha256:d18bc88f640bc3e88bbfacaff698c3e1e83cae649019657a3880881f2549a1d0 0.0s done
16:51:53 #7 sha256:d18bc88f640bc3e88bbfacaff698c3e1e83cae649019657a3880881f2549a1d0 1.20kB / 1.20kB done
16:51:53 #7 sha256:22e172e14b1300ce473ca15a80c273676305ad6c7a57f0f8cb25816bfce8d196 529B / 529B done
16:51:53 #7 sha256:dce66322d6472e195c624cd3bd0c6c13918c00d1022c653a95341491a1597f52 2.00kB / 2.00kB done
16:51:53 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 3.15MB / 64.98MB 0.1s
16:51:54 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 16.78MB / 64.98MB 0.2s
16:51:54 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 36.70MB / 64.98MB 0.4s
16:51:54 #23 17.70 Selecting previously unselected package libapparmor1:arm64.
16:51:54 #23 17.71 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
16:51:54 #23 17.71 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:51:54 #23 17.81 Selecting previously unselected package libapparmor-dev:arm64.
16:51:54 #23 17.81 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
16:51:54 #23 17.82 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:51:54 #23 17.89 Selecting previously unselected package libgcc-s1:s390x.
16:51:54 #23 17.89 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
16:51:54 #23 17.90 Unpacking libgcc-s1:s390x (10.2.1-6) ...
16:51:54 #23 17.94 Selecting previously unselected package libcrypt1:s390x.
16:51:54 #23 17.94 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
16:51:54 #23 17.95 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
16:51:54 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 47.19MB / 64.98MB 0.5s
16:51:54 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 56.62MB / 64.98MB 0.6s
16:51:54 #23 18.01 Selecting previously unselected package libc6:s390x.
16:51:54 #23 18.02 Preparing to unpack .../17-libc6_2.31-13_s390x.deb ...
16:51:54 #23 18.24 Unpacking libc6:s390x (2.31-13) ...
16:51:54 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 64.98MB / 64.98MB 0.8s
16:51:54 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 64.98MB / 64.98MB 1.1s done
16:51:54 #7 extracting sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 0.1s
16:51:55 #23 18.71 Selecting previously unselected package libapparmor1:s390x.
16:51:55 #23 18.72 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
16:51:55 #23 18.73 Unpacking libapparmor1:s390x (2.13.6-10) ...
16:51:55 #23 18.78 Selecting previously unselected package libapparmor-dev:s390x.
16:51:55 #23 18.79 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
16:51:55 #23 18.79 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
16:51:55 #23 18.86 Selecting previously unselected package libgcc-s1:armhf.
16:51:55 #23 18.87 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
16:51:55 #23 18.87 Unpacking libgcc-s1:armhf (10.2.1-6) ...
16:51:55 #23 18.94 Selecting previously unselected package libcrypt1:armhf.
16:51:55 #23 18.95 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
16:51:55 #23 18.95 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
16:51:55 #23 19.03 Selecting previously unselected package libc6:armhf.
16:51:55 #23 19.03 Preparing to unpack .../22-libc6_2.31-13_armhf.deb ...
16:51:55 #23 19.22 Unpacking libc6:armhf (2.31-13) ...
16:51:56 #23 19.66 Selecting previously unselected package libapparmor1:armhf.
16:51:56 #23 19.66 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
16:51:56 #23 19.67 Unpacking libapparmor1:armhf (2.13.6-10) ...
16:51:56 #23 19.72 Selecting previously unselected package libapparmor-dev:armhf.
16:51:56 #23 19.72 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
16:51:56 #23 19.73 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
16:51:56 #23 19.78 Selecting previously unselected package libgcc-s1:ppc64el.
16:51:56 #23 19.79 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
16:51:56 #23 19.80 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
16:51:56 #23 19.84 Selecting previously unselected package libcrypt1:ppc64el.
16:51:56 #23 19.84 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
16:51:56 #23 19.85 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
16:51:56 #23 19.93 Selecting previously unselected package libc6:ppc64el.
16:51:56 #23 19.94 Preparing to unpack .../27-libc6_2.31-13_ppc64el.deb ...
16:51:56 #23 20.11 Unpacking libc6:ppc64el (2.31-13) ...
16:51:57 #23 20.66 Selecting previously unselected package libapparmor1:ppc64el.
16:51:57 #23 20.67 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
16:51:57 #23 20.67 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
16:51:57 #23 20.73 Selecting previously unselected package libapparmor-dev:ppc64el.
16:51:57 #23 20.73 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
16:51:57 #23 20.74 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
16:51:57 #23 20.81 Selecting previously unselected package libseccomp2:s390x.
16:51:57 #23 20.81 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ...
16:51:57 #23 20.81 Unpacking libseccomp2:s390x (2.5.1-1) ...
16:51:57 #23 20.87 Selecting previously unselected package libseccomp-dev:s390x.
16:51:57 #23 20.87 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ...
16:51:57 #23 20.87 Unpacking libseccomp-dev:s390x (2.5.1-1) ...
16:51:57 #23 20.92 Selecting previously unselected package libseccomp2:ppc64el.
16:51:57 #23 20.93 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ...
16:51:57 #23 20.94 Unpacking libseccomp2:ppc64el (2.5.1-1) ...
16:51:57 #23 20.98 Selecting previously unselected package libseccomp-dev:ppc64el.
16:51:57 #23 20.98 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ...
16:51:57 #23 20.99 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ...
16:51:57 #23 21.05 Selecting previously unselected package libseccomp2:armhf.
16:51:57 #23 21.05 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ...
16:51:57 #7 extracting sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 2.5s done
16:51:57 #23 21.05 Unpacking libseccomp2:armhf (2.5.1-1) ...
16:51:57 #23 21.09 Selecting previously unselected package libseccomp-dev:armhf.
16:51:57 #23 21.10 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ...
16:51:57 #23 21.10 Unpacking libseccomp-dev:armhf (2.5.1-1) ...
16:51:57 #23 21.15 Selecting previously unselected package libseccomp2:armel.
16:51:57 #23 21.17 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ...
16:51:57 #23 21.17 Unpacking libseccomp2:armel (2.5.1-1) ...
16:51:57 #23 21.21 Selecting previously unselected package libseccomp-dev:armel.
16:51:57 #23 21.22 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ...
16:51:57 #23 21.23 Unpacking libseccomp-dev:armel (2.5.1-1) ...
16:51:57 #23 21.29 Selecting previously unselected package libseccomp2:arm64.
16:51:57 #7 DONE 3.7s
16:51:57 
16:51:57 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
16:51:57 #8 sha256:71679891867880abd924e7377c79494f20ce2b9ae28a0026d25d20c8de586ac3
16:51:57 #23 21.29 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ...
16:51:57 #23 21.30 Unpacking libseccomp2:arm64 (2.5.1-1) ...
16:51:57 #23 21.34 Selecting previously unselected package libseccomp-dev:arm64.
16:51:57 #23 21.35 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ...
16:51:57 #23 21.35 Unpacking libseccomp-dev:arm64 (2.5.1-1) ...
16:51:57 #23 21.44 Setting up gcc-10-base:arm64 (10.2.1-6) ...
16:51:57 #23 21.47 Setting up gcc-10-base:armel (10.2.1-6) ...
16:51:57 #23 21.48 Setting up gcc-10-base:armhf (10.2.1-6) ...
16:51:57 #23 21.49 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
16:51:57 #23 21.50 Setting up gcc-10-base:s390x (10.2.1-6) ...
16:51:57 #23 21.52 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
16:51:57 #23 21.53 Setting up libcrypt1:armel (1:4.4.18-4) ...
16:51:57 #23 21.54 Setting up libcrypt1:armhf (1:4.4.18-4) ...
16:51:58 #23 21.55 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
16:51:58 #23 21.56 Setting up libcrypt1:s390x (1:4.4.18-4) ...
16:51:58 #23 21.57 Setting up libgcc-s1:arm64 (10.2.1-6) ...
16:51:58 #23 21.58 Setting up libgcc-s1:armel (10.2.1-6) ...
16:51:58 #23 21.59 Setting up libgcc-s1:armhf (10.2.1-6) ...
16:51:58 #23 21.61 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
16:51:58 #23 21.61 Setting up libgcc-s1:s390x (10.2.1-6) ...
16:51:58 #23 21.63 Setting up libc6:arm64 (2.31-13) ...
16:51:59 #23 22.83 Setting up libc6:armel (2.31-13) ...
16:52:00 #23 24.05 Setting up libc6:armhf (2.31-13) ...
16:52:01 #23 25.25 Setting up libc6:ppc64el (2.31-13) ...
16:52:01 #8 3.638 Fedora 34 - x86_64                               24 MB/s |  74 MB     00:03    
16:52:03 #23 26.48 Setting up libc6:s390x (2.31-13) ...
16:52:04 #23 27.69 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:52:04 #23 27.70 Setting up libapparmor1:armel (2.13.6-10) ...
16:52:04 #23 27.71 Setting up libapparmor1:armhf (2.13.6-10) ...
16:52:04 #23 27.72 Setting up libapparmor1:ppc64el (2.13.6-10) ...
16:52:04 #23 27.73 Setting up libapparmor1:s390x (2.13.6-10) ...
16:52:04 #23 27.75 Setting up libseccomp2:arm64 (2.5.1-1) ...
16:52:04 #23 27.76 Setting up libseccomp2:armel (2.5.1-1) ...
16:52:04 #23 27.77 Setting up libseccomp2:armhf (2.5.1-1) ...
16:52:04 #23 27.78 Setting up libseccomp2:ppc64el (2.5.1-1) ...
16:52:04 #23 27.79 Setting up libseccomp2:s390x (2.5.1-1) ...
16:52:04 #23 27.81 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:52:04 #23 27.82 Setting up libapparmor-dev:armel (2.13.6-10) ...
16:52:04 #23 27.83 Setting up libapparmor-dev:armhf (2.13.6-10) ...
16:52:04 #23 27.84 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
16:52:04 #23 27.85 Setting up libapparmor-dev:s390x (2.13.6-10) ...
16:52:04 #23 27.87 Setting up libseccomp-dev:arm64 (2.5.1-1) ...
16:52:04 #23 27.88 Setting up libseccomp-dev:armel (2.5.1-1) ...
16:52:04 #23 27.89 Setting up libseccomp-dev:armhf (2.5.1-1) ...
16:52:04 #23 27.91 Setting up libseccomp-dev:ppc64el (2.5.1-1) ...
16:52:04 #23 27.92 Setting up libseccomp-dev:s390x (2.5.1-1) ...
16:52:04 #23 27.94 Processing triggers for libc-bin (2.31-13) ...
16:52:04 #23 DONE 28.3s
16:52:04 
16:52:04 #27 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
16:52:04 #27 sha256:074b285b4e4a946aa509cb80828fb7bcc34d51581e5646678ecd857733feede8
16:52:04 #27 DONE 0.1s
16:52:04 
16:52:04 #28 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
16:52:04 #28 sha256:f8b16f0382ffff38dc1fb5b5f967bdc0d69d50d24197e289febd6a3a1cb7ac02
16:52:05 #28 0.773 + RM_GOPATH=0
16:52:05 #28 0.774 + TMP_GOPATH=
16:52:05 #28 0.774 + : /build
16:52:05 #28 0.774 + '[' -z '' ']'
16:52:05 #28 0.775 ++ mktemp -d
16:52:05 #28 0.777 + export GOPATH=/tmp/tmp.gP97dRmOKE
16:52:05 #28 0.777 + GOPATH=/tmp/tmp.gP97dRmOKE
16:52:05 #28 0.777 + RM_GOPATH=1
16:52:05 #28 0.777 + case "$(go env GOARCH)" in
16:52:05 #28 0.778 ++ go env GOARCH
16:52:05 #28 0.782 + export GO_BUILDMODE=-buildmode=pie
16:52:05 #28 0.782 + GO_BUILDMODE=-buildmode=pie
16:52:05 #28 0.783 ++ dirname /tmp/install/install.sh
16:52:05 #28 0.784 + dir=/tmp/install
16:52:05 #28 0.784 + bin=runc
16:52:05 #28 0.784 + shift
16:52:05 #28 0.785 + '[' '!' -f /tmp/install/runc.installer ']'
16:52:05 #28 0.785 + . /tmp/install/runc.installer
16:52:05 #28 0.785 ++ set -e
16:52:05 #28 0.785 ++ : v1.0.2
16:52:05 #28 0.786 + install_runc
16:52:05 #28 0.786 + RUNC_BUILDTAGS=seccomp
16:52:05 #28 0.786 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
16:52:05 #28 0.786 Install runc version v1.0.2 (build tags: seccomp)
16:52:05 #28 0.786 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gP97dRmOKE/src/github.com/opencontainers/runc
16:52:05 #28 0.789 Cloning into '/tmp/tmp.gP97dRmOKE/src/github.com/opencontainers/runc'...
16:52:07 make[2]: Entering directory '/root/build-deb/cli'
16:52:07 scripts/docs/generate-man.sh
16:52:08 #28 3.363 + cd /tmp/tmp.gP97dRmOKE/src/github.com/opencontainers/runc
16:52:08 #28 3.363 + git checkout -q v1.0.2
16:52:08 #28 3.513 + '[' -z '' ']'
16:52:08 #28 3.513 + target=static
16:52:08 #28 3.513 + make BUILDTAGS=seccomp static
16:52:08 #28 3.599 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
16:52:12 #28 7.243 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:52:12 #28 7.951 + mkdir -p /build
16:52:12 #28 7.954 + cp runc /build/runc
16:52:12 #28 DONE 8.2s
16:52:12 
16:52:12 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:52:12 #31 sha256:9f41e8aa5ada61140a5bcdd018b77f72a6881255e9fd3a3196a3512e8aa33a43
16:52:12 #31 53.14 + bin/containerd
16:52:14 #31 ...
16:52:14 
16:52:14 #29 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
16:52:14 #29 sha256:b887dcb825d2ad8e7bde13d6d8889484b0f72c0d569486ad3ee11d92e881ed08
16:52:14 #29 DONE 0.2s
16:52:14 
16:52:14 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:52:14 #31 sha256:9f41e8aa5ada61140a5bcdd018b77f72a6881255e9fd3a3196a3512e8aa33a43
16:52:20 #8 22.35 Fedora 34 openh264 (From Cisco) - x86_64        2.0 kB/s | 2.5 kB     00:01    
16:52:21 #8 23.52 Fedora Modular 34 - x86_64                      5.3 MB/s | 4.9 MB     00:00    
16:52:23 #8 25.95 Fedora 34 - x86_64 - Updates                     17 MB/s |  26 MB     00:01    
16:52:31 #8 33.66 Fedora Modular 34 - x86_64 - Updates            4.8 MB/s | 4.6 MB     00:00    
16:52:35 #8 38.47 Dependencies resolved.
16:52:35 #8 38.49 ================================================================================
16:52:35 #8 38.49  Package                       Arch     Version                 Repo       Size
16:52:35 #8 38.49 ================================================================================
16:52:35 #8 38.49 Installing:
16:52:35 #8 38.49  dnf-plugins-core              noarch   4.0.22-1.fc34           updates    36 k
16:52:35 #8 38.49  rpm-build                     x86_64   4.16.1.3-1.fc34         fedora    100 k
16:52:35 #8 38.49  rpmlint                       noarch   1.11-19.fc34            updates   185 k
16:52:35 #8 38.49 Installing dependencies:
16:52:35 #8 38.49  binutils                      x86_64   2.35.2-5.fc34           updates   5.5 M
16:52:35 #8 38.49  binutils-gold                 x86_64   2.35.2-5.fc34           updates   717 k
16:52:35 #8 38.49  bzip2                         x86_64   1.0.8-6.fc34            fedora     53 k
16:52:35 #8 38.49  cpio                          x86_64   2.13-10.fc34            fedora    274 k
16:52:35 #8 38.49  dbus-libs                     x86_64   1:1.12.20-3.fc34        fedora    151 k
16:52:35 #8 38.49  desktop-file-utils            x86_64   0.26-3.fc34             fedora     74 k
16:52:35 #8 38.49  diffutils                     x86_64   3.7-8.fc34              fedora    391 k
16:52:35 #8 38.49  dwz                           x86_64   0.14-1.fc34             fedora    129 k
16:52:35 #8 38.49  ed                            x86_64   1.14.2-10.fc34          fedora     75 k
16:52:35 #8 38.49  efi-srpm-macros               noarch   5-4.fc34                updates    22 k
16:52:35 #8 38.49  elfutils                      x86_64   0.185-2.fc34            updates   517 k
16:52:35 #8 38.49  elfutils-debuginfod-client    x86_64   0.185-2.fc34            updates    36 k
16:52:35 #8 38.49  emacs-filesystem              noarch   1:27.2-5.fc34           updates   8.4 k
16:52:35 #8 38.49  enchant                       x86_64   1:1.6.0-27.fc34         fedora     59 k
16:52:35 #8 38.49  file                          x86_64   5.39-6.fc34             updates    50 k
16:52:35 #8 38.49  findutils                     x86_64   1:4.8.0-2.fc34          fedora    545 k
16:52:35 #8 38.49  fonts-srpm-macros             noarch   1:2.0.5-5.fc34          fedora     27 k
16:52:35 #8 38.49  fpc-srpm-macros               noarch   1.3-3.fc34              fedora    7.7 k
16:52:35 #8 38.49  gdb-minimal                   x86_64   10.2-3.fc34             updates   3.6 M
16:52:35 #8 38.49  gdk-pixbuf2                   x86_64   2.42.6-1.fc34           updates   471 k
16:52:35 #8 38.49  ghc-srpm-macros               noarch   1.5.0-4.fc34            fedora    7.8 k
16:52:35 #8 38.49  glib-networking               x86_64   2.68.2-1.fc34           updates   169 k
16:52:35 #8 38.49  gnat-srpm-macros              noarch   4-13.fc34               fedora    8.3 k
16:52:35 #8 38.49  go-srpm-macros                noarch   3.0.10-1.fc34           updates    25 k
16:52:35 #8 38.49  groff-base                    x86_64   1.22.4-7.fc34           fedora    1.1 M
16:52:35 #8 38.49  gsettings-desktop-schemas     x86_64   40.0-1.fc34             fedora    691 k
16:52:35 #8 38.49  hunspell                      x86_64   1.7.0-9.fc34            fedora    330 k
16:52:35 #8 38.49  hunspell-en-US                noarch   0.20140811.1-18.fc34    fedora    177 k
16:52:35 #8 38.49  hunspell-filesystem           x86_64   1.7.0-9.fc34            fedora    7.6 k
16:52:35 #8 38.49  info                          x86_64   6.7-10.fc34             fedora    227 k
16:52:35 #8 38.49  json-glib                     x86_64   1.6.6-1.fc34            updates   151 k
16:52:35 #8 38.49  kernel-srpm-macros            noarch   1.0-4.fc34              fedora    7.3 k
16:52:35 #8 38.49  less                          x86_64   581.2-1.fc34            updates   160 k
16:52:35 #8 38.49  libappstream-glib             x86_64   0.7.18-2.fc34           fedora    398 k
16:52:35 #8 38.49  libjpeg-turbo                 x86_64   2.0.90-2.fc34           fedora    176 k
16:52:35 #8 38.49  libpipeline                   x86_64   1.5.3-2.fc34            fedora     49 k
16:52:35 #8 38.49  libpkgconf                    x86_64   1.7.3-6.fc34            fedora     36 k
16:52:35 #8 38.49  libpng                        x86_64   2:1.6.37-10.fc34        fedora    119 k
16:52:35 #8 38.49  libproxy                      x86_64   0.4.15-30.fc34          fedora     72 k
16:52:35 #8 38.49  libsoup                       x86_64   2.72.0-6.fc34           fedora    397 k
16:52:35 #8 38.49  libstemmer                    x86_64   0-16.585svn.fc34        fedora     86 k
16:52:35 #8 38.49  lua-srpm-macros               noarch   1-4.fc34                fedora    8.3 k
16:52:35 #8 38.49  man-db                        x86_64   2.9.3-3.fc34            fedora    1.1 M
16:52:35 #8 38.49  ncurses                       x86_64   6.2-4.20200222.fc34     fedora    396 k
16:52:35 #8 38.49  nim-srpm-macros               noarch   3-4.fc34                fedora    8.4 k
16:52:35 #8 38.49  ocaml-srpm-macros             noarch   6-4.fc34                fedora    7.8 k
16:52:35 #8 38.49  openblas-srpm-macros          noarch   2-9.fc34                fedora    7.4 k
16:52:35 #8 38.49  patch                         x86_64   2.7.6-14.fc34           fedora    130 k
16:52:35 #8 38.49  perl-AutoLoader               noarch   5.74-477.fc34           updates    31 k
16:52:35 #8 38.49  perl-B                        x86_64   1.80-477.fc34           updates   189 k
16:52:35 #8 38.49  perl-Carp                     noarch   1.50-458.fc34           fedora     29 k
16:52:35 #8 38.49  perl-Class-Struct             noarch   0.66-477.fc34           updates    32 k
16:52:35 #8 38.49  perl-Data-Dumper              x86_64   2.174-460.fc34          fedora     56 k
16:52:35 #8 38.49  perl-Digest                   noarch   1.20-1.fc34             updates    25 k
16:52:35 #8 38.49  perl-Digest-MD5               x86_64   2.58-2.fc34             fedora     36 k
16:52:35 #8 38.49  perl-DynaLoader               x86_64   1.47-477.fc34           updates    36 k
16:52:35 #8 38.49  perl-Encode                   x86_64   4:3.12-460.fc34         updates   1.7 M
16:52:35 #8 38.49  perl-Errno                    x86_64   1.30-477.fc34           updates    25 k
16:52:35 #8 38.49  perl-Exporter                 noarch   5.74-459.fc34           fedora     32 k
16:52:35 #8 38.49  perl-Fcntl                    x86_64   1.13-477.fc34           updates    31 k
16:52:35 #8 38.49  perl-File-Basename            noarch   2.85-477.fc34           updates    27 k
16:52:35 #8 38.49  perl-File-Path                noarch   2.18-2.fc34             fedora     36 k
16:52:35 #8 38.49  perl-File-Temp                noarch   1:0.231.100-2.fc34      fedora     60 k
16:52:35 #8 38.49  perl-File-stat                noarch   1.09-477.fc34           updates    27 k
16:52:35 #8 38.49  perl-FileHandle               noarch   2.03-477.fc34           updates    26 k
16:52:35 #8 38.49  perl-Getopt-Long              noarch   1:2.52-2.fc34           fedora     61 k
16:52:35 #8 38.49  perl-Getopt-Std               noarch   1.12-477.fc34           updates    26 k
16:52:35 #8 38.49  perl-HTTP-Tiny                noarch   0.078-1.fc34            updates    55 k
16:52:35 #8 38.49  perl-IO                       x86_64   1.43-477.fc34           updates    97 k
16:52:35 #8 38.49  perl-IO-Socket-IP             noarch   0.41-3.fc34             fedora     43 k
16:52:35 #8 38.49  perl-IPC-Open3                noarch   1.21-477.fc34           updates    33 k
16:52:35 #8 38.49  perl-MIME-Base64              x86_64   3.16-2.fc34             fedora     30 k
16:52:35 #8 38.49  perl-Net-SSLeay               x86_64   1.90-2.fc34             fedora    357 k
16:52:35 #8 38.49  perl-POSIX                    x86_64   1.94-477.fc34           updates   107 k
16:52:35 #8 38.49  perl-PathTools                x86_64   3.78-459.fc34           fedora     86 k
16:52:35 #8 38.49  perl-Pod-Escapes              noarch   1:1.07-458.fc34         fedora     20 k
16:52:35 #8 38.49  perl-Pod-Perldoc              noarch   3.28.01-459.fc34        fedora     85 k
16:52:35 #8 38.49  perl-Pod-Simple               noarch   1:3.42-2.fc34           fedora    216 k
16:52:35 #8 38.49  perl-Pod-Usage                noarch   4:2.01-2.fc34           fedora     41 k
16:52:35 #8 38.49  perl-Scalar-List-Utils        x86_64   4:1.56-459.fc34         fedora     72 k
16:52:35 #8 38.49  perl-SelectSaver              noarch   1.02-477.fc34           updates    22 k
16:52:35 #8 38.49  perl-Socket                   x86_64   4:2.032-1.fc34          updates    54 k
16:52:35 #8 38.49  perl-Storable                 x86_64   1:3.21-458.fc34         fedora     97 k
16:52:35 #8 38.49  perl-Symbol                   noarch   1.08-477.fc34           updates    24 k
16:52:35 #8 38.49  perl-Term-ANSIColor           noarch   5.01-459.fc34           fedora     49 k
16:52:35 #8 38.49  perl-Term-Cap                 noarch   1.17-458.fc34           fedora     22 k
16:52:35 #8 38.49  perl-Text-ParseWords          noarch   3.30-458.fc34           fedora     16 k
16:52:35 #8 38.49  perl-Text-Tabs+Wrap           noarch   2021.0726-1.fc34        updates    22 k
16:52:35 #8 38.49  perl-Time-Local               noarch   2:1.300-5.fc34          fedora     34 k
16:52:35 #8 38.49  perl-URI                      noarch   5.09-1.fc34             fedora    109 k
16:52:35 #8 38.49  perl-base                     noarch   2.27-477.fc34           updates    26 k
16:52:35 #8 38.49  perl-constant                 noarch   1.33-459.fc34           fedora     23 k
16:52:35 #8 38.49  perl-if                       noarch   0.60.800-477.fc34       updates    24 k
16:52:35 #8 38.49  perl-interpreter              x86_64   4:5.32.1-477.fc34       updates    81 k
16:52:35 #8 38.49  perl-libnet                   noarch   3.13-2.fc34             fedora    127 k
16:52:35 #8 38.49  perl-libs                     x86_64   4:5.32.1-477.fc34       updates   2.0 M
16:52:35 #8 38.49  perl-mro                      x86_64   1.23-477.fc34           updates    38 k
16:52:35 #8 38.49  perl-overload                 noarch   1.31-477.fc34           updates    56 k
16:52:35 #8 38.49  perl-overloading              noarch   0.02-477.fc34           updates    23 k
16:52:35 #8 38.49  perl-parent                   noarch   1:0.238-458.fc34        fedora     14 k
16:52:35 #8 38.49  perl-podlators                noarch   1:4.14-458.fc34         fedora    113 k
16:52:35 #8 38.49  perl-srpm-macros              noarch   1-39.fc34               fedora    8.5 k
16:52:35 #8 38.49  perl-subs                     noarch   1.03-477.fc34           updates    22 k
16:52:35 #8 38.49  perl-vars                     noarch   1.05-477.fc34           updates    23 k
16:52:35 #8 38.49  pkgconf                       x86_64   1.7.3-6.fc34            fedora     41 k
16:52:35 #8 38.49  pkgconf-m4                    noarch   1.7.3-6.fc34            fedora     14 k
16:52:35 #8 38.49  pkgconf-pkg-config            x86_64   1.7.3-6.fc34            fedora     10 k
16:52:35 #8 38.49  python-srpm-macros            noarch   3.9-38.fc34             updates    20 k
16:52:35 #8 38.49  python3-dateutil              noarch   1:2.8.1-3.fc34          fedora    289 k
16:52:35 #8 38.49  python3-dbus                  x86_64   1.2.18-1.fc34           updates   132 k
16:52:35 #8 38.49  python3-distro                noarch   1.5.0-5.fc34            fedora     36 k
16:52:35 #8 38.49  python3-dnf-plugins-core      noarch   4.0.22-1.fc34           updates   210 k
16:52:35 #8 38.49  python3-enchant               noarch   3.2.1-1.fc34            updates    78 k
16:52:35 #8 38.49  python3-file-magic            noarch   5.39-6.fc34             updates    17 k
16:52:35 #8 38.49  python3-setuptools            noarch   53.0.0-2.fc34           updates   840 k
16:52:35 #8 38.49  python3-six                   noarch   1.15.0-5.fc34           fedora     36 k
16:52:35 #8 38.49  qt5-srpm-macros               noarch   5.15.2-2.fc34           fedora    8.4 k
16:52:35 #8 38.49  redhat-rpm-config             noarch   183-3.fc34              updates    65 k
16:52:35 #8 38.49  rpmautospec-rpm-macros        noarch   0.2.5-1.fc34            updates   9.9 k
16:52:35 #8 38.49  rust-srpm-macros              noarch   18-1.fc34               updates   9.2 k
16:52:35 #8 38.49  shared-mime-info              x86_64   2.1-2.fc34              fedora    374 k
16:52:35 #8 38.49  unzip                         x86_64   6.0-50.fc34             fedora    181 k
16:52:35 #8 38.49  xxhash-libs                   x86_64   0.8.0-3.fc34            updates    40 k
16:52:35 #8 38.49  xz                            x86_64   5.2.5-5.fc34            fedora    216 k
16:52:35 #8 38.49  zip                           x86_64   3.0-28.fc34             fedora    260 k
16:52:35 #8 38.49  zstd                          x86_64   1.5.0-1.fc34            updates   643 k
16:52:35 #8 38.49 Installing weak dependencies:
16:52:35 #8 38.49  abattis-cantarell-fonts       noarch   0.301-2.fc34            fedora    369 k
16:52:35 #8 38.49  adobe-source-code-pro-fonts   noarch   2.030.1.050-10.fc34     fedora    834 k
16:52:35 #8 38.49  hunspell-en-GB                noarch   0.20140811.1-18.fc34    fedora    225 k
16:52:35 #8 38.49  perl-IO-Socket-SSL            noarch   2.070-2.fc34            fedora    214 k
16:52:35 #8 38.49  perl-Mozilla-CA               noarch   20200520-4.fc34         fedora     12 k
16:52:35 #8 38.49  perl-NDBM_File                x86_64   1.15-477.fc34           updates    32 k
16:52:35 #8 38.49 
16:52:35 #8 38.49 Transaction Summary
16:52:35 #8 38.49 ================================================================================
16:52:35 #8 38.49 Install  135 Packages
16:52:35 #8 38.49 
16:52:36 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
16:52:36 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
16:52:36 #8 38.50 Total download size: 31 M
16:52:36 #8 38.50 Installed size: 117 M
16:52:36 #8 38.50 Downloading Packages:
16:52:36 #8 39.36 (1/135): adobe-source-code-pro-fonts-2.030.1.05 3.1 MB/s | 834 kB     00:00    
16:52:37 #8 39.37 (2/135): bzip2-1.0.8-6.fc34.x86_64.rpm          199 kB/s |  53 kB     00:00    
16:52:37 #8 39.40 (3/135): abattis-cantarell-fonts-0.301-2.fc34.n 1.2 MB/s | 369 kB     00:00    
16:52:37 #8 39.43 (4/135): dbus-libs-1.12.20-3.fc34.x86_64.rpm    2.3 MB/s | 151 kB     00:00    
16:52:37 #8 39.46 (5/135): cpio-2.13-10.fc34.x86_64.rpm           2.7 MB/s | 274 kB     00:00    
16:52:37 #8 39.47 (6/135): desktop-file-utils-0.26-3.fc34.x86_64. 1.0 MB/s |  74 kB     00:00    
16:52:37 #8 39.50 (7/135): diffutils-3.7-8.fc34.x86_64.rpm        5.7 MB/s | 391 kB     00:00    
16:52:37 #8 39.50 (8/135): ed-1.14.2-10.fc34.x86_64.rpm           2.2 MB/s |  75 kB     00:00    
16:52:37 #8 39.50 (9/135): dwz-0.14-1.fc34.x86_64.rpm             3.4 MB/s | 129 kB     00:00    
16:52:37 #8 39.51 (10/135): enchant-1.6.0-27.fc34.x86_64.rpm      6.2 MB/s |  59 kB     00:00    
16:52:37 #8 39.54 (11/135): findutils-4.8.0-2.fc34.x86_64.rpm      14 MB/s | 545 kB     00:00    
16:52:37 #8 39.54 (12/135): fonts-srpm-macros-2.0.5-5.fc34.noarch 790 kB/s |  27 kB     00:00    
16:52:37 #8 39.54 (13/135): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 217 kB/s | 7.7 kB     00:00    
16:52:37 #8 39.55 (14/135): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 921 kB/s | 7.8 kB     00:00    
16:52:37 #8 39.56 (15/135): gnat-srpm-macros-4-13.fc34.noarch.rpm 831 kB/s | 8.3 kB     00:00    
16:52:37 #8 39.61 (16/135): hunspell-1.7.0-9.fc34.x86_64.rpm      5.9 MB/s | 330 kB     00:00    
16:52:37 #8 39.65 (17/135): groff-base-1.22.4-7.fc34.x86_64.rpm   9.7 MB/s | 1.1 MB     00:00    
16:52:37 #8 39.68 (18/135): gsettings-desktop-schemas-40.0-1.fc34 5.0 MB/s | 691 kB     00:00    
16:52:37 #8 39.69 (19/135): hunspell-en-GB-0.20140811.1-18.fc34.n 2.8 MB/s | 225 kB     00:00    
16:52:37 #8 39.69 (20/135): hunspell-filesystem-1.7.0-9.fc34.x86_ 887 kB/s | 7.6 kB     00:00    
16:52:37 #8 39.70 (21/135): hunspell-en-US-0.20140811.1-18.fc34.n  12 MB/s | 177 kB     00:00    
16:52:37 #8 39.70 (22/135): info-6.7-10.fc34.x86_64.rpm            17 MB/s | 227 kB     00:00    
16:52:37 #8 39.70 (23/135): kernel-srpm-macros-1.0-4.fc34.noarch. 743 kB/s | 7.3 kB     00:00    
16:52:37 #8 39.71 (24/135): libpipeline-1.5.3-2.fc34.x86_64.rpm   8.0 MB/s |  49 kB     00:00    
16:52:37 #8 39.74 (25/135): libjpeg-turbo-2.0.90-2.fc34.x86_64.rp 4.8 MB/s | 176 kB     00:00    
16:52:37 #8 39.77 (26/135): libappstream-glib-0.7.18-2.fc34.x86_6 5.8 MB/s | 398 kB     00:00    
16:52:37 #8 39.77 (27/135): libpkgconf-1.7.3-6.fc34.x86_64.rpm    600 kB/s |  36 kB     00:00    
16:52:37 #8 39.78 (28/135): libpng-1.6.37-10.fc34.x86_64.rpm      3.2 MB/s | 119 kB     00:00    
16:52:37 #8 39.78 (29/135): libproxy-0.4.15-30.fc34.x86_64.rpm     11 MB/s |  72 kB     00:00    
16:52:37 #8 39.78 (30/135): libstemmer-0-16.585svn.fc34.x86_64.rp  12 MB/s |  86 kB     00:00    
16:52:37 #8 39.79 (31/135): lua-srpm-macros-1-4.fc34.noarch.rpm   1.3 MB/s | 8.3 kB     00:00    
16:52:37 #8 39.85 (32/135): man-db-2.9.3-3.fc34.x86_64.rpm         17 MB/s | 1.1 MB     00:00    
16:52:37 #8 39.89 (33/135): ncurses-6.2-4.20200222.fc34.x86_64.rp 3.8 MB/s | 396 kB     00:00    
16:52:37 #8 39.92 (34/135): libsoup-2.72.0-6.fc34.x86_64.rpm      2.7 MB/s | 397 kB     00:00    
16:52:37 #8 39.92 (35/135): nim-srpm-macros-3-4.fc34.noarch.rpm   119 kB/s | 8.4 kB     00:00    
16:52:37 #8 39.92 (36/135): ocaml-srpm-macros-6-4.fc34.noarch.rpm 224 kB/s | 7.8 kB     00:00    
16:52:37 #8 39.93 (37/135): openblas-srpm-macros-2-9.fc34.noarch. 1.3 MB/s | 7.4 kB     00:00    
16:52:37 #8 39.93 (38/135): patch-2.7.6-14.fc34.x86_64.rpm         12 MB/s | 130 kB     00:00    
16:52:37 #8 39.94 (39/135): perl-Carp-1.50-458.fc34.noarch.rpm    2.1 MB/s |  29 kB     00:00    
16:52:37 #8 39.94 (40/135): perl-Digest-MD5-2.58-2.fc34.x86_64.rp 3.5 MB/s |  36 kB     00:00    
16:52:37 #8 39.95 (41/135): perl-Data-Dumper-2.174-460.fc34.x86_6 3.0 MB/s |  56 kB     00:00    
16:52:37 #8 39.95 (42/135): perl-Exporter-5.74-459.fc34.noarch.rp 2.9 MB/s |  32 kB     00:00    
16:52:37 #8 39.95 (43/135): perl-File-Path-2.18-2.fc34.noarch.rpm 4.0 MB/s |  36 kB     00:00    
16:52:37 #8 39.96 (44/135): perl-File-Temp-0.231.100-2.fc34.noarc 6.3 MB/s |  60 kB     00:00    
16:52:37 #8 39.96 (45/135): perl-Getopt-Long-2.52-2.fc34.noarch.r 5.4 MB/s |  61 kB     00:00    
16:52:37 #8 39.97 (46/135): perl-IO-Socket-IP-0.41-3.fc34.noarch. 3.3 MB/s |  43 kB     00:00    
16:52:37 #8 39.97 (47/135): perl-IO-Socket-SSL-2.070-2.fc34.noarc  12 MB/s | 214 kB     00:00    
16:52:37 #8 39.98 (48/135): perl-Mozilla-CA-20200520-4.fc34.noarc 1.1 MB/s |  12 kB     00:00    
16:52:37 #8 39.98 (49/135): perl-MIME-Base64-3.16-2.fc34.x86_64.r 1.7 MB/s |  30 kB     00:00    
16:52:37 #8 40.01 (50/135): perl-Net-SSLeay-1.90-2.fc34.x86_64.rp  10 MB/s | 357 kB     00:00    
16:52:37 #8 40.01 (51/135): perl-PathTools-3.78-459.fc34.x86_64.r 2.3 MB/s |  86 kB     00:00    
16:52:37 #8 40.02 (52/135): perl-Pod-Escapes-1.07-458.fc34.noarch 579 kB/s |  20 kB     00:00    
16:52:37 #8 40.02 (53/135): perl-Pod-Perldoc-3.28.01-459.fc34.noa 7.1 MB/s |  85 kB     00:00    
16:52:37 #8 40.02 (54/135): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 4.7 MB/s |  41 kB     00:00    
16:52:37 #8 40.03 (55/135): perl-Scalar-List-Utils-1.56-459.fc34. 7.2 MB/s |  72 kB     00:00    
16:52:37 #8 40.04 (56/135): perl-Storable-3.21-458.fc34.x86_64.rp 8.7 MB/s |  97 kB     00:00    
16:52:37 #8 40.06 (57/135): perl-Pod-Simple-3.42-2.fc34.noarch.rp 4.3 MB/s | 216 kB     00:00    
16:52:37 #8 40.07 (58/135): perl-Term-ANSIColor-5.01-459.fc34.noa 1.3 MB/s |  49 kB     00:00    
16:52:37 #8 40.07 (59/135): perl-Term-Cap-1.17-458.fc34.noarch.rp 643 kB/s |  22 kB     00:00    
16:52:37 #8 40.08 (60/135): perl-Text-ParseWords-3.30-458.fc34.no 1.5 MB/s |  16 kB     00:00    
16:52:37 #8 40.08 (61/135): perl-URI-5.09-1.fc34.noarch.rpm        12 MB/s | 109 kB     00:00    
16:52:37 #8 40.08 (62/135): perl-Time-Local-1.300-5.fc34.noarch.r 2.8 MB/s |  34 kB     00:00    
16:52:37 #8 40.09 (63/135): perl-constant-1.33-459.fc34.noarch.rp 2.4 MB/s |  23 kB     00:00    
16:52:37 #8 40.09 (64/135): perl-libnet-3.13-2.fc34.noarch.rpm     12 MB/s | 127 kB     00:00    
16:52:37 #8 40.09 (65/135): perl-parent-0.238-458.fc34.noarch.rpm 1.3 MB/s |  14 kB     00:00    
16:52:37 #8 40.10 (66/135): perl-srpm-macros-1-39.fc34.noarch.rpm 1.4 MB/s | 8.5 kB     00:00    
16:52:37 #8 40.10 (67/135): perl-podlators-4.14-458.fc34.noarch.r 7.7 MB/s | 113 kB     00:00    
16:52:37 #8 40.10 (68/135): pkgconf-1.7.3-6.fc34.x86_64.rpm       5.0 MB/s |  41 kB     00:00    
16:52:37 #8 40.11 (69/135): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    1.8 MB/s |  14 kB     00:00    
16:52:37 #8 40.11 (70/135): pkgconf-pkg-config-1.7.3-6.fc34.x86_6 2.0 MB/s |  10 kB     00:00    
16:52:37 #8 40.11 (71/135): python3-distro-1.5.0-5.fc34.noarch.rp 6.0 MB/s |  36 kB     00:00    
16:52:37 #8 40.12 (72/135): python3-six-1.15.0-5.fc34.noarch.rpm  5.2 MB/s |  36 kB     00:00    
16:52:37 #8 40.14 (73/135): python3-dateutil-2.8.1-3.fc34.noarch. 7.1 MB/s | 289 kB     00:00    
16:52:37 #8 40.15 (74/135): qt5-srpm-macros-5.15.2-2.fc34.noarch. 255 kB/s | 8.4 kB     00:00    
16:52:37 #8 40.15 (75/135): rpm-build-4.16.1.3-1.fc34.x86_64.rpm  2.9 MB/s | 100 kB     00:00    
16:52:37 #8 40.19 (76/135): unzip-6.0-50.fc34.x86_64.rpm          4.3 MB/s | 181 kB     00:00    
16:52:37 #8 40.22 (77/135): shared-mime-info-2.1-2.fc34.x86_64.rp 4.9 MB/s | 374 kB     00:00    
16:52:37 #8 40.22 (78/135): xz-5.2.5-5.fc34.x86_64.rpm            2.8 MB/s | 216 kB     00:00    
16:52:37 #8 40.26 (79/135): zip-3.0-28.fc34.x86_64.rpm            3.7 MB/s | 260 kB     00:00    
16:52:37 #8 40.29 (80/135): binutils-gold-2.35.2-5.fc34.x86_64.rp  10 MB/s | 717 kB     00:00    
16:52:37 #8 40.30 (81/135): dnf-plugins-core-4.0.22-1.fc34.noarch 764 kB/s |  36 kB     00:00    
16:52:37 #8 40.37 (82/135): binutils-2.35.2-5.fc34.x86_64.rpm      39 MB/s | 5.5 MB     00:00    
16:52:37 #8 40.37 (83/135): efi-srpm-macros-5-4.fc34.noarch.rpm   289 kB/s |  22 kB     00:00    
16:52:37 #8 40.43 (84/135): elfutils-0.185-2.fc34.x86_64.rpm      4.0 MB/s | 517 kB     00:00    
16:52:38 #8 40.44 (85/135): elfutils-debuginfod-client-0.185-2.fc 541 kB/s |  36 kB     00:00    
16:52:38 #8 40.44 (86/135): emacs-filesystem-27.2-5.fc34.noarch.r 958 kB/s | 8.4 kB     00:00    
16:52:38 #8 40.44 (87/135): file-5.39-6.fc34.x86_64.rpm           3.9 MB/s |  50 kB     00:00    
16:52:38 #8 40.51 (88/135): gdb-minimal-10.2-3.fc34.x86_64.rpm     46 MB/s | 3.6 MB     00:00    
16:52:38 #8 40.52 (89/135): glib-networking-2.68.2-1.fc34.x86_64. 2.2 MB/s | 169 kB     00:00    
16:52:38 #8 40.55 (90/135): gdk-pixbuf2-2.42.6-1.fc34.x86_64.rpm  4.2 MB/s | 471 kB     00:00    
16:52:38 #8 40.55 (91/135): go-srpm-macros-3.0.10-1.fc34.noarch.r 646 kB/s |  25 kB     00:00    
16:52:38 #8 40.56 (92/135): json-glib-1.6.6-1.fc34.x86_64.rpm     3.8 MB/s | 151 kB     00:00    
16:52:38 #8 40.57 (93/135): perl-AutoLoader-5.74-477.fc34.noarch. 2.9 MB/s |  31 kB     00:00    
16:52:38 #8 40.57 (94/135): less-581.2-1.fc34.x86_64.rpm           10 MB/s | 160 kB     00:00    
16:52:38 #8 40.57 (95/135): perl-B-1.80-477.fc34.x86_64.rpm        13 MB/s | 189 kB     00:00    
16:52:38 #8 40.58 (96/135): perl-Class-Struct-0.66-477.fc34.noarc 3.2 MB/s |  32 kB     00:00    
16:52:38 #8 40.59 (97/135): perl-Digest-1.20-1.fc34.noarch.rpm    2.2 MB/s |  25 kB     00:00    
16:52:38 #8 40.59 (98/135): perl-Errno-1.30-477.fc34.x86_64.rpm   3.8 MB/s |  25 kB     00:00    
16:52:38 #8 40.60 (99/135): perl-Fcntl-1.13-477.fc34.x86_64.rpm   4.0 MB/s |  31 kB     00:00    
16:52:38 #8 40.60 (100/135): perl-DynaLoader-1.47-477.fc34.x86_64 1.2 MB/s |  36 kB     00:00    
16:52:38 #8 40.61 (101/135): perl-File-Basename-2.85-477.fc34.noa 2.9 MB/s |  27 kB     00:00    
16:52:38 #8 40.61 (102/135): perl-File-stat-1.09-477.fc34.noarch. 2.9 MB/s |  27 kB     00:00    
16:52:38 #8 40.63 (103/135): perl-FileHandle-2.03-477.fc34.noarch 1.7 MB/s |  26 kB     00:00    
16:52:38 #8 40.63 (104/135): perl-Getopt-Std-1.12-477.fc34.noarch 1.6 MB/s |  26 kB     00:00    
16:52:38 #8 40.67 (105/135): perl-Encode-3.12-460.fc34.x86_64.rpm  18 MB/s | 1.7 MB     00:00    
16:52:38 #8 40.67 (106/135): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 1.1 MB/s |  55 kB     00:00    
16:52:38 #8 40.68 (107/135): perl-IO-1.43-477.fc34.x86_64.rpm     2.1 MB/s |  97 kB     00:00    
16:52:38 #8 40.68 (108/135): perl-IPC-Open3-1.21-477.fc34.noarch. 3.8 MB/s |  33 kB     00:00    
16:52:38 #8 40.68 (109/135): perl-NDBM_File-1.15-477.fc34.x86_64. 3.7 MB/s |  32 kB     00:00    
16:52:38 #8 40.69 (110/135): perl-SelectSaver-1.02-477.fc34.noarc 2.5 MB/s |  22 kB     00:00    
16:52:38 #8 40.69 (111/135): perl-POSIX-1.94-477.fc34.x86_64.rpm  6.9 MB/s | 107 kB     00:00    
16:52:38 #8 40.70 (112/135): perl-Symbol-1.08-477.fc34.noarch.rpm 2.3 MB/s |  24 kB     00:00    
16:52:38 #8 40.70 (113/135): perl-Text-Tabs+Wrap-2021.0726-1.fc34 2.2 MB/s |  22 kB     00:00    
16:52:38 #8 40.70 (114/135): perl-Socket-2.032-1.fc34.x86_64.rpm  2.8 MB/s |  54 kB     00:00    
16:52:38 #8 40.71 (115/135): perl-interpreter-5.32.1-477.fc34.x86 9.5 MB/s |  81 kB     00:00    
16:52:38 #8 40.72 (116/135): perl-if-0.60.800-477.fc34.noarch.rpm 1.7 MB/s |  24 kB     00:00    
16:52:38 #8 40.72 (117/135): perl-mro-1.23-477.fc34.x86_64.rpm    4.5 MB/s |  38 kB     00:00    
16:52:38 #8 40.74 (118/135): perl-overload-1.31-477.fc34.noarch.r 3.8 MB/s |  56 kB     00:00    
16:52:38 #8 40.75 (119/135): perl-overloading-0.02-477.fc34.noarc 3.4 MB/s |  23 kB     00:00    
16:52:38 #8 40.76 (120/135): perl-subs-1.03-477.fc34.noarch.rpm   2.2 MB/s |  22 kB     00:00    
16:52:38 #8 40.78 (121/135): perl-vars-1.05-477.fc34.noarch.rpm   1.2 MB/s |  23 kB     00:00    
16:52:38 #8 40.83 (122/135): perl-libs-5.32.1-477.fc34.x86_64.rpm  18 MB/s | 2.0 MB     00:00    
16:52:38 #8 40.83 (123/135): python-srpm-macros-3.9-38.fc34.noarc 383 kB/s |  20 kB     00:00    
16:52:38 #8 40.83 (124/135): perl-base-2.27-477.fc34.noarch.rpm   197 kB/s |  26 kB     00:00    
16:52:38 #8 40.84 (125/135): python3-enchant-3.2.1-1.fc34.noarch.  12 MB/s |  78 kB     00:00    
16:52:38 #8 40.84 (126/135): python3-dbus-1.2.18-1.fc34.x86_64.rp 8.1 MB/s | 132 kB     00:00    
16:52:38 #8 40.85 (127/135): python3-dnf-plugins-core-4.0.22-1.fc  12 MB/s | 210 kB     00:00    
16:52:38 #8 40.85 (128/135): python3-file-magic-5.39-6.fc34.noarc 1.8 MB/s |  17 kB     00:00    
16:52:38 #8 40.86 (129/135): rpmautospec-rpm-macros-0.2.5-1.fc34. 2.0 MB/s | 9.9 kB     00:00    
16:52:38 #8 40.86 (130/135): redhat-rpm-config-183-3.fc34.noarch. 7.7 MB/s |  65 kB     00:00    
16:52:38 #8 40.90 (131/135): rpmlint-1.11-19.fc34.noarch.rpm      4.1 MB/s | 185 kB     00:00    
16:52:38 go: downloading github.com/spf13/cobra v1.0.0
16:52:38 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
16:52:38 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:52:38 go: downloading github.com/docker/go-connections v0.4.0
16:52:38 go: downloading github.com/sirupsen/logrus v1.4.2
16:52:38 go: downloading github.com/spf13/pflag v1.0.3
16:52:38 go: downloading github.com/theupdateframework/notary v0.6.1
16:52:38 #8 40.93 (132/135): python3-setuptools-53.0.0-2.fc34.noa 9.2 MB/s | 840 kB     00:00    
16:52:38 #8 40.93 (133/135): rust-srpm-macros-18-1.fc34.noarch.rp 124 kB/s | 9.2 kB     00:00    
16:52:38 #8 40.94 (134/135): xxhash-libs-0.8.0-3.fc34.x86_64.rpm  1.1 MB/s |  40 kB     00:00    
16:52:38 #8 40.98 (135/135): zstd-1.5.0-1.fc34.x86_64.rpm          15 MB/s | 643 kB     00:00    
16:52:38 #8 40.98 --------------------------------------------------------------------------------
16:52:38 #8 40.98 Total                                            12 MB/s |  31 MB     00:02     
16:52:39 go: downloading github.com/opencontainers/image-spec v1.0.1
16:52:39 go: downloading github.com/docker/go-units v0.4.0
16:52:39 go: downloading github.com/Masterminds/semver/v3 v3.1.0
16:52:39 go: downloading github.com/google/uuid v1.1.1
16:52:39 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:52:39 go: downloading github.com/opencontainers/go-digest v1.0.0
16:52:39 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
16:52:39 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
16:52:40 go: downloading github.com/docker/go v1.5.1-1
16:52:40 #8 42.61 Running transaction check
16:52:40 #8 42.70 Transaction check succeeded.
16:52:40 #8 42.70 Running transaction test
16:52:40 #8 43.14 Transaction test succeeded.
16:52:40 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
16:52:40 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
16:52:40 #8 43.14 Running transaction
16:52:41 go: downloading github.com/morikuni/aec v1.0.0
16:52:41 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
16:52:41 go: downloading github.com/containerd/containerd v1.3.4
16:52:41 go: downloading google.golang.org/grpc v1.23.1
16:52:41 #31 87.68 # github.com/containerd/containerd/cmd/containerd
16:52:41 #31 87.68 /usr/bin/ld: /tmp/go-link-409605454/000019.o: in function `New':
16:52:41 #31 87.68 /tmp/tmp.Ip4yxzMLXm/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
16:52:41 #31 87.75 + bin/containerd-stress
16:52:41 #31 88.87 + bin/containerd-shim
16:52:41 #8 43.90   Preparing        :                                                        1/1 
16:52:41 #8 43.93   Installing       : file-5.39-6.fc34.x86_64                              1/135 
16:52:41 #8 43.96   Installing       : elfutils-debuginfod-client-0.185-2.fc34.x86_64       2/135 
16:52:41 #8 43.98   Installing       : binutils-gold-2.35.2-5.fc34.x86_64                   3/135 
16:52:41 #8 44.11   Installing       : binutils-2.35.2-5.fc34.x86_64                        4/135 
16:52:41 #8 44.14   Running scriptlet: binutils-2.35.2-5.fc34.x86_64                        4/135 
16:52:41 #8 44.16   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      5/135 
16:52:41 #8 44.20   Installing       : groff-base-1.22.4-7.fc34.x86_64                      5/135 
16:52:41 #8 44.25   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      5/135 
16:52:41 #8 44.26   Installing       : xz-5.2.5-5.fc34.x86_64                               6/135 
16:52:41 #8 44.30   Installing       : unzip-6.0-50.fc34.x86_64                             7/135 
16:52:41 #8 44.31   Installing       : findutils-1:4.8.0-2.fc34.x86_64                      8/135 
16:52:41 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
16:52:41 #8 44.35   Installing       : cpio-2.13-10.fc34.x86_64                             9/135 
16:52:41 #8 44.36   Installing       : bzip2-1.0.8-6.fc34.x86_64                           10/135 
16:52:41 #8 44.39   Installing       : zip-3.0-28.fc34.x86_64                              11/135 
16:52:41 #8 44.41   Installing       : elfutils-0.185-2.fc34.x86_64                        12/135 
16:52:41 #8 44.45   Installing       : python3-file-magic-5.39-6.fc34.noarch               13/135 
16:52:41 #8 44.49   Installing       : zstd-1.5.0-1.fc34.x86_64                            14/135 
16:52:41 #8 44.50   Installing       : xxhash-libs-0.8.0-3.fc34.x86_64                     15/135 
16:52:42 #8 44.60   Installing       : gdb-minimal-10.2-3.fc34.x86_64                      16/135 
16:52:42 #8 44.60   Installing       : rust-srpm-macros-18-1.fc34.noarch                   17/135 
16:52:42 #8 44.61   Installing       : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch          18/135 
16:52:42 #8 44.66   Installing       : python3-setuptools-53.0.0-2.fc34.noarch             19/135 
16:52:42 #8 44.69   Installing       : python3-distro-1.5.0-5.fc34.noarch                  20/135 
16:52:42 #8 44.73   Installing       : less-581.2-1.fc34.x86_64                            21/135 
16:52:42 #8 44.73   Installing       : json-glib-1.6.6-1.fc34.x86_64                       22/135 
16:52:42 #8 44.77   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               23/135 
16:52:42 #8 44.77   Installing       : desktop-file-utils-0.26-3.fc34.x86_64               24/135 
16:52:42 #8 44.80   Installing       : efi-srpm-macros-5-4.fc34.noarch                     25/135 
16:52:42 #8 44.82   Installing       : shared-mime-info-2.1-2.fc34.x86_64                  26/135 
16:52:42 #8 44.86   Running scriptlet: shared-mime-info-2.1-2.fc34.x86_64                  26/135 
16:52:42 #8 44.87   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                27/135 
16:52:42 #8 44.87   Installing       : python3-six-1.15.0-5.fc34.noarch                    28/135 
16:52:42 #8 44.91   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              29/135 
16:52:42 #8 44.92   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      30/135 
16:52:42 #8 44.92   Installing       : perl-srpm-macros-1-39.fc34.noarch                   31/135 
16:52:42 #8 44.93   Installing       : openblas-srpm-macros-2-9.fc34.noarch                32/135 
16:52:42 #8 44.95   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   33/135 
16:52:42 #8 44.95   Installing       : nim-srpm-macros-3-4.fc34.noarch                     34/135 
16:52:42 #8 44.96   Installing       : ncurses-6.2-4.20200222.fc34.x86_64                  35/135 
16:52:42 #8 44.99   Installing       : perl-Digest-1.20-1.fc34.noarch                      36/135 
16:52:42 #8 44.99   Installing       : perl-Digest-MD5-2.58-2.fc34.x86_64                  37/135 
16:52:42 #8 45.00   Installing       : perl-B-1.80-477.fc34.x86_64                         38/135 
16:52:42 #8 45.04   Installing       : perl-FileHandle-2.03-477.fc34.noarch                39/135 
16:52:42 #8 45.04   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                40/135 
16:52:42 #8 45.05   Installing       : perl-Data-Dumper-2.174-460.fc34.x86_64              41/135 
16:52:42 #8 45.08   Installing       : perl-libnet-3.13-2.fc34.noarch                      42/135 
16:52:42 #8 45.08   Installing       : perl-base-2.27-477.fc34.noarch                      43/135 
16:52:42 #8 45.12   Installing       : perl-URI-5.09-1.fc34.noarch                         44/135 
16:52:42 #8 45.13   Installing       : perl-Net-SSLeay-1.90-2.fc34.x86_64                  45/135 
16:52:42 #8 45.16   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               46/135 
16:52:42 #8 45.20   Installing       : perl-Mozilla-CA-20200520-4.fc34.noarch              47/135 
16:52:42 #8 45.20   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         48/135 
16:52:42 #8 45.21   Installing       : perl-if-0.60.800-477.fc34.noarch                    49/135 
16:52:42 #8 45.21   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                50/135 
16:52:42 #8 45.25   Installing       : perl-File-Path-2.18-2.fc34.noarch                   51/135 
16:52:42 #8 45.25   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              52/135 
16:52:42 #8 45.28   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             53/135 
16:52:42 #8 45.29   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            54/135 
16:52:42 #8 45.29   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              55/135 
16:52:42 go: downloading github.com/docker/docker-credential-helpers v0.6.3
16:52:42 go: downloading github.com/gorilla/mux v1.7.4
16:52:42 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
16:52:43 #8 45.33   Installing       : perl-POSIX-1.94-477.fc34.x86_64                     56/135 
16:52:43 #8 45.33   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 57/135 
16:52:43 #8 45.33   Installing       : perl-subs-1.03-477.fc34.noarch                      58/135 
16:52:43 #8 45.37   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            59/135 
16:52:43 #8 45.37   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  60/135 
16:52:43 #8 45.38   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                61/135 
16:52:43 #8 45.41   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  62/135 
16:52:43 #8 45.41   Installing       : perl-Socket-4:2.032-1.fc34.x86_64                   63/135 
16:52:43 #8 45.44   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               64/135 
16:52:43 #8 45.44   Installing       : perl-Symbol-1.08-477.fc34.noarch                    65/135 
16:52:43 #8 45.45   Installing       : perl-File-stat-1.09-477.fc34.noarch                 66/135 
16:52:43 #8 45.45   Installing       : perl-podlators-1:4.14-458.fc34.noarch               67/135 
16:52:43 #8 45.49   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            68/135 
16:52:43 #8 45.50   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           69/135 
16:52:43 #8 45.54   Installing       : perl-Fcntl-1.13-477.fc34.x86_64                     70/135 
16:52:43 #8 45.54   Installing       : perl-mro-1.23-477.fc34.x86_64                       71/135 
16:52:43 #8 45.55   Installing       : perl-IO-1.43-477.fc34.x86_64                        72/135 
16:52:43 #8 45.58   Installing       : perl-overloading-0.02-477.fc34.noarch               73/135 
16:52:43 #8 45.58   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 74/135 
16:52:43 #8 45.61   Installing       : perl-MIME-Base64-3.16-2.fc34.x86_64                 75/135 
16:52:43 #8 45.62   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       76/135 
16:52:43 go: downloading github.com/gogo/protobuf v1.3.1
16:52:43 #8 45.66   Installing       : perl-constant-1.33-459.fc34.noarch                  77/135 
16:52:43 #8 45.66   Installing       : perl-parent-1:0.238-458.fc34.noarch                 78/135 
16:52:43 #8 45.67   Installing       : perl-Errno-1.30-477.fc34.x86_64                     79/135 
16:52:43 #8 45.67   Installing       : perl-File-Basename-2.85-477.fc34.noarch             80/135 
16:52:43 #8 45.70   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                81/135 
16:52:43 #8 45.71   Installing       : perl-Storable-1:3.21-458.fc34.x86_64                82/135 
16:52:43 #8 45.71   Installing       : perl-overload-1.31-477.fc34.noarch                  83/135 
16:52:43 #8 45.74   Installing       : perl-vars-1.05-477.fc34.noarch                      84/135 
16:52:43 #8 45.75   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               85/135 
16:52:43 #8 45.75   Installing       : perl-Carp-1.50-458.fc34.noarch                      86/135 
16:52:43 #8 45.78   Installing       : perl-Exporter-5.74-459.fc34.noarch                  87/135 
16:52:43 #8 45.79   Installing       : perl-DynaLoader-1.47-477.fc34.x86_64                88/135 
16:52:43 #8 45.79   Installing       : perl-PathTools-3.78-459.fc34.x86_64                 89/135 
16:52:43 #8 45.83   Installing       : perl-NDBM_File-1.15-477.fc34.x86_64                 90/135 
16:52:43 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:52:43 go: downloading github.com/golang/protobuf v1.3.2
16:52:43 #8 45.89   Installing       : perl-Encode-4:3.12-460.fc34.x86_64                  91/135 
16:52:43 #8 46.01   Installing       : perl-libs-4:5.32.1-477.fc34.x86_64                  92/135 
16:52:43 #8 46.05   Installing       : perl-interpreter-4:5.32.1-477.fc34.x86_64           93/135 
16:52:43 #8 46.05   Installing       : lua-srpm-macros-1-4.fc34.noarch                     94/135 
16:52:43 #8 46.06   Installing       : libstemmer-0-16.585svn.fc34.x86_64                  95/135 
16:52:43 #8 46.08   Installing       : libproxy-0.4.15-30.fc34.x86_64                      96/135 
16:52:43 #8 46.09   Installing       : libpng-2:1.6.37-10.fc34.x86_64                      97/135 
16:52:43 #8 46.10   Installing       : libpkgconf-1.7.3-6.fc34.x86_64                      98/135 
16:52:43 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
16:52:43 #8 46.13   Installing       : pkgconf-1.7.3-6.fc34.x86_64                         99/135 
16:52:43 #8 46.14   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.x86_64             100/135 
16:52:43 #8 46.17   Installing       : libpipeline-1.5.3-2.fc34.x86_64                    101/135 
16:52:43 #8 46.17   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         102/135 
16:52:43 #8 46.20   Installing       : man-db-2.9.3-3.fc34.x86_64                         102/135 
16:52:43 #8 46.24   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         102/135 
16:52:43 #8 46.25   Installing       : libjpeg-turbo-2.0.90-2.fc34.x86_64                 103/135 
16:52:43 #8 46.29   Installing       : gdk-pixbuf2-2.42.6-1.fc34.x86_64                   104/135 
16:52:43 #8 46.33   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               105/135 
16:52:44 #8 46.34   Installing       : info-6.7-10.fc34.x86_64                            106/135 
16:52:44 #8 46.35   Installing       : ed-1.14.2-10.fc34.x86_64                           107/135 
16:52:44 #8 46.38   Installing       : patch-2.7.6-14.fc34.x86_64                         108/135 
16:52:44 #8 46.39   Installing       : hunspell-filesystem-1.7.0-9.fc34.x86_64            109/135 
16:52:44 #8 46.39   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         110/135 
16:52:44 #8 46.43   Installing       : hunspell-1.7.0-9.fc34.x86_64                       111/135 
16:52:44 #8 46.43   Installing       : enchant-1:1.6.0-27.fc34.x86_64                     112/135 
16:52:44 #8 46.49   Installing       : python3-enchant-3.2.1-1.fc34.noarch                113/135 
16:52:44 #8 46.50   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  114/135 
16:52:44 #8 46.53   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                115/135 
16:52:44 #8 46.54   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  116/135 
16:52:44 #8 46.54   Installing       : dwz-0.14-1.fc34.x86_64                             117/135 
16:52:44 #8 46.55   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            118/135 
16:52:44 #8 46.58   Installing       : go-srpm-macros-3.0.10-1.fc34.noarch                119/135 
16:52:44 #8 46.59   Installing       : python-srpm-macros-3.9-38.fc34.noarch              120/135 
16:52:44 #8 46.59   Installing       : redhat-rpm-config-183-3.fc34.noarch                121/135 
16:52:44 #8 46.63   Installing       : diffutils-3.7-8.fc34.x86_64                        122/135 
16:52:44 #8 46.63   Installing       : dbus-libs-1:1.12.20-3.fc34.x86_64                  123/135 
16:52:44 #8 46.67   Installing       : python3-dbus-1.2.18-1.fc34.x86_64                  124/135 
16:52:44 #8 46.68   Installing       : python3-dnf-plugins-core-4.0.22-1.fc34.noarch      125/135 
16:52:44 #8 46.73   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   126/135 
16:52:44 #8 46.76   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        127/135 
16:52:44 #8 46.78   Installing       : gsettings-desktop-schemas-40.0-1.fc34.x86_64       128/135 
16:52:44 #8 46.81   Installing       : glib-networking-2.68.2-1.fc34.x86_64               129/135 
16:52:44 #8 46.82   Installing       : libsoup-2.72.0-6.fc34.x86_64                       130/135 
16:52:44 #8 46.86   Installing       : libappstream-glib-0.7.18-2.fc34.x86_64             131/135 
16:52:44 #8 46.90   Installing       : rpmlint-1.11-19.fc34.noarch                        132/135 
16:52:44 #8 46.94   Installing       : dnf-plugins-core-4.0.22-1.fc34.noarch              133/135 
16:52:44 #8 46.97   Installing       : rpm-build-4.16.1.3-1.fc34.x86_64                   134/135 
16:52:44 #8 47.01   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
16:52:44 go: downloading github.com/docker/go-metrics v0.0.1
16:52:44 go: downloading github.com/prometheus/client_golang v1.1.0
16:52:44 go: downloading github.com/beorn7/perks v1.0.1
16:52:44 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16:52:44 go: downloading github.com/prometheus/common v0.6.0
16:52:44 go: downloading github.com/prometheus/procfs v0.0.3
16:52:45 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:52:47 #8 47.04   Running scriptlet: hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
16:52:47 #8 49.97   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/135 
16:52:47 #8 49.97   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/135 
16:52:47 #8 49.97   Verifying        : bzip2-1.0.8-6.fc34.x86_64                            3/135 
16:52:47 #8 49.97   Verifying        : cpio-2.13-10.fc34.x86_64                             4/135 
16:52:47 #8 49.97   Verifying        : dbus-libs-1:1.12.20-3.fc34.x86_64                    5/135 
16:52:47 #8 49.97   Verifying        : desktop-file-utils-0.26-3.fc34.x86_64                6/135 
16:52:47 #8 49.97   Verifying        : diffutils-3.7-8.fc34.x86_64                          7/135 
16:52:47 #8 49.97   Verifying        : dwz-0.14-1.fc34.x86_64                               8/135 
16:52:47 #8 49.97   Verifying        : ed-1.14.2-10.fc34.x86_64                             9/135 
16:52:47 #8 49.97   Verifying        : enchant-1:1.6.0-27.fc34.x86_64                      10/135 
16:52:47 #8 49.97   Verifying        : findutils-1:4.8.0-2.fc34.x86_64                     11/135 
16:52:47 #8 49.97   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/135 
16:52:47 #8 49.97   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/135 
16:52:47 #8 49.97   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/135 
16:52:47 #8 49.97   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/135 
16:52:47 #8 49.97   Verifying        : groff-base-1.22.4-7.fc34.x86_64                     16/135 
16:52:47 #8 49.97   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.x86_64        17/135 
16:52:47 #8 49.97   Verifying        : hunspell-1.7.0-9.fc34.x86_64                        18/135 
16:52:47 #8 49.97   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/135 
16:52:47 #8 49.97   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/135 
16:52:47 #8 49.97   Verifying        : hunspell-filesystem-1.7.0-9.fc34.x86_64             21/135 
16:52:47 #8 49.97   Verifying        : info-6.7-10.fc34.x86_64                             22/135 
16:52:47 #8 49.97   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/135 
16:52:47 #8 49.97   Verifying        : libappstream-glib-0.7.18-2.fc34.x86_64              24/135 
16:52:47 #8 49.97   Verifying        : libjpeg-turbo-2.0.90-2.fc34.x86_64                  25/135 
16:52:47 #8 49.97   Verifying        : libpipeline-1.5.3-2.fc34.x86_64                     26/135 
16:52:47 #8 49.97   Verifying        : libpkgconf-1.7.3-6.fc34.x86_64                      27/135 
16:52:47 #8 49.97   Verifying        : libpng-2:1.6.37-10.fc34.x86_64                      28/135 
16:52:47 #8 49.97   Verifying        : libproxy-0.4.15-30.fc34.x86_64                      29/135 
16:52:47 #8 49.97   Verifying        : libsoup-2.72.0-6.fc34.x86_64                        30/135 
16:52:47 #8 49.97   Verifying        : libstemmer-0-16.585svn.fc34.x86_64                  31/135 
16:52:47 #8 49.97   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     32/135 
16:52:47 #8 49.97   Verifying        : man-db-2.9.3-3.fc34.x86_64                          33/135 
16:52:47 #8 49.97   Verifying        : ncurses-6.2-4.20200222.fc34.x86_64                  34/135 
16:52:47 #8 49.98   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     35/135 
16:52:47 #8 49.98   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   36/135 
16:52:47 #8 49.98   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                37/135 
16:52:47 #8 49.98   Verifying        : patch-2.7.6-14.fc34.x86_64                          38/135 
16:52:47 #8 49.98   Verifying        : perl-Carp-1.50-458.fc34.noarch                      39/135 
16:52:47 #8 49.98   Verifying        : perl-Data-Dumper-2.174-460.fc34.x86_64              40/135 
16:52:47 #8 49.98   Verifying        : perl-Digest-MD5-2.58-2.fc34.x86_64                  41/135 
16:52:47 #8 49.98   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  42/135 
16:52:47 #8 49.98   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   43/135 
16:52:47 #8 49.98   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            44/135 
16:52:47 #8 49.98   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               45/135 
16:52:47 #8 49.98   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                46/135 
16:52:47 #8 49.98   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              47/135 
16:52:47 #8 49.98   Verifying        : perl-MIME-Base64-3.16-2.fc34.x86_64                 48/135 
16:52:47 #8 49.98   Verifying        : perl-Mozilla-CA-20200520-4.fc34.noarch              49/135 
16:52:47 #8 49.98   Verifying        : perl-Net-SSLeay-1.90-2.fc34.x86_64                  50/135 
16:52:47 #8 49.98   Verifying        : perl-PathTools-3.78-459.fc34.x86_64                 51/135 
16:52:47 #8 49.98   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             52/135 
16:52:47 #8 49.98   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            53/135 
16:52:47 #8 49.98   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                54/135 
16:52:47 #8 49.98   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 55/135 
16:52:47 #8 49.98   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       56/135 
16:52:47 #8 49.98   Verifying        : perl-Storable-1:3.21-458.fc34.x86_64                57/135 
16:52:47 #8 49.98   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            58/135 
16:52:47 #8 49.98   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  59/135 
16:52:47 #8 49.98   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           60/135 
16:52:47 #8 49.98   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               61/135 
16:52:47 #8 49.98   Verifying        : perl-URI-5.09-1.fc34.noarch                         62/135 
16:52:47 #8 49.98   Verifying        : perl-constant-1.33-459.fc34.noarch                  63/135 
16:52:47 #8 49.98   Verifying        : perl-libnet-3.13-2.fc34.noarch                      64/135 
16:52:47 #8 49.98   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 65/135 
16:52:47 #8 49.98   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               66/135 
16:52:47 #8 49.98   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   67/135 
16:52:47 #8 49.98   Verifying        : pkgconf-1.7.3-6.fc34.x86_64                         68/135 
16:52:47 #8 49.98   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      69/135 
16:52:47 #8 49.98   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.x86_64              70/135 
16:52:47 #8 49.98   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              71/135 
16:52:47 #8 49.98   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  72/135 
16:52:47 #8 49.98   Verifying        : python3-six-1.15.0-5.fc34.noarch                    73/135 
16:52:47 #8 49.98   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                74/135 
16:52:47 #8 49.98   Verifying        : rpm-build-4.16.1.3-1.fc34.x86_64                    75/135 
16:52:47 #8 49.98   Verifying        : shared-mime-info-2.1-2.fc34.x86_64                  76/135 
16:52:47 #8 49.98   Verifying        : unzip-6.0-50.fc34.x86_64                            77/135 
16:52:47 #8 49.98   Verifying        : xz-5.2.5-5.fc34.x86_64                              78/135 
16:52:47 #8 49.98   Verifying        : zip-3.0-28.fc34.x86_64                              79/135 
16:52:47 #8 49.98   Verifying        : binutils-2.35.2-5.fc34.x86_64                       80/135 
16:52:47 #8 49.98   Verifying        : binutils-gold-2.35.2-5.fc34.x86_64                  81/135 
16:52:47 #8 49.98   Verifying        : dnf-plugins-core-4.0.22-1.fc34.noarch               82/135 
16:52:47 #8 49.98   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     83/135 
16:52:47 #8 49.98   Verifying        : elfutils-0.185-2.fc34.x86_64                        84/135 
16:52:47 #8 49.98   Verifying        : elfutils-debuginfod-client-0.185-2.fc34.x86_64      85/135 
16:52:47 #8 49.98   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               86/135 
16:52:47 #8 49.98   Verifying        : file-5.39-6.fc34.x86_64                             87/135 
16:52:47 #8 49.98   Verifying        : gdb-minimal-10.2-3.fc34.x86_64                      88/135 
16:52:47 #8 49.98   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    89/135 
16:52:47 #8 49.98   Verifying        : glib-networking-2.68.2-1.fc34.x86_64                90/135 
16:52:47 #8 49.98   Verifying        : go-srpm-macros-3.0.10-1.fc34.noarch                 91/135 
16:52:47 #8 49.98   Verifying        : json-glib-1.6.6-1.fc34.x86_64                       92/135 
16:52:47 #8 49.98   Verifying        : less-581.2-1.fc34.x86_64                            93/135 
16:52:47 #8 49.98   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                94/135 
16:52:47 #8 49.98   Verifying        : perl-B-1.80-477.fc34.x86_64                         95/135 
16:52:47 #8 49.98   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              96/135 
16:52:47 #8 49.98   Verifying        : perl-Digest-1.20-1.fc34.noarch                      97/135 
16:52:47 #8 49.98   Verifying        : perl-DynaLoader-1.47-477.fc34.x86_64                98/135 
16:52:47 #8 49.98   Verifying        : perl-Encode-4:3.12-460.fc34.x86_64                  99/135 
16:52:47 #8 49.98   Verifying        : perl-Errno-1.30-477.fc34.x86_64                    100/135 
16:52:47 #8 49.98   Verifying        : perl-Fcntl-1.13-477.fc34.x86_64                    101/135 
16:52:47 #8 49.98   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            102/135 
16:52:47 #8 49.98   Verifying        : perl-File-stat-1.09-477.fc34.noarch                103/135 
16:52:47 #8 49.98   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               104/135 
16:52:47 #8 49.98   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               105/135 
16:52:47 #8 49.98   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 106/135 
16:52:47 #8 49.98   Verifying        : perl-IO-1.43-477.fc34.x86_64                       107/135 
16:52:47 #8 49.98   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                108/135 
16:52:47 #8 49.98   Verifying        : perl-NDBM_File-1.15-477.fc34.x86_64                109/135 
16:52:47 #8 49.98   Verifying        : perl-POSIX-1.94-477.fc34.x86_64                    110/135 
16:52:47 #8 49.98   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/135 
16:52:47 #8 49.98   Verifying        : perl-Socket-4:2.032-1.fc34.x86_64                  112/135 
16:52:47 #8 49.98   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/135 
16:52:47 #8 49.98   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/135 
16:52:47 #8 49.98   Verifying        : perl-base-2.27-477.fc34.noarch                     115/135 
16:52:47 #8 49.98   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/135 
16:52:47 #8 49.98   Verifying        : perl-interpreter-4:5.32.1-477.fc34.x86_64          117/135 
16:52:47 #8 49.98   Verifying        : perl-libs-4:5.32.1-477.fc34.x86_64                 118/135 
16:52:47 #8 49.98   Verifying        : perl-mro-1.23-477.fc34.x86_64                      119/135 
16:52:47 #8 49.98   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/135 
16:52:47 #8 49.98   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/135 
16:52:47 #8 49.98   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/135 
16:52:47 #8 49.98   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/135 
16:52:47 #8 49.98   Verifying        : python-srpm-macros-3.9-38.fc34.noarch              124/135 
16:52:47 #8 49.98   Verifying        : python3-dbus-1.2.18-1.fc34.x86_64                  125/135 
16:52:47 #8 49.98   Verifying        : python3-dnf-plugins-core-4.0.22-1.fc34.noarch      126/135 
16:52:47 #8 49.98   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/135 
16:52:47 #8 49.98   Verifying        : python3-file-magic-5.39-6.fc34.noarch              128/135 
16:52:47 #8 49.98   Verifying        : python3-setuptools-53.0.0-2.fc34.noarch            129/135 
16:52:47 #8 49.98   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/135 
16:52:47 #8 49.98   Verifying        : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch         131/135 
16:52:47 #8 49.98   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/135 
16:52:47 #8 49.98   Verifying        : rust-srpm-macros-18-1.fc34.noarch                  133/135 
16:52:47 #8 49.98   Verifying        : xxhash-libs-0.8.0-3.fc34.x86_64                    134/135 
16:52:47 #8 49.98   Verifying        : zstd-1.5.0-1.fc34.x86_64                           135/135 
16:52:47 #8 50.10 
16:52:47 #8 50.10 Installed:
16:52:47 #8 50.10   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
16:52:47 #8 50.10   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
16:52:47 #8 50.10   binutils-2.35.2-5.fc34.x86_64                                                 
16:52:47 #8 50.10   binutils-gold-2.35.2-5.fc34.x86_64                                            
16:52:47 #8 50.10   bzip2-1.0.8-6.fc34.x86_64                                                     
16:52:47 #8 50.10   cpio-2.13-10.fc34.x86_64                                                      
16:52:47 #8 50.10   dbus-libs-1:1.12.20-3.fc34.x86_64                                             
16:52:47 #8 50.10   desktop-file-utils-0.26-3.fc34.x86_64                                         
16:52:47 #8 50.10   diffutils-3.7-8.fc34.x86_64                                                   
16:52:47 #8 50.10   dnf-plugins-core-4.0.22-1.fc34.noarch                                         
16:52:47 #8 50.10   dwz-0.14-1.fc34.x86_64                                                        
16:52:47 #8 50.10   ed-1.14.2-10.fc34.x86_64                                                      
16:52:47 #8 50.10   efi-srpm-macros-5-4.fc34.noarch                                               
16:52:47 #8 50.10   elfutils-0.185-2.fc34.x86_64                                                  
16:52:47 #8 50.10   elfutils-debuginfod-client-0.185-2.fc34.x86_64                                
16:52:47 #8 50.10   emacs-filesystem-1:27.2-5.fc34.noarch                                         
16:52:47 #8 50.10   enchant-1:1.6.0-27.fc34.x86_64                                                
16:52:47 #8 50.10   file-5.39-6.fc34.x86_64                                                       
16:52:47 #8 50.10   findutils-1:4.8.0-2.fc34.x86_64                                               
16:52:47 #8 50.10   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
16:52:47 #8 50.10   fpc-srpm-macros-1.3-3.fc34.noarch                                             
16:52:47 #8 50.10   gdb-minimal-10.2-3.fc34.x86_64                                                
16:52:47 #8 50.10   gdk-pixbuf2-2.42.6-1.fc34.x86_64                                              
16:52:47 #8 50.10   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
16:52:47 #8 50.10   glib-networking-2.68.2-1.fc34.x86_64                                          
16:52:47 #8 50.10   gnat-srpm-macros-4-13.fc34.noarch                                             
16:52:47 #8 50.10   go-srpm-macros-3.0.10-1.fc34.noarch                                           
16:52:47 #8 50.10   groff-base-1.22.4-7.fc34.x86_64                                               
16:52:47 #8 50.10   gsettings-desktop-schemas-40.0-1.fc34.x86_64                                  
16:52:47 #8 50.10   hunspell-1.7.0-9.fc34.x86_64                                                  
16:52:47 #8 50.10   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
16:52:47 #8 50.10   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
16:52:47 #8 50.10   hunspell-filesystem-1.7.0-9.fc34.x86_64                                       
16:52:47 #8 50.10   info-6.7-10.fc34.x86_64                                                       
16:52:47 #8 50.10   json-glib-1.6.6-1.fc34.x86_64                                                 
16:52:47 #8 50.10   kernel-srpm-macros-1.0-4.fc34.noarch                                          
16:52:47 #8 50.10   less-581.2-1.fc34.x86_64                                                      
16:52:47 #8 50.10   libappstream-glib-0.7.18-2.fc34.x86_64                                        
16:52:47 #8 50.10   libjpeg-turbo-2.0.90-2.fc34.x86_64                                            
16:52:47 #8 50.10   libpipeline-1.5.3-2.fc34.x86_64                                               
16:52:47 #8 50.10   libpkgconf-1.7.3-6.fc34.x86_64                                                
16:52:47 #8 50.10   libpng-2:1.6.37-10.fc34.x86_64                                                
16:52:47 #8 50.10   libproxy-0.4.15-30.fc34.x86_64                                                
16:52:47 #8 50.10   libsoup-2.72.0-6.fc34.x86_64                                                  
16:52:47 #8 50.10   libstemmer-0-16.585svn.fc34.x86_64                                            
16:52:47 #8 50.10   lua-srpm-macros-1-4.fc34.noarch                                               
16:52:47 #8 50.10   man-db-2.9.3-3.fc34.x86_64                                                    
16:52:47 #8 50.10   ncurses-6.2-4.20200222.fc34.x86_64                                            
16:52:47 #8 50.10   nim-srpm-macros-3-4.fc34.noarch                                               
16:52:47 #8 50.10   ocaml-srpm-macros-6-4.fc34.noarch                                             
16:52:47 #8 50.10   openblas-srpm-macros-2-9.fc34.noarch                                          
16:52:47 #8 50.10   patch-2.7.6-14.fc34.x86_64                                                    
16:52:47 #8 50.10   perl-AutoLoader-5.74-477.fc34.noarch                                          
16:52:47 #8 50.10   perl-B-1.80-477.fc34.x86_64                                                   
16:52:47 #8 50.10   perl-Carp-1.50-458.fc34.noarch                                                
16:52:47 #8 50.10   perl-Class-Struct-0.66-477.fc34.noarch                                        
16:52:47 #8 50.10   perl-Data-Dumper-2.174-460.fc34.x86_64                                        
16:52:47 #8 50.10   perl-Digest-1.20-1.fc34.noarch                                                
16:52:47 #8 50.10   perl-Digest-MD5-2.58-2.fc34.x86_64                                            
16:52:47 #8 50.10   perl-DynaLoader-1.47-477.fc34.x86_64                                          
16:52:47 #8 50.10   perl-Encode-4:3.12-460.fc34.x86_64                                            
16:52:47 #8 50.10   perl-Errno-1.30-477.fc34.x86_64                                               
16:52:47 #8 50.10   perl-Exporter-5.74-459.fc34.noarch                                            
16:52:47 #8 50.10   perl-Fcntl-1.13-477.fc34.x86_64                                               
16:52:47 #8 50.10   perl-File-Basename-2.85-477.fc34.noarch                                       
16:52:47 #8 50.10   perl-File-Path-2.18-2.fc34.noarch                                             
16:52:47 #8 50.10   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
16:52:47 #8 50.10   perl-File-stat-1.09-477.fc34.noarch                                           
16:52:47 #8 50.10   perl-FileHandle-2.03-477.fc34.noarch                                          
16:52:47 #8 50.10   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
16:52:47 #8 50.10   perl-Getopt-Std-1.12-477.fc34.noarch                                          
16:52:47 #8 50.10   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
16:52:47 #8 50.10   perl-IO-1.43-477.fc34.x86_64                                                  
16:52:47 #8 50.10   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
16:52:47 #8 50.10   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
16:52:47 #8 50.10   perl-IPC-Open3-1.21-477.fc34.noarch                                           
16:52:47 #8 50.10   perl-MIME-Base64-3.16-2.fc34.x86_64                                           
16:52:47 #8 50.10   perl-Mozilla-CA-20200520-4.fc34.noarch                                        
16:52:47 #8 50.10   perl-NDBM_File-1.15-477.fc34.x86_64                                           
16:52:47 #8 50.10   perl-Net-SSLeay-1.90-2.fc34.x86_64                                            
16:52:47 #8 50.10   perl-POSIX-1.94-477.fc34.x86_64                                               
16:52:47 #8 50.10   perl-PathTools-3.78-459.fc34.x86_64                                           
16:52:47 #8 50.10   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
16:52:47 #8 50.10   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
16:52:47 #8 50.10   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
16:52:47 #8 50.10   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
16:52:47 #8 50.10   perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64                                 
16:52:47 #8 50.10   perl-SelectSaver-1.02-477.fc34.noarch                                         
16:52:47 #8 50.10   perl-Socket-4:2.032-1.fc34.x86_64                                             
16:52:47 #8 50.10   perl-Storable-1:3.21-458.fc34.x86_64                                          
16:52:47 #8 50.10   perl-Symbol-1.08-477.fc34.noarch                                              
16:52:47 #8 50.10   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
16:52:47 #8 50.10   perl-Term-Cap-1.17-458.fc34.noarch                                            
16:52:47 #8 50.10   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
16:52:47 #8 50.10   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
16:52:47 #8 50.10   perl-Time-Local-2:1.300-5.fc34.noarch                                         
16:52:47 #8 50.10   perl-URI-5.09-1.fc34.noarch                                                   
16:52:47 #8 50.10   perl-base-2.27-477.fc34.noarch                                                
16:52:47 #8 50.10   perl-constant-1.33-459.fc34.noarch                                            
16:52:47 #8 50.10   perl-if-0.60.800-477.fc34.noarch                                              
16:52:47 #8 50.10   perl-interpreter-4:5.32.1-477.fc34.x86_64                                     
16:52:47 #8 50.10   perl-libnet-3.13-2.fc34.noarch                                                
16:52:47 #8 50.10   perl-libs-4:5.32.1-477.fc34.x86_64                                            
16:52:47 #8 50.10   perl-mro-1.23-477.fc34.x86_64                                                 
16:52:47 #8 50.10   perl-overload-1.31-477.fc34.noarch                                            
16:52:47 #8 50.10   perl-overloading-0.02-477.fc34.noarch                                         
16:52:47 #8 50.10   perl-parent-1:0.238-458.fc34.noarch                                           
16:52:47 #8 50.10   perl-podlators-1:4.14-458.fc34.noarch                                         
16:52:47 #8 50.10   perl-srpm-macros-1-39.fc34.noarch                                             
16:52:47 #8 50.10   perl-subs-1.03-477.fc34.noarch                                                
16:52:47 #8 50.10   perl-vars-1.05-477.fc34.noarch                                                
16:52:47 #8 50.10   pkgconf-1.7.3-6.fc34.x86_64                                                   
16:52:47 #8 50.10   pkgconf-m4-1.7.3-6.fc34.noarch                                                
16:52:47 #8 50.10   pkgconf-pkg-config-1.7.3-6.fc34.x86_64                                        
16:52:47 #8 50.10   python-srpm-macros-3.9-38.fc34.noarch                                         
16:52:47 #8 50.10   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
16:52:47 #8 50.10   python3-dbus-1.2.18-1.fc34.x86_64                                             
16:52:47 #8 50.10   python3-distro-1.5.0-5.fc34.noarch                                            
16:52:47 #8 50.10   python3-dnf-plugins-core-4.0.22-1.fc34.noarch                                 
16:52:47 #8 50.10   python3-enchant-3.2.1-1.fc34.noarch                                           
16:52:47 #8 50.10   python3-file-magic-5.39-6.fc34.noarch                                         
16:52:47 #8 50.10   python3-setuptools-53.0.0-2.fc34.noarch                                       
16:52:47 #8 50.10   python3-six-1.15.0-5.fc34.noarch                                              
16:52:47 #8 50.10   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
16:52:47 #8 50.10   redhat-rpm-config-183-3.fc34.noarch                                           
16:52:47 #8 50.10   rpm-build-4.16.1.3-1.fc34.x86_64                                              
16:52:47 #8 50.10   rpmautospec-rpm-macros-0.2.5-1.fc34.noarch                                    
16:52:47 #8 50.10   rpmlint-1.11-19.fc34.noarch                                                   
16:52:47 #8 50.10   rust-srpm-macros-18-1.fc34.noarch                                             
16:52:47 #8 50.10   shared-mime-info-2.1-2.fc34.x86_64                                            
16:52:47 #8 50.10   unzip-6.0-50.fc34.x86_64                                                      
16:52:47 #8 50.10   xxhash-libs-0.8.0-3.fc34.x86_64                                               
16:52:47 #8 50.10   xz-5.2.5-5.fc34.x86_64                                                        
16:52:47 #8 50.10   zip-3.0-28.fc34.x86_64                                                        
16:52:47 #8 50.10   zstd-1.5.0-1.fc34.x86_64                                                      
16:52:47 #8 50.11 
16:52:47 #8 50.11 Complete!
16:52:47 #8 DONE 50.3s
16:52:47 
16:52:47 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
16:52:47 #10 sha256:014cc910cc3b2bc295da8d58a398ffcb6e9f70a221b74b223e9bd2f490465c54
16:52:47 #10 DONE 0.0s
16:52:47 
16:52:47 #11 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
16:52:47 #11 sha256:79eb6b730b1c78a030c11cbdb8e4340d5902a4b5b3c173d3f1379f3da42aeab5
16:52:48 #31 95.95 + bin/containerd-shim-runc-v1
16:52:49 #11 1.477 Last metadata expiration check: 0:00:19 ago on Thu Sep 16 16:52:30 2021.
16:52:50 #11 2.385 Package bash-5.1.0-2.fc34.x86_64 is already installed.
16:52:50 #11 2.395 Package bash-5.1.0-2.fc34.x86_64 is already installed.
16:52:50 #11 2.395 Package ca-certificates-2021.2.50-1.0.fc34.noarch is already installed.
16:52:50 #11 2.396 Package libarchive-3.5.1-2.fc34.x86_64 is already installed.
16:52:50 #11 2.396 Package pkgconf-pkg-config-1.7.3-6.fc34.x86_64 is already installed.
16:52:50 #11 2.397 Package tar-2:1.34-1.fc34.x86_64 is already installed.
16:52:50 #11 2.415 Package bash-5.1.0-2.fc34.x86_64 is already installed.
16:52:50 #11 2.500 Dependencies resolved.
16:52:50 #11 2.524 ================================================================================
16:52:50 #11 2.524  Package                       Arch    Version                   Repo      Size
16:52:50 #11 2.524 ================================================================================
16:52:50 #11 2.524 Installing:
16:52:50 #11 2.524  btrfs-progs-devel             x86_64  5.14-2.fc34               updates   50 k
16:52:50 #11 2.524  cmake                         x86_64  3.20.5-1.fc34             updates  6.5 M
16:52:50 #11 2.524  device-mapper-devel           x86_64  1.02.175-1.fc34           fedora    45 k
16:52:50 #11 2.524  gcc                           x86_64  11.2.1-1.fc34             updates   32 M
16:52:50 #11 2.524  git                           x86_64  2.31.1-3.fc34             updates  121 k
16:52:50 #11 2.524  glibc-static                  x86_64  2.33-20.fc34              updates  1.7 M
16:52:50 #11 2.524  libseccomp-devel              x86_64  2.5.0-4.fc34              fedora    54 k
16:52:50 #11 2.524  libselinux-devel              x86_64  3.2-1.fc34                fedora   113 k
16:52:50 #11 2.524  libtool                       x86_64  2.4.6-40.fc34             fedora   579 k
16:52:50 #11 2.524  libtool-ltdl-devel            x86_64  2.4.6-40.fc34             fedora   153 k
16:52:50 #11 2.524  make                          x86_64  1:4.3-5.fc34              fedora   539 k
16:52:50 #11 2.524  selinux-policy-devel          noarch  34.19-1.fc34              updates  818 k
16:52:50 #11 2.524  systemd                       x86_64  248.7-1.fc34              updates  4.4 M
16:52:50 #11 2.524  systemd-devel                 x86_64  248.7-1.fc34              updates  438 k
16:52:50 #11 2.524  which                         x86_64  2.21-26.fc34              updates   42 k
16:52:50 #11 2.524 Upgrading:
16:52:50 #11 2.524  audit-libs                    x86_64  3.0.5-1.fc34              updates  116 k
16:52:50 #11 2.524  libgcc                        x86_64  11.2.1-1.fc34             updates  107 k
16:52:50 #11 2.524  libgomp                       x86_64  11.2.1-1.fc34             updates  279 k
16:52:50 #11 2.524  libxcrypt                     x86_64  4.4.25-1.fc34             updates  117 k
16:52:50 #11 2.524  systemd-libs                  x86_64  248.7-1.fc34              updates  586 k
16:52:50 #11 2.524 Installing dependencies:
16:52:50 #11 2.524  acl                           x86_64  2.3.1-1.fc34              fedora    71 k
16:52:50 #11 2.524  annobin                       x86_64  9.79-2.fc34               updates  133 k
16:52:50 #11 2.524  autoconf                      noarch  2.69-36.fc34              fedora   667 k
16:52:50 #11 2.524  automake                      noarch  1.16.2-4.fc34             fedora   664 k
16:52:50 #11 2.524  btrfs-progs                   x86_64  5.14-2.fc34               updates  957 k
16:52:50 #11 2.524  checkpolicy                   x86_64  3.2-1.fc34                fedora   344 k
16:52:50 #11 2.524  cmake-data                    noarch  3.20.5-1.fc34             updates  1.5 M
16:52:50 #11 2.524  cmake-filesystem              x86_64  3.20.5-1.fc34             updates   16 k
16:52:50 #11 2.524  cmake-rpm-macros              noarch  3.20.5-1.fc34             updates   16 k
16:52:50 #11 2.524  cpp                           x86_64  11.2.1-1.fc34             updates   10 M
16:52:50 #11 2.524  cryptsetup-libs               x86_64  2.3.6-1.fc34              updates  474 k
16:52:50 #11 2.524  dbus                          x86_64  1:1.12.20-3.fc34          fedora   8.0 k
16:52:50 #11 2.524  dbus-broker                   x86_64  29-2.fc34                 updates  172 k
16:52:50 #11 2.524  dbus-common                   noarch  1:1.12.20-3.fc34          fedora    15 k
16:52:50 #11 2.524  device-mapper                 x86_64  1.02.175-1.fc34           fedora   144 k
16:52:50 #11 2.524  device-mapper-libs            x86_64  1.02.175-1.fc34           fedora   179 k
16:52:50 #11 2.524  e2fsprogs-libs                x86_64  1.45.6-5.fc34             fedora   220 k
16:52:50 #11 2.524  gc                            x86_64  8.0.4-5.fc34              fedora   105 k
16:52:50 #11 2.524  git-core                      x86_64  2.31.1-3.fc34             updates  3.6 M
16:52:50 #11 2.524  git-core-doc                  noarch  2.31.1-3.fc34             updates  2.3 M
16:52:50 #11 2.524  glibc-devel                   x86_64  2.33-20.fc34              updates   24 k
16:52:50 #11 2.524  glibc-headers-x86             noarch  2.33-20.fc34              updates  411 k
16:52:50 #11 2.524  guile22                       x86_64  2.2.7-2.fc34              fedora   6.5 M
16:52:50 #11 2.524  iptables-legacy-libs          x86_64  1.8.7-8.fc34              updates   40 k
16:52:50 #11 2.524  jsoncpp                       x86_64  1.9.4-3.fc34              fedora    96 k
16:52:50 #11 2.524  kernel-headers                x86_64  5.13.3-200.fc34           updates  1.3 M
16:52:50 #11 2.524  kmod-libs                     x86_64  29-2.fc34                 updates   63 k
16:52:50 #11 2.524  libargon2                     x86_64  20171227-6.fc34           fedora    29 k
16:52:50 #11 2.524  libbtrfs                      x86_64  5.14-2.fc34               updates   30 k
16:52:50 #11 2.524  libbtrfsutil                  x86_64  5.14-2.fc34               updates   32 k
16:52:50 #11 2.524  libcbor                       x86_64  0.7.0-3.fc34              fedora    57 k
16:52:50 #11 2.524  libedit                       x86_64  3.1-38.20210714cvs.fc34   updates  104 k
16:52:50 #11 2.524  libfido2                      x86_64  1.6.0-2.fc34              fedora    71 k
16:52:50 #11 2.524  libibverbs                    x86_64  36.0-1.fc34               updates  354 k
16:52:50 #11 2.524  libmpc                        x86_64  1.2.1-2.fc34              fedora    63 k
16:52:50 #11 2.524  libnl3                        x86_64  3.5.0-6.fc34              fedora   324 k
16:52:50 #11 2.524  libpcap                       x86_64  14:1.10.1-1.fc34          updates  171 k
16:52:50 #11 2.524  libseccomp                    x86_64  2.5.0-4.fc34              fedora    71 k
16:52:50 #11 2.524  libselinux-utils              x86_64  3.2-1.fc34                fedora   160 k
16:52:50 #11 2.524  libsepol-devel                x86_64  3.2-1.fc34                fedora    40 k
16:52:50 #11 2.524  libtool-ltdl                  x86_64  2.4.6-40.fc34             fedora    36 k
16:52:50 #11 2.524  libuv                         x86_64  1:1.42.0-2.fc34           updates  148 k
16:52:50 #11 2.524  libxcrypt-devel               x86_64  4.4.25-1.fc34             updates   29 k
16:52:50 #11 2.524  libxcrypt-static              x86_64  4.4.25-1.fc34             updates  102 k
16:52:50 #11 2.524  llvm-libs                     x86_64  12.0.1-1.fc34             updates   23 M
16:52:50 #11 2.524  lzo                           x86_64  2.10-4.fc34               fedora    66 k
16:52:50 #11 2.524  m4                            x86_64  1.4.18-17.fc34            fedora   212 k
16:52:50 #11 2.524  openssh                       x86_64  8.6p1-3.fc34              updates  438 k
16:52:50 #11 2.524  openssh-clients               x86_64  8.6p1-3.fc34              updates  678 k
16:52:50 #11 2.524  pcre2-devel                   x86_64  10.36-4.fc34              fedora   477 k
16:52:50 #11 2.524  pcre2-utf16                   x86_64  10.36-4.fc34              fedora   213 k
16:52:50 #11 2.524  pcre2-utf32                   x86_64  10.36-4.fc34              fedora   203 k
16:52:50 #11 2.524  perl-Error                    noarch  1:0.17029-5.fc34          fedora    42 k
16:52:50 #11 2.524  perl-File-Compare             noarch  1.100.600-477.fc34        updates   23 k
16:52:50 #11 2.524  perl-File-Copy                noarch  2.34-477.fc34             updates   30 k
16:52:50 #11 2.524  perl-File-Find                noarch  1.37-477.fc34             updates   36 k
16:52:50 #11 2.524  perl-Git                      noarch  2.31.1-3.fc34             updates   44 k
16:52:50 #11 2.524  perl-TermReadKey              x86_64  2.38-9.fc34               fedora    36 k
16:52:50 #11 2.524  perl-Thread-Queue             noarch  3.14-458.fc34             fedora    22 k
16:52:50 #11 2.524  perl-lib                      x86_64  0.65-477.fc34             updates   25 k
16:52:50 #11 2.524  perl-threads                  x86_64  1:2.25-458.fc34           fedora    58 k
16:52:50 #11 2.524  perl-threads-shared           x86_64  1.61-458.fc34             fedora    44 k
16:52:50 #11 2.524  policycoreutils               x86_64  3.2-1.fc34                fedora   206 k
16:52:50 #11 2.524  policycoreutils-devel         x86_64  3.2-1.fc34                fedora   140 k
16:52:50 #11 2.524  policycoreutils-python-utils  noarch  3.2-1.fc34                fedora    71 k
16:52:50 #11 2.524  python3-audit                 x86_64  3.0.5-1.fc34              updates   82 k
16:52:50 #11 2.524  python3-libselinux            x86_64  3.2-1.fc34                fedora   187 k
16:52:50 #11 2.524  python3-libsemanage           x86_64  3.2-1.fc34                fedora    83 k
16:52:50 #11 2.524  python3-policycoreutils       noarch  3.2-1.fc34                fedora   2.0 M
16:52:50 #11 2.524  python3-setools               x86_64  4.4.0-1.fc34              fedora   554 k
16:52:50 #11 2.524  rhash                         x86_64  1.4.0-3.fc34              fedora   182 k
16:52:50 #11 2.524  rpm-plugin-selinux            x86_64  4.16.1.3-1.fc34           fedora    22 k
16:52:50 #11 2.524  selinux-policy                noarch  34.19-1.fc34              updates   76 k
16:52:50 #11 2.524  selinux-policy-targeted       noarch  34.19-1.fc34              updates  6.3 M
16:52:50 #11 2.524  systemd-pam                   x86_64  248.7-1.fc34              updates  320 k
16:52:50 #11 2.524  systemd-rpm-macros            noarch  248.7-1.fc34              updates   28 k
16:52:50 #11 2.524  vim-filesystem                noarch  2:8.2.3404-1.fc34         updates   22 k
16:52:50 #11 2.524  whois-nls                     noarch  5.5.10-1.fc34             updates   34 k
16:52:50 #11 2.524  xkeyboard-config              noarch  2.33-1.fc34               updates  783 k
16:52:50 #11 2.524 Installing weak dependencies:
16:52:50 #11 2.524  libxkbcommon                  x86_64  1.3.0-1.fc34              updates  144 k
16:52:50 #11 2.524  mkpasswd                      x86_64  5.5.10-1.fc34             updates   41 k
16:52:50 #11 2.524  qrencode-libs                 x86_64  4.0.2-7.fc34              fedora    60 k
16:52:50 #11 2.524  systemd-networkd              x86_64  248.7-1.fc34              updates  476 k
16:52:50 #11 2.524 
16:52:50 #11 2.524 Transaction Summary
16:52:50 #11 2.524 ================================================================================
16:52:50 #11 2.524 Install  98 Packages
16:52:50 #11 2.524 Upgrade   5 Packages
16:52:50 #11 2.524 
16:52:50 #11 2.529 Total download size: 117 M
16:52:50 #11 2.529 Downloading Packages:
16:52:51 #11 3.461 (1/103): acl-2.3.1-1.fc34.x86_64.rpm            310 kB/s |  71 kB     00:00    
16:52:51 #11 3.470 (2/103): autoconf-2.69-36.fc34.noarch.rpm       2.7 MB/s | 667 kB     00:00    
16:52:51 #11 3.481 (3/103): checkpolicy-3.2-1.fc34.x86_64.rpm       20 MB/s | 344 kB     00:00    
16:52:51 #11 3.522 (4/103): automake-1.16.2-4.fc34.noarch.rpm      2.2 MB/s | 664 kB     00:00    
16:52:51 #11 3.525 (5/103): dbus-1.12.20-3.fc34.x86_64.rpm         150 kB/s | 8.0 kB     00:00    
16:52:51 #11 3.528 (6/103): dbus-common-1.12.20-3.fc34.noarch.rpm  318 kB/s |  15 kB     00:00    
16:52:51 #11 3.581 (7/103): device-mapper-1.02.175-1.fc34.x86_64.r 2.6 MB/s | 144 kB     00:00    
16:52:51 #11 3.585 (8/103): device-mapper-devel-1.02.175-1.fc34.x8 770 kB/s |  45 kB     00:00    
16:52:51 #11 3.589 (9/103): device-mapper-libs-1.02.175-1.fc34.x86 2.9 MB/s | 179 kB     00:00    
16:52:51 #11 3.600 (10/103): e2fsprogs-libs-1.45.6-5.fc34.x86_64.r  12 MB/s | 220 kB     00:00    
16:52:51 #11 3.603 (11/103): gc-8.0.4-5.fc34.x86_64.rpm            5.6 MB/s | 105 kB     00:00    
16:52:51 #11 3.615 (12/103): jsoncpp-1.9.4-3.fc34.x86_64.rpm       6.5 MB/s |  96 kB     00:00    
16:52:51 #11 3.622 (13/103): libargon2-20171227-6.fc34.x86_64.rpm  1.7 MB/s |  29 kB     00:00    
16:52:51 #11 3.630 (14/103): libcbor-0.7.0-3.fc34.x86_64.rpm       3.7 MB/s |  57 kB     00:00    
16:52:51 #11 3.638 (15/103): libfido2-1.6.0-2.fc34.x86_64.rpm      4.5 MB/s |  71 kB     00:00    
16:52:51 #11 3.642 (16/103): libmpc-1.2.1-2.fc34.x86_64.rpm        7.6 MB/s |  63 kB     00:00    
16:52:51 #11 3.680 (17/103): libnl3-3.5.0-6.fc34.x86_64.rpm        7.8 MB/s | 324 kB     00:00    
16:52:51 #11 3.685 (18/103): libseccomp-2.5.0-4.fc34.x86_64.rpm    1.7 MB/s |  71 kB     00:00    
16:52:51 #11 3.787 (19/103): guile22-2.2.7-2.fc34.x86_64.rpm        33 MB/s | 6.5 MB     00:00    
16:52:51 #11 3.793 (20/103): libseccomp-devel-2.5.0-4.fc34.x86_64. 481 kB/s |  54 kB     00:00    
16:52:51 #11 3.798 (21/103): libselinux-devel-3.2-1.fc34.x86_64.rp 1.0 MB/s | 113 kB     00:00    
16:52:51 #11 3.802 (22/103): libselinux-utils-3.2-1.fc34.x86_64.rp  19 MB/s | 160 kB     00:00    
16:52:51 #11 3.805 (23/103): libsepol-devel-3.2-1.fc34.x86_64.rpm  3.7 MB/s |  40 kB     00:00    
16:52:51 #11 3.811 (24/103): libtool-ltdl-2.4.6-40.fc34.x86_64.rpm 6.8 MB/s |  36 kB     00:00    
16:52:51 #11 3.849 (25/103): libtool-2.4.6-40.fc34.x86_64.rpm       11 MB/s | 579 kB     00:00    
16:52:51 #11 3.852 (26/103): libtool-ltdl-devel-2.4.6-40.fc34.x86_ 3.2 MB/s | 153 kB     00:00    
16:52:51 #11 3.856 (27/103): lzo-2.10-4.fc34.x86_64.rpm            1.4 MB/s |  66 kB     00:00    
16:52:51 #11 3.885 (28/103): m4-1.4.18-17.fc34.x86_64.rpm          6.4 MB/s | 212 kB     00:00    
16:52:51 #11 3.916 (29/103): pcre2-devel-10.36-4.fc34.x86_64.rpm   7.8 MB/s | 477 kB     00:00    
16:52:51 #11 3.955 (30/103): make-4.3-5.fc34.x86_64.rpm            5.1 MB/s | 539 kB     00:00    
16:52:51 #11 3.959 (31/103): pcre2-utf16-10.36-4.fc34.x86_64.rpm   2.9 MB/s | 213 kB     00:00    
16:52:51 #11 3.964 (32/103): pcre2-utf32-10.36-4.fc34.x86_64.rpm   4.3 MB/s | 203 kB     00:00    
16:52:51 #11 3.968 (33/103): perl-TermReadKey-2.38-9.fc34.x86_64.r 4.8 MB/s |  36 kB     00:00    
16:52:51 #11 3.971 (34/103): perl-Error-0.17029-5.fc34.noarch.rpm  3.7 MB/s |  42 kB     00:00    
16:52:51 #11 3.975 (35/103): perl-Thread-Queue-3.14-458.fc34.noarc 2.1 MB/s |  22 kB     00:00    
16:52:51 #11 3.977 (36/103): perl-threads-2.25-458.fc34.x86_64.rpm 6.0 MB/s |  58 kB     00:00    
16:52:51 #11 3.981 (37/103): perl-threads-shared-1.61-458.fc34.x86 4.7 MB/s |  44 kB     00:00    
16:52:51 #11 4.010 (38/103): policycoreutils-3.2-1.fc34.x86_64.rpm 6.3 MB/s | 206 kB     00:00    
16:52:51 #11 4.019 (39/103): policycoreutils-devel-3.2-1.fc34.x86_ 3.4 MB/s | 140 kB     00:00    
16:52:51 #11 4.024 (40/103): policycoreutils-python-utils-3.2-1.fc 1.6 MB/s |  71 kB     00:00    
16:52:51 #11 4.060 (41/103): python3-libselinux-3.2-1.fc34.x86_64. 3.8 MB/s | 187 kB     00:00    
16:52:51 #11 4.069 (42/103): python3-libsemanage-3.2-1.fc34.x86_64 1.9 MB/s |  83 kB     00:00    
16:52:51 #11 4.080 (43/103): python3-policycoreutils-3.2-1.fc34.no  37 MB/s | 2.0 MB     00:00    
16:52:51 #11 4.089 (44/103): qrencode-libs-4.0.2-7.fc34.x86_64.rpm 7.9 MB/s |  60 kB     00:00    
16:52:51 #11 4.093 (45/103): rhash-1.4.0-3.fc34.x86_64.rpm          15 MB/s | 182 kB     00:00    
16:52:51 #11 4.097 (46/103): rpm-plugin-selinux-4.16.1.3-1.fc34.x8 3.0 MB/s |  22 kB     00:00    
16:52:51 #11 4.101 (47/103): annobin-9.79-2.fc34.x86_64.rpm         20 MB/s | 133 kB     00:00    
16:52:51 #11 4.106 (48/103): python3-setools-4.4.0-1.fc34.x86_64.r  13 MB/s | 554 kB     00:00    
16:52:51 #11 4.119 (49/103): btrfs-progs-devel-5.14-2.fc34.x86_64. 2.8 MB/s |  50 kB     00:00    
16:52:51 #11 4.138 (50/103): btrfs-progs-5.14-2.fc34.x86_64.rpm     23 MB/s | 957 kB     00:00    
16:52:51 #11 4.166 (51/103): cmake-filesystem-3.20.5-1.fc34.x86_64 587 kB/s |  16 kB     00:00    
16:52:51 #11 4.179 (52/103): cmake-rpm-macros-3.20.5-1.fc34.noarch 1.3 MB/s |  16 kB     00:00    
16:52:51 #11 4.192 (53/103): cmake-data-3.20.5-1.fc34.noarch.rpm    21 MB/s | 1.5 MB     00:00    
16:52:51 #11 4.266 (54/103): cmake-3.20.5-1.fc34.x86_64.rpm         41 MB/s | 6.5 MB     00:00    
16:52:52 #11 4.280 (55/103): cryptsetup-libs-2.3.6-1.fc34.x86_64.r 5.4 MB/s | 474 kB     00:00    
16:52:52 #11 4.291 (56/103): dbus-broker-29-2.fc34.x86_64.rpm      7.7 MB/s | 172 kB     00:00    
16:52:52 #11 4.339 (57/103): cpp-11.2.1-1.fc34.x86_64.rpm           63 MB/s |  10 MB     00:00    
16:52:52 #11 4.343 (58/103): git-2.31.1-3.fc34.x86_64.rpm          2.4 MB/s | 121 kB     00:00    
16:52:52 #11 4.461 (59/103): git-core-2.31.1-3.fc34.x86_64.rpm      30 MB/s | 3.6 MB     00:00    
16:52:52 #11 4.476 (60/103): glibc-devel-2.33-20.fc34.x86_64.rpm   1.6 MB/s |  24 kB     00:00    
16:52:52 #11 4.522 (61/103): glibc-headers-x86-2.33-20.fc34.noarch 8.9 MB/s | 411 kB     00:00    
16:52:52 #11 4.595 (62/103): glibc-static-2.33-20.fc34.x86_64.rpm   23 MB/s | 1.7 MB     00:00    
16:52:52 #11 4.648 (63/103): git-core-doc-2.31.1-3.fc34.noarch.rpm 7.6 MB/s | 2.3 MB     00:00    
16:52:52 #11 4.666 (64/103): iptables-legacy-libs-1.8.7-8.fc34.x86 569 kB/s |  40 kB     00:00    
16:52:52 #11 4.727 (65/103): kernel-headers-5.13.3-200.fc34.x86_64  17 MB/s | 1.3 MB     00:00    
16:52:52 #11 4.733 (66/103): kmod-libs-29-2.fc34.x86_64.rpm        1.0 MB/s |  63 kB     00:00    
16:52:52 #11 4.747 (67/103): libbtrfs-5.14-2.fc34.x86_64.rpm       1.5 MB/s |  30 kB     00:00    
16:52:52 #11 4.754 (68/103): libbtrfsutil-5.14-2.fc34.x86_64.rpm   1.7 MB/s |  32 kB     00:00    
16:52:52 #11 4.764 (69/103): libedit-3.1-38.20210714cvs.fc34.x86_6 6.8 MB/s | 104 kB     00:00    
16:52:52 #11 5.154 (70/103): gcc-11.2.1-1.fc34.x86_64.rpm           36 MB/s |  32 MB     00:00    
16:52:52 #11 5.185 (71/103): libibverbs-36.0-1.fc34.x86_64.rpm     825 kB/s | 354 kB     00:00    
16:52:52 #11 5.189 (72/103): libpcap-1.10.1-1.fc34.x86_64.rpm      403 kB/s | 171 kB     00:00    
16:52:52 #11 5.215 (73/103): libuv-1.42.0-2.fc34.x86_64.rpm        2.4 MB/s | 148 kB     00:00    
16:52:52 #11 5.219 (74/103): libxcrypt-devel-4.4.25-1.fc34.x86_64. 990 kB/s |  29 kB     00:00    
16:52:52 #11 5.222 (75/103): libxcrypt-static-4.4.25-1.fc34.x86_64 3.1 MB/s | 102 kB     00:00    
16:52:52 #11 5.232 (76/103): mkpasswd-5.5.10-1.fc34.x86_64.rpm     4.4 MB/s |  41 kB     00:00    
16:52:52 #11 5.239 (77/103): libxkbcommon-1.3.0-1.fc34.x86_64.rpm  6.1 MB/s | 144 kB     00:00    
16:52:52 #11 5.277 (78/103): openssh-8.6p1-3.fc34.x86_64.rpm        10 MB/s | 438 kB     00:00    
16:52:52 #11 5.299 (79/103): perl-File-Compare-1.100.600-477.fc34. 1.4 MB/s |  23 kB     00:00    
16:52:53 #11 5.313 (80/103): perl-File-Copy-2.34-477.fc34.noarch.r 3.1 MB/s |  30 kB     00:00    
16:52:53 #11 5.325 (81/103): perl-File-Find-1.37-477.fc34.noarch.r 4.6 MB/s |  36 kB     00:00    
16:52:53 #11 5.366 (82/103): openssh-clients-8.6p1-3.fc34.x86_64.r 5.3 MB/s | 678 kB     00:00    
16:52:53 #11 5.372 (83/103): perl-Git-2.31.1-3.fc34.noarch.rpm     961 kB/s |  44 kB     00:00    
16:52:53 #11 5.391 (84/103): perl-lib-0.65-477.fc34.x86_64.rpm     1.1 MB/s |  25 kB     00:00    
16:52:53 #31 101.0 + bin/containerd-shim-runc-v2
16:52:53 #11 5.670 (85/103): llvm-libs-12.0.1-1.fc34.x86_64.rpm     51 MB/s |  23 MB     00:00    
16:52:53 #11 5.673 (86/103): python3-audit-3.0.5-1.fc34.x86_64.rpm 278 kB/s |  82 kB     00:00    
16:52:53 #11 5.677 (87/103): selinux-policy-34.19-1.fc34.noarch.rp 266 kB/s |  76 kB     00:00    
16:52:53 #11 5.723 (88/103): selinux-policy-devel-34.19-1.fc34.noa  16 MB/s | 818 kB     00:00    
16:52:53 #11 5.774 (89/103): systemd-devel-248.7-1.fc34.x86_64.rpm 8.5 MB/s | 438 kB     00:00    
16:52:53 #11 5.834 (90/103): systemd-networkd-248.7-1.fc34.x86_64. 8.1 MB/s | 476 kB     00:00    
16:52:53 #11 5.886 (91/103): systemd-pam-248.7-1.fc34.x86_64.rpm   6.1 MB/s | 320 kB     00:00    
16:52:53 #11 5.968 (92/103): systemd-248.7-1.fc34.x86_64.rpm        15 MB/s | 4.4 MB     00:00    
16:52:53 #11 6.082 (93/103): selinux-policy-targeted-34.19-1.fc34.  16 MB/s | 6.3 MB     00:00    
16:52:53 #31 101.6 + binaries
16:52:53 #31 101.6 + install -D bin/containerd /build/containerd
16:52:53 #31 101.6 + install -D bin/containerd-shim /build/containerd-shim
16:52:53 #31 101.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:52:53 #31 101.7 + install -D bin/ctr /build/ctr
16:52:54 #11 6.084 (94/103): systemd-rpm-macros-248.7-1.fc34.noarc 145 kB/s |  28 kB     00:00    
16:52:54 #11 6.088 (95/103): vim-filesystem-8.2.3404-1.fc34.noarch 185 kB/s |  22 kB     00:00    
16:52:54 #11 6.093 (96/103): which-2.21-26.fc34.x86_64.rpm         5.2 MB/s |  42 kB     00:00    
16:52:54 #11 6.096 (97/103): whois-nls-5.5.10-1.fc34.noarch.rpm    3.0 MB/s |  34 kB     00:00    
16:52:54 #11 6.107 (98/103): audit-libs-3.0.5-1.fc34.x86_64.rpm    8.5 MB/s | 116 kB     00:00    
16:52:54 #11 6.114 (99/103): libgcc-11.2.1-1.fc34.x86_64.rpm       6.1 MB/s | 107 kB     00:00    
16:52:54 #11 6.155 (100/103): libgomp-11.2.1-1.fc34.x86_64.rpm     5.7 MB/s | 279 kB     00:00    
16:52:54 #11 6.186 (101/103): xkeyboard-config-2.33-1.fc34.noarch. 7.8 MB/s | 783 kB     00:00    
16:52:54 #11 6.190 (102/103): libxcrypt-4.4.25-1.fc34.x86_64.rpm   1.5 MB/s | 117 kB     00:00    
16:52:54 #11 6.220 (103/103): systemd-libs-248.7-1.fc34.x86_64.rpm 9.0 MB/s | 586 kB     00:00    
16:52:54 #11 6.224 --------------------------------------------------------------------------------
16:52:54 #11 6.224 Total                                            32 MB/s | 117 MB     00:03     
16:52:54 #31 DONE 102.0s
16:52:55 
16:52:55 #32 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
16:52:55 #32 sha256:02afdf458103a88683daa07e7aa849fcc9fb9607ecce355d6545d50250021c40
16:52:55 #32 DONE 0.2s
16:52:55 
16:52:55 #36 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
16:52:55 #36 sha256:63f29bf495d71e6e6c3b5b31a50cdbe62638c08c2a308e917e72561c8d927d71
16:52:55 #36 DONE 0.1s
16:52:55 
16:52:55 #41 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
16:52:55 #41 sha256:4803019f704231fe1de4a12ff80b02049fc1208b79e35280a3b7c0800dddfeab
16:52:55 #41 DONE 0.4s
16:52:55 
16:52:55 #42 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
16:52:55 #42 sha256:7f1cfef5f084d4aca2e4c2198570714529118f1585ca4133c28b46d74a04bb21
16:52:55 #42 DONE 0.0s
16:52:55 
16:52:55 #43 [build-cross 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=bind,target=/go/src/github.com/docker/docker     --mount=type=tmpfs,target=/go/src/github.com/docker/docker/autogen         hack/make.sh cross
16:52:55 #43 sha256:3832e99979db995ba0ffad9a38f6584d0c3e4a41a6843a6bedd24db4935d8aab
16:52:56 #43 0.398 
16:52:56 #43 0.471 Removing /build/bundles/
16:52:56 #43 0.472 
16:52:56 #43 0.477 ---> Making bundle: cross (in /build/bundles/cross)
16:52:56 #43 0.478 Cross building: /build/bundles/cross/windows/amd64
16:52:56 #43 0.547 Building: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20210916145224-e3023ca.exe
16:52:56 #43 0.547 GOOS="windows" GOARCH="amd64" GOARM=""
16:52:56 #11 8.418 Running transaction check
16:52:56 #11 8.533 Transaction check succeeded.
16:52:56 #11 8.533 Running transaction test
16:52:57 #11 9.910 Transaction test succeeded.
16:52:57 #11 9.911 Running transaction
16:52:59 #11 11.41   Running scriptlet: selinux-policy-targeted-34.19-1.fc34.noarch            1/1 
16:52:59 #11 11.53   Preparing        :                                                        1/1 
16:52:59 #11 11.57   Upgrading        : libgcc-11.2.1-1.fc34.x86_64                          1/108 
16:52:59 #11 11.58   Running scriptlet: libgcc-11.2.1-1.fc34.x86_64                          1/108 
16:52:59 #11 11.60   Upgrading        : audit-libs-3.0.5-1.fc34.x86_64                       2/108 
16:52:59 #11 11.61   Installing       : python3-libselinux-3.2-1.fc34.x86_64                 3/108 
16:52:59 #11 11.65   Installing       : perl-File-Find-1.37-477.fc34.noarch                  4/108 
16:52:59 #11 11.66   Installing       : perl-File-Copy-2.34-477.fc34.noarch                  5/108 
16:52:59 #11 11.66   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch          6/108 
16:52:59 #11 11.69   Installing       : libedit-3.1-38.20210714cvs.fc34.x86_64               7/108 
16:52:59 #11 11.70   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                8/108 
16:52:59 #11 11.70   Installing       : cmake-filesystem-3.20.5-1.fc34.x86_64                9/108 
16:52:59 #11 11.73   Installing       : perl-threads-1:2.25-458.fc34.x86_64                 10/108 
16:52:59 #11 11.74   Installing       : m4-1.4.18-17.fc34.x86_64                            11/108 
16:52:59 #11 11.78   Installing       : autoconf-2.69-36.fc34.noarch                        12/108 
16:52:59 #11 11.81   Installing       : libtool-ltdl-2.4.6-40.fc34.x86_64                   13/108 
16:52:59 #11 11.82   Installing       : libseccomp-2.5.0-4.fc34.x86_64                      14/108 
16:52:59 #11 11.82   Installing       : libmpc-1.2.1-2.fc34.x86_64                          15/108 
16:52:59 #11 11.86   Installing       : checkpolicy-3.2-1.fc34.x86_64                       16/108 
16:52:59 #11 12.03   Installing       : cpp-11.2.1-1.fc34.x86_64                            17/108 
16:53:00 #11 12.06   Installing       : perl-threads-shared-1.61-458.fc34.x86_64            18/108 
16:53:00 #11 12.07   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch              19/108 
16:53:00 #11 12.11   Installing       : automake-1.16.2-4.fc34.noarch                       20/108 
16:53:00 #11 12.67   Installing       : llvm-libs-12.0.1-1.fc34.x86_64                      21/108 
16:53:00 #11 12.68   Installing       : python3-libsemanage-3.2-1.fc34.x86_64               22/108 
16:53:00 #11 12.74   Installing       : python3-setools-4.4.0-1.fc34.x86_64                 23/108 
16:53:00 #11 12.80   Installing       : python3-audit-3.0.5-1.fc34.x86_64                   24/108 
16:53:00 #11 12.81   Installing       : gc-8.0.4-5.fc34.x86_64                              25/108 
16:53:00 #11 12.84   Installing       : jsoncpp-1.9.4-3.fc34.x86_64                         26/108 
16:53:00 #11 12.85   Installing       : libnl3-3.5.0-6.fc34.x86_64                          27/108 
16:53:00 #11 12.89   Installing       : libibverbs-36.0-1.fc34.x86_64                       28/108 
16:53:00 #11 12.93   Installing       : libpcap-14:1.10.1-1.fc34.x86_64                     29/108 
16:53:00 #11 12.94   Installing       : iptables-legacy-libs-1.8.7-8.fc34.x86_64            30/108 
16:53:00 #11 12.97   Installing       : kmod-libs-29-2.fc34.x86_64                          31/108 
16:53:00 #11 12.97   Upgrading        : libgomp-11.2.1-1.fc34.x86_64                        32/108 
16:53:00 #11 13.04   Installing       : xkeyboard-config-2.33-1.fc34.noarch                 33/108 
16:53:00 #11 13.08   Installing       : libxkbcommon-1.3.0-1.fc34.x86_64                    34/108 
16:53:00 #11 13.08   Installing       : whois-nls-5.5.10-1.fc34.noarch                      35/108 
16:53:00 #11 13.12   Upgrading        : libxcrypt-4.4.25-1.fc34.x86_64                      36/108 
16:53:00 #11 13.13   Installing       : mkpasswd-5.5.10-1.fc34.x86_64                       37/108 
16:53:01 #11 13.17   Upgrading        : systemd-libs-248.7-1.fc34.x86_64                    38/108 
16:53:01 #11 13.17   Running scriptlet: systemd-libs-248.7-1.fc34.x86_64                    38/108 
16:53:01 #11 13.45   Installing       : guile22-2.2.7-2.fc34.x86_64                         39/108 
16:53:01 #11 13.50   Installing       : make-1:4.3-5.fc34.x86_64                            40/108 
16:53:01 #11 13.53   Running scriptlet: openssh-8.6p1-3.fc34.x86_64                         41/108 
16:53:01 #11 13.57   Installing       : openssh-8.6p1-3.fc34.x86_64                         41/108 
16:53:01 #11 13.58   Installing       : vim-filesystem-2:8.2.3404-1.fc34.noarch             42/108 
16:53:01 #11 13.61   Installing       : systemd-rpm-macros-248.7-1.fc34.noarch              43/108 
16:53:01 #11 13.62   Installing       : perl-lib-0.65-477.fc34.x86_64                       44/108 
16:53:01 #11 13.63   Installing       : libuv-1:1.42.0-2.fc34.x86_64                        45/108 
16:53:01 #11 13.67   Installing       : libbtrfsutil-5.14-2.fc34.x86_64                     46/108 
16:53:01 #11 13.68   Installing       : libbtrfs-5.14-2.fc34.x86_64                         47/108 
16:53:01 #11 13.84   Installing       : kernel-headers-5.13.3-200.fc34.x86_64               48/108 
16:53:01 #11 13.91   Installing       : glibc-headers-x86-2.33-20.fc34.noarch               49/108 
16:53:02 #11 13.95   Installing       : libxcrypt-devel-4.4.25-1.fc34.x86_64                50/108 
16:53:02 #11 13.95   Installing       : glibc-devel-2.33-20.fc34.x86_64                     51/108 
16:53:02 #11 14.42   Installing       : gcc-11.2.1-1.fc34.x86_64                            52/108 
16:53:02 #11 14.57   Installing       : glibc-static-2.33-20.fc34.x86_64                    53/108 
16:53:02 #11 14.61   Installing       : libxcrypt-static-4.4.25-1.fc34.x86_64               54/108 
16:53:02 #11 14.62   Installing       : rhash-1.4.0-3.fc34.x86_64                           55/108 
16:53:02 #11 14.84   Installing       : cmake-data-3.20.5-1.fc34.noarch                     56/108 
16:53:02 #11 15.05   Installing       : cmake-3.20.5-1.fc34.x86_64                          57/108 
16:53:02 #11 15.08   Installing       : qrencode-libs-4.0.2-7.fc34.x86_64                   58/108 
16:53:02 #11 15.09   Installing       : perl-TermReadKey-2.38-9.fc34.x86_64                 59/108 
16:53:03 #11 15.10   Installing       : perl-Error-1:0.17029-5.fc34.noarch                  60/108 
16:53:03 #11 15.13   Installing       : pcre2-utf32-10.36-4.fc34.x86_64                     61/108 
16:53:03 #11 15.14   Installing       : pcre2-utf16-10.36-4.fc34.x86_64                     62/108 
16:53:03 #11 15.18   Installing       : pcre2-devel-10.36-4.fc34.x86_64                     63/108 
16:53:03 #11 15.19   Installing       : lzo-2.10-4.fc34.x86_64                              64/108 
16:53:03 #11 15.22   Installing       : libsepol-devel-3.2-1.fc34.x86_64                    65/108 
16:53:03 #11 15.23   Installing       : libselinux-devel-3.2-1.fc34.x86_64                  66/108 
16:53:03 #11 15.27   Installing       : libselinux-utils-3.2-1.fc34.x86_64                  67/108 
16:53:03 #11 15.31   Installing       : policycoreutils-3.2-1.fc34.x86_64                   68/108 
16:53:03 #11 15.34   Running scriptlet: policycoreutils-3.2-1.fc34.x86_64                   68/108 
16:53:03 #11 15.35   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           69/108 
16:53:03 #11 15.36   Installing       : selinux-policy-34.19-1.fc34.noarch                  70/108 
16:53:03 #11 15.40   Running scriptlet: selinux-policy-34.19-1.fc34.noarch                  70/108 
16:53:03 #11 15.44   Running scriptlet: selinux-policy-targeted-34.19-1.fc34.noarch         71/108 
16:53:03 #11 15.62   Installing       : selinux-policy-targeted-34.19-1.fc34.noarch         71/108 
16:53:03 #11 15.67   Running scriptlet: selinux-policy-targeted-34.19-1.fc34.noarch         71/108 
16:53:03 #11 15.75   Installing       : python3-policycoreutils-3.2-1.fc34.noarch           72/108 
16:53:03 #11 15.78   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch      73/108 
16:53:03 #11 15.79   Installing       : policycoreutils-devel-3.2-1.fc34.x86_64             74/108 
16:53:03 #11 15.91   Installing       : selinux-policy-devel-34.19-1.fc34.noarch            75/108 
16:53:03 #11 15.96   Running scriptlet: selinux-policy-devel-34.19-1.fc34.noarch            75/108 
16:53:03 #11 15.98   Installing       : libcbor-0.7.0-3.fc34.x86_64                         76/108 
16:53:03 #11 16.01   Installing       : libfido2-1.6.0-2.fc34.x86_64                        77/108 
16:53:03 #11 16.03   Installing       : openssh-clients-8.6p1-3.fc34.x86_64                 78/108 
16:53:03 #11 16.07   Running scriptlet: openssh-clients-8.6p1-3.fc34.x86_64                 78/108 
16:53:04 #11 16.14   Installing       : git-core-2.31.1-3.fc34.x86_64                       79/108 
16:53:04 #11 16.20   Installing       : git-core-doc-2.31.1-3.fc34.noarch                   80/108 
16:53:04 #11 16.23   Installing       : perl-Git-2.31.1-3.fc34.noarch                       81/108 
16:53:04 #11 16.28   Installing       : git-2.31.1-3.fc34.x86_64                            82/108 
16:53:04 #11 16.28   Installing       : libargon2-20171227-6.fc34.x86_64                    83/108 
16:53:04 #11 16.33   Installing       : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 84/108 
16:53:04 #11 16.35   Installing       : btrfs-progs-5.14-2.fc34.x86_64                      85/108 
16:53:04 #11 16.40   Installing       : acl-2.3.1-1.fc34.x86_64                             86/108 
16:53:04 #11 16.41   Installing       : device-mapper-1.02.175-1.fc34.x86_64                87/108 
16:53:04 #11 16.47   Installing       : device-mapper-libs-1.02.175-1.fc34.x86_64           88/108 
16:53:04 #11 16.50   Installing       : cryptsetup-libs-2.3.6-1.fc34.x86_64                 89/108 
16:53:04 #11 16.51   Installing       : dbus-1:1.12.20-3.fc34.x86_64                        90/108 
16:53:04 #11 16.51   Running scriptlet: systemd-networkd-248.7-1.fc34.x86_64                91/108 
16:53:04 #11 16.57   Installing       : systemd-networkd-248.7-1.fc34.x86_64                91/108 
16:53:04 #11 16.61   Running scriptlet: systemd-networkd-248.7-1.fc34.x86_64                91/108 
16:53:04 #11 16.63   Installing       : systemd-pam-248.7-1.fc34.x86_64                     92/108 
16:53:04 #11 16.66   Running scriptlet: systemd-248.7-1.fc34.x86_64                         93/108 
16:53:04 #11 17.00   Installing       : systemd-248.7-1.fc34.x86_64                         93/108 
16:53:04 #11 17.04   Running scriptlet: systemd-248.7-1.fc34.x86_64                         93/108 
16:53:05 #11 17.19   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                 94/108 
16:53:05 #11 17.22   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                 94/108 
16:53:05 #11 17.23 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
16:53:05 #11 17.23 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
16:53:05 #11 17.23 
16:53:05 #11 17.24   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        95/108 
16:53:05 #11 17.29   Installing       : dbus-broker-29-2.fc34.x86_64                        95/108 
16:53:05 #11 17.30   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        95/108 
16:53:05 #11 17.31 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
16:53:05 #11 17.31 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
16:53:05 #11 17.31 
16:53:05 #11 17.33   Installing       : systemd-devel-248.7-1.fc34.x86_64                   96/108 
16:53:05 #11 17.36   Installing       : device-mapper-devel-1.02.175-1.fc34.x86_64          97/108 
16:53:05 #11 17.37   Installing       : btrfs-progs-devel-5.14-2.fc34.x86_64                98/108 
16:53:05 #11 17.40   Installing       : libtool-2.4.6-40.fc34.x86_64                        99/108 
16:53:05 #11 17.41   Installing       : annobin-9.79-2.fc34.x86_64                         100/108 
16:53:05 #11 17.45   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.x86_64            101/108 
16:53:05 #11 17.46   Installing       : libseccomp-devel-2.5.0-4.fc34.x86_64               102/108 
16:53:05 #11 17.50   Installing       : which-2.21-26.fc34.x86_64                          103/108 
16:53:05 #11 17.50   Cleanup          : systemd-libs-248.5-1.fc34.x86_64                   104/108 
16:53:05 #11 17.54   Cleanup          : libxcrypt-4.4.23-1.fc34.x86_64                     105/108 
16:53:05 #11 17.55   Cleanup          : libgcc-11.1.1-3.fc34.x86_64                        106/108 
16:53:05 #11 17.55   Running scriptlet: libgcc-11.1.1-3.fc34.x86_64                        106/108 
16:53:05 #11 17.61   Cleanup          : libgomp-11.1.1-3.fc34.x86_64                       107/108 
16:53:05 #11 17.61   Cleanup          : audit-libs-3.0.2-1.fc34.x86_64                     108/108 
16:53:05 #11 17.65   Running scriptlet: selinux-policy-targeted-34.19-1.fc34.noarch        108/108 
16:53:08 #11 17.67   Running scriptlet: audit-libs-3.0.2-1.fc34.x86_64                     108/108 
16:53:08 #11 20.01   Verifying        : acl-2.3.1-1.fc34.x86_64                              1/108 
16:53:08 #11 20.01   Verifying        : autoconf-2.69-36.fc34.noarch                         2/108 
16:53:08 #11 20.01   Verifying        : automake-1.16.2-4.fc34.noarch                        3/108 
16:53:08 #11 20.01   Verifying        : checkpolicy-3.2-1.fc34.x86_64                        4/108 
16:53:08 #11 20.01   Verifying        : dbus-1:1.12.20-3.fc34.x86_64                         5/108 
16:53:08 #11 20.01   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                  6/108 
16:53:08 #11 20.01   Verifying        : device-mapper-1.02.175-1.fc34.x86_64                 7/108 
16:53:08 #11 20.01   Verifying        : device-mapper-devel-1.02.175-1.fc34.x86_64           8/108 
16:53:08 #11 20.01   Verifying        : device-mapper-libs-1.02.175-1.fc34.x86_64            9/108 
16:53:08 #11 20.01   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 10/108 
16:53:08 #11 20.01   Verifying        : gc-8.0.4-5.fc34.x86_64                              11/108 
16:53:08 #11 20.01   Verifying        : guile22-2.2.7-2.fc34.x86_64                         12/108 
16:53:08 #11 20.01   Verifying        : jsoncpp-1.9.4-3.fc34.x86_64                         13/108 
16:53:08 #11 20.01   Verifying        : libargon2-20171227-6.fc34.x86_64                    14/108 
16:53:08 #11 20.01   Verifying        : libcbor-0.7.0-3.fc34.x86_64                         15/108 
16:53:08 #11 20.01   Verifying        : libfido2-1.6.0-2.fc34.x86_64                        16/108 
16:53:08 #11 20.01   Verifying        : libmpc-1.2.1-2.fc34.x86_64                          17/108 
16:53:08 #11 20.01   Verifying        : libnl3-3.5.0-6.fc34.x86_64                          18/108 
16:53:08 #11 20.01   Verifying        : libseccomp-2.5.0-4.fc34.x86_64                      19/108 
16:53:08 #11 20.01   Verifying        : libseccomp-devel-2.5.0-4.fc34.x86_64                20/108 
16:53:08 #11 20.01   Verifying        : libselinux-devel-3.2-1.fc34.x86_64                  21/108 
16:53:08 #11 20.01   Verifying        : libselinux-utils-3.2-1.fc34.x86_64                  22/108 
16:53:08 #11 20.01   Verifying        : libsepol-devel-3.2-1.fc34.x86_64                    23/108 
16:53:08 #11 20.01   Verifying        : libtool-2.4.6-40.fc34.x86_64                        24/108 
16:53:08 #11 20.01   Verifying        : libtool-ltdl-2.4.6-40.fc34.x86_64                   25/108 
16:53:08 #11 20.01   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.x86_64             26/108 
16:53:08 #11 20.01   Verifying        : lzo-2.10-4.fc34.x86_64                              27/108 
16:53:08 #11 20.01   Verifying        : m4-1.4.18-17.fc34.x86_64                            28/108 
16:53:08 #11 20.01   Verifying        : make-1:4.3-5.fc34.x86_64                            29/108 
16:53:08 #11 20.01   Verifying        : pcre2-devel-10.36-4.fc34.x86_64                     30/108 
16:53:08 #11 20.01   Verifying        : pcre2-utf16-10.36-4.fc34.x86_64                     31/108 
16:53:08 #11 20.01   Verifying        : pcre2-utf32-10.36-4.fc34.x86_64                     32/108 
16:53:08 #11 20.01   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                  33/108 
16:53:08 #11 20.01   Verifying        : perl-TermReadKey-2.38-9.fc34.x86_64                 34/108 
16:53:08 #11 20.01   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch              35/108 
16:53:08 #11 20.01   Verifying        : perl-threads-1:2.25-458.fc34.x86_64                 36/108 
16:53:08 #11 20.01   Verifying        : perl-threads-shared-1.61-458.fc34.x86_64            37/108 
16:53:08 #11 20.01   Verifying        : policycoreutils-3.2-1.fc34.x86_64                   38/108 
16:53:08 #11 20.01   Verifying        : policycoreutils-devel-3.2-1.fc34.x86_64             39/108 
16:53:08 #11 20.01   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch      40/108 
16:53:08 #11 20.01   Verifying        : python3-libselinux-3.2-1.fc34.x86_64                41/108 
16:53:08 #11 20.01   Verifying        : python3-libsemanage-3.2-1.fc34.x86_64               42/108 
16:53:08 #11 20.01   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch           43/108 
16:53:08 #11 20.01   Verifying        : python3-setools-4.4.0-1.fc34.x86_64                 44/108 
16:53:08 #11 20.01   Verifying        : qrencode-libs-4.0.2-7.fc34.x86_64                   45/108 
16:53:08 #11 20.01   Verifying        : rhash-1.4.0-3.fc34.x86_64                           46/108 
16:53:08 #11 20.01   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           47/108 
16:53:08 #11 20.01   Verifying        : annobin-9.79-2.fc34.x86_64                          48/108 
16:53:08 #11 20.01   Verifying        : btrfs-progs-5.14-2.fc34.x86_64                      49/108 
16:53:08 #11 20.01   Verifying        : btrfs-progs-devel-5.14-2.fc34.x86_64                50/108 
16:53:08 #11 20.01   Verifying        : cmake-3.20.5-1.fc34.x86_64                          51/108 
16:53:08 #11 20.01   Verifying        : cmake-data-3.20.5-1.fc34.noarch                     52/108 
16:53:08 #11 20.01   Verifying        : cmake-filesystem-3.20.5-1.fc34.x86_64               53/108 
16:53:08 #11 20.01   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch               54/108 
16:53:08 #11 20.01   Verifying        : cpp-11.2.1-1.fc34.x86_64                            55/108 
16:53:08 #11 20.01   Verifying        : cryptsetup-libs-2.3.6-1.fc34.x86_64                 56/108 
16:53:08 #11 20.01   Verifying        : dbus-broker-29-2.fc34.x86_64                        57/108 
16:53:08 #11 20.01   Verifying        : gcc-11.2.1-1.fc34.x86_64                            58/108 
16:53:08 #11 20.02   Verifying        : git-2.31.1-3.fc34.x86_64                            59/108 
16:53:08 #11 20.02   Verifying        : git-core-2.31.1-3.fc34.x86_64                       60/108 
16:53:08 #11 20.02   Verifying        : git-core-doc-2.31.1-3.fc34.noarch                   61/108 
16:53:08 #11 20.02   Verifying        : glibc-devel-2.33-20.fc34.x86_64                     62/108 
16:53:08 #11 20.02   Verifying        : glibc-headers-x86-2.33-20.fc34.noarch               63/108 
16:53:08 #11 20.02   Verifying        : glibc-static-2.33-20.fc34.x86_64                    64/108 
16:53:08 #11 20.02   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.x86_64            65/108 
16:53:08 #11 20.02   Verifying        : kernel-headers-5.13.3-200.fc34.x86_64               66/108 
16:53:08 #11 20.02   Verifying        : kmod-libs-29-2.fc34.x86_64                          67/108 
16:53:08 #11 20.02   Verifying        : libbtrfs-5.14-2.fc34.x86_64                         68/108 
16:53:08 #11 20.02   Verifying        : libbtrfsutil-5.14-2.fc34.x86_64                     69/108 
16:53:08 #11 20.02   Verifying        : libedit-3.1-38.20210714cvs.fc34.x86_64              70/108 
16:53:08 #11 20.02   Verifying        : libibverbs-36.0-1.fc34.x86_64                       71/108 
16:53:08 #11 20.02   Verifying        : libpcap-14:1.10.1-1.fc34.x86_64                     72/108 
16:53:08 #11 20.02   Verifying        : libuv-1:1.42.0-2.fc34.x86_64                        73/108 
16:53:08 #11 20.02   Verifying        : libxcrypt-devel-4.4.25-1.fc34.x86_64                74/108 
16:53:08 #11 20.02   Verifying        : libxcrypt-static-4.4.25-1.fc34.x86_64               75/108 
16:53:08 #11 20.02   Verifying        : libxkbcommon-1.3.0-1.fc34.x86_64                    76/108 
16:53:08 #11 20.02   Verifying        : llvm-libs-12.0.1-1.fc34.x86_64                      77/108 
16:53:08 #11 20.02   Verifying        : mkpasswd-5.5.10-1.fc34.x86_64                       78/108 
16:53:08 #11 20.02   Verifying        : openssh-8.6p1-3.fc34.x86_64                         79/108 
16:53:08 #11 20.02   Verifying        : openssh-clients-8.6p1-3.fc34.x86_64                 80/108 
16:53:08 #11 20.02   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch         81/108 
16:53:08 #11 20.02   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                 82/108 
16:53:08 #11 20.02   Verifying        : perl-File-Find-1.37-477.fc34.noarch                 83/108 
16:53:08 #11 20.02   Verifying        : perl-Git-2.31.1-3.fc34.noarch                       84/108 
16:53:08 #11 20.02   Verifying        : perl-lib-0.65-477.fc34.x86_64                       85/108 
16:53:08 #11 20.02   Verifying        : python3-audit-3.0.5-1.fc34.x86_64                   86/108 
16:53:08 #11 20.02   Verifying        : selinux-policy-34.19-1.fc34.noarch                  87/108 
16:53:08 #11 20.02   Verifying        : selinux-policy-devel-34.19-1.fc34.noarch            88/108 
16:53:08 #11 20.02   Verifying        : selinux-policy-targeted-34.19-1.fc34.noarch         89/108 
16:53:08 #11 20.02   Verifying        : systemd-248.7-1.fc34.x86_64                         90/108 
16:53:08 #11 20.02   Verifying        : systemd-devel-248.7-1.fc34.x86_64                   91/108 
16:53:08 #11 20.02   Verifying        : systemd-networkd-248.7-1.fc34.x86_64                92/108 
16:53:08 #11 20.02   Verifying        : systemd-pam-248.7-1.fc34.x86_64                     93/108 
16:53:08 #11 20.02   Verifying        : systemd-rpm-macros-248.7-1.fc34.noarch              94/108 
16:53:08 #11 20.02   Verifying        : vim-filesystem-2:8.2.3404-1.fc34.noarch             95/108 
16:53:08 #11 20.02   Verifying        : which-2.21-26.fc34.x86_64                           96/108 
16:53:08 #11 20.02   Verifying        : whois-nls-5.5.10-1.fc34.noarch                      97/108 
16:53:08 #11 20.02   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                 98/108 
16:53:08 #11 20.02   Verifying        : audit-libs-3.0.5-1.fc34.x86_64                      99/108 
16:53:08 #11 20.02   Verifying        : audit-libs-3.0.2-1.fc34.x86_64                     100/108 
16:53:08 #11 20.02   Verifying        : libgcc-11.2.1-1.fc34.x86_64                        101/108 
16:53:08 #11 20.02   Verifying        : libgcc-11.1.1-3.fc34.x86_64                        102/108 
16:53:08 #11 20.02   Verifying        : libgomp-11.2.1-1.fc34.x86_64                       103/108 
16:53:08 #11 20.02   Verifying        : libgomp-11.1.1-3.fc34.x86_64                       104/108 
16:53:08 #11 20.02   Verifying        : libxcrypt-4.4.25-1.fc34.x86_64                     105/108 
16:53:08 #11 20.02   Verifying        : libxcrypt-4.4.23-1.fc34.x86_64                     106/108 
16:53:08 #11 20.02   Verifying        : systemd-libs-248.7-1.fc34.x86_64                   107/108 
16:53:08 #11 20.02   Verifying        : systemd-libs-248.5-1.fc34.x86_64                   108/108 
16:53:08 #11 20.20 
16:53:08 #11 20.20 Upgraded:
16:53:08 #11 20.20   audit-libs-3.0.5-1.fc34.x86_64          libgcc-11.2.1-1.fc34.x86_64          
16:53:08 #11 20.20   libgomp-11.2.1-1.fc34.x86_64            libxcrypt-4.4.25-1.fc34.x86_64       
16:53:08 #11 20.20   systemd-libs-248.7-1.fc34.x86_64       
16:53:08 #11 20.20 Installed:
16:53:08 #11 20.20   acl-2.3.1-1.fc34.x86_64                                                       
16:53:08 #11 20.20   annobin-9.79-2.fc34.x86_64                                                    
16:53:08 #11 20.20   autoconf-2.69-36.fc34.noarch                                                  
16:53:08 #11 20.20   automake-1.16.2-4.fc34.noarch                                                 
16:53:08 #11 20.20   btrfs-progs-5.14-2.fc34.x86_64                                                
16:53:08 #11 20.20   btrfs-progs-devel-5.14-2.fc34.x86_64                                          
16:53:08 #11 20.20   checkpolicy-3.2-1.fc34.x86_64                                                 
16:53:08 #11 20.20   cmake-3.20.5-1.fc34.x86_64                                                    
16:53:08 #11 20.20   cmake-data-3.20.5-1.fc34.noarch                                               
16:53:08 #11 20.20   cmake-filesystem-3.20.5-1.fc34.x86_64                                         
16:53:08 #11 20.20   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
16:53:08 #11 20.20   cpp-11.2.1-1.fc34.x86_64                                                      
16:53:08 #11 20.20   cryptsetup-libs-2.3.6-1.fc34.x86_64                                           
16:53:08 #11 20.20   dbus-1:1.12.20-3.fc34.x86_64                                                  
16:53:08 #11 20.20   dbus-broker-29-2.fc34.x86_64                                                  
16:53:08 #11 20.20   dbus-common-1:1.12.20-3.fc34.noarch                                           
16:53:08 #11 20.20   device-mapper-1.02.175-1.fc34.x86_64                                          
16:53:08 #11 20.20   device-mapper-devel-1.02.175-1.fc34.x86_64                                    
16:53:08 #11 20.20   device-mapper-libs-1.02.175-1.fc34.x86_64                                     
16:53:08 #11 20.20   e2fsprogs-libs-1.45.6-5.fc34.x86_64                                           
16:53:08 #11 20.20   gc-8.0.4-5.fc34.x86_64                                                        
16:53:08 #11 20.20   gcc-11.2.1-1.fc34.x86_64                                                      
16:53:08 #11 20.20   git-2.31.1-3.fc34.x86_64                                                      
16:53:08 #11 20.20   git-core-2.31.1-3.fc34.x86_64                                                 
16:53:08 #11 20.20   git-core-doc-2.31.1-3.fc34.noarch                                             
16:53:08 #11 20.20   glibc-devel-2.33-20.fc34.x86_64                                               
16:53:08 #11 20.20   glibc-headers-x86-2.33-20.fc34.noarch                                         
16:53:08 #11 20.20   glibc-static-2.33-20.fc34.x86_64                                              
16:53:08 #11 20.20   guile22-2.2.7-2.fc34.x86_64                                                   
16:53:08 #11 20.20   iptables-legacy-libs-1.8.7-8.fc34.x86_64                                      
16:53:08 #11 20.20   jsoncpp-1.9.4-3.fc34.x86_64                                                   
16:53:08 #11 20.20   kernel-headers-5.13.3-200.fc34.x86_64                                         
16:53:08 #11 20.20   kmod-libs-29-2.fc34.x86_64                                                    
16:53:08 #11 20.20   libargon2-20171227-6.fc34.x86_64                                              
16:53:08 #11 20.20   libbtrfs-5.14-2.fc34.x86_64                                                   
16:53:08 #11 20.20   libbtrfsutil-5.14-2.fc34.x86_64                                               
16:53:08 #11 20.20   libcbor-0.7.0-3.fc34.x86_64                                                   
16:53:08 #11 20.20   libedit-3.1-38.20210714cvs.fc34.x86_64                                        
16:53:08 #11 20.20   libfido2-1.6.0-2.fc34.x86_64                                                  
16:53:08 #11 20.20   libibverbs-36.0-1.fc34.x86_64                                                 
16:53:08 #11 20.20   libmpc-1.2.1-2.fc34.x86_64                                                    
16:53:08 #11 20.20   libnl3-3.5.0-6.fc34.x86_64                                                    
16:53:08 #11 20.20   libpcap-14:1.10.1-1.fc34.x86_64                                               
16:53:08 #11 20.20   libseccomp-2.5.0-4.fc34.x86_64                                                
16:53:08 #11 20.20   libseccomp-devel-2.5.0-4.fc34.x86_64                                          
16:53:08 #11 20.20   libselinux-devel-3.2-1.fc34.x86_64                                            
16:53:08 #11 20.20   libselinux-utils-3.2-1.fc34.x86_64                                            
16:53:08 #11 20.20   libsepol-devel-3.2-1.fc34.x86_64                                              
16:53:08 #11 20.20   libtool-2.4.6-40.fc34.x86_64                                                  
16:53:08 #11 20.20   libtool-ltdl-2.4.6-40.fc34.x86_64                                             
16:53:08 #11 20.20   libtool-ltdl-devel-2.4.6-40.fc34.x86_64                                       
16:53:08 #11 20.20   libuv-1:1.42.0-2.fc34.x86_64                                                  
16:53:08 #11 20.20   libxcrypt-devel-4.4.25-1.fc34.x86_64                                          
16:53:08 #11 20.20   libxcrypt-static-4.4.25-1.fc34.x86_64                                         
16:53:08 #11 20.20   libxkbcommon-1.3.0-1.fc34.x86_64                                              
16:53:08 #11 20.20   llvm-libs-12.0.1-1.fc34.x86_64                                                
16:53:08 #11 20.20   lzo-2.10-4.fc34.x86_64                                                        
16:53:08 #11 20.20   m4-1.4.18-17.fc34.x86_64                                                      
16:53:08 #11 20.20   make-1:4.3-5.fc34.x86_64                                                      
16:53:08 #11 20.20   mkpasswd-5.5.10-1.fc34.x86_64                                                 
16:53:08 #11 20.20   openssh-8.6p1-3.fc34.x86_64                                                   
16:53:08 #11 20.20   openssh-clients-8.6p1-3.fc34.x86_64                                           
16:53:08 #11 20.20   pcre2-devel-10.36-4.fc34.x86_64                                               
16:53:08 #11 20.20   pcre2-utf16-10.36-4.fc34.x86_64                                               
16:53:08 #11 20.20   pcre2-utf32-10.36-4.fc34.x86_64                                               
16:53:08 #11 20.20   perl-Error-1:0.17029-5.fc34.noarch                                            
16:53:08 #11 20.20   perl-File-Compare-1.100.600-477.fc34.noarch                                   
16:53:08 #11 20.20   perl-File-Copy-2.34-477.fc34.noarch                                           
16:53:08 #11 20.20   perl-File-Find-1.37-477.fc34.noarch                                           
16:53:08 #11 20.20   perl-Git-2.31.1-3.fc34.noarch                                                 
16:53:08 #11 20.20   perl-TermReadKey-2.38-9.fc34.x86_64                                           
16:53:08 #11 20.20   perl-Thread-Queue-3.14-458.fc34.noarch                                        
16:53:08 #11 20.20   perl-lib-0.65-477.fc34.x86_64                                                 
16:53:08 #11 20.20   perl-threads-1:2.25-458.fc34.x86_64                                           
16:53:08 #11 20.20   perl-threads-shared-1.61-458.fc34.x86_64                                      
16:53:08 #11 20.20   policycoreutils-3.2-1.fc34.x86_64                                             
16:53:08 #11 20.20   policycoreutils-devel-3.2-1.fc34.x86_64                                       
16:53:08 #11 20.20   policycoreutils-python-utils-3.2-1.fc34.noarch                                
16:53:08 #11 20.20   python3-audit-3.0.5-1.fc34.x86_64                                             
16:53:08 #11 20.20   python3-libselinux-3.2-1.fc34.x86_64                                          
16:53:08 #11 20.20   python3-libsemanage-3.2-1.fc34.x86_64                                         
16:53:08 #11 20.20   python3-policycoreutils-3.2-1.fc34.noarch                                     
16:53:08 #11 20.20   python3-setools-4.4.0-1.fc34.x86_64                                           
16:53:08 #11 20.20   qrencode-libs-4.0.2-7.fc34.x86_64                                             
16:53:08 #11 20.20   rhash-1.4.0-3.fc34.x86_64                                                     
16:53:08 #11 20.20   rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64                                     
16:53:08 #11 20.20   selinux-policy-34.19-1.fc34.noarch                                            
16:53:08 #11 20.20   selinux-policy-devel-34.19-1.fc34.noarch                                      
16:53:08 #11 20.20   selinux-policy-targeted-34.19-1.fc34.noarch                                   
16:53:08 #11 20.20   systemd-248.7-1.fc34.x86_64                                                   
16:53:08 #11 20.20   systemd-devel-248.7-1.fc34.x86_64                                             
16:53:08 #11 20.20   systemd-networkd-248.7-1.fc34.x86_64                                          
16:53:08 #11 20.20   systemd-pam-248.7-1.fc34.x86_64                                               
16:53:08 #11 20.20   systemd-rpm-macros-248.7-1.fc34.noarch                                        
16:53:08 #11 20.20   vim-filesystem-2:8.2.3404-1.fc34.noarch                                       
16:53:08 #11 20.20   which-2.21-26.fc34.x86_64                                                     
16:53:08 #11 20.20   whois-nls-5.5.10-1.fc34.noarch                                                
16:53:08 #11 20.20   xkeyboard-config-2.33-1.fc34.noarch                                           
16:53:08 #11 20.20 
16:53:08 #11 20.20 Complete!
16:53:08 #11 DONE 20.4s
16:53:08 
16:53:08 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
16:53:08 #13 sha256:32aaa30746274a47921007eb632af0db486bdb98f31c4b9ffe5b7bf1aaad308f
16:53:10 #13 DONE 1.7s
16:53:10 
16:53:10 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
16:53:10 #14 sha256:6db24b9de5aa54d991fbc52fc4df5d705d003d09fcbde8b9ace4830394d13ce8
16:53:10 #14 DONE 0.0s
16:53:10 
16:53:10 #15 exporting to image
16:53:10 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:53:10 #15 exporting layers
16:53:15 #15 exporting layers 5.5s done
16:53:15 #15 writing image sha256:c3e91ad77545202fc8fc7da16950b83fdb271be8f4c7b6c57de0171d45ab22d7 done
16:53:15 #15 naming to docker.io/rpmbuild-fedora-34/x86_64 done
16:53:15 #15 DONE 5.5s
16:53:15 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/fedora-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/x86_64 -ba --define '_gitcommit_cli e3023ca' --define '_gitcommit_engine 5176095' --define '_release 0' --define '_version 0.0.0.20210916145224.e3023ca' --define '_origversion 0.0.0-20210916145224-e3023ca' --define '_scan_rpm_version 0.8.0' --define '_scan_version v0.8.0' --define '_scan_gitcommit 35651ca'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
16:53:16 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
16:53:16 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
16:53:16 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
16:53:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.km5pL6
16:53:16 + umask 022
16:53:16 + cd /root/rpmbuild/BUILD
16:53:16 + cd /root/rpmbuild/BUILD
16:53:16 + rm -rf src
16:53:16 + /usr/bin/mkdir -p src
16:53:16 + cd src
16:53:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:53:16 + /usr/bin/tar -xof -
16:53:16 + STATUS=0
16:53:16 + '[' 0 -ne 0 ']'
16:53:16 + /usr/bin/tar -xof -
16:53:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:53:16 + STATUS=0
16:53:16 + '[' 0 -ne 0 ']'
16:53:16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:53:17 + RPM_EC=0
16:53:17 ++ jobs -p
16:53:17 + exit 0
16:53:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2Xvdzf
16:53:17 + umask 022
16:53:17 + cd /root/rpmbuild/BUILD
16:53:17 + cd src
16:53:17 + export DOCKER_GITCOMMIT=5176095
16:53:17 + DOCKER_GITCOMMIT=5176095
16:53:17 + mkdir -p /go/src/github.com/docker
16:53:17 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:53:17 + DOCKER_BUILDTAGS+=' exclude_graphdriver_btrfs'
16:53:17 + export DOCKER_BUILDTAGS
16:53:17 + pushd /root/rpmbuild/BUILD/src/engine
16:53:17 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
16:53:17 + TMP_GOPATH=/go
16:53:17 + hack/dockerfile/install/install.sh tini
16:53:17 + RM_GOPATH=0
16:53:17 + TMP_GOPATH=/go
16:53:17 + : /usr/local/bin
16:53:17 + '[' -z /go ']'
16:53:17 + export GOPATH=/go
16:53:17 + GOPATH=/go
16:53:17 + case "$(go env GOARCH)" in
16:53:17 ++ go env GOARCH
16:53:17 + export GO_BUILDMODE=-buildmode=pie
16:53:17 + GO_BUILDMODE=-buildmode=pie
16:53:17 ++ dirname hack/dockerfile/install/install.sh
16:53:17 + dir=hack/dockerfile/install
16:53:17 + bin=tini
16:53:17 + shift
16:53:17 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:53:17 + . hack/dockerfile/install/tini.installer
16:53:17 ++ : v0.19.0
16:53:17 + install_tini
16:53:17 Install tini version v0.19.0
16:53:17 + echo 'Install tini version v0.19.0'
16:53:17 + git clone https://github.com/krallin/tini.git /go/tini
16:53:17 Cloning into '/go/tini'...
16:53:17 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
16:53:17 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
16:53:17 # Build the CLI plugins
16:53:17 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
16:53:17 set -e;cd /sources && \
16:53:17 	tar xzf plugin-installers.tgz; \
16:53:17 	for installer in plugins/*.installer; do \
16:53:17 		LDFLAGS='' bash ${installer} build; \
16:53:17 	done
16:53:17 Cloning into '/go/src/github.com/docker/buildx'...
16:53:17 Fetching origin
16:53:17 + cd /go/tini
16:53:17 + git checkout -q v0.19.0
16:53:17 + cmake .
16:53:17 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
16:53:17   Compatibility with CMake < 2.8.12 will be removed from a future version of
16:53:17   CMake.
16:53:17 
16:53:17   Update the VERSION argument <min> value or use a ...<max> suffix to tell
16:53:17   CMake that the project does not need compatibility with older versions.
16:53:17 
16:53:17 
16:53:17 -- The C compiler identification is GNU 11.2.1
16:53:17 -- Detecting C compiler ABI info
16:53:17 -- Detecting C compiler ABI info - done
16:53:17 -- Check for working C compiler: /usr/bin/cc - skipped
16:53:17 -- Detecting C compile features
16:53:17 -- Detecting C compile features - done
16:53:17 -- Performing Test HAS_BUILTIN_FORTIFY
16:53:17 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:53:17 -- Configuring done
16:53:17 -- Generating done
16:53:17 -- Build files have been written to: /go/tini
16:53:17 + make tini-static
16:53:17 + GO111MODULE=on
16:53:17 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:53:17 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:53:17 [100%] Linking C executable tini-static
16:53:17 [100%] Built target tini-static
16:53:17 + mkdir -p /usr/local/bin
16:53:17 + cp tini-static /usr/local/bin/docker-init
16:53:17 + VERSION=0.0.0-20210916145224-e3023ca
16:53:17 + PRODUCT=docker
16:53:17 + hack/make.sh dynbinary
16:53:17 
16:53:17 Removing bundles/
16:53:17 
16:53:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:53:17 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:53:17 GOOS="" GOARCH="" GOARM=""
16:53:43 Project root: /go/src/github.com/docker/cli
16:53:43 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:53:43 2021/09/16 16:53:38 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:53:43 make[2]: Leaving directory '/root/build-deb/cli'
16:53:43 # Build the scan-plugin
16:53:43 # TODO change once we support scan-plugin on other architectures
16:53:43 if [ "armhf" = "amd64" ]; then \
16:53:43 	cd /go/src/github.com/docker/scan-cli-plugin \
16:53:43 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
16:53:43 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
16:53:43 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
16:53:43 fi
16:53:43 # Build the CLI plugins
16:53:43 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
16:53:43 set -e;cd /sources && \
16:53:43 	tar xzf plugin-installers.tgz; \
16:53:43 	for installer in plugins/*.installer; do \
16:53:43 		LDFLAGS='' bash ${installer} build; \
16:53:43 	done
16:53:43 Cloning into '/go/src/github.com/docker/buildx'...
16:53:43 Updating files:  99% (4168/4193)
Updating files: 100% (4193/4193)
Updating files: 100% (4193/4193), done.
16:53:43 Fetching origin
16:53:43 + GO111MODULE=on
16:53:43 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:54:17 #43 80.44 Created binary: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20210916145224-e3023ca.exe
16:54:17 #43 80.97 Building: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20210916145224-e3023ca.exe
16:54:17 #43 80.97 GOOS="windows" GOARCH="amd64" GOARM=""
16:54:17 #43 81.32 Created binary: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20210916145224-e3023ca.exe
16:54:17 #43 81.34 Cloning into '/go/src/github.com/docker/windows-container-utility'...
16:54:17 #43 81.58 Building: /build/bundles/cross/windows/amd64/containerutility.exe
16:54:23 #43 86.64 
16:54:23 #43 DONE 86.9s
16:54:23 
16:54:23 #44 [cross 1/1] COPY --from=build-cross /build/bundles/ /
16:54:23 #44 sha256:0ba8e9fc80a0c44a5ab5dd17f4774e50fd1f291138fd2fb2a34ae4a3b3a8f942
16:54:23 #44 DONE 0.1s
16:54:23 
16:54:23 #45 exporting to client
16:54:23 #45 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:54:23 #45 copying files 19.40MB 0.1s
16:54:23 #45 copying files 59.81MB 0.3s done
16:54:23 #45 DONE 0.3s
16:54:23 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker'
16:54:23 mkdir -p build/win/amd64/docker/cli-plugins
16:54:23 GOOS=windows GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/build/win/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/static/scripts/build-cli-plugins":/build:ro golang:1.16.8 /build
16:54:24 Cloning into '/go/src/github.com/docker/buildx'...
16:54:25 Fetching origin
16:54:26 + GO111MODULE=on
16:54:26 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:54:39 make[1]: Leaving directory '/root/build-deb'
16:54:39    debian/rules override_dh_auto_test
16:54:39 make[1]: Entering directory '/root/build-deb'
16:54:39 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
16:54:39 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
16:54:39 PASS: daemon version OK
16:54:39 ver="$(cli/build/docker --version)"; \
16:54:39 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
16:54:39 PASS: cli version OK
16:54:39 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
16:54:39 # TODO change once we support scan-plugin on other architectures
16:54:39 if [ "amd64" = "amd64" ]; then \
16:54:39 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
16:54:39 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
16:54:39 fi
16:54:39 PASS: docker-scan version OK
16:54:39 make[1]: Leaving directory '/root/build-deb'
16:54:39    create-stamp debian/debhelper-build-stamp
16:54:39  debian/rules binary
16:54:39 dh binary --with=bash-completion
16:54:39    dh_testroot
16:54:39    dh_prep
16:54:39    debian/rules override_dh_auto_install
16:54:39 make[1]: Entering directory '/root/build-deb'
16:54:39 # docker-ce-cli install
16:54:39 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
16:54:39 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
16:54:39 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
16:54:39 set -e;cd /sources && \
16:54:39 	tar xzf plugin-installers.tgz; \
16:54:39 	for installer in plugins/*.installer; do \
16:54:39 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
16:54:39 		PREFIX=/usr/libexec/docker/cli-plugins \
16:54:39 			bash ${installer} install_plugin; \
16:54:39 	done
16:54:39 # docker-ce install
16:54:39 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
16:54:39 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
16:54:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
16:54:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
16:54:39 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
16:54:39 # docker-scan-plugin install
16:54:39 # TODO change once we support scan-plugin on other architectures
16:54:39 if [ "amd64" = "amd64" ]; then \
16:54:39 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
16:54:39 fi
16:54:39 # docker-ce-rootless-extras install
16:54:39 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
16:54:39 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
16:54:39 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
16:54:39 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
16:54:39 # TODO: how can we install vpnkit?
16:54:39 make[1]: Leaving directory '/root/build-deb'
16:54:39    debian/rules override_dh_install
16:54:39 make[1]: Entering directory '/root/build-deb'
16:54:39 dh_install
16:54:39 # TODO Can we do this from within our container?
16:54:39 dh_apparmor --profile-name=docker-ce -pdocker-ce
16:54:39 make[1]: Leaving directory '/root/build-deb'
16:54:39    dh_installdocs
16:54:39    dh_installchangelogs
16:54:39    dh_installman
16:54:39    dh_bash-completion
16:54:39    dh_systemd_enable
16:54:39    debian/rules override_dh_installinit
16:54:39 make[1]: Entering directory '/root/build-deb'
16:54:39 # use "docker" as our service name, not "docker-ce"
16:54:39 dh_installinit --name=docker
16:54:39 make[1]: Leaving directory '/root/build-deb'
16:54:39    dh_systemd_start
16:54:39    dh_perl
16:54:39    dh_link
16:54:39    dh_strip_nondeterminism
16:54:39    dh_compress
16:54:39    dh_fixperms
16:54:39    dh_missing
16:54:39    debian/rules override_dh_strip
16:54:39 make[1]: Entering directory '/root/build-deb'
16:54:39 # Go has lots of problems with stripping, so just don't
16:54:39 make[1]: Leaving directory '/root/build-deb'
16:54:39    dh_makeshlibs
16:54:39    debian/rules override_dh_shlibdeps
16:54:39 make[1]: Entering directory '/root/build-deb'
16:54:39 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
16:54:45 make[1]: Leaving directory '/root/build-deb'
16:54:45    dh_installdeb
16:54:45    debian/rules override_dh_gencontrol
16:54:45 make[1]: Entering directory '/root/build-deb'
16:54:45 # Use separate version for the scan-plugin package, then generate the other control files as usual
16:54:45 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
16:54:45 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
16:54:45 if [ "amd64" = "amd64" ]; then \
16:54:45 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
16:54:45 fi
16:54:45 dh_gencontrol --remaining-packages
16:54:46 make[1]: Leaving directory '/root/build-deb'
16:54:46    dh_md5sums
16:54:46    dh_builddeb
16:54:46 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'.
16:54:46 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'.
16:54:54 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:54:54 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:54:54 GOOS="" GOARCH="" GOARM=""
16:54:54 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:54:54 
16:54:54 + popd
16:54:54 ~/rpmbuild/BUILD/src
16:54:54 + RPM_EC=0
16:54:54 ++ jobs -p
16:54:54 + exit 0
16:54:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QF6X1D
16:54:54 + umask 022
16:54:54 + cd /root/rpmbuild/BUILD
16:54:54 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64 '!=' / ']'
16:54:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:54 + mkdir -p /root/rpmbuild/BUILDROOT
16:54:54 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:54 + cd src
16:54:54 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
16:54:54 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/dockerd
16:54:54 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
16:54:54 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker-proxy
16:54:54 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker-init
16:54:54 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/lib/systemd/system/docker.service
16:54:54 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/lib/systemd/system/docker.socket
16:54:54 + /usr/lib/rpm/check-buildroot
16:54:54 + /usr/lib/rpm/redhat/brp-ldconfig
16:54:54 + /usr/lib/rpm/brp-compress
16:54:54 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:54:54 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:54:54 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
16:54:54 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
16:54:54 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:54:54 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
16:54:54 + /usr/lib/rpm/brp-python-hardlink
16:54:54 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:54:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1PkiVe
16:54:54 + umask 022
16:54:54 + cd /root/rpmbuild/BUILD
16:54:54 + cd src
16:54:54 ++ engine/bundles/dynbinary-daemon/dockerd --version
16:54:54 + ver='Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:54:54 PASS: daemon version OK
16:54:54 + test 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095' = 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:54:54 + echo 'PASS: daemon version OK'
16:54:54 + RPM_EC=0
16:54:54 ++ jobs -p
16:54:54 + exit 0
16:54:54 Processing files: docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:54 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker-proxy
16:54:54 Provides: docker-ce = 3:0.0.0.20210916145224.e3023ca-0.fc34 docker-ce(x86-64) = 3:0.0.0.20210916145224.e3023ca-0.fc34
16:54:54 Requires(interp): /bin/sh /bin/sh /bin/sh
16:54:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:54:54 Requires(post): /bin/sh
16:54:54 Requires(preun): /bin/sh
16:54:54 Requires(postun): /bin/sh
16:54:54 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
16:54:54 Conflicts: docker docker-ee docker-engine-cs docker-io
16:54:54 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
16:54:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:54 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.src.rpm
16:55:08 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'.
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    debian/rules override_dh_auto_test
16:55:20 make[1]: Entering directory '/root/build-deb'
16:55:20 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
16:55:20 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
16:55:20 PASS: daemon version OK
16:55:20 ver="$(cli/build/docker --version)"; \
16:55:20 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
16:55:20 PASS: cli version OK
16:55:20 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
16:55:20 # TODO change once we support scan-plugin on other architectures
16:55:20 if [ "armhf" = "amd64" ]; then \
16:55:20 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
16:55:20 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
16:55:20 fi
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    create-stamp debian/debhelper-build-stamp
16:55:20  debian/rules binary
16:55:20 dh binary --with=bash-completion
16:55:20    dh_testroot
16:55:20    dh_prep
16:55:20    debian/rules override_dh_auto_install
16:55:20 make[1]: Entering directory '/root/build-deb'
16:55:20 # docker-ce-cli install
16:55:20 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
16:55:20 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
16:55:20 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
16:55:20 set -e;cd /sources && \
16:55:20 	tar xzf plugin-installers.tgz; \
16:55:20 	for installer in plugins/*.installer; do \
16:55:20 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
16:55:20 		PREFIX=/usr/libexec/docker/cli-plugins \
16:55:20 			bash ${installer} install_plugin; \
16:55:20 	done
16:55:20 # docker-ce install
16:55:20 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
16:55:20 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
16:55:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
16:55:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
16:55:20 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
16:55:20 # docker-scan-plugin install
16:55:20 # TODO change once we support scan-plugin on other architectures
16:55:20 if [ "armhf" = "amd64" ]; then \
16:55:20 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
16:55:20 fi
16:55:20 # docker-ce-rootless-extras install
16:55:20 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
16:55:20 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
16:55:20 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
16:55:20 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
16:55:20 # TODO: how can we install vpnkit?
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    debian/rules override_dh_install
16:55:20 make[1]: Entering directory '/root/build-deb'
16:55:20 dh_install
16:55:20 # TODO Can we do this from within our container?
16:55:20 dh_apparmor --profile-name=docker-ce -pdocker-ce
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    dh_installdocs
16:55:20    dh_installchangelogs
16:55:20    dh_installman
16:55:20    dh_bash-completion
16:55:20    dh_systemd_enable
16:55:20    debian/rules override_dh_installinit
16:55:20 make[1]: Entering directory '/root/build-deb'
16:55:20 # use "docker" as our service name, not "docker-ce"
16:55:20 dh_installinit --name=docker
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    dh_systemd_start
16:55:20    dh_perl
16:55:20    dh_link
16:55:20    dh_strip_nondeterminism
16:55:22    dh_compress
16:55:23    dh_fixperms
16:55:23    dh_missing
16:55:23    debian/rules override_dh_strip
16:55:23 make[1]: Entering directory '/root/build-deb'
16:55:23 # Go has lots of problems with stripping, so just don't
16:55:23 make[1]: Leaving directory '/root/build-deb'
16:55:23    dh_makeshlibs
16:55:23    debian/rules override_dh_shlibdeps
16:55:23 make[1]: Entering directory '/root/build-deb'
16:55:23 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
16:55:35 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'.
16:55:41 + umask 022
16:55:41 + cd /root/rpmbuild/BUILD
16:55:41 + cd src
16:55:41 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:55:41 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64.rpm
16:55:41 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8JZfjM
16:55:41 + RPM_EC=0
16:55:41 ++ jobs -p
16:55:41 + exit 0
16:55:41 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Y1xy36
16:55:41 + umask 022
16:55:41 + cd /root/rpmbuild/BUILD
16:55:41 + cd /root/rpmbuild/BUILD
16:55:41 + rm -rf src
16:55:41 + /usr/bin/mkdir -p src
16:55:41 + cd src
16:55:41 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
16:55:41 + /usr/bin/tar -xof -
16:55:41 + STATUS=0
16:55:41 + '[' 0 -ne 0 ']'
16:55:41 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
16:55:41 + /usr/bin/tar -xof -
16:55:41 + STATUS=0
16:55:41 + '[' 0 -ne 0 ']'
16:55:41 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:55:41 + RPM_EC=0
16:55:41 ++ jobs -p
16:55:41 + exit 0
16:55:41 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4SyI5a
16:55:41 + umask 022
16:55:41 + cd /root/rpmbuild/BUILD
16:55:41 + cd src
16:55:41 + mkdir -p /go/src/github.com/docker
16:55:41 + rm -f /go/src/github.com/docker/cli
16:55:41 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
16:55:41 + pushd /go/src/github.com/docker/cli
16:55:41 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
16:55:41 + VERSION=0.0.0-20210916145224-e3023ca
16:55:41 + GITCOMMIT=e3023ca
16:55:41 + GO_LINKMODE=dynamic
16:55:41 + ./scripts/build/binary
16:55:41 Building dynamic docker-linux-amd64
16:55:41 make[1]: Leaving directory '/root/build-deb'
16:55:41    dh_installdeb
16:55:41    debian/rules override_dh_gencontrol
16:55:41 make[1]: Entering directory '/root/build-deb'
16:55:41 # Use separate version for the scan-plugin package, then generate the other control files as usual
16:55:41 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
16:55:41 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
16:55:41 if [ "armhf" = "amd64" ]; then \
16:55:41 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
16:55:41 fi
16:55:41 dh_gencontrol --remaining-packages
16:55:41 make[1]: Leaving directory '/root/build-deb'
16:55:41    dh_md5sums
16:55:41    dh_builddeb
16:55:41 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'.
16:55:41 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'.
16:55:41 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'.
16:56:03 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build/win/amd64
16:56:03 find build/win/amd64/docker -type f -not -name "*.exe" -exec mv {} {}.exe \;
16:56:03 cd /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca docker buildx bake --set binary.platform=windows/amd64 binary
16:56:03 #1 [internal] load build definition from Dockerfile
16:56:03 #1 sha256:08de23b656293a492a06d5a9a061299e1a3ec9cb2c545b2b00dc7d551a5c106b
16:56:03 #1 transferring dockerfile: 2.08kB done
16:56:03 #1 DONE 0.0s
16:56:03 
16:56:03 #2 [internal] load .dockerignore
16:56:03 #2 sha256:9db1a70ae02293d053e33c3e79cb18cfa9ac93550821f919fc57f4629058a142
16:56:03 #2 transferring context: 112B done
16:56:03 #2 DONE 0.0s
16:56:03 
16:56:03 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:56:03 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:56:03 #3 ...
16:56:03 
16:56:03 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
16:56:03 #4 sha256:c5c565c7901b95a2c6abc5464ea50af9f9c52f318ceaf763e7c1f2831fb8d4b9
16:56:03 #4 DONE 0.0s
16:56:03 
16:56:03 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:56:03 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:56:03 #3 DONE 0.4s
16:56:03 
16:56:03 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:56:03 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:56:03 #5 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done
16:56:03 #5 DONE 0.0s
16:56:03 
16:56:03 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:56:03 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:56:03 #5 CACHED
16:56:03 
16:56:03 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
16:56:03 #9 sha256:1c2649473f40d78a684cbcfe5a3122f4788828575f873a81aa9be811adfafaa5
16:56:03 #9 DONE 0.0s
16:56:03 
16:56:03 #10 [auth] library/golang:pull token for registry-1.docker.io
16:56:03 #10 sha256:3b253d0e61737b3c1df8c21f66792f7f460aa205fd5eaa88d0a9af82457cc7cf
16:56:03 #10 DONE 0.0s
16:56:03 
16:56:03 #11 [auth] tonistiigi/xx:pull token for registry-1.docker.io
16:56:03 #11 sha256:00c676300a0b5e3cafded73e459d6bf4b188403ea2877ab7de36934425ddf29a
16:56:03 #11 DONE 0.0s
16:56:03 
16:56:03 #8 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
16:56:03 #8 sha256:39afe7dddccc662ff6be2af454504a792d7c60180bf31899bc68058a4e7a9813
16:56:03 #8 DONE 0.4s
16:56:03 
16:56:03 #7 [internal] load metadata for docker.io/library/golang:1.16.8-alpine
16:56:03 #7 sha256:aa25a38e05cb1f0517244be7e0081bc9a7f56c1e7b162b57d2df954b0a48cef8
16:56:03 #7 DONE 0.2s
16:56:03 
16:56:03 #6 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:56:03 #6 sha256:03998c5fb860372e51e99425b67781c11d0f2c67d1842fb3a07b596b392742e1
16:56:03 #6 DONE 0.4s
16:56:03 
16:56:03 #18 [internal] load build context
16:56:03 #18 sha256:e22badff9b3ccebba6317aafaa80a9a3cb0441b20a61fffeb3e0014edeb626fe
16:56:03 #18 DONE 0.0s
16:56:03 
16:56:03 #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
16:56:03 #13 sha256:922c15005dedcce7f2768027bc1121b33ea8cc1f71e2ae4a7d2b2b9ac21f7cba
16:56:03 #13 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
16:56:03 #13 DONE 0.0s
16:56:03 
16:56:03 #12 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:56:03 #12 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:56:03 #12 resolve docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:56:03 #12 resolve docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56 0.0s done
16:56:03 #12 DONE 0.0s
16:56:03 
16:56:03 #14 [build-base-alpine 1/3] COPY --from=xx / /
16:56:03 #14 sha256:d4ed2a4b27804a9b1166ef0ca00378af33b881e47414dc5dd4bcd8d865181bdb
16:56:03 #14 CACHED
16:56:03 
16:56:03 #15 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
16:56:03 #15 sha256:4f762c1ca3b75604fad3bd550789d0ed54653889b4d2c485d0af94b76bfd2d67
16:56:03 #15 CACHED
16:56:03 
16:56:03 #16 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
16:56:03 #16 sha256:bc5c0c07c77d0a45fad4cc2529ef787ccf88144b320146a68ac1e8d427bdcd33
16:56:03 #16 CACHED
16:56:03 
16:56:03 #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:56:03 #19 sha256:bd6d09290cfa7b6bd8b7d62559a8d0f9c4f5a13e69d91a50c8ebf57731f10c8c
16:56:03 #19 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
16:56:03 #19 DONE 0.1s
16:56:03 
16:56:03 #18 [internal] load build context
16:56:03 #18 sha256:e22badff9b3ccebba6317aafaa80a9a3cb0441b20a61fffeb3e0014edeb626fe
16:56:03 #18 ...
16:56:03 
16:56:03 #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:56:03 #19 sha256:bd6d09290cfa7b6bd8b7d62559a8d0f9c4f5a13e69d91a50c8ebf57731f10c8c
16:56:03 #19 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.0s done
16:56:03 #19 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 0.0s done
16:56:03 #19 DONE 0.1s
16:56:03 
16:56:03 #18 [internal] load build context
16:56:03 #18 sha256:e22badff9b3ccebba6317aafaa80a9a3cb0441b20a61fffeb3e0014edeb626fe
16:56:03 #18 ...
16:56:03 
16:56:03 #17 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
16:56:03 #17 sha256:118e58be71c68ce0dbfcd2f6c5d06ea78c138aadf4a25fa12a7f52f52f695258
16:56:03 #17 0.210 skipping packages installation on windows
16:56:03 #17 DONE 0.2s
16:56:03 
16:56:03 #18 [internal] load build context
16:56:03 #18 sha256:e22badff9b3ccebba6317aafaa80a9a3cb0441b20a61fffeb3e0014edeb626fe
16:56:03 #18 transferring context: 394.04kB 0.5s done
16:56:03 #18 DONE 0.5s
16:56:03 
16:56:03 #20 [build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:56:03 #20 sha256:fceafb0ee3008df36ecf98bc7e7e8b6aae2993be40462c1c5d3fdb8cd06bab9e
16:56:03 #20 0.314 Building static docker-windows-amd64.exe
16:56:14  dpkg-genbuildinfo
16:56:14  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes
16:56:14 dpkg-genchanges: info: including full source code in upload
16:56:14  dpkg-source -I.git --after-build .
16:56:14 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
16:56:14 + destination=/build
16:56:14 + mkdir -p /build
16:56:14 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb /root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb /build
16:56:14 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:56:14 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:56:14 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:56:14 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:56:14 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc'
16:56:14 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc'
16:56:14 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz'
16:56:14 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz'
16:56:14 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.buildinfo'
16:56:14 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.buildinfo'
16:56:14 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes'
16:56:14 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes'
16:56:14 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:56:14 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:56:14 copied '/root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'
16:56:14 removed '/root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'
16:56:16 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-hirsute"
16:56:17 == Building packages for debian-bullseye ==
16:56:17 mkdir -p "debbuild/debian-bullseye"
16:56:17 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
16:56:17 #1 [internal] load build definition from Dockerfile
16:56:17 #1 sha256:abfcdcbf92abee7fc417816720f53a0ad842fa163831fb1c51c5e224bd645389
16:56:17 #1 transferring dockerfile: 922B done
16:56:17 #1 DONE 0.0s
16:56:17 
16:56:17 #2 [internal] load .dockerignore
16:56:17 #2 sha256:f660d51efacddf3f1baae834509ae25061d076c92ffaeed2d0898932a9765a5d
16:56:17 #2 transferring context: 2B done
16:56:17 #2 DONE 0.0s
16:56:17 
16:56:17 #5 [auth] library/golang:pull token for registry-1.docker.io
16:56:17 #5 sha256:ec61f183efe503695b084202f38cbad7f736e34ba24cac4d81c20d14473dd021
16:56:17 #5 DONE 0.0s
16:56:17 
16:56:17 #6 [auth] library/debian:pull token for registry-1.docker.io
16:56:17 #6 sha256:02b679d5a6d3c9150ebef04b98638fbde19eedeb2bdf5da488e0f6d82461ba52
16:56:17 #6 DONE 0.0s
16:56:17 
16:56:17 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:56:17 #4 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:56:17 #4 DONE 0.1s
16:56:17 
16:56:17 #3 [internal] load metadata for docker.io/library/debian:bullseye
16:56:17 #3 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
16:56:17 #3 DONE 0.3s
16:56:17 
16:56:17 #9 [internal] load build context
16:56:17 #9 sha256:4508300a88ed7388e72d26de7076bea4f970274332ec9f518b475865b8d37421
16:56:17 #9 transferring context: 756B done
16:56:17 #9 DONE 0.0s
16:56:17 
16:56:17 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:56:17 #13 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:56:17 #13 CACHED
16:56:17 
16:56:17 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25
16:56:17 #7 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469
16:56:17 #7 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 done
16:56:17 #7 sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 1.85kB / 1.85kB done
16:56:17 #7 sha256:2c4d8b742bed07efe6d262942d9ebdbe2143f6aeb76d2935807e1b81385b974a 529B / 529B done
16:56:17 #7 sha256:82bd5ee7b1c50d8a1a5f12e8dcfa9fcbb5cc2b551c5d9edcca3220397c06b7ed 1.46kB / 1.46kB done
16:56:17 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 16.78MB / 54.93MB 0.2s
16:56:17 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 27.26MB / 54.93MB 0.3s
16:56:18 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 36.70MB / 54.93MB 0.4s
16:56:18 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 0.6s
16:56:18 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 1.1s done
16:56:18 #7 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366
16:56:21 #7 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 1.9s done
16:56:21 #7 DONE 3.2s
16:56:21 
16:56:21 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:56:21 #8 sha256:8d0cff54df553817fe65c258c6568f5c7cc9698f94782e64d6135c4cc6849792
16:56:21 #8 0.671 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:56:21 #8 0.673 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:56:21 #8 0.681 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:56:21 #8 0.753 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:56:21 #8 0.840 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:56:23 #8 2.036 Fetched 8402 kB in 2s (5155 kB/s)
16:56:23 #8 2.036 Reading package lists...
16:56:24 #8 2.532 Reading package lists...
16:56:24 #8 3.022 Building dependency tree...
16:56:24 #8 3.131 Reading state information...
16:56:24 #8 3.265 The following additional packages will be installed:
16:56:24 #8 3.265   autoconf automake autopoint autotools-dev binutils binutils-common
16:56:24 #8 3.265   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
16:56:24 #8 3.265   ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
16:56:24 #8 3.265   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
16:56:24 #8 3.265   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
16:56:24 #8 3.265   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
16:56:24 #8 3.265   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
16:56:24 #8 3.265   intltool-debian iso-codes less libalgorithm-diff-perl
16:56:24 #8 3.265   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
16:56:24 #8 3.265   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
16:56:24 #8 3.265   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
16:56:24 #8 3.265   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
16:56:24 #8 3.265   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
16:56:24 #8 3.265   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
16:56:24 #8 3.265   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
16:56:24 #8 3.265   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
16:56:24 #8 3.265   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
16:56:24 #8 3.265   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
16:56:24 #8 3.265   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
16:56:24 #8 3.265   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
16:56:24 #8 3.265   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
16:56:24 #8 3.265   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
16:56:24 #8 3.265   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
16:56:24 #8 3.265   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
16:56:24 #8 3.265   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
16:56:24 #8 3.265   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
16:56:24 #8 3.265   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
16:56:24 #8 3.265   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
16:56:24 #8 3.265   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
16:56:24 #8 3.265   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
16:56:24 #8 3.265   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
16:56:24 #8 3.266   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
16:56:24 #8 3.266   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
16:56:24 #8 3.266   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
16:56:24 #8 3.266   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
16:56:24 #8 3.266   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
16:56:24 #8 3.266   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
16:56:24 #8 3.266   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
16:56:24 #8 3.266   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
16:56:24 #8 3.266   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
16:56:24 #8 3.266   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
16:56:24 #8 3.266   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
16:56:24 #8 3.266   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
16:56:24 #8 3.266   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
16:56:24 #8 3.266   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
16:56:24 #8 3.266   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
16:56:24 #8 3.266   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
16:56:24 #8 3.266   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
16:56:24 #8 3.266   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
16:56:24 #8 3.266   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
16:56:24 #8 3.266   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
16:56:24 #8 3.266   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
16:56:24 #8 3.266   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
16:56:24 #8 3.266   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
16:56:24 #8 3.266   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
16:56:24 #8 3.266   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
16:56:24 #8 3.266   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
16:56:24 #8 3.266   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
16:56:24 #8 3.266   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
16:56:24 #8 3.266   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
16:56:24 #8 3.266   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
16:56:24 #8 3.266   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
16:56:24 #8 3.266   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
16:56:24 #8 3.266   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
16:56:24 #8 3.266   libstrictures-perl libstring-copyright-perl libstring-escape-perl
16:56:24 #8 3.266   libstring-shellquote-perl libsub-exporter-perl
16:56:24 #8 3.266   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
16:56:24 #8 3.266   libsub-name-perl libsub-override-perl libsub-quote-perl
16:56:24 #8 3.266   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
16:56:24 #8 3.266   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
16:56:24 #8 3.266   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
16:56:24 #8 3.266   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
16:56:24 #8 3.266   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
16:56:24 #8 3.266   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
16:56:24 #8 3.266   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
16:56:24 #8 3.266   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
16:56:24 #8 3.266   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
16:56:24 #8 3.266   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
16:56:24 #8 3.266   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
16:56:24 #8 3.266   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:56:24 #8 3.266   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
16:56:24 #8 3.266   netbase openssh-client openssl patch patchutils pbzip2 perl
16:56:24 #8 3.267   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
16:56:24 #8 3.267   pristine-tar publicsuffix python-apt-common python3 python3-apt
16:56:24 #8 3.267   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
16:56:24 #8 3.267   python3-magic python3-minimal python3-pkg-resources python3-requests
16:56:24 #8 3.267   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
16:56:24 #8 3.267   python3.9-minimal readline-common sensible-utils shared-mime-info strace
16:56:24 #8 3.267   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
16:56:24 #8 3.269 Suggested packages:
16:56:24 #8 3.269   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
16:56:24 #8 3.269   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
16:56:24 #8 3.269   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
16:56:24 #8 3.269   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
16:56:24 #8 3.269   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
16:56:24 #8 3.269   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
16:56:24 #8 3.269   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
16:56:24 #8 3.269   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
16:56:24 #8 3.269   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
16:56:24 #8 3.269   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
16:56:24 #8 3.269   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
16:56:24 #8 3.269   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
16:56:24 #8 3.269   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm
16:56:24 #8 3.269   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
16:56:24 #8 3.269   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
16:56:24 #8 3.269   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
16:56:24 #8 3.269   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc
16:56:24 #8 3.269   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
16:56:24 #8 3.269   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
16:56:24 #8 3.269   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
16:56:24 #8 3.269   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
16:56:24 #8 3.269   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
16:56:24 #8 3.269   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
16:56:24 #8 3.269   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
16:56:24 #8 3.269   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
16:56:24 #8 3.269   python3-cryptography python3-openssl python3-socks python-requests-doc
16:56:24 #8 3.269   python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc
16:56:25 #8 4.821 The following NEW packages will be installed:
16:56:25 #8 4.821   autoconf automake autopoint autotools-dev binutils binutils-common
16:56:25 #8 4.821   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
16:56:25 #8 4.822   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
16:56:25 #8 4.822   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
16:56:25 #8 4.822   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
16:56:25 #8 4.822   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
16:56:25 #8 4.822   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
16:56:25 #8 4.822   gpgconf gpgsm groff-base intltool-debian iso-codes less
16:56:25 #8 4.822   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
16:56:25 #8 4.822   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
16:56:25 #8 4.822   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
16:56:25 #8 4.822   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
16:56:25 #8 4.822   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
16:56:25 #8 4.822   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
16:56:25 #8 4.822   libclass-inspector-perl libclass-method-modifiers-perl
16:56:25 #8 4.822   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
16:56:25 #8 4.822   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
16:56:25 #8 4.822   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
16:56:25 #8 4.822   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
16:56:25 #8 4.822   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
16:56:25 #8 4.822   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
16:56:25 #8 4.822   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
16:56:25 #8 4.822   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
16:56:25 #8 4.822   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
16:56:25 #8 4.822   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
16:56:25 #8 4.822   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
16:56:25 #8 4.822   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
16:56:25 #8 4.822   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
16:56:25 #8 4.822   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
16:56:25 #8 4.822   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
16:56:25 #8 4.822   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
16:56:25 #8 4.823   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
16:56:25 #8 4.823   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
16:56:25 #8 4.823   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
16:56:25 #8 4.823   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
16:56:25 #8 4.823   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
16:56:25 #8 4.823   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
16:56:25 #8 4.823   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
16:56:25 #8 4.823   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
16:56:25 #8 4.823   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
16:56:25 #8 4.823   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
16:56:25 #8 4.823   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
16:56:25 #8 4.823   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
16:56:25 #8 4.823   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
16:56:25 #8 4.823   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
16:56:25 #8 4.823   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
16:56:25 #8 4.823   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
16:56:25 #8 4.823   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
16:56:25 #8 4.823   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
16:56:25 #8 4.823   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
16:56:25 #8 4.823   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
16:56:25 #8 4.823   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
16:56:25 #8 4.823   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
16:56:25 #8 4.823   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
16:56:25 #8 4.823   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
16:56:25 #8 4.823   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
16:56:25 #8 4.823   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
16:56:25 #8 4.823   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
16:56:25 #8 4.823   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
16:56:25 #8 4.823   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
16:56:25 #8 4.824   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
16:56:25 #8 4.824   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
16:56:25 #8 4.824   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
16:56:25 #8 4.824   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
16:56:25 #8 4.824   libstrictures-perl libstring-copyright-perl libstring-escape-perl
16:56:25 #8 4.824   libstring-shellquote-perl libsub-exporter-perl
16:56:25 #8 4.824   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
16:56:25 #8 4.824   libsub-name-perl libsub-override-perl libsub-quote-perl
16:56:25 #8 4.824   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
16:56:25 #8 4.824   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
16:56:25 #8 4.824   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
16:56:25 #8 4.824   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
16:56:25 #8 4.824   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
16:56:25 #8 4.824   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
16:56:25 #8 4.824   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
16:56:25 #8 4.824   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
16:56:25 #8 4.824   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
16:56:25 #8 4.824   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
16:56:25 #8 4.824   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
16:56:25 #8 4.824   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:56:25 #8 4.824   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
16:56:25 #8 4.824   netbase openssh-client openssl patch patchutils pbzip2 perl
16:56:25 #8 4.824   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
16:56:25 #8 4.824   pristine-tar publicsuffix python-apt-common python3 python3-apt
16:56:25 #8 4.824   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
16:56:25 #8 4.824   python3-magic python3-minimal python3-pkg-resources python3-requests
16:56:25 #8 4.824   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
16:56:25 #8 4.824   python3.9-minimal readline-common sensible-utils shared-mime-info strace
16:56:25 #8 4.825   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
16:56:25 #8 5.106 0 upgraded, 384 newly installed, 0 to remove and 0 not upgraded.
16:56:25 #8 5.106 Need to get 175 MB of archives.
16:56:25 #8 5.106 After this operation, 571 MB of additional disk space will be used.
16:56:25 #8 5.106 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u1 [2823 kB]
16:56:25 #8 5.106 Get:2 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8 [145 kB]
16:56:25 #8 5.110 Get:3 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
16:56:25 #8 5.119 Get:4 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB]
16:56:25 #8 5.128 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
16:56:25 #8 5.129 Get:6 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
16:56:25 #8 5.129 Get:7 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB]
16:56:25 #8 5.193 Get:8 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
16:56:26 #8 5.197 Get:9 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
16:56:26 #8 5.198 Get:10 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
16:56:26 #8 5.203 Get:11 http://security.debian.org/debian-security bullseye-security/main amd64 libperl5.32 amd64 5.32.1-4+deb11u1 [4098 kB]
16:56:26 #8 5.209 Get:12 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2 [96.9 kB]
16:56:26 #8 5.213 Get:13 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
16:56:26 #8 5.232 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
16:56:26 #8 5.233 Get:15 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
16:56:26 #8 5.234 Get:16 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
16:56:26 #8 5.235 Get:17 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
16:56:26 #8 5.237 Get:18 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
16:56:26 #8 5.238 Get:19 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
16:56:26 #8 5.241 Get:20 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
16:56:26 #8 5.256 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
16:56:26 #8 5.298 Get:22 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
16:56:26 #8 5.307 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
16:56:26 #8 5.308 Get:24 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
16:56:26 #8 5.326 Get:25 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB]
16:56:26 #8 5.329 Get:26 http://security.debian.org/debian-security bullseye-security/main amd64 perl amd64 5.32.1-4+deb11u1 [293 kB]
16:56:26 #8 5.329 Get:27 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
16:56:26 #8 5.330 Get:28 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
16:56:26 #8 5.331 Get:29 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:56:26 #8 5.332 Get:30 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
16:56:26 #8 5.333 Get:31 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
16:56:26 #8 5.334 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:56:26 #8 5.337 Get:33 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:56:26 #8 5.339 Get:34 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:56:26 #8 5.353 Get:35 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB]
16:56:26 #8 5.355 Get:36 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
16:56:26 #8 5.365 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
16:56:26 #8 5.376 Get:38 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
16:56:26 #8 5.377 Get:39 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
16:56:26 #8 5.378 Get:40 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
16:56:26 #8 5.379 Get:41 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
16:56:26 #8 5.380 Get:42 http://deb.debian.org/debian bullseye/main amd64 openssh-client amd64 1:8.4p1-5 [929 kB]
16:56:26 #8 5.387 Get:43 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
16:56:26 #8 5.388 Get:44 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
16:56:26 #8 5.390 Get:45 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
16:56:26 #8 5.390 Get:46 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
16:56:26 #8 5.392 Get:47 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
16:56:26 #8 5.395 Get:48 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:56:26 #8 5.400 Get:49 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
16:56:26 #8 5.406 Get:50 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB]
16:56:26 #8 5.418 Get:51 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
16:56:26 #8 5.438 Get:52 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
16:56:26 #8 5.460 Get:53 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
16:56:26 #8 5.461 Get:54 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
16:56:26 #8 5.462 Get:55 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
16:56:26 #8 5.475 Get:56 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
16:56:26 #8 5.476 Get:57 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13 [275 kB]
16:56:26 #8 5.479 Get:58 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev amd64 5.10.46-4 [1362 kB]
16:56:26 #8 5.501 Get:59 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
16:56:26 #8 5.509 Get:60 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1 [190 kB]
16:56:26 #8 5.510 Get:61 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
16:56:26 #8 5.511 Get:62 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13 [2344 kB]
16:56:26 #8 5.529 Get:63 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
16:56:26 #8 5.534 Get:64 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
16:56:26 #8 5.566 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
16:56:26 #8 5.567 Get:66 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
16:56:26 #8 5.696 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
16:56:26 #8 5.698 Get:68 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
16:56:26 #8 5.699 Get:69 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
16:56:26 #8 5.700 Get:70 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
16:56:26 #8 5.700 Get:71 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
16:56:26 #8 5.701 Get:72 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
16:56:26 #8 5.731 Get:73 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
16:56:26 #8 5.737 Get:74 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
16:56:26 #8 5.772 Get:75 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
16:56:26 #8 5.779 Get:76 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
16:56:26 #8 5.780 Get:77 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
16:56:26 #8 5.809 Get:78 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
16:56:26 #8 6.074 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
16:56:26 #8 6.077 Get:80 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
16:56:26 #8 6.106 Get:81 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
16:56:27 #8 6.247 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
16:56:27 #8 6.247 Get:83 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
16:56:27 #8 6.250 Get:84 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.9 [1537 kB]
16:56:27 #8 6.263 Get:85 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:56:27 #8 6.273 Get:86 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
16:56:27 #8 6.289 Get:87 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
16:56:27 #8 6.290 Get:88 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
16:56:27 #8 6.291 Get:89 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
16:56:27 #8 6.292 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
16:56:27 #8 6.293 Get:91 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
16:56:27 #8 6.318 Get:92 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
16:56:27 #8 6.319 Get:93 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
16:56:27 #8 6.319 Get:94 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
16:56:27 #8 6.320 Get:95 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
16:56:27 #8 6.322 Get:96 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB]
16:56:27 #8 6.324 Get:97 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB]
16:56:27 #8 6.326 Get:98 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
16:56:27 #8 6.327 Get:99 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB]
16:56:27 #8 6.329 Get:100 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
16:56:27 #8 6.333 Get:101 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB]
16:56:27 #8 6.333 Get:102 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
16:56:27 #8 6.334 Get:103 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
16:56:27 #8 6.335 Get:104 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
16:56:27 #8 6.341 Get:105 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
16:56:27 #8 6.341 Get:106 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
16:56:27 #8 6.343 Get:107 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB]
16:56:27 #8 6.344 Get:108 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:56:27 #8 6.481 Get:109 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
16:56:27 #8 6.489 Get:110 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB]
16:56:27 #8 6.505 Get:111 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
16:56:27 #8 6.505 Get:112 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
16:56:27 #8 6.507 Get:113 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB]
16:56:27 #8 6.515 Get:114 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB]
16:56:27 #8 7.037 Get:115 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
16:56:28 #8 7.037 Get:116 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
16:56:28 #8 7.038 Get:117 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
16:56:28 #8 7.043 Get:118 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2 [547 kB]
16:56:28 #8 7.047 Get:119 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3 [123 kB]
16:56:28 #8 7.067 Get:120 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
16:56:28 #8 7.067 Get:121 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2 [762 kB]
16:56:28 #8 7.073 Get:122 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2 [1084 kB]
16:56:28 #8 7.088 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2 [905 kB]
16:56:28 #8 7.095 Get:124 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2 [927 kB]
16:56:28 #8 7.116 Get:125 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
16:56:28 #8 7.117 Get:126 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2 [669 kB]
16:56:28 #8 7.130 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2 [523 kB]
16:56:28 #8 7.134 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2 [516 kB]
16:56:28 #8 7.138 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2 [645 kB]
16:56:28 #8 7.157 Get:130 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2 [825 kB]
16:56:28 #8 7.174 Get:131 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
16:56:28 #8 7.175 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
16:56:28 #8 7.175 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
16:56:28 #8 7.176 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B]
16:56:28 #8 7.179 Get:135 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
16:56:28 #8 7.180 Get:136 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
16:56:28 #8 7.181 Get:137 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
16:56:28 #8 7.181 Get:138 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
16:56:28 #8 7.182 Get:139 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
16:56:28 #8 7.182 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
16:56:28 #8 7.183 Get:141 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
16:56:28 #8 7.183 Get:142 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
16:56:28 #8 7.184 Get:143 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
16:56:28 #8 7.184 Get:144 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
16:56:28 #8 7.185 Get:145 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
16:56:28 #8 7.185 Get:146 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
16:56:28 #8 7.186 Get:147 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB]
16:56:28 #8 7.187 Get:148 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
16:56:28 #8 7.187 Get:149 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
16:56:28 #8 7.188 Get:150 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
16:56:28 #8 7.189 Get:151 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
16:56:28 #8 7.189 Get:152 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
16:56:28 #8 7.190 Get:153 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
16:56:28 #8 7.191 Get:154 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
16:56:28 #8 7.192 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
16:56:28 #8 7.193 Get:156 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
16:56:28 #8 7.194 Get:157 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
16:56:28 #8 7.195 Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
16:56:28 #8 7.196 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
16:56:28 #8 7.196 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
16:56:28 #8 7.197 Get:161 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B]
16:56:28 #8 7.197 Get:162 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
16:56:28 #8 7.200 Get:163 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
16:56:28 #8 7.202 Get:164 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
16:56:28 #8 7.202 Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
16:56:28 #8 7.203 Get:166 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
16:56:28 #8 7.204 Get:167 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
16:56:28 #8 7.205 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
16:56:28 #8 7.207 Get:169 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
16:56:28 #8 7.208 Get:170 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
16:56:28 #8 7.209 Get:171 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3 [1093 kB]
16:56:28 #8 7.217 Get:172 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB]
16:56:28 #8 7.218 Get:173 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51 [7508 B]
16:56:28 #8 7.218 Get:174 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:56:28 #8 7.220 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
16:56:28 #8 7.220 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
16:56:28 #8 7.221 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB]
16:56:28 #8 7.222 Get:178 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB]
16:56:28 #8 7.225 Get:179 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB]
16:56:28 #8 7.228 Get:180 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB]
16:56:28 #8 7.229 Get:181 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB]
16:56:28 #8 7.230 Get:182 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
16:56:28 #8 7.241 Get:183 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
16:56:28 #8 7.243 Get:184 http://deb.debian.org/debian bullseye/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+b1 [338 kB]
16:56:28 #8 7.254 Get:185 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
16:56:28 #8 7.255 Get:186 http://deb.debian.org/debian bullseye/main amd64 git-man all 1:2.30.2-1 [1827 kB]
16:56:28 #8 7.281 Get:187 http://deb.debian.org/debian bullseye/main amd64 git amd64 1:2.30.2-1 [5527 kB]
16:56:28 #8 7.375 Get:188 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
16:56:28 #8 7.398 Get:189 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
16:56:28 #8 7.420 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
16:56:28 #8 7.421 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
16:56:28 #8 7.422 Get:192 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
16:56:28 #8 7.422 Get:193 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB]
16:56:28 #8 7.423 Get:194 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
16:56:28 #8 7.423 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
16:56:28 #8 7.426 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB]
16:56:28 #8 7.427 Get:197 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
16:56:28 #8 7.429 Get:198 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
16:56:28 #8 7.429 Get:199 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
16:56:28 #8 7.430 Get:200 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB]
16:56:28 #8 7.430 Get:201 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
16:56:28 #8 7.431 Get:202 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
16:56:28 #8 7.433 Get:203 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1 [418 kB]
16:56:28 #8 7.437 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
16:56:28 #8 7.439 Get:205 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
16:56:28 #8 7.441 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
16:56:28 #8 7.442 Get:207 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
16:56:28 #8 7.442 Get:208 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
16:56:28 #8 7.445 Get:209 http://deb.debian.org/debian bullseye/main amd64 libtiff5 amd64 4.2.0-1 [289 kB]
16:56:28 #8 7.448 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
16:56:28 #8 7.448 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
16:56:28 #8 7.449 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
16:56:28 #8 7.450 Get:213 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
16:56:28 #8 7.452 Get:214 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
16:56:28 #8 7.462 Get:215 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
16:56:28 #8 7.462 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
16:56:28 #8 7.464 Get:217 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13 [245 kB]
16:56:28 #8 7.466 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
16:56:28 #8 7.466 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
16:56:28 #8 7.467 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB]
16:56:28 #8 7.467 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB]
16:56:28 #8 7.468 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
16:56:28 #8 7.468 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB]
16:56:28 #8 7.469 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
16:56:28 #8 7.469 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB]
16:56:28 #8 7.470 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
16:56:28 #8 7.470 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
16:56:28 #8 7.471 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
16:56:28 #8 7.471 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
16:56:28 #8 7.472 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB]
16:56:28 #8 7.472 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
16:56:28 #8 7.473 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
16:56:28 #8 7.474 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB]
16:56:28 #8 7.475 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
16:56:28 #8 7.476 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB]
16:56:28 #8 7.477 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
16:56:28 #8 7.477 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
16:56:28 #8 7.478 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
16:56:28 #8 7.478 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB]
16:56:28 #8 7.479 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
16:56:28 #8 7.480 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
16:56:28 #8 7.480 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
16:56:28 #8 7.481 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB]
16:56:28 #8 7.481 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
16:56:28 #8 7.482 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
16:56:28 #8 7.482 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB]
16:56:28 #8 7.483 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B]
16:56:28 #8 7.484 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB]
16:56:28 #8 7.484 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
16:56:28 #8 7.485 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
16:56:28 #8 7.486 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB]
16:56:28 #8 7.486 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
16:56:28 #8 7.487 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
16:56:28 #8 7.487 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
16:56:28 #8 7.488 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
16:56:28 #8 7.488 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B]
16:56:28 #8 7.489 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B]
16:56:28 #8 7.489 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
16:56:28 #8 7.490 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
16:56:28 #8 7.490 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
16:56:28 #8 7.491 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
16:56:28 #8 7.494 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
16:56:28 #8 7.494 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB]
16:56:28 #8 7.495 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
16:56:28 #8 7.496 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
16:56:28 #8 7.497 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
16:56:28 #8 7.497 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
16:56:28 #8 7.498 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
16:56:28 #8 7.498 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB]
16:56:28 #8 7.499 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB]
16:56:28 #8 7.500 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
16:56:28 #8 7.501 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB]
16:56:28 #8 7.501 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB]
16:56:28 #8 7.502 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB]
16:56:28 #8 7.503 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
16:56:28 #8 7.503 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB]
16:56:28 #8 7.504 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB]
16:56:28 #8 7.506 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
16:56:28 #8 7.507 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
16:56:28 #8 7.516 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
16:56:28 #8 7.540 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
16:56:28 #8 7.540 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB]
16:56:28 #8 7.541 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
16:56:28 #8 7.541 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
16:56:28 #8 7.542 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
16:56:28 #8 7.542 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1 [22.9 kB]
16:56:28 #8 7.543 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
16:56:28 #8 7.543 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
16:56:28 #8 7.544 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
16:56:28 #8 7.544 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB]
16:56:28 #8 7.545 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
16:56:28 #8 7.545 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3 [95.9 kB]
16:56:28 #8 7.546 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
16:56:28 #8 7.547 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
16:56:28 #8 7.547 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB]
16:56:28 #8 7.548 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
16:56:28 #8 7.549 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
16:56:28 #8 7.552 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
16:56:28 #8 7.554 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
16:56:28 #8 7.554 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
16:56:28 #8 7.554 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
16:56:28 #8 7.555 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
16:56:28 #8 7.555 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
16:56:28 #8 7.556 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB]
16:56:28 #8 7.557 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
16:56:28 #8 7.559 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
16:56:28 #8 7.559 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
16:56:28 #8 7.560 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
16:56:28 #8 7.560 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB]
16:56:28 #8 7.561 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB]
16:56:28 #8 7.562 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B]
16:56:28 #8 7.562 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB]
16:56:28 #8 7.563 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB]
16:56:28 #8 7.563 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB]
16:56:28 #8 7.564 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
16:56:28 #8 7.565 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB]
16:56:28 #8 7.565 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB]
16:56:28 #8 7.566 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
16:56:28 #8 7.567 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB]
16:56:28 #8 7.568 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB]
16:56:28 #8 7.569 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB]
16:56:28 #8 7.570 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
16:56:28 #8 7.570 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
16:56:28 #8 7.571 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB]
16:56:28 #8 7.571 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
16:56:28 #8 7.572 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
16:56:28 #8 7.573 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1 [104 kB]
16:56:28 #8 7.574 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB]
16:56:28 #8 7.575 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB]
16:56:28 #8 7.576 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
16:56:28 #8 7.577 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
16:56:28 #8 7.578 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
16:56:28 #8 7.580 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB]
16:56:28 #8 7.581 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
16:56:28 #8 7.581 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
16:56:28 #8 7.582 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
16:56:28 #8 7.583 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB]
16:56:28 #8 7.583 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB]
16:56:28 #8 7.583 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B]
16:56:28 #8 7.584 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB]
16:56:28 #8 7.584 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB]
16:56:28 #8 7.586 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
16:56:28 #8 7.587 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB]
16:56:28 #8 7.588 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB]
16:56:28 #8 7.588 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB]
16:56:28 #8 7.589 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
16:56:28 #8 7.590 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB]
16:56:28 #8 7.593 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
16:56:28 #8 7.593 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
16:56:28 #8 7.593 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
16:56:28 #8 7.594 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
16:56:28 #8 7.594 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
16:56:28 #8 7.597 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
16:56:28 #8 7.597 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
16:56:28 #8 7.598 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
16:56:28 #8 7.598 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
16:56:28 #8 7.599 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB]
16:56:28 #8 7.599 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB]
16:56:28 #8 7.600 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB]
16:56:28 #8 7.601 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB]
16:56:28 #8 7.604 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB]
16:56:28 #8 7.606 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26 [171 kB]
16:56:28 #8 7.607 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB]
16:56:28 #8 7.615 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
16:56:28 #8 7.616 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
16:56:28 #8 7.643 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
16:56:28 #8 7.644 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB]
16:56:28 #8 7.644 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB]
16:56:28 #8 7.645 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB]
16:56:28 #8 7.645 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB]
16:56:28 #8 7.647 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20210108.1309-1 [121 kB]
16:56:28 #8 7.648 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
16:56:28 #8 7.649 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
16:56:28 #8 7.650 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
16:56:28 #8 7.652 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB]
16:56:28 #8 7.653 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
16:56:28 #8 7.656 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
16:56:28 #8 7.657 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
16:56:28 #8 7.658 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B]
16:56:28 #8 7.659 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB]
16:56:28 #8 7.659 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
16:56:28 #8 7.663 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB]
16:56:28 #8 7.672 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB]
16:56:28 #8 7.673 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
16:56:28 #8 7.853 debconf: delaying package configuration, since apt-utils is not installed
16:56:28  dpkg-genbuildinfo
16:56:28  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes
16:56:28 dpkg-genchanges: info: including full source code in upload
16:56:28  dpkg-source -I.git --after-build .
16:56:28 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
16:56:28 + destination=/build
16:56:28 + mkdir -p /build
16:56:28 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb /build
16:56:28 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.buildinfo'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.buildinfo'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 #8 7.878 Fetched 175 MB in 3s (61.7 MB/s)
16:56:28 #8 7.900 Selecting previously unselected package bsdextrautils.
16:56:28 #8 7.900 (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 ... 6653 files and directories currently installed.)
16:56:28 #8 7.906 Preparing to unpack .../00-bsdextrautils_2.36.1-8_amd64.deb ...
16:56:28 #8 7.910 Unpacking bsdextrautils (2.36.1-8) ...
16:56:28 #8 7.952 Selecting previously unselected package libuchardet0:amd64.
16:56:28 #8 7.952 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
16:56:28 #8 7.959 Unpacking libuchardet0:amd64 (0.0.7-1) ...
16:56:28 #8 7.987 Selecting previously unselected package groff-base.
16:56:28 #8 7.989 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ...
16:56:28 #8 7.993 Unpacking groff-base (1.22.4-6) ...
16:56:29 #8 8.115 Selecting previously unselected package libgdbm6:amd64.
16:56:29 #8 8.118 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ...
16:56:29 #8 8.121 Unpacking libgdbm6:amd64 (1.19-2) ...
16:56:29 #8 8.154 Selecting previously unselected package libpipeline1:amd64.
16:56:29 #8 8.156 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ...
16:56:29 #8 8.159 Unpacking libpipeline1:amd64 (1.5.3-1) ...
16:56:29 #8 8.202 Selecting previously unselected package man-db.
16:56:29 #8 8.203 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ...
16:56:29 #8 8.208 Unpacking man-db (2.9.4-2) ...
16:56:29 #8 8.354 Selecting previously unselected package perl-modules-5.32.
16:56:29 #8 8.356 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u1_all.deb ...
16:56:29 #8 8.360 Unpacking perl-modules-5.32 (5.32.1-4+deb11u1) ...
16:56:29 #8 8.716 Selecting previously unselected package libgdbm-compat4:amd64.
16:56:29 #8 8.718 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ...
16:56:29 #8 8.721 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
16:56:29 #8 8.754 Selecting previously unselected package libperl5.32:amd64.
16:56:29 #8 8.754 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u1_amd64.deb ...
16:56:29 #8 8.758 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u1) ...
16:56:30 #8 9.220 Selecting previously unselected package perl.
16:56:30 #8 9.220 Preparing to unpack .../09-perl_5.32.1-4+deb11u1_amd64.deb ...
16:56:30 #8 9.227 Unpacking perl (5.32.1-4+deb11u1) ...
16:56:30 #8 9.276 Selecting previously unselected package liblocale-gettext-perl.
16:56:30 #8 9.276 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
16:56:30 #8 9.279 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
16:56:30 #8 9.311 Selecting previously unselected package libpython3.9-minimal:amd64.
16:56:30 #8 9.311 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ...
16:56:30 #8 9.314 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
16:56:30 #8 9.426 Selecting previously unselected package libexpat1:amd64.
16:56:30 #8 9.426 Preparing to unpack .../12-libexpat1_2.2.10-2_amd64.deb ...
16:56:30 #8 9.430 Unpacking libexpat1:amd64 (2.2.10-2) ...
16:56:30 #8 9.470 Selecting previously unselected package python3.9-minimal.
16:56:30 #8 9.472 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ...
16:56:30 #8 9.478 Unpacking python3.9-minimal (3.9.2-1) ...
16:56:30 #8 9.678 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
16:56:30 #8 9.693 Setting up libexpat1:amd64 (2.2.10-2) ...
16:56:30 #8 9.701 Setting up python3.9-minimal (3.9.2-1) ...
16:56:31 #8 10.28 Selecting previously unselected package python3-minimal.
16:56:31 #8 10.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9508 files and directories currently installed.)
16:56:31 #8 10.28 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
16:56:31 #8 10.29 Unpacking python3-minimal (3.9.2-3) ...
16:56:31 #8 10.32 Selecting previously unselected package media-types.
16:56:31 #8 10.32 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
16:56:31 #8 10.33 Unpacking media-types (4.0.0) ...
16:56:31 #8 10.36 Selecting previously unselected package libmpdec3:amd64.
16:56:31 #8 10.37 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
16:56:31 #8 10.37 Unpacking libmpdec3:amd64 (2.5.1-1) ...
16:56:31 #8 10.42 Selecting previously unselected package libncursesw6:amd64.
16:56:31 #8 10.42 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
16:56:31 #8 10.42 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
16:56:31 #8 10.46 Selecting previously unselected package readline-common.
16:56:31 #8 10.47 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
16:56:31 #8 10.47 Unpacking readline-common (8.1-1) ...
16:56:31 #8 10.51 Selecting previously unselected package libreadline8:amd64.
16:56:31 #8 10.51 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
16:56:31 #8 10.52 Unpacking libreadline8:amd64 (8.1-1) ...
16:56:31 #8 10.56 Selecting previously unselected package libsqlite3-0:amd64.
16:56:31 #8 10.57 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
16:56:31 #8 10.57 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
16:56:31 #8 10.66 Selecting previously unselected package libpython3.9-stdlib:amd64.
16:56:31 #8 10.66 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
16:56:31 #8 10.66 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
16:56:31 #8 10.85 Selecting previously unselected package python3.9.
16:56:31 #8 10.85 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
16:56:31 #8 10.85 Unpacking python3.9 (3.9.2-1) ...
16:56:31 #8 10.90 Selecting previously unselected package libpython3-stdlib:amd64.
16:56:31 #8 10.90 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
16:56:31 #8 10.90 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
16:56:31 #8 10.93 Setting up python3-minimal (3.9.2-3) ...
16:56:31 #8 11.11 Selecting previously unselected package python3.
16:56:32 #8 11.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9946 files and directories currently installed.)
16:56:32 #8 11.12 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
16:56:32 #8 11.13 Unpacking python3 (3.9.2-3) ...
16:56:32 #8 11.17 Selecting previously unselected package less.
16:56:32 #8 11.17 Preparing to unpack .../001-less_551-2_amd64.deb ...
16:56:32 #8 11.17 Unpacking less (551-2) ...
16:56:32 #8 11.21 Selecting previously unselected package netbase.
16:56:32 #8 11.21 Preparing to unpack .../002-netbase_6.3_all.deb ...
16:56:32 #8 11.21 Unpacking netbase (6.3) ...
16:56:32 #8 11.24 Selecting previously unselected package sensible-utils.
16:56:32 #8 11.24 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
16:56:32 #8 11.24 Unpacking sensible-utils (0.0.14) ...
16:56:32 #8 11.27 Selecting previously unselected package bzip2.
16:56:32 #8 11.27 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ...
16:56:32 #8 11.27 Unpacking bzip2 (1.0.8-4) ...
16:56:32 #8 11.30 Selecting previously unselected package openssl.
16:56:32 #8 11.30 Preparing to unpack .../005-openssl_1.1.1k-1+deb11u1_amd64.deb ...
16:56:32 #8 11.31 Unpacking openssl (1.1.1k-1+deb11u1) ...
16:56:32 #8 11.40 Selecting previously unselected package ca-certificates.
16:56:32 #8 11.41 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
16:56:32 #8 11.41 Unpacking ca-certificates (20210119) ...
16:56:32 #8 11.47 Selecting previously unselected package libmagic-mgc.
16:56:32 #8 11.47 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:56:32 #8 11.48 Unpacking libmagic-mgc (1:5.39-3) ...
16:56:32 #8 11.60 Selecting previously unselected package libmagic1:amd64.
16:56:32 #8 11.60 Preparing to unpack .../008-libmagic1_1%3a5.39-3_amd64.deb ...
16:56:32 #8 11.60 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:56:32 #8 11.67 Selecting previously unselected package file.
16:56:32 #8 11.67 Preparing to unpack .../009-file_1%3a5.39-3_amd64.deb ...
16:56:32 #8 11.68 Unpacking file (1:5.39-3) ...
16:56:32 #8 11.72 Selecting previously unselected package gettext-base.
16:56:32 #8 11.72 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ...
16:56:32 #8 11.73 Unpacking gettext-base (0.21-4) ...
16:56:32 #8 11.78 Selecting previously unselected package manpages.
16:56:32 #8 11.78 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
16:56:32 #8 11.78 Unpacking manpages (5.10-1) ...
16:56:32 #8 11.92 Selecting previously unselected package libmd0:amd64.
16:56:32 #8 11.92 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ...
16:56:32 #8 11.92 Unpacking libmd0:amd64 (1.0.3-3) ...
16:56:32 #8 11.95 Selecting previously unselected package libbsd0:amd64.
16:56:32 #8 11.95 Preparing to unpack .../013-libbsd0_0.11.3-1_amd64.deb ...
16:56:32 #8 11.95 Unpacking libbsd0:amd64 (0.11.3-1) ...
16:56:32 #8 11.99 Selecting previously unselected package libedit2:amd64.
16:56:32 #8 11.99 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ...
16:56:32 #8 12.00 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ...
16:56:32 #8 12.04 Selecting previously unselected package libcbor0:amd64.
16:56:32 #8 12.04 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ...
16:56:32 #8 12.05 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
16:56:32 #8 12.08 Selecting previously unselected package libfido2-1:amd64.
16:56:32 #8 12.08 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ...
16:56:32 #8 12.08 Unpacking libfido2-1:amd64 (1.6.0-2) ...
16:56:32 #8 12.12 Selecting previously unselected package openssh-client.
16:56:33 #8 12.12 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5_amd64.deb ...
16:56:33 #8 12.13 Unpacking openssh-client (1:8.4p1-5) ...
16:56:33 #8 12.24 Selecting previously unselected package ucf.
16:56:33 #8 12.24 Preparing to unpack .../018-ucf_3.0043_all.deb ...
16:56:33 #8 12.24 Moving old data out of the way
16:56:33 #8 12.25 Unpacking ucf (3.0043) ...
16:56:33 #8 12.29 Selecting previously unselected package xz-utils.
16:56:33 #8 12.29 Preparing to unpack .../019-xz-utils_5.2.5-2_amd64.deb ...
16:56:33 #8 12.30 Unpacking xz-utils (5.2.5-2) ...
16:56:33 #8 12.34 Selecting previously unselected package libsigsegv2:amd64.
16:56:33 #8 12.34 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ...
16:56:33 #8 12.34 Unpacking libsigsegv2:amd64 (2.13-1) ...
16:56:33 #8 12.37 Selecting previously unselected package m4.
16:56:33 #8 12.37 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ...
16:56:33 #8 12.38 Unpacking m4 (1.4.18-5) ...
16:56:33 #8 12.41 Selecting previously unselected package autoconf.
16:56:33 #8 12.41 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
16:56:33 #8 12.42 Unpacking autoconf (2.69-14) ...
16:56:33 #8 12.47 Selecting previously unselected package autotools-dev.
16:56:33 #8 12.47 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
16:56:33 #8 12.47 Unpacking autotools-dev (20180224.1+nmu1) ...
16:56:33 #8 12.51 Selecting previously unselected package automake.
16:56:33 #8 12.51 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
16:56:33 #8 12.52 Unpacking automake (1:1.16.3-2) ...
16:56:33 #8 12.59 Selecting previously unselected package autopoint.
16:56:33 #8 12.59 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
16:56:33 #8 12.59 Unpacking autopoint (0.21-4) ...
16:56:33 #8 12.63 Selecting previously unselected package binutils-common:amd64.
16:56:33 #8 12.63 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ...
16:56:33 #8 12.63 Unpacking binutils-common:amd64 (2.35.2-2) ...
16:56:33 #8 12.88 Selecting previously unselected package libbinutils:amd64.
16:56:33 #8 12.88 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ...
16:56:33 #8 12.88 Unpacking libbinutils:amd64 (2.35.2-2) ...
16:56:33 #8 12.96 Selecting previously unselected package libctf-nobfd0:amd64.
16:56:33 #8 12.96 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ...
16:56:33 #8 12.97 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
16:56:33 #8 13.01 Selecting previously unselected package libctf0:amd64.
16:56:33 #8 13.02 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ...
16:56:33 #8 13.02 Unpacking libctf0:amd64 (2.35.2-2) ...
16:56:33 #8 13.05 Selecting previously unselected package binutils-x86-64-linux-gnu.
16:56:33 #8 13.05 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
16:56:33 #8 13.06 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
16:56:33 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
16:56:34 #8 13.26 Selecting previously unselected package binutils.
16:56:34 #8 13.26 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ...
16:56:34 #8 13.27 Unpacking binutils (2.35.2-2) ...
16:56:34 #8 13.29 Selecting previously unselected package libc-dev-bin.
16:56:34 #8 13.30 Preparing to unpack .../032-libc-dev-bin_2.31-13_amd64.deb ...
16:56:34 #8 13.30 Unpacking libc-dev-bin (2.31-13) ...
16:56:34 #8 13.33 Selecting previously unselected package linux-libc-dev:amd64.
16:56:34 #8 13.33 Preparing to unpack .../033-linux-libc-dev_5.10.46-4_amd64.deb ...
16:56:34 #8 13.33 Unpacking linux-libc-dev:amd64 (5.10.46-4) ...
16:56:34 #8 13.49 Selecting previously unselected package libcrypt-dev:amd64.
16:56:34 #8 13.49 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
16:56:34 #8 13.50 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
16:56:34 #8 13.53 Selecting previously unselected package libtirpc-dev:amd64.
16:56:34 #8 13.53 Preparing to unpack .../035-libtirpc-dev_1.3.1-1_amd64.deb ...
16:56:34 #8 13.54 Unpacking libtirpc-dev:amd64 (1.3.1-1) ...
16:56:34 #8 13.58 Selecting previously unselected package libnsl-dev:amd64.
16:56:34 #8 13.58 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ...
16:56:34 #8 13.58 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
16:56:34 #8 13.62 Selecting previously unselected package libc6-dev:amd64.
16:56:34 #8 13.62 Preparing to unpack .../037-libc6-dev_2.31-13_amd64.deb ...
16:56:34 #8 13.62 Unpacking libc6-dev:amd64 (2.31-13) ...
16:56:34 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
[Pipeline] sh
16:56:34 #8 13.90 Selecting previously unselected package libisl23:amd64.
16:56:34 #8 13.90 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ...
16:56:34 #8 13.90 Unpacking libisl23:amd64 (0.23-1) ...
16:56:34 + make clean
16:56:34 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/v -w /v alpine chown -R 1000:1000 src
16:56:34 #8 13.99 Selecting previously unselected package libmpfr6:amd64.
16:56:34 #8 13.99 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ...
16:56:34 #8 13.99 Unpacking libmpfr6:amd64 (4.1.0-3) ...
16:56:34 #8 14.11 Selecting previously unselected package libmpc3:amd64.
16:56:35 #8 14.11 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ...
16:56:35 #8 14.12 Unpacking libmpc3:amd64 (1.2.0-1) ...
16:56:35 #8 14.16 Selecting previously unselected package cpp-10.
16:56:35 #8 14.16 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ...
16:56:35 #8 14.16 Unpacking cpp-10 (10.2.1-6) ...
16:56:35 #8 14.92 Selecting previously unselected package cpp.
16:56:35 #8 14.92 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ...
16:56:35 #8 14.93 Unpacking cpp (4:10.2.1-1) ...
16:56:35 #8 14.96 Selecting previously unselected package libcc1-0:amd64.
16:56:35 #8 14.96 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ...
16:56:35 #8 14.96 Unpacking libcc1-0:amd64 (10.2.1-6) ...
16:56:35 #8 14.99 Selecting previously unselected package libgomp1:amd64.
16:56:36 #8 15.00 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ...
16:56:36 #8 15.00 Unpacking libgomp1:amd64 (10.2.1-6) ...
16:56:36 #8 15.04 Selecting previously unselected package libitm1:amd64.
16:56:36 #8 15.04 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ...
16:56:36 #8 15.04 Unpacking libitm1:amd64 (10.2.1-6) ...
16:56:36 #8 15.07 Selecting previously unselected package libatomic1:amd64.
16:56:36 #8 15.08 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ...
16:56:36 #8 15.08 Unpacking libatomic1:amd64 (10.2.1-6) ...
16:56:36 #8 15.11 Selecting previously unselected package libasan6:amd64.
16:56:36 #8 15.11 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ...
16:56:36 #8 15.12 Unpacking libasan6:amd64 (10.2.1-6) ...
16:56:36 #8 15.35 Selecting previously unselected package liblsan0:amd64.
16:56:36 #8 15.35 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ...
16:56:36 #8 15.36 Unpacking liblsan0:amd64 (10.2.1-6) ...
16:56:36 #8 15.46 Selecting previously unselected package libtsan0:amd64.
16:56:36 #8 15.47 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ...
16:56:36 #8 15.47 Unpacking libtsan0:amd64 (10.2.1-6) ...
16:56:36 #8 15.69 Selecting previously unselected package libubsan1:amd64.
16:56:36 #8 15.70 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ...
16:56:36 #8 15.70 Unpacking libubsan1:amd64 (10.2.1-6) ...
16:56:36 #8 15.80 Selecting previously unselected package libquadmath0:amd64.
16:56:36 #8 15.80 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ...
16:56:36 #8 15.81 Unpacking libquadmath0:amd64 (10.2.1-6) ...
16:56:36 #8 15.84 Selecting previously unselected package libgcc-10-dev:amd64.
16:56:36 #8 15.84 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ...
16:56:36 #8 15.85 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
16:56:36 #8 16.07 Selecting previously unselected package gcc-10.
16:56:37 #8 16.07 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ...
16:56:37 #8 16.07 Unpacking gcc-10 (10.2.1-6) ...
16:56:37 rm -f -r src
16:56:37 make -C rpm clean
16:56:37 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
16:56:38 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
16:56:38 rm -f -r rpmbuild/
16:56:38 docker builder prune -f --filter until=24h
16:56:38 Total reclaimed space: 0B
16:56:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
16:56:38 make -C deb clean
16:56:38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
16:56:38 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild
16:56:38 #8 17.54 Selecting previously unselected package gcc.
16:56:38 #8 17.54 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ...
16:56:38 #8 17.54 Unpacking gcc (4:10.2.1-1) ...
16:56:38 #8 17.57 Selecting previously unselected package libstdc++-10-dev:amd64.
16:56:38 #8 17.57 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ...
16:56:38 #8 17.57 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
16:56:38 #8 17.82 Selecting previously unselected package g++-10.
16:56:38 #8 17.82 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ...
16:56:38 #8 17.82 Unpacking g++-10 (10.2.1-6) ...
16:56:39 rm -f -r debbuild
16:56:39 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 sources
16:56:39 #8 18.65 Selecting previously unselected package g++.
16:56:39 #8 18.65 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ...
16:56:39 #8 18.66 Unpacking g++ (4:10.2.1-1) ...
16:56:39 #8 18.68 Selecting previously unselected package make.
16:56:39 #8 18.68 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ...
16:56:39 #8 18.69 Unpacking make (4.3-4.1) ...
16:56:39 #8 18.76 Selecting previously unselected package libdpkg-perl.
16:56:39 #8 18.76 Preparing to unpack .../059-libdpkg-perl_1.20.9_all.deb ...
16:56:39 #8 18.77 Unpacking libdpkg-perl (1.20.9) ...
16:56:39 #8 18.84 Selecting previously unselected package patch.
16:56:39 #8 18.84 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ...
16:56:39 #8 18.84 Unpacking patch (2.7.6-7) ...
16:56:39 #8 18.89 Selecting previously unselected package dpkg-dev.
16:56:39 #8 18.89 Preparing to unpack .../061-dpkg-dev_1.20.9_all.deb ...
16:56:39 #8 18.89 Unpacking dpkg-dev (1.20.9) ...
16:56:39 #8 19.01 Selecting previously unselected package build-essential.
16:56:39 #8 19.01 Preparing to unpack .../062-build-essential_12.9_amd64.deb ...
16:56:39 #8 19.02 Unpacking build-essential (12.9) ...
16:56:39 #8 19.05 Selecting previously unselected package libbrotli1:amd64.
16:56:39 #8 19.05 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ...
16:56:39 #8 19.05 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
16:56:39 #8 19.10 Selecting previously unselected package libsasl2-modules-db:amd64.
16:56:40 #8 19.10 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
16:56:40 #8 19.10 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
16:56:40 #8 19.14 Selecting previously unselected package libsasl2-2:amd64.
16:56:40 #8 19.14 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
16:56:40 #8 19.14 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
16:56:40 #8 19.18 Selecting previously unselected package libldap-2.4-2:amd64.
16:56:40 #8 19.18 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
16:56:40 #8 19.19 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
16:56:40 #8 19.23 Selecting previously unselected package libnghttp2-14:amd64.
16:56:40 #8 19.24 Preparing to unpack .../067-libnghttp2-14_1.43.0-1_amd64.deb ...
16:56:40 #8 19.24 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
16:56:40 #8 19.27 Selecting previously unselected package libpsl5:amd64.
16:56:40 #8 19.28 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ...
16:56:40 #8 19.28 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
16:56:40 #8 19.31 Selecting previously unselected package librtmp1:amd64.
16:56:40 #8 19.32 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
16:56:40 #8 19.32 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:56:40 #8 19.36 Selecting previously unselected package libssh2-1:amd64.
16:56:40 #8 19.36 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ...
16:56:40 #8 19.36 Unpacking libssh2-1:amd64 (1.9.0-2) ...
16:56:40 #8 19.40 Selecting previously unselected package libcurl4:amd64.
16:56:40 #8 19.41 Preparing to unpack .../071-libcurl4_7.74.0-1.3+b1_amd64.deb ...
16:56:40 #8 19.41 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ...
16:56:40 #8 19.46 Selecting previously unselected package curl.
16:56:40 #8 19.46 Preparing to unpack .../072-curl_7.74.0-1.3+b1_amd64.deb ...
16:56:40 #8 19.46 Unpacking curl (7.74.0-1.3+b1) ...
16:56:40 #8 19.51 Selecting previously unselected package dctrl-tools.
16:56:40 #8 19.51 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ...
16:56:40 #8 19.52 Unpacking dctrl-tools (2.24-3+b1) ...
16:56:40 #8 19.56 Selecting previously unselected package libdebhelper-perl.
16:56:40 #8 19.56 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ...
16:56:40 #8 19.57 Unpacking libdebhelper-perl (13.3.4) ...
16:56:40 #8 19.61 Selecting previously unselected package libtool.
16:56:40 #8 19.61 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ...
16:56:40 #8 19.61 Unpacking libtool (2.4.6-15) ...
16:56:40 #8 19.66 Selecting previously unselected package dh-autoreconf.
16:56:40 #8 19.66 Preparing to unpack .../076-dh-autoreconf_20_all.deb ...
16:56:40 #8 19.66 Unpacking dh-autoreconf (20) ...
16:56:40 rm -f -r sources
16:56:40 docker builder prune -f --filter until=24h
16:56:40 Total reclaimed space: 0B
16:56:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
16:56:40 make -C static clean
16:56:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
16:56:40 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build
16:56:40 rm -f -r build
16:56:40 docker builder prune -f --filter until=24h
16:56:40 Total reclaimed space: 0B
16:56:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:56:40 #8 19.70 Selecting previously unselected package libarchive-zip-perl.
16:56:40 #8 19.70 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ...
16:56:40 #8 19.70 Unpacking libarchive-zip-perl (1.68-1) ...
16:56:40 #8 19.73 Selecting previously unselected package libsub-override-perl.
16:56:40 #8 19.74 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ...
16:56:40 #8 19.74 Unpacking libsub-override-perl (0.09-2) ...
16:56:40 #8 19.77 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:56:40 #8 19.77 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
16:56:40 #8 19.77 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
16:56:40 #8 19.79 Selecting previously unselected package dh-strip-nondeterminism.
16:56:40 #8 19.80 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ...
16:56:40 #8 19.80 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
16:56:40 #8 19.83 Selecting previously unselected package libelf1:amd64.
16:56:40 #8 19.83 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ...
16:56:40 #8 19.83 Unpacking libelf1:amd64 (0.183-1) ...
16:56:40 #8 19.87 Selecting previously unselected package dwz.
16:56:40 #8 19.88 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ...
16:56:40 #8 19.88 Unpacking dwz (0.13+20210201-1) ...
16:56:40 #8 19.92 Selecting previously unselected package libicu67:amd64.
16:56:40 #8 19.92 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ...
16:56:40 #8 19.93 Unpacking libicu67:amd64 (67.1-7) ...
16:56:41 #8 21.02 Selecting previously unselected package libxml2:amd64.
16:56:41 #8 21.02 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
16:56:41 #8 21.02 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:56:42 #8 21.10 Selecting previously unselected package gettext.
16:56:42 #8 21.10 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ...
16:56:42 #8 21.10 Unpacking gettext (0.21-4) ...
16:56:42 #8 21.24 Selecting previously unselected package intltool-debian.
16:56:42 #8 21.24 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
16:56:42 #8 21.25 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:56:42 #8 21.27 Selecting previously unselected package po-debconf.
16:56:42 #8 21.27 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ...
16:56:42 #8 21.27 Unpacking po-debconf (1.0.21+nmu1) ...
16:56:42 #8 21.32 Selecting previously unselected package debhelper.
16:56:42 #8 21.32 Preparing to unpack .../088-debhelper_13.3.4_all.deb ...
16:56:42 #8 21.33 Unpacking debhelper (13.3.4) ...
16:56:42 #8 21.44 Selecting previously unselected package debian-keyring.
16:56:42 #8 21.44 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ...
16:56:42 #8 21.45 Unpacking debian-keyring (2021.07.26) ...
16:56:44 #8 23.86 Selecting previously unselected package libfakeroot:amd64.
16:56:44 #8 23.86 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ...
16:56:44 #8 23.86 Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
16:56:44 #8 23.90 Selecting previously unselected package fakeroot.
16:56:44 #8 23.90 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ...
16:56:44 #8 23.90 Unpacking fakeroot (1.25.3-1.1) ...
16:56:44 #8 23.94 Selecting previously unselected package libassuan0:amd64.
16:56:44 #8 23.94 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ...
16:56:44 #8 23.94 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
16:56:44 #8 23.97 Selecting previously unselected package gpgconf.
16:56:44 #8 23.97 Preparing to unpack .../093-gpgconf_2.2.27-2_amd64.deb ...
16:56:44 #8 23.97 Unpacking gpgconf (2.2.27-2) ...
16:56:44 #8 24.02 Selecting previously unselected package libksba8:amd64.
16:56:44 #8 24.02 Preparing to unpack .../094-libksba8_1.5.0-3_amd64.deb ...
16:56:44 #8 24.02 Unpacking libksba8:amd64 (1.5.0-3) ...
16:56:44 #8 24.06 Selecting previously unselected package libnpth0:amd64.
16:56:44 #8 24.06 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ...
16:56:44 #8 24.07 Unpacking libnpth0:amd64 (1.6-3) ...
16:56:44 #8 24.10 Selecting previously unselected package dirmngr.
16:56:44 #8 24.10 Preparing to unpack .../096-dirmngr_2.2.27-2_amd64.deb ...
16:56:44 #8 24.11 Unpacking dirmngr (2.2.27-2) ...
16:56:44 #8 24.17 Selecting previously unselected package gnupg-l10n.
16:56:45 #8 24.17 Preparing to unpack .../097-gnupg-l10n_2.2.27-2_all.deb ...
16:56:45 #8 24.18 Unpacking gnupg-l10n (2.2.27-2) ...
16:56:45 #8 24.28 Selecting previously unselected package gnupg-utils.
16:56:45 #8 24.29 Preparing to unpack .../098-gnupg-utils_2.2.27-2_amd64.deb ...
16:56:45 #8 24.29 Unpacking gnupg-utils (2.2.27-2) ...
16:56:45 #8 24.36 Selecting previously unselected package gpg.
16:56:45 #8 24.36 Preparing to unpack .../099-gpg_2.2.27-2_amd64.deb ...
16:56:45 #8 24.37 Unpacking gpg (2.2.27-2) ...
16:56:45 #8 24.45 Selecting previously unselected package pinentry-curses.
16:56:45 #8 24.45 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ...
16:56:45 #8 24.46 Unpacking pinentry-curses (1.1.0-4) ...
16:56:45 #8 24.50 Selecting previously unselected package gpg-agent.
16:56:45 #8 24.50 Preparing to unpack .../101-gpg-agent_2.2.27-2_amd64.deb ...
16:56:45 #8 24.51 Unpacking gpg-agent (2.2.27-2) ...
16:56:45 #8 24.57 Selecting previously unselected package gpg-wks-client.
16:56:45 #8 24.57 Preparing to unpack .../102-gpg-wks-client_2.2.27-2_amd64.deb ...
16:56:45 #8 24.57 Unpacking gpg-wks-client (2.2.27-2) ...
16:56:45 #8 24.62 Selecting previously unselected package gpg-wks-server.
16:56:45 #8 24.62 Preparing to unpack .../103-gpg-wks-server_2.2.27-2_amd64.deb ...
16:56:45 #8 24.63 Unpacking gpg-wks-server (2.2.27-2) ...
16:56:45 #8 24.67 Selecting previously unselected package gpgsm.
16:56:45 #8 24.68 Preparing to unpack .../104-gpgsm_2.2.27-2_amd64.deb ...
16:56:45 #8 24.68 Unpacking gpgsm (2.2.27-2) ...
16:56:45 #8 24.76 Selecting previously unselected package gnupg.
16:56:45 #8 24.76 Preparing to unpack .../105-gnupg_2.2.27-2_all.deb ...
16:56:45 #8 24.76 Unpacking gnupg (2.2.27-2) ...
16:56:45 #8 24.82 Selecting previously unselected package libfile-dirlist-perl.
16:56:45 #8 24.82 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ...
16:56:45 #8 24.83 Unpacking libfile-dirlist-perl (0.05-2) ...
16:56:45 #8 24.86 Selecting previously unselected package libfile-which-perl.
16:56:45 #8 24.86 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ...
16:56:45 #8 24.86 Unpacking libfile-which-perl (1.23-1) ...
16:56:45 #8 24.89 Selecting previously unselected package libfile-homedir-perl.
16:56:45 #8 24.89 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ...
16:56:45 #8 24.90 Unpacking libfile-homedir-perl (1.006-1) ...
16:56:45 #8 24.93 Selecting previously unselected package libfile-touch-perl.
16:56:45 #8 24.93 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ...
16:56:45 #8 24.94 Unpacking libfile-touch-perl (0.11-1) ...
16:56:45 #8 24.98 Selecting previously unselected package libio-pty-perl.
16:56:45 #8 24.98 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ...
16:56:45 #8 24.98 Unpacking libio-pty-perl (1:1.15-2) ...
16:56:45 #8 25.01 Selecting previously unselected package libipc-run-perl.
16:56:45 #8 25.01 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ...
16:56:45 #8 25.02 Unpacking libipc-run-perl (20200505.0-1) ...
16:56:45 #8 25.05 Selecting previously unselected package libclass-method-modifiers-perl.
16:56:45 #8 25.05 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ...
16:56:45 #8 25.06 Unpacking libclass-method-modifiers-perl (2.13-1) ...
16:56:45 #8 25.09 Selecting previously unselected package libb-hooks-op-check-perl.
16:56:45 #8 25.09 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
16:56:45 #8 25.09 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
16:56:45 #8 25.12 Selecting previously unselected package libdynaloader-functions-perl.
16:56:45 #8 25.12 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ...
16:56:45 #8 25.13 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
16:56:45 #8 25.15 Selecting previously unselected package libdevel-callchecker-perl.
16:56:45 #8 25.15 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
16:56:45 #8 25.16 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
16:56:45 #8 25.18 Selecting previously unselected package libparams-classify-perl.
16:56:45 #8 25.18 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ...
16:56:45 #8 25.19 Unpacking libparams-classify-perl (0.015-1+b3) ...
16:56:45 #8 25.22 Selecting previously unselected package libmodule-runtime-perl.
16:56:45 #8 25.22 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
16:56:45 #8 25.23 Unpacking libmodule-runtime-perl (0.016-1) ...
16:56:45 #8 25.25 Selecting previously unselected package libimport-into-perl.
16:56:46 #8 25.26 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
16:56:46 #8 25.26 Unpacking libimport-into-perl (1.002005-1) ...
16:56:46 #8 25.29 Selecting previously unselected package librole-tiny-perl.
16:56:46 #8 25.29 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ...
16:56:46 #8 25.30 Unpacking librole-tiny-perl (2.002004-1) ...
16:56:46 #8 25.33 Selecting previously unselected package libstrictures-perl.
16:56:46 #8 25.33 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ...
16:56:46 #8 25.33 Unpacking libstrictures-perl (2.000006-1) ...
16:56:46 #8 25.36 Selecting previously unselected package libsub-quote-perl.
16:56:46 #8 25.36 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ...
16:56:46 #8 25.36 Unpacking libsub-quote-perl (2.006006-1) ...
16:56:46 #8 25.40 Selecting previously unselected package libmoo-perl.
16:56:46 #8 25.40 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ...
16:56:46 #8 25.40 Unpacking libmoo-perl (2.004004-1) ...
16:56:46 #8 25.43 Selecting previously unselected package libencode-locale-perl.
16:56:46 #8 25.43 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ...
16:56:46 #8 25.44 Unpacking libencode-locale-perl (1.05-1.1) ...
16:56:46 #8 25.46 Selecting previously unselected package libtimedate-perl.
16:56:46 #8 25.46 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ...
16:56:46 #8 25.47 Unpacking libtimedate-perl (2.3300-2) ...
16:56:46 #8 25.50 Selecting previously unselected package libhttp-date-perl.
16:56:46 #8 25.50 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ...
16:56:46 #8 25.50 Unpacking libhttp-date-perl (6.05-1) ...
16:56:46 #8 25.53 Selecting previously unselected package libfile-listing-perl.
16:56:46 #8 25.53 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ...
16:56:46 #8 25.53 Unpacking libfile-listing-perl (6.14-1) ...
16:56:46 #8 25.56 Selecting previously unselected package libhtml-tagset-perl.
16:56:46 #8 25.56 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ...
16:56:46 #8 25.57 Unpacking libhtml-tagset-perl (3.20-4) ...
16:56:46 #8 25.59 Selecting previously unselected package liburi-perl.
16:56:46 #8 25.59 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ...
16:56:46 #8 25.59 Unpacking liburi-perl (5.08-1) ...
16:56:46 #8 25.63 Selecting previously unselected package libhtml-parser-perl.
16:56:46 #8 25.63 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
16:56:46 #8 25.63 Unpacking libhtml-parser-perl (3.75-1+b1) ...
16:56:46 #8 25.67 Selecting previously unselected package libhtml-tree-perl.
16:56:46 #8 25.67 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
16:56:46 #8 25.67 Unpacking libhtml-tree-perl (5.07-2) ...
16:56:46 #8 25.71 Selecting previously unselected package libio-html-perl.
16:56:46 #8 25.72 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ...
16:56:46 #8 25.72 Unpacking libio-html-perl (1.004-2) ...
16:56:46 #8 25.74 Selecting previously unselected package liblwp-mediatypes-perl.
16:56:46 #8 25.74 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ...
16:56:46 #8 25.75 Unpacking liblwp-mediatypes-perl (6.04-1) ...
16:56:46 #8 25.77 Selecting previously unselected package libhttp-message-perl.
16:56:46 #8 25.78 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ...
16:56:46 #8 25.78 Unpacking libhttp-message-perl (6.28-1) ...
16:56:46 #8 25.81 Selecting previously unselected package libhttp-cookies-perl.
16:56:46 #8 25.81 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ...
16:56:46 #8 25.81 Unpacking libhttp-cookies-perl (6.10-1) ...
16:56:46 #8 25.84 Selecting previously unselected package libhttp-negotiate-perl.
16:56:46 #8 25.84 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
16:56:46 #8 25.84 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:56:46 #8 25.87 Selecting previously unselected package perl-openssl-defaults:amd64.
16:56:46 #8 25.87 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ...
16:56:46 #8 25.87 Unpacking perl-openssl-defaults:amd64 (5) ...
16:56:46 #8 25.90 Selecting previously unselected package libnet-ssleay-perl.
16:56:46 #8 25.90 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ...
16:56:46 #8 25.90 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
16:56:46 #8 25.96 Selecting previously unselected package libio-socket-ssl-perl.
16:56:46 #8 25.96 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ...
16:56:46 #8 25.96 Unpacking libio-socket-ssl-perl (2.069-1) ...
16:56:46 #8 26.00 Selecting previously unselected package libnet-http-perl.
16:56:47 #8 26.00 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ...
16:56:47 #8 26.01 Unpacking libnet-http-perl (6.20-1) ...
16:56:47 #8 26.03 Selecting previously unselected package liblwp-protocol-https-perl.
16:56:47 #8 26.04 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ...
16:56:47 #8 26.04 Unpacking liblwp-protocol-https-perl (6.10-1) ...
16:56:47 #8 26.06 Selecting previously unselected package libtry-tiny-perl.
16:56:47 #8 26.07 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
16:56:47 #8 26.07 Unpacking libtry-tiny-perl (0.30-1) ...
16:56:47 #8 26.10 Selecting previously unselected package libwww-robotrules-perl.
16:56:47 #8 26.10 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
16:56:47 #8 26.11 Unpacking libwww-robotrules-perl (6.02-1) ...
16:56:47 #8 26.15 Selecting previously unselected package libwww-perl.
16:56:47 #8 26.15 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ...
16:56:47 #8 26.16 Unpacking libwww-perl (6.52-1) ...
16:56:47 #8 26.23 Selecting previously unselected package patchutils.
16:56:47 #8 26.23 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ...
16:56:47 #8 26.24 Unpacking patchutils (0.4.2-1) ...
16:56:47 #8 26.30 Selecting previously unselected package wdiff.
16:56:47 #8 26.31 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
16:56:47 #8 26.32 Unpacking wdiff (1.2.2-2+b1) ...
16:56:47 #8 26.75 Selecting previously unselected package devscripts.
16:56:47 #8 26.75 Preparing to unpack .../146-devscripts_2.21.3_amd64.deb ...
16:56:47 #8 26.93 Unpacking devscripts (2.21.3) ...
16:56:48 #8 27.74 Selecting previously unselected package diffstat.
16:56:48 #8 27.74 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ...
16:56:48 #8 27.75 Unpacking diffstat (1.64-1) ...
16:56:48 #8 28.08 Selecting previously unselected package distro-info-data.
16:56:48 #8 28.08 Preparing to unpack .../148-distro-info-data_0.51_all.deb ...
16:56:48 #8 28.08 Unpacking distro-info-data (0.51) ...
16:56:49 #8 28.11 Selecting previously unselected package python3-pkg-resources.
16:56:49 #8 28.11 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ...
16:56:49 #8 28.11 Unpacking python3-pkg-resources (52.0.0-4) ...
16:56:49 #8 28.16 Selecting previously unselected package python3-chardet.
16:56:49 #8 28.16 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ...
16:56:49 #8 28.16 Unpacking python3-chardet (4.0.0-1) ...
16:56:49 #8 28.20 Selecting previously unselected package python3-six.
16:56:49 #8 28.20 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ...
16:56:49 #8 28.21 Unpacking python3-six (1.16.0-2) ...
16:56:49 #8 28.23 Selecting previously unselected package python3-debian.
16:56:49 #8 28.24 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ...
16:56:49 #8 28.24 Unpacking python3-debian (0.1.39) ...
16:56:49 #8 28.28 Selecting previously unselected package libgpgme11:amd64.
16:56:49 #8 28.28 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ...
16:56:49 #8 28.28 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ...
16:56:49 #8 28.33 Selecting previously unselected package python3-gpg.
16:56:49 #8 28.33 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ...
16:56:49 #8 28.33 Unpacking python3-gpg (1.14.0-1+b2) ...
16:56:49 #8 28.39 Selecting previously unselected package dput.
16:56:49 #8 28.39 Preparing to unpack .../155-dput_1.1.0_all.deb ...
16:56:49 #8 28.40 Unpacking dput (1.1.0) ...
16:56:49 #8 28.43 Selecting previously unselected package equivs.
16:56:49 #8 28.43 Preparing to unpack .../156-equivs_2.3.1_all.deb ...
16:56:49 #8 28.43 Unpacking equivs (2.3.1) ...
16:56:49 #8 28.46 Selecting previously unselected package fonts-dejavu-core.
16:56:49 #8 28.46 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ...
16:56:49 #8 28.47 Unpacking fonts-dejavu-core (2.37-2) ...
16:56:49 #8 28.60 Selecting previously unselected package fontconfig-config.
16:56:49 #8 28.60 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ...
16:56:49 #8 28.68 Unpacking fontconfig-config (2.13.1-4.2) ...
16:56:49 #8 28.73 Selecting previously unselected package libcurl3-gnutls:amd64.
16:56:49 #8 28.73 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+b1_amd64.deb ...
16:56:49 #8 28.73 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+b1) ...
16:56:49 #8 28.78 Selecting previously unselected package liberror-perl.
16:56:49 #8 28.78 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ...
16:56:49 #8 28.78 Unpacking liberror-perl (0.17029-1) ...
16:56:49 #8 28.81 Selecting previously unselected package git-man.
16:56:49 #8 28.81 Preparing to unpack .../161-git-man_1%3a2.30.2-1_all.deb ...
16:56:49 #8 28.81 Unpacking git-man (1:2.30.2-1) ...
16:56:49 #8 28.94 Selecting previously unselected package git.
16:56:49 #8 28.94 Preparing to unpack .../162-git_1%3a2.30.2-1_amd64.deb ...
16:56:49 #8 28.96 Unpacking git (1:2.30.2-1) ...
16:56:50 #8 29.48 Selecting previously unselected package iso-codes.
16:56:50 #8 29.48 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ...
16:56:50 #8 29.48 Unpacking iso-codes (4.6.0-1) ...
16:56:50 #8 29.88 Selecting previously unselected package libalgorithm-diff-perl.
16:56:50 #8 29.88 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ...
16:56:50 #8 29.89 Unpacking libalgorithm-diff-perl (1.201-1) ...
16:56:50 #8 29.92 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:56:50 #8 29.92 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
16:56:50 #8 29.92 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
16:56:50 #8 29.94 Selecting previously unselected package libalgorithm-merge-perl.
16:56:50 #8 29.95 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ...
16:56:50 #8 29.95 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:56:50 #8 29.98 Selecting previously unselected package libaliased-perl.
16:56:50 #8 29.98 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ...
16:56:50 #8 30.03 Unpacking libaliased-perl (0.34-1.1) ...
16:56:50 #8 30.06 Selecting previously unselected package libapt-pkg-perl.
16:56:50 #8 30.06 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ...
16:56:50 #8 30.06 Unpacking libapt-pkg-perl (0.1.39) ...
16:56:50 #8 30.09 Selecting previously unselected package libarchive-cpio-perl.
16:56:50 #8 30.10 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ...
16:56:50 #8 30.10 Unpacking libarchive-cpio-perl (0.10-1.1) ...
16:56:50 #8 30.13 Selecting previously unselected package libarchive13:amd64.
16:56:50 #8 30.13 Preparing to unpack .../170-libarchive13_3.4.3-2+b1_amd64.deb ...
16:56:50 #8 30.14 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
16:56:50 #8 30.19 Selecting previously unselected package libarray-intspan-perl.
16:56:50 #8 30.19 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ...
16:56:51 #8 30.19 Unpacking libarray-intspan-perl (2.004-1) ...
16:56:51 #8 30.22 Selecting previously unselected package libauthen-sasl-perl.
16:56:51 #8 30.22 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ...
16:56:51 #8 30.22 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
16:56:51 #8 30.25 Selecting previously unselected package libmodule-implementation-perl.
16:56:51 #8 30.25 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ...
16:56:51 #8 30.25 Unpacking libmodule-implementation-perl (0.09-1.1) ...
16:56:51 #8 30.28 Selecting previously unselected package libsub-exporter-progressive-perl.
16:56:51 #8 30.28 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
16:56:51 #8 30.28 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
16:56:51 #8 30.31 Selecting previously unselected package libvariable-magic-perl.
16:56:51 #8 30.31 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ...
16:56:51 #8 30.31 Unpacking libvariable-magic-perl (0.62-1+b3) ...
16:56:51 #8 30.34 Selecting previously unselected package libb-hooks-endofscope-perl.
16:56:51 #8 30.34 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
16:56:51 #8 30.34 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
16:56:51 #8 30.37 Selecting previously unselected package libpng16-16:amd64.
16:56:51 #8 30.37 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ...
16:56:51 #8 30.37 Unpacking libpng16-16:amd64 (1.6.37-3) ...
16:56:51 #8 30.42 Selecting previously unselected package libfreetype6:amd64.
16:56:51 #8 30.42 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1_amd64.deb ...
16:56:51 #8 30.43 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1) ...
16:56:51 #8 30.49 Selecting previously unselected package libfontconfig1:amd64.
16:56:51 #8 30.49 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ...
16:56:51 #8 30.50 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
16:56:51 #8 30.54 Selecting previously unselected package libjpeg62-turbo:amd64.
16:56:51 #8 30.54 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
16:56:51 #8 30.55 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
16:56:51 #8 30.59 Selecting previously unselected package libdeflate0:amd64.
16:56:51 #8 30.59 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ...
16:56:51 #8 30.59 Unpacking libdeflate0:amd64 (1.7-1) ...
16:56:51 #8 30.63 Selecting previously unselected package libjbig0:amd64.
16:56:51 #8 30.63 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ...
16:56:51 #8 30.63 Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
16:56:51 #8 30.66 Selecting previously unselected package libwebp6:amd64.
16:56:51 #8 30.67 Preparing to unpack .../183-libwebp6_0.6.1-2.1_amd64.deb ...
16:56:51 #8 30.67 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
16:56:51 #8 30.72 Selecting previously unselected package libtiff5:amd64.
16:56:51 #8 30.72 Preparing to unpack .../184-libtiff5_4.2.0-1_amd64.deb ...
16:56:51 #8 30.72 Unpacking libtiff5:amd64 (4.2.0-1) ...
16:56:51 #8 30.77 Selecting previously unselected package libxau6:amd64.
16:56:51 #8 30.77 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ...
16:56:51 #8 30.77 Unpacking libxau6:amd64 (1:1.0.9-1) ...
16:56:51 #8 30.80 Selecting previously unselected package libxdmcp6:amd64.
16:56:51 #8 30.80 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
16:56:51 #8 30.81 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
16:56:51 #8 30.84 Selecting previously unselected package libxcb1:amd64.
16:56:51 #8 30.85 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ...
16:56:51 #8 30.85 Unpacking libxcb1:amd64 (1.14-3) ...
16:56:51 #8 30.88 Selecting previously unselected package libx11-data.
16:56:51 #8 30.88 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1_all.deb ...
16:56:51 #8 30.89 Unpacking libx11-data (2:1.7.2-1) ...
16:56:51 #8 30.95 Selecting previously unselected package libx11-6:amd64.
16:56:51 #8 30.95 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1_amd64.deb ...
16:56:51 #8 30.95 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
16:56:51 #8 31.04 Selecting previously unselected package libxpm4:amd64.
16:56:51 #8 31.04 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1_amd64.deb ...
16:56:51 #8 31.05 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
16:56:51 #8 31.08 Selecting previously unselected package libgd3:amd64.
16:56:51 #8 31.08 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ...
16:56:51 #8 31.09 Unpacking libgd3:amd64 (2.3.0-2) ...
16:56:51 #8 31.13 Selecting previously unselected package libc-devtools.
16:56:51 #8 31.13 Preparing to unpack .../192-libc-devtools_2.31-13_amd64.deb ...
16:56:51 #8 31.13 Unpacking libc-devtools (2.31-13) ...
16:56:51 #8 31.17 Selecting previously unselected package libcapture-tiny-perl.
16:56:51 #8 31.17 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ...
16:56:51 #8 31.17 Unpacking libcapture-tiny-perl (0.48-1) ...
16:56:51 #8 31.20 Selecting previously unselected package libclass-data-inheritable-perl.
16:56:51 #8 31.20 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ...
16:56:51 #8 31.20 Unpacking libclass-data-inheritable-perl (0.08-3) ...
16:56:51 #8 31.23 Selecting previously unselected package libclass-inspector-perl.
16:56:51 #8 31.23 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ...
16:56:51 #8 31.23 Unpacking libclass-inspector-perl (1.36-1) ...
16:56:51 #8 31.25 Selecting previously unselected package libclass-xsaccessor-perl.
16:56:52 #8 31.26 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ...
16:56:52 #8 31.26 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
16:56:52 #8 31.29 Selecting previously unselected package libclone-perl.
16:56:52 #8 31.29 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ...
16:56:52 #8 31.29 Unpacking libclone-perl (0.45-1+b1) ...
16:56:52 #8 31.32 Selecting previously unselected package libcommon-sense-perl.
16:56:52 #8 31.32 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ...
16:56:52 #8 31.32 Unpacking libcommon-sense-perl (3.75-1+b4) ...
16:56:52 #8 31.35 Selecting previously unselected package libconfig-tiny-perl.
16:56:52 #8 31.35 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ...
16:56:52 #8 31.35 Unpacking libconfig-tiny-perl (2.26-1) ...
16:56:52 #8 31.37 Selecting previously unselected package libparams-util-perl.
16:56:52 #8 31.38 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ...
16:56:52 #8 31.38 Unpacking libparams-util-perl (1.102-1+b1) ...
16:56:52 #8 31.41 Selecting previously unselected package libsub-install-perl.
16:56:52 #8 31.41 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ...
16:56:52 #8 31.41 Unpacking libsub-install-perl (0.928-1.1) ...
16:56:52 #8 31.43 Selecting previously unselected package libdata-optlist-perl.
16:56:52 #8 31.43 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ...
16:56:52 #8 31.44 Unpacking libdata-optlist-perl (0.110-1.1) ...
16:56:52 #8 31.46 Selecting previously unselected package libsub-exporter-perl.
16:56:52 #8 31.46 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ...
16:56:52 #8 31.47 Unpacking libsub-exporter-perl (0.987-1) ...
16:56:52 #8 31.49 Selecting previously unselected package libconst-fast-perl.
16:56:52 #8 31.49 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ...
16:56:52 #8 31.50 Unpacking libconst-fast-perl (0.014-1.1) ...
16:56:52 #8 31.52 Selecting previously unselected package libwant-perl.
16:56:52 #8 31.52 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ...
16:56:52 #8 31.52 Unpacking libwant-perl (0.29-1+b6) ...
16:56:52 #8 31.55 Selecting previously unselected package libcontextual-return-perl.
16:56:52 #8 31.55 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ...
16:56:52 #8 31.56 Unpacking libcontextual-return-perl (0.004014-2) ...
16:56:52 #8 31.58 Selecting previously unselected package libconvert-binhex-perl.
16:56:52 #8 31.58 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ...
16:56:52 #8 31.59 Unpacking libconvert-binhex-perl (1.125-1) ...
16:56:52 #8 31.61 Selecting previously unselected package libcpanel-json-xs-perl.
16:56:52 #8 31.61 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ...
16:56:52 #8 31.62 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
16:56:52 #8 31.65 Selecting previously unselected package libdevel-stacktrace-perl.
16:56:52 #8 31.65 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ...
16:56:52 #8 31.66 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
16:56:52 #8 31.68 Selecting previously unselected package libexception-class-perl.
16:56:52 #8 31.68 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ...
16:56:52 #8 31.69 Unpacking libexception-class-perl (1.44-1) ...
16:56:52 #8 31.71 Selecting previously unselected package libiterator-perl.
16:56:52 #8 31.71 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ...
16:56:52 #8 31.72 Unpacking libiterator-perl (0.03+ds1-1.1) ...
16:56:52 #8 31.74 Selecting previously unselected package libiterator-util-perl.
16:56:52 #8 31.74 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
16:56:52 #8 31.75 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
16:56:52 #8 31.77 Selecting previously unselected package libexporter-tiny-perl.
16:56:52 #8 31.77 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ...
16:56:52 #8 31.77 Unpacking libexporter-tiny-perl (1.002002-1) ...
16:56:52 #8 31.80 Selecting previously unselected package liblist-moreutils-xs-perl.
16:56:52 #8 31.80 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
16:56:52 #8 31.81 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
16:56:52 #8 31.83 Selecting previously unselected package liblist-moreutils-perl.
16:56:52 #8 31.83 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ...
16:56:52 #8 31.84 Unpacking liblist-moreutils-perl (0.430-2) ...
16:56:52 #8 31.86 Selecting previously unselected package libdata-dpath-perl.
16:56:52 #8 31.87 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ...
16:56:52 #8 31.87 Unpacking libdata-dpath-perl (0.58-1) ...
16:56:52 #8 31.90 Selecting previously unselected package libdata-dump-perl.
16:56:52 #8 31.90 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ...
16:56:52 #8 31.90 Unpacking libdata-dump-perl (1.23-1.1) ...
16:56:52 #8 31.92 Selecting previously unselected package libdata-messagepack-perl.
16:56:52 #8 31.93 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ...
16:56:52 #8 31.93 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
16:56:52 #8 31.96 Selecting previously unselected package libnet-domain-tld-perl.
16:56:52 #8 31.96 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ...
16:56:52 #8 31.96 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
16:56:52 #8 31.99 Selecting previously unselected package libdata-validate-domain-perl.
16:56:52 #8 31.99 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ...
16:56:52 #8 31.99 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
16:56:52 #8 32.02 Selecting previously unselected package libdevel-size-perl.
16:56:52 #8 32.02 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ...
16:56:52 #8 32.02 Unpacking libdevel-size-perl (0.83-1+b2) ...
16:56:52 #8 32.05 Selecting previously unselected package libdistro-info-perl.
16:56:52 #8 32.05 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ...
16:56:52 #8 32.05 Unpacking libdistro-info-perl (1.0) ...
16:56:52 #8 32.08 Selecting previously unselected package libemail-address-xs-perl.
16:56:52 #8 32.08 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ...
16:56:52 #8 32.08 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
16:56:52 #8 32.11 Selecting previously unselected package libfcgi0ldbl:amd64.
16:56:52 #8 32.11 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ...
16:56:52 #8 32.12 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
16:56:52 #8 32.14 Selecting previously unselected package libfcgi-bin.
16:56:52 #8 32.14 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ...
16:56:52 #8 32.15 Unpacking libfcgi-bin (2.4.2-2) ...
16:56:52 #8 32.17 Selecting previously unselected package libfcgi-perl:amd64.
16:56:52 #8 32.17 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ...
16:56:52 #8 32.17 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ...
16:56:52 #8 32.20 Selecting previously unselected package libipc-system-simple-perl.
16:56:53 #8 32.20 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ...
16:56:53 #8 32.20 Unpacking libipc-system-simple-perl (1.30-1) ...
16:56:53 #8 32.23 Selecting previously unselected package libfile-basedir-perl.
16:56:53 #8 32.23 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ...
16:56:53 #8 32.23 Unpacking libfile-basedir-perl (0.08-1) ...
16:56:53 #8 32.25 Selecting previously unselected package libfile-chdir-perl.
16:56:53 #8 32.26 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ...
16:56:53 #8 32.26 Unpacking libfile-chdir-perl (0.1008-1.1) ...
16:56:53 #8 32.28 Selecting previously unselected package libfile-fcntllock-perl.
16:56:53 #8 32.28 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
16:56:53 #8 32.29 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
16:56:53 #8 32.31 Selecting previously unselected package libnumber-compare-perl.
16:56:53 #8 32.32 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ...
16:56:53 #8 32.32 Unpacking libnumber-compare-perl (0.03-1.1) ...
16:56:53 #8 32.34 Selecting previously unselected package libtext-glob-perl.
16:56:53 #8 32.34 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ...
16:56:53 #8 32.35 Unpacking libtext-glob-perl (0.11-1) ...
16:56:53 #8 32.37 Selecting previously unselected package libfile-find-rule-perl.
16:56:53 #8 32.37 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ...
16:56:53 #8 32.38 Unpacking libfile-find-rule-perl (0.34-1) ...
16:56:53 #8 32.40 Selecting previously unselected package libfont-afm-perl.
16:56:53 #8 32.40 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ...
16:56:53 #8 32.41 Unpacking libfont-afm-perl (1.20-3) ...
16:56:53 #8 32.43 Selecting previously unselected package libio-string-perl.
16:56:53 #8 32.43 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ...
16:56:53 #8 32.44 Unpacking libio-string-perl (1.08-3.1) ...
16:56:53 #8 32.46 Selecting previously unselected package libfont-ttf-perl.
16:56:53 #8 32.46 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ...
16:56:53 #8 32.47 Unpacking libfont-ttf-perl (1.06-1.1) ...
16:56:53 #8 32.52 Selecting previously unselected package libio-stringy-perl.
16:56:53 #8 32.52 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ...
16:56:53 #8 32.53 Unpacking libio-stringy-perl (2.111-3) ...
16:56:53 #8 32.55 Selecting previously unselected package libparams-validate-perl:amd64.
16:56:53 #8 32.56 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ...
16:56:53 #8 32.56 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ...
16:56:53 #8 32.60 Selecting previously unselected package libgetopt-long-descriptive-perl.
16:56:53 #8 32.60 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
16:56:53 #8 32.60 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
16:56:53 #8 32.63 Selecting previously unselected package libsort-versions-perl.
16:56:53 #8 32.63 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ...
16:56:53 #8 32.63 Unpacking libsort-versions-perl (1.62-1) ...
16:56:53 #8 32.66 Selecting previously unselected package libgit-wrapper-perl.
16:56:53 #8 32.67 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ...
16:56:53 #8 32.67 Unpacking libgit-wrapper-perl (0.048-1) ...
16:56:53 #8 32.70 Selecting previously unselected package libhttp-tiny-multipart-perl.
16:56:53 #8 32.71 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
16:56:53 #8 32.71 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
16:56:53 #8 32.74 Selecting previously unselected package libio-prompter-perl.
16:56:53 #8 32.74 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ...
16:56:53 #8 32.75 Unpacking libio-prompter-perl (0.004015-1) ...
16:56:53 #8 32.78 Selecting previously unselected package libjson-perl.
16:56:53 #8 32.78 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ...
16:56:53 #8 32.78 Unpacking libjson-perl (4.03000-1) ...
16:56:53 #8 32.82 Selecting previously unselected package liblog-any-perl.
16:56:53 #8 32.82 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ...
16:56:53 #8 32.82 Unpacking liblog-any-perl (1.709-1) ...
16:56:53 #8 32.86 Selecting previously unselected package liblog-any-adapter-screen-perl.
16:56:53 #8 32.86 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
16:56:53 #8 32.87 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
16:56:53 #8 32.89 Selecting previously unselected package libpackage-stash-perl.
16:56:53 #8 32.89 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ...
16:56:53 #8 32.90 Unpacking libpackage-stash-perl (0.39-1) ...
16:56:53 #8 32.93 Selecting previously unselected package libsub-identify-perl.
16:56:53 #8 32.93 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ...
16:56:53 #8 32.94 Unpacking libsub-identify-perl (0.14-1+b3) ...
16:56:53 #8 32.96 Selecting previously unselected package libsub-name-perl.
16:56:53 #8 32.97 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ...
16:56:53 #8 32.97 Unpacking libsub-name-perl (0.26-1+b1) ...
16:56:53 #8 33.00 Selecting previously unselected package libnamespace-clean-perl.
16:56:54 #8 33.00 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ...
16:56:54 #8 33.01 Unpacking libnamespace-clean-perl (0.27-1) ...
16:56:54 #8 33.08 Selecting previously unselected package libpath-tiny-perl.
16:56:54 #8 33.09 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ...
16:56:54 #8 33.09 Unpacking libpath-tiny-perl (0.118-1) ...
16:56:54 #8 33.12 Selecting previously unselected package libtype-tiny-perl.
16:56:54 #8 33.12 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ...
16:56:54 #8 33.13 Unpacking libtype-tiny-perl (1.012001-2) ...
16:56:54 #8 33.19 Selecting previously unselected package libgitlab-api-v4-perl.
16:56:54 #8 33.19 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ...
16:56:54 #8 33.19 Unpacking libgitlab-api-v4-perl (0.26-1) ...
16:56:54 #8 33.28 Selecting previously unselected package libglib2.0-0:amd64.
16:56:54 #8 33.28 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ...
16:56:54 #8 33.28 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
16:56:54 #8 33.43 Selecting previously unselected package libglib2.0-data.
16:56:54 #8 33.43 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ...
16:56:54 #8 33.43 Unpacking libglib2.0-data (2.66.8-1) ...
16:56:54 #8 33.59 Selecting previously unselected package libgpm2:amd64.
16:56:54 #8 33.60 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ...
16:56:54 #8 33.60 Unpacking libgpm2:amd64 (1.20.7-8) ...
16:56:54 #8 33.63 Selecting previously unselected package libhash-fieldhash-perl.
16:56:54 #8 33.63 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ...
16:56:54 #8 33.64 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
16:56:54 #8 33.67 Selecting previously unselected package libhtml-form-perl.
16:56:54 #8 33.67 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ...
16:56:54 #8 33.67 Unpacking libhtml-form-perl (6.07-1) ...
16:56:54 #8 33.70 Selecting previously unselected package libhtml-format-perl.
16:56:54 #8 33.70 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ...
16:56:54 #8 33.71 Unpacking libhtml-format-perl (2.12-1.1) ...
16:56:54 #8 33.74 Selecting previously unselected package libhtml-html5-entities-perl.
16:56:54 #8 33.74 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
16:56:54 #8 33.74 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
16:56:54 #8 33.77 Selecting previously unselected package libhttp-daemon-perl.
16:56:54 #8 33.77 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1_all.deb ...
16:56:54 #8 33.80 Unpacking libhttp-daemon-perl (6.12-1) ...
16:56:54 #8 33.83 Selecting previously unselected package libio-sessiondata-perl.
16:56:54 #8 33.84 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ...
16:56:54 #8 33.84 Unpacking libio-sessiondata-perl (1.03-1.1) ...
16:56:54 #8 33.86 Selecting previously unselected package libipc-run3-perl.
16:56:54 #8 33.87 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ...
16:56:54 #8 33.87 Unpacking libipc-run3-perl (0.048-2) ...
16:56:54 #8 33.90 Selecting previously unselected package libtypes-serialiser-perl.
16:56:54 #8 33.90 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ...
16:56:54 #8 33.90 Unpacking libtypes-serialiser-perl (1.01-1) ...
16:56:54 #8 33.93 Selecting previously unselected package libjson-xs-perl.
16:56:54 #8 33.93 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ...
16:56:54 #8 33.94 Unpacking libjson-xs-perl (4.030-1+b1) ...
16:56:54 #8 33.97 Selecting previously unselected package libjson-maybexs-perl.
16:56:54 #8 33.97 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ...
16:56:54 #8 33.98 Unpacking libjson-maybexs-perl (1.004003-1) ...
16:56:54 #8 34.01 Selecting previously unselected package libldap-common.
16:56:54 #8 34.01 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3_all.deb ...
16:56:54 #8 34.02 Unpacking libldap-common (2.4.57+dfsg-3) ...
16:56:54 #8 34.05 Selecting previously unselected package liblist-compare-perl.
16:56:54 #8 34.05 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ...
16:56:54 #8 34.05 Unpacking liblist-compare-perl (0.55-1) ...
16:56:54 #8 34.09 Selecting previously unselected package liblist-someutils-perl.
16:56:54 #8 34.09 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ...
16:56:54 #8 34.09 Unpacking liblist-someutils-perl (0.58-1) ...
16:56:54 #8 34.12 Selecting previously unselected package liblist-someutils-xs-perl.
16:56:55 #8 34.12 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ...
16:56:55 #8 34.12 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
16:56:55 #8 34.15 Selecting previously unselected package liblist-utilsby-perl.
16:56:55 #8 34.15 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ...
16:56:55 #8 34.16 Unpacking liblist-utilsby-perl (0.11-1) ...
16:56:55 #8 34.18 Selecting previously unselected package libltdl7:amd64.
16:56:55 #8 34.19 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ...
16:56:55 #8 34.19 Unpacking libltdl7:amd64 (2.4.6-15) ...
16:56:55 #8 34.23 Selecting previously unselected package libltdl-dev:amd64.
16:56:55 #8 34.23 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ...
16:56:55 #8 34.23 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
16:56:55 #8 34.29 Selecting previously unselected package liblzo2-2:amd64.
16:56:55 #8 34.29 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ...
16:56:55 #8 34.30 Unpacking liblzo2-2:amd64 (2.10-2) ...
16:56:55 #8 34.33 Selecting previously unselected package libsys-hostname-long-perl.
16:56:55 #8 34.33 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ...
16:56:55 #8 34.33 Unpacking libsys-hostname-long-perl (1.5-2) ...
16:56:55 #8 34.36 Selecting previously unselected package libmail-sendmail-perl.
16:56:55 #8 34.36 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ...
16:56:55 #8 34.36 Unpacking libmail-sendmail-perl (0.80-1.1) ...
16:56:55 #8 34.39 Selecting previously unselected package libnet-smtp-ssl-perl.
16:56:55 #8 34.39 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ...
16:56:55 #8 34.40 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
16:56:55 #8 34.42 Selecting previously unselected package libmailtools-perl.
16:56:55 #8 34.42 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ...
16:56:55 #8 34.43 Unpacking libmailtools-perl (2.21-1) ...
16:56:55 #8 34.47 Selecting previously unselected package libmarkdown2:amd64.
16:56:55 #8 34.47 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ...
16:56:55 #8 34.47 Unpacking libmarkdown2:amd64 (2.2.6-1) ...
16:56:55 #8 34.50 Selecting previously unselected package libmime-tools-perl.
16:56:55 #8 34.50 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ...
16:56:55 #8 34.50 Unpacking libmime-tools-perl (5.509-1) ...
16:56:55 #8 34.55 Selecting previously unselected package libmoox-aliases-perl.
16:56:55 #8 34.55 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ...
16:56:55 #8 34.56 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
16:56:55 #8 34.58 Selecting previously unselected package libnamespace-autoclean-perl.
16:56:55 #8 34.59 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ...
16:56:55 #8 34.60 Unpacking libnamespace-autoclean-perl (0.29-1) ...
16:56:55 #8 34.63 Selecting previously unselected package libobject-id-perl.
16:56:55 #8 34.63 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ...
16:56:55 #8 34.64 Unpacking libobject-id-perl (0.1.2-2.1) ...
16:56:55 #8 34.66 Selecting previously unselected package libmoox-struct-perl.
16:56:55 #8 34.67 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ...
16:56:55 #8 34.67 Unpacking libmoox-struct-perl (0.020-1) ...
16:56:55 #8 34.70 Selecting previously unselected package libmouse-perl.
16:56:55 #8 34.70 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ...
16:56:55 #8 34.71 Unpacking libmouse-perl (2.5.10-1+b1) ...
16:56:55 #8 34.75 Selecting previously unselected package libnumber-range-perl.
16:56:55 #8 34.76 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ...
16:56:55 #8 34.76 Unpacking libnumber-range-perl (0.12-1.1) ...
16:56:55 #8 34.82 Selecting previously unselected package libossp-uuid16:amd64.
16:56:55 #8 34.83 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ...
16:56:55 #8 34.83 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
16:56:55 #8 34.86 Selecting previously unselected package libossp-uuid-perl.
16:56:55 #8 34.86 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ...
16:56:55 #8 34.87 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
16:56:55 #8 34.90 Selecting previously unselected package libpackage-stash-xs-perl.
16:56:55 #8 34.90 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ...
16:56:55 #8 34.91 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
16:56:55 #8 34.94 Selecting previously unselected package libpath-iterator-rule-perl.
16:56:55 #8 34.94 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
16:56:55 #8 34.95 Unpacking libpath-iterator-rule-perl (1.014-1) ...
16:56:55 #8 34.98 Selecting previously unselected package libperlio-gzip-perl.
16:56:55 #8 34.98 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ...
16:56:55 #8 34.98 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
16:56:55 #8 35.02 Selecting previously unselected package libpod-parser-perl.
16:56:55 #8 35.02 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ...
16:56:55 #8 35.03 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
16:56:55 #8 35.04 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
16:56:55 #8 35.05 Unpacking libpod-parser-perl (1.63-2) ...
16:56:55 #8 35.08 Selecting previously unselected package libpod-constants-perl.
16:56:55 #8 35.08 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ...
16:56:55 #8 35.09 Unpacking libpod-constants-perl (0.19-2) ...
16:56:55 #8 35.11 Selecting previously unselected package libproc-processtable-perl.
16:56:55 #8 35.12 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ...
16:56:55 #8 35.12 Unpacking libproc-processtable-perl (0.59-2+b1) ...
16:56:55 #8 35.16 Selecting previously unselected package libre2-9:amd64.
16:56:56 #8 35.16 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ...
16:56:56 #8 35.17 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
16:56:56 #8 35.21 Selecting previously unselected package libre-engine-re2-perl:amd64.
16:56:56 #8 35.21 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ...
16:56:56 #8 35.21 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
16:56:56 #8 35.24 Selecting previously unselected package libreadonly-perl.
16:56:56 #8 35.25 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ...
16:56:56 #8 35.25 Unpacking libreadonly-perl (2.050-3) ...
16:56:56 #8 35.28 Selecting previously unselected package libref-util-perl.
16:56:56 #8 35.28 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ...
16:56:56 #8 35.28 Unpacking libref-util-perl (0.204-1) ...
16:56:56 #8 35.31 Selecting previously unselected package libref-util-xs-perl.
16:56:56 #8 35.31 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ...
16:56:56 #8 35.32 Unpacking libref-util-xs-perl (0.117-1+b3) ...
16:56:56 #8 35.34 Selecting previously unselected package libregexp-pattern-license-perl.
16:56:56 #8 35.35 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
16:56:56 #8 35.35 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
16:56:56 #8 35.38 Selecting previously unselected package libregexp-pattern-perl.
16:56:56 #8 35.38 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ...
16:56:56 #8 35.38 Unpacking libregexp-pattern-perl (0.2.14-1) ...
16:56:56 #8 35.41 Selecting previously unselected package libsasl2-modules:amd64.
16:56:56 #8 35.42 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1_amd64.deb ...
16:56:56 #8 35.42 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
16:56:56 #8 35.46 Selecting previously unselected package libsereal-decoder-perl.
16:56:56 #8 35.46 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ...
16:56:56 #8 35.46 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
16:56:56 #8 35.50 Selecting previously unselected package libsereal-encoder-perl.
16:56:56 #8 35.50 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ...
16:56:56 #8 35.50 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
16:56:56 #8 35.53 Selecting previously unselected package libtask-weaken-perl.
16:56:56 #8 35.54 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ...
16:56:56 #8 35.54 Unpacking libtask-weaken-perl (1.06-1) ...
16:56:56 #8 35.56 Selecting previously unselected package libxml-parser-perl:amd64.
16:56:56 #8 35.57 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ...
16:56:56 #8 35.57 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
16:56:56 #8 35.62 Selecting previously unselected package libsoap-lite-perl.
16:56:56 #8 35.63 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ...
16:56:56 #8 35.63 Unpacking libsoap-lite-perl (1.27-1) ...
16:56:56 #8 35.69 Selecting previously unselected package libsort-key-perl.
16:56:56 #8 35.69 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ...
16:56:56 #8 35.69 Unpacking libsort-key-perl (1.33-2+b3) ...
16:56:56 #8 35.72 Selecting previously unselected package libstring-copyright-perl.
16:56:56 #8 35.73 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ...
16:56:56 #8 35.73 Unpacking libstring-copyright-perl (0.003006-1) ...
16:56:56 #8 35.76 Selecting previously unselected package libstring-escape-perl.
16:56:56 #8 35.76 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ...
16:56:56 #8 35.76 Unpacking libstring-escape-perl (2010.002-2) ...
16:56:56 #8 35.79 Selecting previously unselected package libstring-shellquote-perl.
16:56:56 #8 35.79 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ...
16:56:56 #8 35.80 Unpacking libstring-shellquote-perl (1.04-1) ...
16:56:56 #8 35.82 Selecting previously unselected package libsys-cpuaffinity-perl:amd64.
16:56:56 #8 35.82 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ...
16:56:56 #8 35.83 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
16:56:56 #8 35.86 Selecting previously unselected package libterm-readkey-perl.
16:56:56 #8 35.86 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ...
16:56:56 #8 35.86 Unpacking libterm-readkey-perl (2.38-1+b2) ...
16:56:56 #8 35.90 Selecting previously unselected package libtext-levenshteinxs-perl.
16:56:56 #8 35.90 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ...
16:56:56 #8 35.90 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
16:56:56 #8 35.93 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
16:56:56 #8 35.93 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ...
16:56:56 #8 35.94 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
16:56:56 #8 35.97 Selecting previously unselected package libtext-xslate-perl.
16:56:56 #8 35.97 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ...
16:56:56 #8 35.97 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
16:56:56 #8 36.02 Selecting previously unselected package libtime-duration-perl.
16:56:56 #8 36.02 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ...
16:56:56 #8 36.03 Unpacking libtime-duration-perl (1.21-1) ...
16:56:56 #8 36.05 Selecting previously unselected package libtime-moment-perl.
16:56:56 #8 36.05 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ...
16:56:56 #8 36.06 Unpacking libtime-moment-perl (0.44-1+b3) ...
16:56:56 #8 36.09 Selecting previously unselected package libtype-tiny-xs-perl.
16:56:56 #8 36.09 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
16:56:56 #8 36.09 Unpacking libtype-tiny-xs-perl (0.022-1) ...
16:56:56 #8 36.12 Selecting previously unselected package libunicode-utf8-perl.
16:56:56 #8 36.13 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ...
16:56:56 #8 36.13 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
16:56:56 #8 36.16 Selecting previously unselected package libunwind8:amd64.
16:56:57 #8 36.16 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ...
16:56:57 #8 36.17 Unpacking libunwind8:amd64 (1.3.2-2) ...
16:56:57 #8 36.21 Selecting previously unselected package libxdelta2.
16:56:57 #8 36.21 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ...
16:56:57 #8 36.21 Unpacking libxdelta2 (1.1.3-9.3) ...
16:56:57 #8 36.25 Selecting previously unselected package libxext6:amd64.
16:56:57 #8 36.25 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ...
16:56:57 #8 36.26 Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
16:56:57 #8 36.30 Selecting previously unselected package libxml-namespacesupport-perl.
16:56:57 #8 36.30 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
16:56:57 #8 36.31 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
16:56:57 #8 36.34 Selecting previously unselected package libxml-sax-base-perl.
16:56:57 #8 36.34 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
16:56:57 #8 36.35 Unpacking libxml-sax-base-perl (1.09-1.1) ...
16:56:57 #8 36.38 Selecting previously unselected package libxml-sax-perl.
16:56:57 #8 36.38 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:56:57 #8 36.39 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:56:57 #8 36.42 Selecting previously unselected package libxml-libxml-perl.
16:56:57 #8 36.43 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
16:56:57 #8 36.43 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:56:57 #8 36.50 Selecting previously unselected package libxml-sax-expat-perl.
16:56:57 #8 36.51 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
16:56:57 #8 36.51 Unpacking libxml-sax-expat-perl (0.51-1) ...
16:56:57 #8 36.54 Selecting previously unselected package libxmlrpc-lite-perl.
16:56:57 #8 36.54 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ...
16:56:57 #8 36.55 Unpacking libxmlrpc-lite-perl (0.717-4) ...
16:56:57 #8 36.58 Selecting previously unselected package libxmuu1:amd64.
16:56:57 #8 36.58 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
16:56:57 #8 36.58 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
16:56:57 #8 36.62 Selecting previously unselected package libyaml-0-2:amd64.
16:56:57 #8 36.62 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ...
16:56:57 #8 36.62 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
16:56:57 #8 36.66 Selecting previously unselected package libyaml-libyaml-perl.
16:56:57 #8 36.66 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ...
16:56:57 #8 36.66 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
16:56:57 #8 36.70 Selecting previously unselected package licensecheck.
16:56:57 #8 36.71 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ...
16:56:57 #8 36.71 Unpacking licensecheck (3.1.1-2) ...
16:56:57 #8 36.75 Selecting previously unselected package lzip.
16:56:57 #8 36.75 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
16:56:57 #8 36.76 Unpacking lzip (1.22-3) ...
16:56:57 #8 36.83 Selecting previously unselected package lzop.
16:56:57 #8 36.83 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ...
16:56:57 #8 36.83 Unpacking lzop (1.04-2) ...
16:56:57 #8 36.87 Selecting previously unselected package t1utils.
16:56:57 #8 36.87 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ...
16:56:57 #8 36.87 Unpacking t1utils (1.41-4) ...
16:56:57 #8 36.92 Selecting previously unselected package unzip.
16:56:57 #8 36.92 Preparing to unpack .../337-unzip_6.0-26_amd64.deb ...
16:56:57 #8 36.92 Unpacking unzip (6.0-26) ...
16:56:57 #8 36.99 Selecting previously unselected package lintian.
16:56:57 #8 36.99 Preparing to unpack .../338-lintian_2.104.0_all.deb ...
16:56:57 #8 37.00 Unpacking lintian (2.104.0) ...
16:56:58 #8 37.27 Selecting previously unselected package lsb-release.
16:56:58 #8 37.27 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ...
16:56:58 #8 37.28 Unpacking lsb-release (11.1.0) ...
16:56:58 #8 37.31 Selecting previously unselected package manpages-dev.
16:56:58 #8 37.31 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ...
16:56:58 #8 37.32 Unpacking manpages-dev (5.10-1) ...
16:56:58 #8 37.63 Selecting previously unselected package pbzip2.
16:56:58 #8 37.63 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ...
16:56:58 #8 37.64 Unpacking pbzip2 (1.1.13-1) ...
16:56:58 #8 37.67 Selecting previously unselected package pixz.
16:56:58 #8 37.68 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ...
16:56:58 #8 37.68 Unpacking pixz (1.0.7-1) ...
16:56:58 #8 37.71 Selecting previously unselected package xdelta.
16:56:58 #8 37.71 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ...
16:56:58 #8 37.71 Unpacking xdelta (1.1.3-9.3) ...
16:56:58 #8 37.74 Selecting previously unselected package xdelta3.
16:56:58 #8 37.74 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ...
16:56:58 #8 37.75 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
16:56:58 #8 37.78 Selecting previously unselected package pristine-tar.
16:56:58 #8 37.78 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ...
16:56:58 #8 37.79 Unpacking pristine-tar (1.49) ...
16:56:58 #8 37.83 Selecting previously unselected package publicsuffix.
16:56:58 #8 37.83 Preparing to unpack .../346-publicsuffix_20210108.1309-1_all.deb ...
16:56:58 #8 37.84 Unpacking publicsuffix (20210108.1309-1) ...
16:56:58 #8 37.88 Selecting previously unselected package python-apt-common.
16:56:58 #8 37.88 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ...
16:56:58 #8 37.88 Unpacking python-apt-common (2.2.1) ...
16:56:58 #8 37.93 Selecting previously unselected package python3-apt.
16:56:58 #8 37.94 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ...
16:56:58 #8 37.94 Unpacking python3-apt (2.2.1) ...
16:56:58 #8 37.99 Selecting previously unselected package python3-certifi.
16:56:58 #8 37.99 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
16:56:58 #8 38.00 Unpacking python3-certifi (2020.6.20-1) ...
16:56:58 #8 38.04 Selecting previously unselected package python3-idna.
16:56:58 #8 38.05 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
16:56:58 #8 38.05 Unpacking python3-idna (2.10-1) ...
16:56:58 #8 38.09 Selecting previously unselected package python3-magic.
16:56:58 #8 38.09 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ...
16:56:58 #8 38.10 Unpacking python3-magic (2:0.4.20-3) ...
16:56:58 #8 38.13 Selecting previously unselected package python3-urllib3.
16:56:58 #8 38.13 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ...
16:56:58 #8 38.13 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
16:56:58 #8 38.18 Selecting previously unselected package python3-requests.
16:56:58 #8 38.18 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ...
16:56:58 #8 38.18 Unpacking python3-requests (2.25.1+dfsg-2) ...
16:56:58 #8 38.22 Selecting previously unselected package python3-unidiff.
16:56:59 #8 38.22 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ...
16:56:59 #8 38.23 Unpacking python3-unidiff (0.5.5-2) ...
16:56:59 #8 38.26 Selecting previously unselected package python3-xdg.
16:56:59 #8 38.26 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ...
16:56:59 #8 38.27 Unpacking python3-xdg (0.27-2) ...
16:56:59 #8 38.31 Selecting previously unselected package shared-mime-info.
16:56:59 #8 38.31 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ...
16:56:59 #8 38.31 Unpacking shared-mime-info (2.0-1) ...
16:56:59 #8 38.42 Selecting previously unselected package strace.
16:56:59 #8 38.42 Preparing to unpack .../357-strace_5.10-1_amd64.deb ...
16:56:59 #8 38.43 Unpacking strace (5.10-1) ...
16:56:59 #8 38.50 Selecting previously unselected package xauth.
16:56:59 #8 38.50 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ...
16:56:59 #8 38.50 Unpacking xauth (1:1.1-1) ...
16:56:59 #8 38.54 Selecting previously unselected package xdg-user-dirs.
16:56:59 #8 38.55 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ...
16:56:59 #8 38.55 Unpacking xdg-user-dirs (0.17-2) ...
16:56:59 #8 38.64 Setting up libksba8:amd64 (1.5.0-3) ...
16:56:59 #8 38.65 Setting up media-types (4.0.0) ...
16:56:59 #8 38.66 Setting up libpipeline1:amd64 (1.5.3-1) ...
16:56:59 #8 38.68 Setting up wdiff (1.2.2-2+b1) ...
16:56:59 #8 38.69 Setting up libxau6:amd64 (1:1.0.9-1) ...
16:56:59 #8 38.70 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
16:56:59 #8 38.71 Setting up libpsl5:amd64 (0.21.0-1.2) ...
16:56:59 #8 38.72 Setting up libgpm2:amd64 (1.20.7-8) ...
16:56:59 #8 38.73 Setting up bsdextrautils (2.36.1-8) ...
16:56:59 #8 38.74 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
16:56:59 #8 38.74 Setting up libicu67:amd64 (67.1-7) ...
16:56:59 #8 38.76 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
16:56:59 #8 38.77 Setting up xdg-user-dirs (0.17-2) ...
16:56:59 #8 38.79 Setting up libmagic-mgc (1:5.39-3) ...
16:56:59 #8 38.80 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
16:56:59 #8 38.81 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
16:56:59 #8 38.85 No schema files found: doing nothing.
16:56:59 #8 38.85 Setting up distro-info-data (0.51) ...
16:56:59 #8 38.87 Setting up manpages (5.10-1) ...
16:56:59 #8 38.88 Setting up unzip (6.0-26) ...
16:56:59 #8 38.89 Setting up perl-modules-5.32 (5.32.1-4+deb11u1) ...
16:56:59 #8 38.90 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
16:56:59 #8 38.91 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
16:56:59 #8 38.92 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
16:56:59 #8 38.94 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
16:56:59 #8 38.96 Setting up libfcgi-bin (2.4.2-2) ...
16:56:59 #8 38.97 Setting up binutils-common:amd64 (2.35.2-2) ...
16:56:59 #8 38.98 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
16:56:59 #8 38.99 Setting up libmagic1:amd64 (1:5.39-3) ...
16:56:59 #8 39.01 Setting up libdeflate0:amd64 (1.7-1) ...
16:56:59 #8 39.02 Setting up less (551-2) ...
16:56:59 #8 39.04 Setting up perl-openssl-defaults:amd64 (5) ...
16:56:59 #8 39.05 Setting up linux-libc-dev:amd64 (5.10.46-4) ...
16:56:59 #8 39.06 Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
16:56:59 #8 39.07 Setting up gettext-base (0.21-4) ...
16:56:59 #8 39.08 Setting up liblzo2-2:amd64 (2.10-2) ...
16:56:59 #8 39.09 Setting up libnpth0:amd64 (1.6-3) ...
16:56:59 #8 39.10 Setting up file (1:5.39-3) ...
16:56:59 #8 39.11 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
16:56:59 #8 39.12 Setting up libassuan0:amd64 (2.5.3-7.1) ...
16:56:59 #8 39.13 Setting up libgomp1:amd64 (10.2.1-6) ...
16:56:59 #8 39.14 Setting up bzip2 (1.0.8-4) ...
16:56:59 #8 39.15 Setting up libldap-common (2.4.57+dfsg-3) ...
16:56:59 #8 39.16 Setting up libunwind8:amd64 (1.3.2-2) ...
16:56:59 #8 39.18 Setting up pbzip2 (1.1.13-1) ...
16:56:59 #8 39.19 Setting up libjbig0:amd64 (2.1-3.1+b2) ...
16:56:59 #8 39.20 Setting up libfakeroot:amd64 (1.25.3-1.1) ...
16:56:59 #8 39.21 Setting up libasan6:amd64 (10.2.1-6) ...
16:56:59 #8 39.22 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
16:56:59 #8 39.23 Setting up fakeroot (1.25.3-1.1) ...
16:56:59 #8 39.24 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:56:59 #8 39.25 Setting up autotools-dev (20180224.1+nmu1) ...
16:56:59 #8 39.26 Setting up libglib2.0-data (2.66.8-1) ...
16:56:59 #8 39.27 Setting up libtirpc-dev:amd64 (1.3.1-1) ...
16:56:59 #8 39.28 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
16:57:00 #8 39.29 Setting up libx11-data (2:1.7.2-1) ...
16:57:00 #8 39.30 Setting up make (4.3-4.1) ...
16:57:00 #8 39.31 Setting up libmpfr6:amd64 (4.1.0-3) ...
16:57:00 #8 39.32 Setting up gnupg-l10n (2.2.27-2) ...
16:57:00 #8 39.33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:57:00 #8 39.34 Setting up lzip (1.22-3) ...
16:57:00 #8 39.36 Setting up strace (5.10-1) ...
16:57:00 #8 39.37 Setting up libsigsegv2:amd64 (2.13-1) ...
16:57:00 #8 39.38 Setting up xz-utils (5.2.5-2) ...
16:57:00 #8 39.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:57:00 #8 39.40 Setting up t1utils (1.41-4) ...
16:57:00 #8 39.41 Setting up libquadmath0:amd64 (10.2.1-6) ...
16:57:00 #8 39.42 Setting up diffstat (1.64-1) ...
16:57:00 #8 39.43 Setting up libpng16-16:amd64 (1.6.37-3) ...
16:57:00 #8 39.44 Setting up libmpc3:amd64 (1.2.0-1) ...
16:57:00 #8 39.45 Setting up libatomic1:amd64 (10.2.1-6) ...
16:57:00 #8 39.46 Setting up patch (2.7.6-7) ...
16:57:00 #8 39.47 Setting up autopoint (0.21-4) ...
16:57:00 #8 39.47 Setting up libwebp6:amd64 (0.6.1-2.1) ...
16:57:00 #8 39.49 Setting up fonts-dejavu-core (2.37-2) ...
16:57:00 #8 39.54 Setting up libxdelta2 (1.1.3-9.3) ...
16:57:00 #8 39.55 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
16:57:00 #8 39.57 Setting up libltdl7:amd64 (2.4.6-15) ...
16:57:00 #8 39.60 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
16:57:00 #8 39.61 Setting up libubsan1:amd64 (10.2.1-6) ...
16:57:00 #8 39.62 Setting up libmd0:amd64 (1.0.3-3) ...
16:57:00 #8 39.65 Setting up python-apt-common (2.2.1) ...
16:57:00 #8 39.66 Setting up libnsl-dev:amd64 (1.3.0-2) ...
16:57:00 #8 39.67 Setting up sensible-utils (0.0.14) ...
16:57:00 #8 39.68 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
16:57:00 #8 39.69 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
16:57:00 #8 39.70 Setting up libuchardet0:amd64 (0.0.7-1) ...
16:57:00 #8 39.71 Setting up lzop (1.04-2) ...
16:57:00 #8 39.72 Setting up libmpdec3:amd64 (2.5.1-1) ...
16:57:00 #8 39.73 Setting up git-man (1:2.30.2-1) ...
16:57:00 #8 39.74 Setting up libssh2-1:amd64 (1.9.0-2) ...
16:57:00 #8 39.75 Setting up netbase (6.3) ...
16:57:00 #8 39.78 Setting up libtiff5:amd64 (4.2.0-1) ...
16:57:00 #8 39.79 Setting up libbinutils:amd64 (2.35.2-2) ...
16:57:00 #8 39.80 Setting up libfido2-1:amd64 (1.6.0-2) ...
16:57:00 #8 39.81 Setting up libisl23:amd64 (0.23-1) ...
16:57:00 #8 39.82 Setting up libc-dev-bin (2.31-13) ...
16:57:00 #8 39.83 Setting up openssl (1.1.1k-1+deb11u1) ...
16:57:00 #8 39.84 Setting up libbsd0:amd64 (0.11.3-1) ...
16:57:00 #8 39.85 Setting up libelf1:amd64 (0.183-1) ...
16:57:00 #8 39.86 Setting up readline-common (8.1-1) ...
16:57:00 #8 39.88 Setting up publicsuffix (20210108.1309-1) ...
16:57:00 #8 39.89 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:57:00 #8 39.90 Setting up libmarkdown2:amd64 (2.2.6-1) ...
16:57:00 #8 39.91 Setting up libcc1-0:amd64 (10.2.1-6) ...
16:57:00 #8 39.92 Setting up iso-codes (4.6.0-1) ...
16:57:00 #8 39.93 Setting up liblocale-gettext-perl (1.07-4+b1) ...
16:57:00 #8 39.94 Setting up liblsan0:amd64 (10.2.1-6) ...
16:57:00 #8 39.95 Setting up cpp-10 (10.2.1-6) ...
16:57:00 #8 39.96 Setting up dctrl-tools (2.24-3+b1) ...
16:57:00 #8 39.98 Setting up libitm1:amd64 (10.2.1-6) ...
16:57:00 #8 39.99 Setting up debian-keyring (2021.07.26) ...
16:57:00 #8 40.00 Setting up libgdbm6:amd64 (1.19-2) ...
16:57:00 #8 40.01 Setting up libtsan0:amd64 (10.2.1-6) ...
16:57:00 #8 40.02 Setting up libctf0:amd64 (2.35.2-2) ...
16:57:01 #8 40.03 Setting up pinentry-curses (1.1.0-4) ...
16:57:01 #8 40.04 Setting up manpages-dev (5.10-1) ...
16:57:01 #8 40.05 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
16:57:01 #8 40.06 Setting up libxcb1:amd64 (1.14-3) ...
16:57:01 #8 40.07 Setting up gettext (0.21-4) ...
16:57:01 #8 40.08 Setting up xdelta (1.1.3-9.3) ...
16:57:01 #8 40.09 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
16:57:01 #8 40.10 Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
16:57:01 #8 40.11 Setting up libedit2:amd64 (3.1-20191231-2+b1) ...
16:57:01 #8 40.12 Setting up libreadline8:amd64 (8.1-1) ...
16:57:01 #8 40.13 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
16:57:01 #8 40.14 Setting up m4 (1.4.18-5) ...
16:57:01 #8 40.15 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+b1) ...
16:57:01 #8 40.16 Setting up ca-certificates (20210119) ...
16:57:01 #8 40.50 Updating certificates in /etc/ssl/certs...
16:57:01 #8 40.90 129 added, 0 removed; done.
16:57:01 #8 40.99 Setting up libfreetype6:amd64 (2.10.4+dfsg-1) ...
16:57:01 #8 41.01 Setting up shared-mime-info (2.0-1) ...
16:57:02 + DISABLE_WARN_OUTSIDE_CONTAINER=1
16:57:02 + make manpages
16:57:02 scripts/docs/generate-man.sh
16:57:03 #8 43.07 Setting up libgdbm-compat4:amd64 (1.19-2) ...
16:57:04 #8 43.08 Setting up ucf (3.0043) ...
16:57:04 #8 43.21 Setting up libperl5.32:amd64 (5.32.1-4+deb11u1) ...
16:57:04 #8 43.22 Setting up dwz (0.13+20210201-1) ...
16:57:04 #8 43.23 Setting up groff-base (1.22.4-6) ...
16:57:04 #8 43.26 Setting up cpp (4:10.2.1-1) ...
16:57:04 #8 43.27 Setting up pixz (1.0.7-1) ...
16:57:04 #8 43.28 Setting up gpgconf (2.2.27-2) ...
16:57:04 #8 43.29 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ...
16:57:04 #8 43.30 Setting up libc6-dev:amd64 (2.31-13) ...
16:57:04 #8 43.31 Setting up libx11-6:amd64 (2:1.7.2-1) ...
16:57:04 #8 43.32 Setting up curl (7.74.0-1.3+b1) ...
16:57:04 #8 43.33 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
16:57:04 #8 43.35 Setting up gpg (2.2.27-2) ...
16:57:04 #8 43.36 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
16:57:04 #8 43.37 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
16:57:04 #8 43.38 Setting up gnupg-utils (2.2.27-2) ...
16:57:04 #8 43.39 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
16:57:04 #8 43.40 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
16:57:04 #8 43.42 Setting up gpg-agent (2.2.27-2) ...
16:57:04 #8 43.89 Setting up libxpm4:amd64 (1:3.5.12-1) ...
16:57:04 #8 43.90 Setting up fontconfig-config (2.13.1-4.2) ...
16:57:04 #8 44.11 Setting up openssh-client (1:8.4p1-5) ...
16:57:05 #8 44.20 Setting up gpgsm (2.2.27-2) ...
16:57:05 #8 44.21 Setting up libxext6:amd64 (2:1.3.3-1.1) ...
16:57:05 #8 44.22 Setting up binutils (2.35.2-2) ...
16:57:05 #8 44.23 Setting up man-db (2.9.4-2) ...
16:57:05 #8 44.32 Building database of manual pages ...
16:57:20 #8 59.06 Setting up libgpgme11:amd64 (1.14.0-1+b2) ...
16:57:20 #8 59.09 Setting up dirmngr (2.2.27-2) ...
16:57:20 #8 59.21 Setting up perl (5.32.1-4+deb11u1) ...
16:57:20 #8 59.23 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
16:57:20 #8 59.24 Setting up libclass-data-inheritable-perl (0.08-3) ...
16:57:20 #8 59.25 Setting up libdata-dump-perl (1.23-1.1) ...
16:57:20 #8 59.26 Setting up libref-util-perl (0.204-1) ...
16:57:20 #8 59.27 Setting up libipc-system-simple-perl (1.30-1) ...
16:57:20 #8 59.28 Setting up libnet-domain-tld-perl (1.75-1.1) ...
16:57:20 #8 59.29 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
16:57:20 #8 59.30 Setting up libvariable-magic-perl (0.62-1+b3) ...
16:57:20 #8 59.31 Setting up libio-html-perl (1.004-2) ...
16:57:20 #8 59.32 Setting up libpod-parser-perl (1.63-2) ...
16:57:20 #8 59.33 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
16:57:20 #8 59.34 Setting up liblist-moreutils-xs-perl (0.430-2) ...
16:57:20 #8 59.35 Setting up gcc-10 (10.2.1-6) ...
16:57:20 #8 59.36 Setting up libparams-util-perl (1.102-1+b1) ...
16:57:20 #8 59.37 Setting up libdpkg-perl (1.20.9) ...
16:57:20 #8 59.38 Setting up libtime-duration-perl (1.21-1) ...
16:57:20 #8 59.41 Setting up autoconf (2.69-14) ...
16:57:20 #8 59.43 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
16:57:20 #8 59.44 Setting up libarray-intspan-perl (2.004-1) ...
16:57:20 #8 59.49 Setting up libcapture-tiny-perl (0.48-1) ...
16:57:20 #8 59.54 Setting up libtimedate-perl (2.3300-2) ...
16:57:20 #8 59.55 Setting up gpg-wks-server (2.2.27-2) ...
16:57:20 #8 59.56 Setting up libsub-name-perl (0.26-1+b1) ...
16:57:20 #8 59.57 Setting up libtype-tiny-xs-perl (0.022-1) ...
16:57:20 #8 59.58 Setting up libdata-validate-domain-perl (0.10-1.1) ...
16:57:20 #8 59.59 Setting up libproc-processtable-perl (0.59-2+b1) ...
16:57:20 #8 59.60 Setting up libfile-chdir-perl (0.1008-1.1) ...
16:57:20 #8 59.61 Setting up xauth (1:1.1-1) ...
16:57:20 #8 59.62 Setting up libpath-tiny-perl (0.118-1) ...
16:57:20 #8 59.64 Setting up libarchive-cpio-perl (0.10-1.1) ...
16:57:20 #8 59.65 Setting up libjson-perl (4.03000-1) ...
16:57:20 #8 59.66 Setting up libipc-run3-perl (0.048-2) ...
16:57:20 #8 59.67 Setting up libfcgi-perl:amd64 (0.79+ds-2) ...
16:57:20 #8 59.67 Setting up libsub-override-perl (0.09-2) ...
16:57:20 #8 59.68 Setting up libaliased-perl (0.34-1.1) ...
16:57:20 #8 59.70 Setting up libstrictures-perl (2.000006-1) ...
16:57:20 #8 59.71 Setting up libsub-quote-perl (2.006006-1) ...
16:57:20 #8 59.72 Setting up libdevel-stacktrace-perl (2.0400-1) ...
16:57:20 #8 59.73 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
16:57:20 #8 59.74 Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
16:57:20 #8 59.75 Setting up libsort-versions-perl (1.62-1) ...
16:57:20 #8 59.76 Setting up libexporter-tiny-perl (1.002002-1) ...
16:57:20 #8 59.77 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
16:57:20 #8 59.78 Setting up libfile-dirlist-perl (0.05-2) ...
16:57:20 #8 59.78 Setting up libterm-readkey-perl (2.38-1+b2) ...
16:57:20 #8 59.79 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
16:57:20 #8 59.80 Setting up libperlio-gzip-perl (0.19-1+b7) ...
16:57:20 #8 59.81 Setting up libsys-hostname-long-perl (1.5-2) ...
16:57:20 #8 59.82 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
16:57:20 #8 59.83 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
16:57:20 #8 59.84 Setting up liburi-perl (5.08-1) ...
16:57:20 #8 59.85 Setting up libfile-touch-perl (0.11-1) ...
16:57:20 #8 59.86 Setting up python3.9 (3.9.2-1) ...
16:57:21 #8 60.44 Setting up libemail-address-xs-perl (1.04-1+b3) ...
16:57:21 #8 60.45 Setting up libnet-ssleay-perl (1.88-3+b1) ...
16:57:21 #8 60.46 Setting up automake (1:1.16.3-2) ...
16:57:21 #8 60.47 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:57:21 #8 60.47 Setting up libapt-pkg-perl (0.1.39) ...
16:57:21 #8 60.48 Setting up libio-sessiondata-perl (1.03-1.1) ...
16:57:21 #8 60.50 Setting up libstring-escape-perl (2010.002-2) ...
16:57:21 #8 60.51 Setting up libhttp-date-perl (6.05-1) ...
16:57:21 #8 60.53 Setting up libfile-which-perl (1.23-1) ...
16:57:21 #8 60.54 Setting up libfile-basedir-perl (0.08-1) ...
16:57:21 #8 60.54 Setting up libnumber-range-perl (0.12-1.1) ...
16:57:21 #8 60.57 Setting up libtask-weaken-perl (1.06-1) ...
16:57:21 #8 60.59 Setting up libunicode-utf8-perl (0.62-1+b2) ...
16:57:21 #8 60.61 Setting up libmouse-perl (2.5.10-1+b1) ...
16:57:21 #8 60.62 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
16:57:21 #8 60.62 Setting up g++-10 (10.2.1-6) ...
16:57:21 #8 60.63 Setting up libfile-listing-perl (6.14-1) ...
16:57:21 #8 60.64 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
16:57:21 #8 60.65 Setting up gpg-wks-client (2.2.27-2) ...
16:57:21 #8 60.66 Setting up libregexp-pattern-perl (0.2.14-1) ...
16:57:21 #8 60.67 Setting up libdata-messagepack-perl (1.00-4+b1) ...
16:57:21 #8 60.68 Setting up libclass-inspector-perl (1.36-1) ...
16:57:21 #8 60.69 Setting up libfont-afm-perl (1.20-3) ...
16:57:21 #8 60.70 Setting up libwant-perl (0.29-1+b6) ...
16:57:21 #8 60.71 Setting up libdynaloader-functions-perl (0.003-1.1) ...
16:57:21 #8 60.72 Setting up libtext-glob-perl (0.11-1) ...
16:57:21 #8 60.73 Setting up libclass-method-modifiers-perl (2.13-1) ...
16:57:21 #8 60.74 Setting up liblist-compare-perl (0.55-1) ...
16:57:21 #8 60.75 Setting up libref-util-xs-perl (0.117-1+b3) ...
16:57:21 #8 60.78 Setting up libio-pty-perl (1:1.15-2) ...
16:57:21 #8 60.78 Setting up libtool (2.4.6-15) ...
16:57:21 #8 60.79 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
16:57:21 #8 60.80 Setting up libsort-key-perl (1.33-2+b3) ...
16:57:21 #8 60.82 Setting up libclone-perl (0.45-1+b1) ...
16:57:21 #8 60.83 Setting up libalgorithm-diff-perl (1.201-1) ...
16:57:21 #8 60.84 Setting up libarchive-zip-perl (1.68-1) ...
16:57:21 #8 60.85 Setting up libsub-identify-perl (0.14-1+b3) ...
16:57:21 #8 60.86 Setting up libdistro-info-perl (1.0) ...
16:57:21 #8 60.87 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
16:57:21 #8 60.88 Setting up libobject-id-perl (0.1.2-2.1) ...
16:57:21 #8 60.88 Setting up libio-stringy-perl (2.111-3) ...
16:57:21 #8 60.89 Setting up liblist-moreutils-perl (0.430-2) ...
16:57:21 #8 60.90 Setting up libhtml-tagset-perl (3.20-4) ...
16:57:21 #8 60.92 Setting up liblog-any-perl (1.709-1) ...
16:57:21 #8 60.93 Setting up libauthen-sasl-perl (2.1600-1.1) ...
16:57:21 #8 60.94 Setting up libdevel-size-perl (0.83-1+b2) ...
16:57:21 #8 60.95 Setting up libdebhelper-perl (13.3.4) ...
16:57:21 #8 60.96 Setting up libpod-constants-perl (0.19-2) ...
16:57:21 #8 60.97 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
16:57:21 #8 60.98 Setting up libconvert-binhex-perl (1.125-1) ...
16:57:21 #8 60.99 Setting up liblwp-mediatypes-perl (6.04-1) ...
16:57:21 #8 61.00 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
16:57:21 #8 61.01 Setting up libtry-tiny-perl (0.30-1) ...
16:57:21 #8 61.02 Setting up libtype-tiny-perl (1.012001-2) ...
16:57:21 #8 61.03 Setting up libcommon-sense-perl (3.75-1+b4) ...
16:57:21 #8 61.04 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
16:57:21 #8 61.05 Setting up libnet-http-perl (6.20-1) ...
16:57:21 #8 61.06 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
16:57:21 #8 61.06 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
16:57:21 #8 61.07 Setting up libtime-moment-perl (0.44-1+b3) ...
16:57:21 #8 61.08 Setting up libencode-locale-perl (1.05-1.1) ...
16:57:21 #8 61.09 Setting up python3 (3.9.2-3) ...
16:57:22 #8 61.37 Setting up libexception-class-perl (1.44-1) ...
16:57:22 #8 61.37 Setting up python3-xdg (0.27-2) ...
16:57:22 #8 61.53 Setting up libconfig-tiny-perl (2.26-1) ...
16:57:22 #8 61.54 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
16:57:22 #8 61.55 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
16:57:22 #8 61.56 Setting up liblist-utilsby-perl (0.11-1) ...
16:57:22 #8 61.57 Setting up libstring-shellquote-perl (1.04-1) ...
16:57:22 #8 61.58 Setting up libsub-install-perl (0.928-1.1) ...
16:57:22 #8 61.58 Setting up gcc (4:10.2.1-1) ...
16:57:22 #8 61.60 Setting up dpkg-dev (1.20.9) ...
16:57:22 #8 61.62 Setting up libnumber-compare-perl (0.03-1.1) ...
16:57:22 #8 61.63 Setting up intltool-debian (0.35.0+20060710.5) ...
16:57:22 #8 61.64 Setting up liberror-perl (0.17029-1) ...
16:57:22 #8 61.65 Setting up python3-six (1.16.0-2) ...
16:57:22 #8 61.78 Setting up dh-autoreconf (20) ...
16:57:22 #8 61.79 Setting up patchutils (0.4.2-1) ...
16:57:22 #8 61.81 Setting up libmail-sendmail-perl (0.80-1.1) ...
16:57:22 #8 61.82 Setting up libltdl-dev:amd64 (2.4.6-15) ...
16:57:22 #8 61.83 Setting up libjson-maybexs-perl (1.004003-1) ...
16:57:22 #8 61.84 Setting up libxml-sax-base-perl (1.09-1.1) ...
16:57:22 #8 61.85 Setting up libio-string-perl (1.08-3.1) ...
16:57:22 #8 61.85 Setting up libreadonly-perl (2.050-3) ...
16:57:22 #8 61.89 Setting up python3-gpg (1.14.0-1+b2) ...
16:57:22 #8 62.05 Setting up python3-certifi (2020.6.20-1) ...
16:57:22 #8 62.18 Setting up libfile-find-rule-perl (0.34-1) ...
16:57:23 #8 62.19 Setting up libstring-copyright-perl (0.003006-1) ...
16:57:23 #8 62.20 Setting up libgd3:amd64 (2.3.0-2) ...
16:57:23 #8 62.21 Setting up python3-idna (2.10-1) ...
16:57:23 #8 62.40 Setting up libdata-optlist-perl (0.110-1.1) ...
16:57:23 #8 62.41 Setting up libipc-run-perl (20200505.0-1) ...
16:57:23 #8 62.42 Setting up git (1:2.30.2-1) ...
16:57:23 #8 62.44 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
16:57:23 #8 62.46 Setting up python3-urllib3 (1.26.5-1~exp1) ...
16:57:23 #8 62.63 Setting up libcontextual-return-perl (0.004014-2) ...
16:57:23 #8 62.64 Setting up libwww-robotrules-perl (6.02-1) ...
16:57:23 #8 62.64 Setting up libtypes-serialiser-perl (1.01-1) ...
16:57:23 #8 62.65 Setting up g++ (4:10.2.1-1) ...
16:57:23 #8 62.68 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:57:23 #8 62.69 Setting up libhtml-parser-perl (3.75-1+b1) ...
16:57:23 #8 62.70 Setting up libgit-wrapper-perl (0.048-1) ...
16:57:23 #8 62.71 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
16:57:23 #8 62.71 Setting up librole-tiny-perl (2.002004-1) ...
16:57:23 #8 62.72 Setting up gnupg (2.2.27-2) ...
16:57:23 #8 62.73 Setting up build-essential (12.9) ...
16:57:23 #8 62.74 Setting up python3-unidiff (0.5.5-2) ...
16:57:23 #8 62.88 Setting up lsb-release (11.1.0) ...
16:57:23 #8 62.90 Setting up libfont-ttf-perl (1.06-1.1) ...
16:57:23 #8 62.94 Setting up libfile-homedir-perl (1.006-1) ...
16:57:23 #8 62.95 Setting up python3-magic (2:0.4.20-3) ...
16:57:23 #8 63.08 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
16:57:24 #8 63.11 Setting up pristine-tar (1.49) ...
16:57:24 #8 63.12 Setting up libio-socket-ssl-perl (2.069-1) ...
16:57:24 #8 63.13 Setting up libsub-exporter-perl (0.987-1) ...
16:57:24 #8 63.14 Setting up libc-devtools (2.31-13) ...
16:57:24 #8 63.15 Setting up libalgorithm-merge-perl (0.08-3) ...
16:57:24 #8 63.16 Setting up libhttp-message-perl (6.28-1) ...
16:57:24 #8 63.16 Setting up libhtml-form-perl (6.07-1) ...
16:57:24 #8 63.18 Setting up python3-pkg-resources (52.0.0-4) ...
16:57:24 #8 63.36 Setting up libiterator-perl (0.03+ds1-1.1) ...
16:57:24 #8 63.37 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
16:57:24 #8 63.38 Setting up libjson-xs-perl (4.030-1+b1) ...
16:57:24 #8 63.39 Setting up libhttp-negotiate-perl (6.01-1) ...
16:57:24 #8 63.40 Setting up libio-prompter-perl (0.004015-1) ...
16:57:24 #8 63.41 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
16:57:24 #8 63.42 Setting up libhttp-cookies-perl (6.10-1) ...
16:57:24 #8 63.43 Setting up python3-apt (2.2.1) ...
16:57:24 #8 63.58 Setting up po-debconf (1.0.21+nmu1) ...
16:57:24 #8 63.59 Setting up libhtml-tree-perl (5.07-2) ...
16:57:24 #8 63.60 Setting up libparams-classify-perl (0.015-1+b3) ...
16:57:24 #8 63.62 Setting up libpath-iterator-rule-perl (1.014-1) ...
16:57:24 #8 63.63 Setting up libhtml-format-perl (2.12-1.1) ...
16:57:24 #8 63.63 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:57:24 #8 63.69 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:57:24 #8 63.74 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:57:24 #8 63.86 
16:57:24 #8 63.86 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:57:24 #8 63.88 Setting up python3-chardet (4.0.0-1) ...
16:57:25 #8 64.14 Setting up libnet-smtp-ssl-perl (1.04-1) ...
16:57:25 #8 64.15 Setting up libmodule-runtime-perl (0.016-1) ...
16:57:25 #8 64.16 Setting up libmailtools-perl (2.21-1) ...
16:57:25 #8 64.17 Setting up python3-debian (0.1.39) ...
16:57:25 #8 64.33 Setting up python3-requests (2.25.1+dfsg-2) ...
16:57:25 #8 64.48 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:57:25 #8 64.52 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:57:25 #8 64.59 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:57:25 #8 64.66 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:57:25 #8 64.78 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:57:25 #8 64.82 Setting up dh-strip-nondeterminism (1.12.0-1) ...
16:57:25 #8 64.84 Setting up libconst-fast-perl (0.014-1.1) ...
16:57:25 #8 64.86 Setting up libhttp-daemon-perl (6.12-1) ...
16:57:25 #8 64.88 Setting up libdata-dpath-perl (0.58-1) ...
16:57:25 #8 64.89 Setting up libmodule-implementation-perl (0.09-1.1) ...
16:57:25 #8 64.90 Setting up libpackage-stash-perl (0.39-1) ...
16:57:25 #8 64.92 Setting up libimport-into-perl (1.002005-1) ...
16:57:25 #8 64.93 Setting up libmoo-perl (2.004004-1) ...
16:57:25 #8 64.96 Setting up liblist-someutils-perl (0.58-1) ...
16:57:25 #8 64.97 Setting up debhelper (13.3.4) ...
16:57:25 #8 64.99 Setting up libmime-tools-perl (5.509-1) ...
16:57:25 #8 65.00 Setting up dput (1.1.0) ...
16:57:26 #8 65.15 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
16:57:26 #8 65.16 Setting up equivs (2.3.1) ...
16:57:26 #8 65.18 Setting up libmoox-aliases-perl (0.001006-1.1) ...
16:57:26 #8 65.20 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ...
16:57:26 #8 65.21 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
16:57:26 #8 65.22 Setting up libnamespace-clean-perl (0.27-1) ...
16:57:26 #8 65.23 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
16:57:26 #8 65.25 Setting up libnamespace-autoclean-perl (0.29-1) ...
16:57:26 #8 65.26 Setting up libgitlab-api-v4-perl (0.26-1) ...
16:57:26 #8 65.27 Setting up libmoox-struct-perl (0.020-1) ...
16:57:26 #8 65.29 Setting up lintian (2.104.0) ...
16:57:26 #8 65.30 Setting up licensecheck (3.1.1-2) ...
16:57:26 #8 65.31 Setting up liblwp-protocol-https-perl (6.10-1) ...
16:57:26 #8 65.33 Setting up libwww-perl (6.52-1) ...
16:57:26 #8 65.34 Setting up devscripts (2.21.3) ...
16:57:26 #8 65.50 Setting up libxml-parser-perl:amd64 (2.46-2) ...
16:57:26 #8 65.52 Setting up libxml-sax-expat-perl (0.51-1) ...
16:57:26 #8 65.56 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
16:57:26 #8 65.61 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:57:26 #8 65.73 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:57:26 #8 65.76 Setting up libsoap-lite-perl (1.27-1) ...
16:57:26 #8 65.80 Setting up libxmlrpc-lite-perl (0.717-4) ...
16:57:26 #8 65.81 Processing triggers for libc-bin (2.31-13) ...
16:57:26 #8 65.83 Processing triggers for ca-certificates (20210119) ...
16:57:26 #8 65.84 Updating certificates in /etc/ssl/certs...
16:57:27 #8 66.17 0 added, 0 removed; done.
16:57:27 #8 66.17 Running hooks in /etc/ca-certificates/update.d...
16:57:27 #8 66.17 done.
16:57:27 #8 DONE 66.4s
16:57:27 
16:57:27 #10 [stage-1 3/8] COPY common /root/build-deb/debian
16:57:27 #10 sha256:900bb1acdc955272c9e80a80ef4bb4c6ce629ee4776cef378bb3350d83ebbec2
16:57:27 #10 DONE 0.0s
16:57:27 
16:57:27 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
16:57:27 #11 sha256:687d042888bbb4501def75013477fbfa6e2c626b2101e7958da7f725911bdbc1
16:57:28 #11 0.760 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:57:28 #11 0.760 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
16:57:28 #11 0.760 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
16:57:28 #11 1.006 Reading package lists...
16:57:29 #11 1.790 dpkg-buildpackage: info: source package docker-ce-build-deps
16:57:29 #11 1.790 dpkg-buildpackage: info: source version 1.0
16:57:29 #11 1.790 dpkg-buildpackage: info: source distribution unstable
16:57:29 #11 1.790 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
16:57:29 #11 1.823 dpkg-buildpackage: info: host architecture amd64
16:57:29 #11 1.823  dpkg-source --before-build .
16:57:29 #11 1.917  debian/rules clean
16:57:29 #11 1.919 dh clean
16:57:29 #11 1.991    dh_clean
16:57:29 #11 2.021  debian/rules binary
16:57:29 #11 2.023 dh binary
16:57:29 #11 2.088    dh_update_autotools_config
16:57:29 #11 2.115    dh_autoreconf
16:57:29 #11 2.153    create-stamp debian/debhelper-build-stamp
16:57:29 #11 2.153    dh_prep
16:57:29 #11 2.179    dh_install
16:57:29 #11 2.210    dh_installdocs
16:57:29 #11 2.246    dh_installchangelogs
16:57:29 #11 2.324    dh_perl
16:57:29 #11 2.358    dh_link
16:57:29 #11 2.389    dh_strip_nondeterminism
16:57:29 #11 2.445    dh_compress
16:57:29 #11 2.481    dh_fixperms
16:57:29 #11 2.519    dh_missing
16:57:29 #11 2.542    dh_installdeb
16:57:29 #11 2.575    dh_gencontrol
16:57:29 #11 2.683    dh_md5sums
16:57:30 #11 2.715    dh_builddeb
16:57:30 #11 2.739 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:57:30 #11 2.757  dpkg-genbuildinfo --build=binary
16:57:30 #11 2.891  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
16:57:30 #11 2.966 dpkg-genchanges: info: binary-only upload (no source code included)
16:57:30 #11 2.969  dpkg-source --after-build .
16:57:30 #11 3.063 dpkg-buildpackage: info: binary-only upload (no source included)
16:57:30 #11 3.067 
16:57:30 #11 3.067 The package has been created.
16:57:30 #11 3.067 Attention, the package has been created in the current directory,
16:57:30 #11 3.067 not in ".." as indicated by the message above!
16:57:30 #11 3.088 Selecting previously unselected package docker-ce-build-deps.
16:57:30 #11 3.103 (Reading database ... 28620 files and directories currently installed.)
16:57:30 #11 3.104 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:57:30 #11 3.107 Unpacking docker-ce-build-deps (1.0) ...
16:57:31 #11 3.146 Reading package lists...
16:57:31 #11 3.653 Building dependency tree...
16:57:31 #11 3.763 Reading state information...
16:57:31 #11 3.779 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:57:31 #11 3.930 Starting 2 pkgProblemResolver with broken count: 0
16:57:31 #11 3.936 Done
16:57:31 #11 4.066  Done
16:57:31 #11 4.183 Starting pkgProblemResolver with broken count: 0
16:57:31 #11 4.203 Starting 2 pkgProblemResolver with broken count: 0
16:57:31 #11 4.205 Done
16:57:31 #11 4.385 The following additional packages will be installed:
16:57:31 #11 4.385   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
16:57:31 #11 4.385   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
16:57:31 #11 4.385   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
16:57:31 #11 4.385   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:57:31 #11 4.386   libsystemd-dev libudev-dev libuv1 pkg-config procps
16:57:31 #11 4.386 Suggested packages:
16:57:31 #11 4.386   cmake-doc ninja-build apparmor-easyprof seccomp
16:57:31 #11 4.386 Recommended packages:
16:57:31 #11 4.386   psmisc
16:57:31 #11 4.555 The following NEW packages will be installed:
16:57:31 #11 4.556   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
16:57:31 #11 4.556   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
16:57:31 #11 4.556   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
16:57:31 #11 4.556   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:57:31 #11 4.557   libsystemd-dev libudev-dev libuv1 pkg-config procps
16:57:32 #11 4.827 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
16:57:32 #11 4.827 1 not fully installed or removed.
16:57:32 #11 4.827 Need to get 11.8 MB of archives.
16:57:32 #11 4.827 After this operation, 47.8 MB of additional disk space will be used.
16:57:32 #11 4.827 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
16:57:32 #11 4.832 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
16:57:32 #11 4.846 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
16:57:32 #11 4.868 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
16:57:32 #11 4.869 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
16:57:32 #11 4.873 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:57:32 #11 4.874 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:57:32 #11 4.875 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:57:32 #11 4.876 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
16:57:32 #11 4.967 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
16:57:32 #11 4.967 Get:11 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:57:32 #11 4.986 Get:12 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:57:32 #11 4.988 Get:13 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:57:32 #11 4.989 Get:14 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:57:32 #11 4.990 Get:15 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
16:57:32 #11 4.991 Get:16 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
16:57:32 #11 4.992 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:57:32 #11 4.994 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:57:32 #11 4.996 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:57:32 #11 4.998 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:57:32 #11 4.999 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:57:32 #11 5.023 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:57:32 #11 5.024 Get:23 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:57:32 #11 5.025 Get:24 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
16:57:32 #11 5.025 Get:25 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
16:57:32 #11 5.028 Get:26 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
16:57:32 #11 5.199 debconf: delaying package configuration, since apt-utils is not installed
16:57:32 #11 5.240 Fetched 11.8 MB in 0s (25.3 MB/s)
16:57:32 #11 5.266 Selecting previously unselected package bash-completion.
16:57:32 #11 5.266 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28624 files and directories currently installed.)
16:57:32 #11 5.282 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
16:57:33 #11 5.726 Unpacking bash-completion (1:2.11-2) ...
16:57:33 #11 5.841 Selecting previously unselected package cmake-data.
16:57:33 #11 5.844 Preparing to unpack .../01-cmake-data_3.18.4-2_all.deb ...
16:57:33 #11 5.850 Unpacking cmake-data (3.18.4-2) ...
16:57:33 #11 6.240 Selecting previously unselected package libncurses6:amd64.
16:57:33 #11 6.244 Preparing to unpack .../02-libncurses6_6.2+20201114-2_amd64.deb ...
16:57:33 #11 6.251 Unpacking libncurses6:amd64 (6.2+20201114-2) ...
16:57:33 #11 6.287 Selecting previously unselected package libprocps8:amd64.
16:57:33 #11 6.290 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
16:57:33 #11 6.293 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
16:57:33 #11 6.349 Selecting previously unselected package procps.
16:57:33 #11 6.352 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
16:57:33 #11 6.359 Unpacking procps (2:3.3.17-5) ...
16:57:33 #11 6.435 Selecting previously unselected package libjsoncpp24:amd64.
16:57:33 #11 6.438 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
16:57:33 #11 6.441 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:57:33 #11 6.476 Selecting previously unselected package librhash0:amd64.
16:57:34 #11 6.480 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
16:57:34 #11 6.483 Unpacking librhash0:amd64 (1.4.1-2) ...
16:57:34 #11 6.524 Selecting previously unselected package libuv1:amd64.
16:57:34 #11 6.524 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
16:57:34 #11 6.527 Unpacking libuv1:amd64 (1.40.0-2) ...
16:57:34 #11 6.565 Selecting previously unselected package cmake.
16:57:34 #11 6.565 Preparing to unpack .../08-cmake_3.18.4-2_amd64.deb ...
16:57:34 #11 6.568 Unpacking cmake (3.18.4-2) ...
16:57:34 #11 7.148 Selecting previously unselected package dh-apparmor.
16:57:34 #11 7.151 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
16:57:34 #11 7.154 Unpacking dh-apparmor (2.13.6-10) ...
16:57:34 #11 7.189 Selecting previously unselected package libbtrfs0:amd64.
16:57:34 #11 7.193 Preparing to unpack .../10-libbtrfs0_5.10.1-2_amd64.deb ...
16:57:34 #11 7.197 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:57:34 #11 7.237 Selecting previously unselected package libbtrfs-dev:amd64.
16:57:34 #11 7.240 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:57:34 #11 7.243 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:57:34 #11 7.292 Selecting previously unselected package dmsetup.
16:57:34 #11 7.295 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:57:34 #11 7.298 Unpacking dmsetup (2:1.02.175-2.1) ...
16:57:34 #11 7.336 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:57:34 #11 7.339 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:57:34 #11 7.342 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:57:34 #11 7.383 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:57:34 #11 7.386 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:57:34 #11 7.389 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:57:34 #11 7.415 Selecting previously unselected package libudev-dev:amd64.
16:57:34 #11 7.418 Preparing to unpack .../15-libudev-dev_247.3-6_amd64.deb ...
16:57:34 #11 7.421 Unpacking libudev-dev:amd64 (247.3-6) ...
16:57:34 #11 7.469 Selecting previously unselected package libsepol1-dev:amd64.
16:57:34 #11 7.472 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
16:57:34 #11 7.475 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:57:34 #11 7.540 Selecting previously unselected package libpcre2-16-0:amd64.
16:57:34 #11 7.543 Preparing to unpack .../17-libpcre2-16-0_10.36-2_amd64.deb ...
16:57:34 #11 7.547 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:57:34 #11 7.610 Selecting previously unselected package libpcre2-32-0:amd64.
16:57:34 #11 7.613 Preparing to unpack .../18-libpcre2-32-0_10.36-2_amd64.deb ...
16:57:34 #11 7.618 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:57:34 #11 7.666 Selecting previously unselected package libpcre2-posix2:amd64.
16:57:35 #11 7.669 Preparing to unpack .../19-libpcre2-posix2_10.36-2_amd64.deb ...
16:57:35 #11 7.672 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:57:35 #11 7.700 Selecting previously unselected package libpcre2-dev:amd64.
16:57:35 #11 7.703 Preparing to unpack .../20-libpcre2-dev_10.36-2_amd64.deb ...
16:57:35 #11 7.707 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:57:35 #11 7.801 Selecting previously unselected package libselinux1-dev:amd64.
16:57:35 #11 7.804 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
16:57:35 #11 7.807 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:57:35 #11 7.855 Selecting previously unselected package libdevmapper-dev:amd64.
16:57:35 #11 7.858 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:57:35 #11 7.861 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:57:35 #11 7.891 Selecting previously unselected package libseccomp-dev:amd64.
16:57:35 #11 7.891 Preparing to unpack .../23-libseccomp-dev_2.5.1-1_amd64.deb ...
16:57:35 #11 7.894 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
16:57:35 #11 7.932 Selecting previously unselected package libsystemd-dev:amd64.
16:57:35 #11 7.935 Preparing to unpack .../24-libsystemd-dev_247.3-6_amd64.deb ...
16:57:35 #11 7.938 Unpacking libsystemd-dev:amd64 (247.3-6) ...
16:57:35 #11 8.037 Selecting previously unselected package pkg-config.
16:57:35 #11 8.040 Preparing to unpack .../25-pkg-config_0.29.2-1_amd64.deb ...
16:57:35 #11 8.043 Unpacking pkg-config (0.29.2-1) ...
16:57:35 #11 8.111 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
16:57:35 #11 8.121 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:57:35 #11 8.130 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:57:35 #11 8.138 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:57:35 #11 8.147 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:57:35 #11 8.157 Setting up libuv1:amd64 (1.40.0-2) ...
16:57:35 #11 8.166 Setting up bash-completion (1:2.11-2) ...
16:57:35 #11 8.660 Setting up libncurses6:amd64 (6.2+20201114-2) ...
16:57:35 #11 8.669 Setting up pkg-config (0.29.2-1) ...
16:57:35 #11 8.713 Setting up libudev-dev:amd64 (247.3-6) ...
16:57:36 #11 8.722 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:57:36 #11 8.731 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:57:36 #11 8.740 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:57:36 #11 8.750 Setting up librhash0:amd64 (1.4.1-2) ...
16:57:36 #11 8.760 Setting up cmake-data (3.18.4-2) ...
16:57:36 #11 8.773 Setting up dh-apparmor (2.13.6-10) ...
16:57:36 #11 8.782 Setting up libsystemd-dev:amd64 (247.3-6) ...
16:57:36 #11 8.792 Setting up libprocps8:amd64 (2:3.3.17-5) ...
16:57:36 #11 8.803 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:57:36 #11 8.814 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:57:36 #11 8.824 Setting up procps (2:3.3.17-5) ...
16:57:36 #11 8.856 Setting up cmake (3.18.4-2) ...
16:57:36 #11 8.866 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:57:36 #11 8.875 Setting up dmsetup (2:1.02.175-2.1) ...
16:57:36 #11 8.886 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:57:36 #11 8.895 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:57:36 #11 8.905 Setting up docker-ce-build-deps (1.0) ...
16:57:36 #11 8.918 Processing triggers for libc-bin (2.31-13) ...
16:57:36 #11 8.935 Processing triggers for man-db (2.9.4-2) ...
16:57:38 #11 DONE 11.0s
16:57:38 
16:57:38 #12 [stage-1 5/8] COPY sources/ /sources
16:57:38 #12 sha256:d73a282b980a37abbeb6f0d792fe2e4035d71995898ae9838421d38fb210a0a1
16:57:38 #12 DONE 0.2s
16:57:38 
16:57:38 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
16:57:38 #14 sha256:6f4e429fdf3d881750224b23ffda7402d66bd55c3690aea718fd0e3a8f88235a
16:57:40 #20 DONE 90.7s
16:57:40 
16:57:40 #21 [binary 1/1] COPY --from=build /out .
16:57:40 #21 sha256:8c21e5a566d5d642fc459e45e4fbcb44dde7e4189e937c07308bc4b9ef2287ca
16:57:40 #21 DONE 0.1s
16:57:40 
16:57:40 #22 exporting to client
16:57:40 #22 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:57:40 #22 copying files 53B
16:57:40 #22 copying files 53.62MB 0.9s done
16:57:40 #22 DONE 0.9s
16:57:40 mkdir -p build/win/amd64/docker
16:57:40 cp /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
16:57:40 cp /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20210916145224-e3023ca.exe build/win/amd64/docker/dockerd.exe
16:57:40 cp /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20210916145224-e3023ca.exe build/win/amd64/docker/docker-proxy.exe
16:57:40 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20210916145224-e3023ca.zip docker'
16:57:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
16:57:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
16:57:40 v3.14.2-39-gd051c7b1d0 [https://dl-cdn.alpinelinux.org/alpine/v3.14/main]
16:57:40 v3.14.2-36-g70ff2140e8 [https://dl-cdn.alpinelinux.org/alpine/v3.14/community]
16:57:40 OK: 14938 distinct packages available
16:57:40 (1/2) Installing unzip (6.0-r9)
16:57:40 (2/2) Installing zip (3.0-r9)
16:57:40 Executing busybox-1.33.1-r3.trigger
16:57:40 OK: 6 MiB in 16 packages
16:57:40   adding: docker/ (stored 0%)
16:57:40   adding: docker/cli-plugins/ (stored 0%)
16:57:41 #14 DONE 2.2s
16:57:41 
16:57:41 #15 [stage-1 7/8] WORKDIR /root/build-deb
16:57:41 #15 sha256:fc3ab32c0e2a87d0f80541557edda49ea663330b1af12ef0ba9476d42bb3019b
16:57:41 #15 DONE 0.0s
16:57:41 
16:57:41 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
16:57:41 #16 sha256:27cc3d5b8b4ebacaa9b1fc109aa76c6289204ada17c3b5b1653b5900dfb810ab
16:57:41 #16 DONE 0.0s
16:57:41 
16:57:41 #17 exporting to image
16:57:41 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:57:41 #17 exporting layers
16:57:42   adding: docker/cli-plugins/docker-buildx.exe (deflated 59%)
16:57:45   adding: docker/dockerd.exe (deflated 71%)
16:57:47 #17 exporting layers 6.6s done
16:57:47 #17 writing image sha256:e6391f216bdb91d64595870b0775c8d3ecea2e2c9ca1e92bc01c8f0bac31aace done
16:57:47 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
16:57:47 #17 DONE 6.6s
16:57:47 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/x86_64
16:57:47 + set -e
16:57:47 + mkdir -p /root/build-deb/engine
16:57:47 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:57:47   adding: docker/docker.exe (deflated 74%)
16:57:48   adding: docker/docker-proxy.exe (deflated 61%)
16:57:48 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build
16:57:48 + mkdir -p /root/build-deb/cli
16:57:48 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:57:48 + mkdir -p /root/build-deb/scan-cli-plugin
16:57:48 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:57:48 + mkdir -p /go/src/github.com/docker
16:57:48 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:57:48 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:57:48 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:57:48 VERSION AAA 0.0.0-20210916145224-e3023ca
16:57:48 + EPOCH=5
16:57:48 + EPOCH_SEP=
16:57:48 + [[ ! -z 5 ]]
16:57:48 + EPOCH_SEP=:
16:57:48 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:57:48 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:57:48 + VERSION=0.0.0-20210916145224-e3023ca
16:57:48 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:57:48 VERSION bbb 0.0.0-20210916145224-e3023ca
16:57:48 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:57:48 + debSource=docker-ce
16:57:48 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:57:48 + debMaintainer='Docker <support@docker.com>'
16:57:48 ++ date --rfc-2822
16:57:48 + debDate='Thu, 16 Sep 2021 16:57:48 +0000'
16:57:48 + cat
16:57:48 + export CLI_GITCOMMIT=e3023ca
16:57:48 + CLI_GITCOMMIT=e3023ca
16:57:48 + export ENGINE_GITCOMMIT=5176095
16:57:48 + ENGINE_GITCOMMIT=5176095
16:57:48 + export SCAN_GITCOMMIT=35651ca
16:57:48 + SCAN_GITCOMMIT=35651ca
16:57:48 VERSION BBB 0.0.0-20210916145224-e3023ca
16:57:48 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:57:48 + dpkg-buildpackage -uc -us -I.git
16:57:48 dpkg-buildpackage: info: source package docker-ce
16:57:48 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~debian-bullseye
16:57:48 dpkg-buildpackage: info: source distribution bullseye
16:57:48 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:57:49 dpkg-buildpackage: info: host architecture amd64
16:57:49  dpkg-source -I.git --before-build .
16:57:49  debian/rules clean
16:57:49 dh clean --with=bash-completion
16:57:49    dh_clean
16:57:49  dpkg-source -I.git -b .
16:57:49 dpkg-source: warning: native package version may not have a revision
16:57:49 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~debian'
16:57:49 dpkg-source: info: using source format '1.0'
16:57:49 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz
16:57:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
[Pipeline] sh
16:57:49 + make clean
16:57:49 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/v -w /v alpine chown -R 1000:1000 src
16:57:50 rm -f -r src
16:57:50 make -C rpm clean
16:57:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
16:57:50 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
16:57:50 rm -f -r rpmbuild/
16:57:50 docker builder prune -f --filter until=24h
16:57:50 Total reclaimed space: 0B
16:57:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
16:57:50 make -C deb clean
16:57:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
16:57:50 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild
16:57:50 rm -f -r debbuild
16:57:50 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 sources
16:57:50 rm -f -r sources
16:57:50 docker builder prune -f --filter until=24h
16:57:50 Total reclaimed space: 0B
16:57:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
16:57:50 make -C static clean
16:57:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
16:57:50 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build
16:57:51 rm -f -r build
16:57:51 docker builder prune -f --filter until=24h
16:57:51 Total reclaimed space: 0B
16:57:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:57:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc
16:57:59  debian/rules build
16:57:59 dh build --with=bash-completion
16:57:59    dh_update_autotools_config
16:57:59    dh_autoreconf
16:57:59    debian/rules override_dh_auto_build
16:57:59 make[1]: Entering directory '/root/build-deb'
16:57:59 # Build the daemon and dependencies
16:57:59 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:57:59 
16:57:59 Removing bundles/
16:57:59 
16:57:59 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:57:59 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:57:59 GOOS="" GOARCH="" GOARM=""
16:58:10 Project root: /go/src/github.com/docker/cli
16:58:10 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:58:10 2021/09/16 16:58:05 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:58:10 ~/rpmbuild/BUILD/src
16:58:10 + popd
16:58:10 + pushd /root/rpmbuild/BUILD/src/plugins
16:58:10 + for installer in *.installer
16:58:10 + '[' buildx.installer '!=' scan.installer ']'
16:58:10 + bash buildx.installer build
16:58:10 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:58:10 Cloning into '/go/src/github.com/docker/buildx'...
16:58:10 Fetching origin
16:58:10 + GO111MODULE=on
16:58:10 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:59:31 + popd
16:59:31 ~/rpmbuild/BUILD/src
16:59:31 + RPM_EC=0
16:59:31 ++ jobs -p
16:59:31 + exit 0
16:59:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZhBYpW
16:59:31 + umask 022
16:59:31 + cd /root/rpmbuild/BUILD
16:59:31 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64 '!=' / ']'
16:59:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:31 + mkdir -p /root/rpmbuild/BUILDROOT
16:59:31 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:31 + cd src
16:59:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin
16:59:31 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker
16:59:31 + pushd /root/rpmbuild/BUILD/src/plugins
16:59:31 + for installer in *.installer
16:59:31 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:59:31 + '[' buildx.installer '!=' scan.installer ']'
16:59:31 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:31 + PREFIX=/usr/libexec/docker/cli-plugins
16:59:31 + bash buildx.installer install_plugin
16:59:31 ~/rpmbuild/BUILD/src
16:59:31 + popd
16:59:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/bash-completion/completions
16:59:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/zsh/vendor-completions
16:59:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/fish/vendor_completions.d
16:59:31 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/bash-completion/completions/docker
16:59:31 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/zsh/vendor-completions/_docker
16:59:31 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/fish/vendor_completions.d/docker.fish
16:59:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man1
16:59:31 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man1
16:59:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man5
16:59:31 + 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.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man5
16:59:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man8
16:59:31 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man8
16:59:31 + mkdir -p build-docs
16:59:31 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:59:31 + cp cli/LICENSE build-docs/LICENSE
16:59:31 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:59:31 + cp cli/MAINTAINERS build-docs/MAINTAINERS
16:59:31 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:59:31 + cp cli/NOTICE build-docs/NOTICE
16:59:31 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:59:31 + cp cli/README.md build-docs/README.md
16:59:31 + /usr/lib/rpm/check-buildroot
16:59:31 + /usr/lib/rpm/redhat/brp-ldconfig
16:59:31 + /usr/lib/rpm/brp-compress
16:59:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:59:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:59:31 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
16:59:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:59:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
16:59:31 + /usr/lib/rpm/brp-python-hardlink
16:59:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:59:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.k6xE4y
16:59:31 + umask 022
16:59:31 + cd /root/rpmbuild/BUILD
16:59:31 + cd src
16:59:31 ++ cli/build/docker --version
16:59:31 + ver='Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:59:31 + test 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca' = 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:59:31 + echo 'PASS: cli version OK'
16:59:31 PASS: cli version OK
16:59:31 + RPM_EC=0
16:59:31 ++ jobs -p
16:59:31 + exit 0
16:59:31 Processing files: docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:31 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QEiHKx
16:59:31 + umask 022
16:59:31 + cd /root/rpmbuild/BUILD
16:59:31 + cd src
16:59:31 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:31 + export LC_ALL=C
16:59:31 + LC_ALL=C
16:59:31 + export DOCDIR
16:59:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:31 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:31 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:31 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:31 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:31 + RPM_EC=0
16:59:31 ++ jobs -p
16:59:31 + exit 0
16:59:31 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
16:59:31 Provides: docker-ce-cli = 1:0.0.0.20210916145224.e3023ca-0.fc34 docker-ce-cli(x86-64) = 1:0.0.0.20210916145224.e3023ca-0.fc34
16:59:31 Requires(interp): /bin/sh
16:59:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:59:31 Requires(post): /bin/sh
16:59:31 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:59:31 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
16:59:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:31 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.src.rpm
16:59:35 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:59:35 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:59:35 GOOS="" GOARCH="" GOARM=""
16:59:35 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:59:35 
16:59:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:59:35 + RM_GOPATH=0
16:59:35 + TMP_GOPATH=/go
16:59:35 + : /usr/local/bin
16:59:35 + '[' -z /go ']'
16:59:35 + export GOPATH=/go
16:59:35 + GOPATH=/go
16:59:35 + case "$(go env GOARCH)" in
16:59:35 ++ go env GOARCH
16:59:35 + export GO_BUILDMODE=-buildmode=pie
16:59:35 + GO_BUILDMODE=-buildmode=pie
16:59:35 ++ dirname hack/dockerfile/install/install.sh
16:59:35 + dir=hack/dockerfile/install
16:59:35 + bin=tini
16:59:35 + shift
16:59:35 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:59:35 + . hack/dockerfile/install/tini.installer
16:59:35 ++ : v0.19.0
16:59:35 + install_tini
16:59:35 Install tini version v0.19.0
16:59:35 + echo 'Install tini version v0.19.0'
16:59:35 + git clone https://github.com/krallin/tini.git /go/tini
16:59:35 Cloning into '/go/tini'...
16:59:35 + cd /go/tini
16:59:35 + git checkout -q v0.19.0
16:59:35 + cmake .
16:59:35 -- The C compiler identification is GNU 10.2.1
16:59:35 -- Detecting C compiler ABI info
16:59:35 -- Detecting C compiler ABI info - done
16:59:35 -- Check for working C compiler: /usr/bin/cc - skipped
16:59:35 -- Detecting C compile features
16:59:35 -- Detecting C compile features - done
16:59:35 -- Performing Test HAS_BUILTIN_FORTIFY
16:59:35 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:59:35 -- Configuring done
16:59:35 -- Generating done
16:59:35 -- Build files have been written to: /go/tini
16:59:35 + make tini-static
16:59:35 make[2]: Entering directory '/go/tini'
16:59:35 make[3]: Entering directory '/go/tini'
16:59:35 make[4]: Entering directory '/go/tini'
16:59:35 make[5]: Entering directory '/go/tini'
16:59:35 Scanning dependencies of target tini-static
16:59:35 make[5]: Leaving directory '/go/tini'
16:59:35 make[5]: Entering directory '/go/tini'
16:59:35 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:59:35 [100%] Linking C executable tini-static
16:59:35 make[5]: Leaving directory '/go/tini'
16:59:35 [100%] Built target tini-static
16:59:35 make[4]: Leaving directory '/go/tini'
16:59:35 make[3]: Leaving directory '/go/tini'
16:59:35 make[2]: Leaving directory '/go/tini'
16:59:35 + mkdir -p /usr/local/bin
16:59:35 + cp tini-static /usr/local/bin/docker-init
16:59:35 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:59:35 + RM_GOPATH=0
16:59:35 + TMP_GOPATH=/go
16:59:35 + : /usr/local/bin
16:59:35 + '[' -z /go ']'
16:59:35 + export GOPATH=/go
16:59:35 + GOPATH=/go
16:59:35 + case "$(go env GOARCH)" in
16:59:35 ++ go env GOARCH
16:59:35 + export GO_BUILDMODE=-buildmode=pie
16:59:35 + GO_BUILDMODE=-buildmode=pie
16:59:35 ++ dirname hack/dockerfile/install/install.sh
16:59:35 + dir=hack/dockerfile/install
16:59:35 + bin=rootlesskit
16:59:35 + shift
16:59:35 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:59:35 + . hack/dockerfile/install/rootlesskit.installer
16:59:35 ++ : v0.14.4
16:59:35 + install_rootlesskit dynamic
16:59:35 + case "$1" in
16:59:35 + install_rootlesskit_dynamic
16:59:35 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:59:35 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:59:35 + export BUILD_MODE=-buildmode=pie
16:59:35 + BUILD_MODE=-buildmode=pie
16:59:35 + _install_rootlesskit
16:59:35 + echo 'Install rootlesskit version v0.14.4'
16:59:35 Install rootlesskit version v0.14.4
16:59:35 + for f in rootlesskit rootlesskit-docker-proxy
16:59:35 + GOBIN=/usr/local/bin
16:59:35 + GO111MODULE=on
16:59:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:59:35 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:59:45 go: downloading github.com/pkg/errors v0.9.1
16:59:45 go: downloading github.com/sirupsen/logrus v1.8.1
16:59:45 go: downloading github.com/urfave/cli/v2 v2.3.0
16:59:45 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:59:46 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:59:46 go: downloading github.com/google/uuid v1.3.0
16:59:46 go: downloading github.com/moby/vpnkit v0.5.0
16:59:46 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:59:46 go: downloading github.com/gofrs/flock v0.8.1
16:59:46 go: downloading github.com/gorilla/mux v1.8.0
16:59:46 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:59:46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:59:46 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:59:47 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:59:49 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:59:54 + for f in rootlesskit rootlesskit-docker-proxy
16:59:54 + GOBIN=/usr/local/bin
16:59:54 + GO111MODULE=on
16:59:54 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:59:55 + return
16:59:55 # Build the CLI
16:59:55 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:59:55 Building dynamic docker-linux-amd64
17:00:18 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64.rpm
17:00:18 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dfhSKy
17:00:18 + umask 022
17:00:18 + cd /root/rpmbuild/BUILD
17:00:18 + cd src
17:00:18 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:18 + RPM_EC=0
17:00:18 ++ jobs -p
17:00:18 + exit 0
17:00:19 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9wiS5c
17:00:19 + umask 022
17:00:19 + cd /root/rpmbuild/BUILD
17:00:19 + cd /root/rpmbuild/BUILD
17:00:19 + rm -rf src
17:00:19 + /usr/bin/mkdir -p src
17:00:19 + cd src
17:00:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
17:00:19 + /usr/bin/tar -xof -
17:00:19 + STATUS=0
17:00:19 + '[' 0 -ne 0 ']'
17:00:19 + /usr/bin/tar -xof -
17:00:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
17:00:19 + STATUS=0
17:00:19 + '[' 0 -ne 0 ']'
17:00:19 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
17:00:20 + RPM_EC=0
17:00:20 ++ jobs -p
17:00:20 + exit 0
17:00:20 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Gw7Z9Z
17:00:20 + umask 022
17:00:20 + cd /root/rpmbuild/BUILD
17:00:20 + cd src
17:00:20 + export DOCKER_GITCOMMIT=5176095
17:00:20 + DOCKER_GITCOMMIT=5176095
17:00:20 + mkdir -p /go/src/github.com/docker
17:00:20 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
17:00:20 + TMP_GOPATH=/go
17:00:20 + GOPROXY=https://proxy.golang.org
17:00:20 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
17:00:20 + RM_GOPATH=0
17:00:20 + TMP_GOPATH=/go
17:00:20 + : /usr/local/bin
17:00:20 + '[' -z /go ']'
17:00:20 + export GOPATH=/go
17:00:20 + GOPATH=/go
17:00:20 + case "$(go env GOARCH)" in
17:00:20 ++ go env GOARCH
17:00:20 + export GO_BUILDMODE=-buildmode=pie
17:00:20 + GO_BUILDMODE=-buildmode=pie
17:00:20 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
17:00:20 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
17:00:20 + bin=rootlesskit
17:00:20 + shift
17:00:20 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
17:00:20 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
17:00:20 ++ : v0.14.4
17:00:20 + install_rootlesskit dynamic
17:00:20 + case "$1" in
17:00:20 + install_rootlesskit_dynamic
17:00:20 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
17:00:20 + ROOTLESSKIT_LDFLAGS=-linkmode=external
17:00:20 + export BUILD_MODE=-buildmode=pie
17:00:20 + BUILD_MODE=-buildmode=pie
17:00:20 + _install_rootlesskit
17:00:20 Install rootlesskit version v0.14.4
17:00:20 + echo 'Install rootlesskit version v0.14.4'
17:00:20 + for f in rootlesskit rootlesskit-docker-proxy
17:00:20 + GOBIN=/usr/local/bin
17:00:20 + GO111MODULE=on
17:00:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
17:00:20 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
17:00:21 go: downloading github.com/pkg/errors v0.9.1
17:00:21 go: downloading github.com/sirupsen/logrus v1.8.1
17:00:21 go: downloading github.com/urfave/cli/v2 v2.3.0
17:00:21 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
17:00:21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
17:00:21 go: downloading github.com/google/uuid v1.3.0
17:00:21 go: downloading github.com/moby/vpnkit v0.5.0
17:00:21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:00:21 go: downloading github.com/gofrs/flock v0.8.1
17:00:21 go: downloading github.com/gorilla/mux v1.8.0
17:00:21 go: downloading github.com/moby/sys/mountinfo v0.4.1
17:00:21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:00:21 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
17:00:21 go: downloading github.com/u-root/u-root v7.0.0+incompatible
17:00:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:00:27 + for f in rootlesskit rootlesskit-docker-proxy
17:00:27 + GOBIN=/usr/local/bin
17:00:27 + GO111MODULE=on
17:00:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
17:00:28 + return
17:00:28 + RPM_EC=0
17:00:28 ++ jobs -p
17:00:28 + exit 0
17:00:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cJogzx
17:00:28 + umask 022
17:00:28 + cd /root/rpmbuild/BUILD
17:00:28 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64 '!=' / ']'
17:00:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:28 + mkdir -p /root/rpmbuild/BUILDROOT
17:00:28 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:28 + cd src
17:00:28 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/dockerd-rootless.sh
17:00:28 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/dockerd-rootless-setuptool.sh
17:00:28 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/rootlesskit
17:00:28 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/rootlesskit-docker-proxy
17:00:28 + /usr/lib/rpm/check-buildroot
17:00:28 + /usr/lib/rpm/redhat/brp-ldconfig
17:00:28 + /usr/lib/rpm/brp-compress
17:00:28 + /usr/lib/rpm/brp-strip /usr/bin/strip
17:00:28 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
17:00:28 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
17:00:28 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
17:00:28 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
17:00:28 + /usr/lib/rpm/brp-python-hardlink
17:00:28 + /usr/lib/rpm/redhat/brp-mangle-shebangs
17:00:28 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
17:00:28 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
17:00:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pVPBGZ
17:00:28 + umask 022
17:00:28 + cd /root/rpmbuild/BUILD
17:00:28 + cd src
17:00:28 + /usr/local/bin/rootlesskit -v
17:00:28 rootlesskit version 0.14.4
17:00:28 + RPM_EC=0
17:00:28 ++ jobs -p
17:00:28 + exit 0
17:00:28 Processing files: docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:29 Provides: docker-ce-rootless-extras = 0:0.0.0.20210916145224.e3023ca-0.fc34 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20210916145224.e3023ca-0.fc34
17:00:29 Requires(interp): /bin/sh /bin/sh /bin/sh
17:00:29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
17:00:29 Requires(post): /bin/sh
17:00:29 Requires(preun): /bin/sh
17:00:29 Requires(postun): /bin/sh
17:00:29 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
17:00:29 Conflicts: rootlesskit
17:00:29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:29 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.src.rpm
17:00:35 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64.rpm
17:00:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oNvXyI
17:00:35 + umask 022
17:00:35 + cd /root/rpmbuild/BUILD
17:00:35 + cd src
17:00:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:35 + RPM_EC=0
17:00:35 ++ jobs -p
17:00:35 + exit 0
17:00:35 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.20xG8u
17:00:35 + umask 022
17:00:35 + cd /root/rpmbuild/BUILD
17:00:35 + cd /root/rpmbuild/BUILD
17:00:35 + rm -rf src
17:00:36 + /usr/bin/mkdir -p src
17:00:36 + cd src
17:00:36 + /usr/bin/tar -xof -
17:00:36 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
17:00:36 + STATUS=0
17:00:36 + '[' 0 -ne 0 ']'
17:00:36 + /usr/bin/tar -xof -
17:00:36 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
17:00:36 + STATUS=0
17:00:36 + '[' 0 -ne 0 ']'
17:00:36 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
17:00:36 + RPM_EC=0
17:00:36 ++ jobs -p
17:00:36 + exit 0
17:00:36 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7PzCYc
17:00:36 + umask 022
17:00:36 + cd /root/rpmbuild/BUILD
17:00:36 + cd src
17:00:36 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
17:00:36 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
17:00:36 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
17:00:36 GO111MODULE=on make -f builder.Makefile build
17:00:36 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
17:00:36 mkdir -p bin
17:00:36 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
17:00:36 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
17:00:37 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
17:00:37 go: downloading github.com/spf13/cobra v1.0.0
17:00:37 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
17:00:37 go: downloading github.com/docker/distribution v2.7.1+incompatible
17:00:37 go: downloading github.com/docker/go-connections v0.4.0
17:00:37 go: downloading github.com/sirupsen/logrus v1.4.2
17:00:37 go: downloading github.com/spf13/pflag v1.0.3
17:00:37 go: downloading github.com/theupdateframework/notary v0.6.1
17:00:37 go: downloading github.com/opencontainers/image-spec v1.0.1
17:00:37 go: downloading github.com/docker/go-units v0.4.0
17:00:37 go: downloading github.com/Masterminds/semver/v3 v3.1.0
17:00:37 go: downloading github.com/google/uuid v1.1.1
17:00:37 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:00:37 go: downloading github.com/opencontainers/go-digest v1.0.0
17:00:37 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
17:00:37 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
17:00:38 go: downloading github.com/docker/go v1.5.1-1
17:00:38 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
17:00:38 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
17:00:38 go: downloading github.com/morikuni/aec v1.0.0
17:00:38 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
17:00:38 go: downloading github.com/containerd/containerd v1.3.4
17:00:38 go: downloading google.golang.org/grpc v1.23.1
17:00:38 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
17:00:38 go: downloading github.com/docker/docker-credential-helpers v0.6.3
17:00:38 go: downloading github.com/gorilla/mux v1.7.4
17:00:38 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
17:00:38 go: downloading github.com/gogo/protobuf v1.3.1
17:00:38 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
17:00:38 go: downloading github.com/golang/protobuf v1.3.2
17:00:38 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
17:00:39 go: downloading github.com/docker/go-metrics v0.0.1
17:00:39 go: downloading github.com/prometheus/client_golang v1.1.0
17:00:39 go: downloading github.com/beorn7/perks v1.0.1
17:00:39 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
17:00:39 go: downloading github.com/prometheus/common v0.6.0
17:00:39 go: downloading github.com/prometheus/procfs v0.0.3
17:00:39 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
17:01:11 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
17:01:11 ~/rpmbuild/BUILD/src
17:01:11 + popd
17:01:11 + RPM_EC=0
17:01:11 ++ jobs -p
17:01:11 + exit 0
17:01:11 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3UMchK
17:01:11 + umask 022
17:01:11 + cd /root/rpmbuild/BUILD
17:01:11 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64 '!=' / ']'
17:01:11 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:11 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:11 + mkdir -p /root/rpmbuild/BUILDROOT
17:01:11 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:11 + cd src
17:01:11 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
17:01:11 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
17:01:11 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
17:01:11 + popd
17:01:11 + /usr/lib/rpm/check-buildroot
17:01:11 ~/rpmbuild/BUILD/src
17:01:11 + /usr/lib/rpm/redhat/brp-ldconfig
17:01:11 + /usr/lib/rpm/brp-compress
17:01:11 + /usr/lib/rpm/brp-strip /usr/bin/strip
17:01:11 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
17:01:11 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
17:01:11 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
17:01:11 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
17:01:11 + /usr/lib/rpm/brp-python-hardlink
17:01:11 + /usr/lib/rpm/redhat/brp-mangle-shebangs
17:01:11 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UsteRJ
17:01:11 + umask 022
17:01:11 + cd /root/rpmbuild/BUILD
17:01:11 + cd src
17:01:11 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
17:01:11 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
17:01:11 + ver=v0.8.0
17:01:11 + test v0.8.0 = v0.8.0
17:01:11 + echo 'PASS: docker-scan version OK'
17:01:11 + RPM_EC=0
17:01:11 PASS: docker-scan version OK
17:01:11 ++ jobs -p
17:01:11 + exit 0
17:01:11 Processing files: docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:11 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
17:01:11 Provides: docker-scan-plugin = 0:0.8.0-0.fc34 docker-scan-plugin(x86-64) = 0:0.8.0-0.fc34
17:01:11 Requires(interp): /bin/sh /bin/sh /bin/sh
17:01:11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
17:01:11 Requires(post): /bin/sh
17:01:11 Requires(preun): /bin/sh
17:01:11 Requires(postun): /bin/sh
17:01:11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:11 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.fc34.src.rpm
17:01:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.fc34.x86_64.rpm
17:01:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oQ9nsz
17:01:12 + umask 022
17:01:12 + cd /root/rpmbuild/BUILD
17:01:12 + cd src
17:01:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:12 + RPM_EC=0
17:01:12 ++ jobs -p
17:01:12 + exit 0
17:01:14 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
17:01:15 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
[Pipeline] sh
17:01:15 + make clean
17:01:15 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/v -w /v alpine chown -R 1000:1000 src
17:01:16 rm -f -r src
17:01:16 make -C rpm clean
17:01:16 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
17:01:16 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:01:16 make[2]: Entering directory '/root/build-deb/cli'
17:01:16 scripts/docs/generate-man.sh
17:01:17 rm -f -r rpmbuild/
17:01:17 docker builder prune -f --filter until=24h
17:01:17 Total reclaimed space: 0B
17:01:17 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
17:01:17 make -C deb clean
17:01:17 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
17:01:17 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:01:17 rm -f -r debbuild
17:01:17 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 sources
17:01:17 rm -f -r sources
17:01:17 docker builder prune -f --filter until=24h
17:01:17 Total reclaimed space: 0B
17:01:17 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
17:01:17 make -C static clean
17:01:17 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
17:01:17 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build
17:01:17 rm -f -r build
17:01:17 docker builder prune -f --filter until=24h
17:01:17 Total reclaimed space: 0B
17:01:17 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:03:23 Project root: /go/src/github.com/docker/cli
17:03:23 Generating man pages into /go/src/github.com/docker/cli/man/man1
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
17:03:23 2021/09/16 17:03:17 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
17:03:23 make[2]: Leaving directory '/root/build-deb/cli'
17:03:23 # Build the scan-plugin
17:03:23 # TODO change once we support scan-plugin on other architectures
17:03:23 if [ "amd64" = "amd64" ]; then \
17:03:23 	cd /go/src/github.com/docker/scan-cli-plugin \
17:03:23 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
17:03:23 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
17:03:23 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
17:03:23 fi
17:03:23 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
17:03:23 GO111MODULE=on make -f builder.Makefile build
17:03:23 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
17:03:23 mkdir -p bin
17:03:23 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
17:13:45 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
17:13:45 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
17:13:45 go: downloading github.com/spf13/cobra v1.0.0
17:13:45 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
17:13:45 go: downloading github.com/docker/distribution v2.7.1+incompatible
17:13:45 go: downloading github.com/docker/go-connections v0.4.0
17:13:45 go: downloading github.com/sirupsen/logrus v1.4.2
17:13:45 go: downloading github.com/spf13/pflag v1.0.3
17:13:45 go: downloading github.com/theupdateframework/notary v0.6.1
17:13:45 go: downloading github.com/opencontainers/image-spec v1.0.1
17:13:45 go: downloading github.com/docker/go-units v0.4.0
17:13:45 go: downloading github.com/Masterminds/semver/v3 v3.1.0
17:13:45 go: downloading github.com/google/uuid v1.1.1
17:13:45 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:13:46 go: downloading github.com/opencontainers/go-digest v1.0.0
17:13:46 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
17:13:46 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
17:13:46 go: downloading github.com/docker/go v1.5.1-1
17:13:46 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
17:13:46 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
17:13:47 go: downloading github.com/morikuni/aec v1.0.0
17:13:47 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
17:13:47 go: downloading github.com/containerd/containerd v1.3.4
17:13:47 go: downloading google.golang.org/grpc v1.23.1
17:13:48 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
17:13:49 go: downloading github.com/docker/docker-credential-helpers v0.6.3
17:13:49 go: downloading github.com/gorilla/mux v1.7.4
17:13:49 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
17:13:49 go: downloading github.com/gogo/protobuf v1.3.1
17:13:49 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
17:13:49 go: downloading github.com/golang/protobuf v1.3.2
17:13:49 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
17:13:51 go: downloading github.com/docker/go-metrics v0.0.1
17:13:51 go: downloading github.com/prometheus/client_golang v1.1.0
17:13:51 go: downloading github.com/beorn7/perks v1.0.1
17:13:51 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
17:13:51 go: downloading github.com/prometheus/common v0.6.0
17:13:51 go: downloading github.com/prometheus/procfs v0.0.3
17:13:51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
17:14:23 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
17:14:23 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
17:14:23 # Build the CLI plugins
17:14:23 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
17:14:23 set -e;cd /sources && \
17:14:23 	tar xzf plugin-installers.tgz; \
17:14:23 	for installer in plugins/*.installer; do \
17:14:23 		LDFLAGS='' bash ${installer} build; \
17:14:23 	done
17:14:23 Cloning into '/go/src/github.com/docker/buildx'...
17:14:23 Fetching origin
17:14:23 + GO111MODULE=on
17:14:23 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
17:15:45 make[1]: Leaving directory '/root/build-deb'
17:15:45    debian/rules override_dh_auto_test
17:15:45 make[1]: Entering directory '/root/build-deb'
17:15:45 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
17:15:45 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
17:15:45 PASS: daemon version OK
17:15:45 ver="$(cli/build/docker --version)"; \
17:15:45 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
17:15:45 PASS: cli version OK
17:15:45 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
17:15:45 # TODO change once we support scan-plugin on other architectures
17:15:45 if [ "amd64" = "amd64" ]; then \
17:15:45 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
17:15:45 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
17:15:45 fi
17:15:45 PASS: docker-scan version OK
17:15:45 make[1]: Leaving directory '/root/build-deb'
17:15:45    create-stamp debian/debhelper-build-stamp
17:15:45  debian/rules binary
17:15:45 dh binary --with=bash-completion
17:15:45    dh_testroot
17:15:45    dh_prep
17:15:45    debian/rules override_dh_auto_install
17:15:45 make[1]: Entering directory '/root/build-deb'
17:15:45 # docker-ce-cli install
17:15:45 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
17:15:45 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
17:15:45 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
17:15:45 set -e;cd /sources && \
17:15:45 	tar xzf plugin-installers.tgz; \
17:15:45 	for installer in plugins/*.installer; do \
17:15:45 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
17:15:45 		PREFIX=/usr/libexec/docker/cli-plugins \
17:15:45 			bash ${installer} install_plugin; \
17:15:45 	done
17:15:45 # docker-ce install
17:15:45 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
17:15:45 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
17:15:45 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
17:15:45 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
17:15:45 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
17:15:45 # docker-scan-plugin install
17:15:45 # TODO change once we support scan-plugin on other architectures
17:15:45 if [ "amd64" = "amd64" ]; then \
17:15:45 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
17:15:45 fi
17:15:45 # docker-ce-rootless-extras install
17:15:45 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
17:15:45 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
17:15:45 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
17:15:45 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
17:15:45 # TODO: how can we install vpnkit?
17:15:45 make[1]: Leaving directory '/root/build-deb'
17:15:45    debian/rules override_dh_install
17:15:45 make[1]: Entering directory '/root/build-deb'
17:15:45 dh_install
17:15:45 # TODO Can we do this from within our container?
17:15:45 dh_apparmor --profile-name=docker-ce -pdocker-ce
17:15:45 make[1]: Leaving directory '/root/build-deb'
17:15:45    dh_installdocs
17:15:45    dh_installchangelogs
17:15:45    dh_installman
17:15:45    dh_bash-completion
17:15:45    dh_systemd_enable
17:15:45    debian/rules override_dh_installinit
17:15:45 make[1]: Entering directory '/root/build-deb'
17:15:45 # use "docker" as our service name, not "docker-ce"
17:15:45 dh_installinit --name=docker
17:15:45 make[1]: Leaving directory '/root/build-deb'
17:15:45    dh_systemd_start
17:15:45    dh_perl
17:15:45    dh_link
17:15:45    dh_strip_nondeterminism
17:15:45    dh_compress
17:15:45    dh_fixperms
17:15:45    dh_missing
17:15:45    debian/rules override_dh_strip
17:15:45 make[1]: Entering directory '/root/build-deb'
17:15:45 # Go has lots of problems with stripping, so just don't
17:15:45 make[1]: Leaving directory '/root/build-deb'
17:15:45    dh_makeshlibs
17:15:45    debian/rules override_dh_shlibdeps
17:15:45 make[1]: Entering directory '/root/build-deb'
17:15:45 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
17:15:53 make[1]: Leaving directory '/root/build-deb'
17:15:53    dh_installdeb
17:15:53    debian/rules override_dh_gencontrol
17:15:53 make[1]: Entering directory '/root/build-deb'
17:15:53 # Use separate version for the scan-plugin package, then generate the other control files as usual
17:15:53 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
17:15:53 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
17:15:53 if [ "amd64" = "amd64" ]; then \
17:15:53 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
17:15:53 fi
17:15:53 dh_gencontrol --remaining-packages
17:15:53 make[1]: Leaving directory '/root/build-deb'
17:15:53    dh_md5sums
17:15:54    dh_builddeb
17:15:54 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'.
17:15:54 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'.
17:16:16 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'.
17:16:38 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'.
17:17:24  dpkg-genbuildinfo
17:17:24  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes
17:17:24 dpkg-genchanges: info: including full source code in upload
17:17:24  dpkg-source -I.git --after-build .
17:17:24 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
17:17:24 + destination=/build
17:17:24 + mkdir -p /build
17:17:24 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb /root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb /build
17:17:24 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:17:24 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:17:24 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:17:24 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:17:24 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc'
17:17:24 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc'
17:17:24 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz'
17:17:24 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz'
17:17:24 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.buildinfo'
17:17:24 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.buildinfo'
17:17:24 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes'
17:17:24 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes'
17:17:24 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:17:24 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:17:24 copied '/root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'
17:17:24 removed '/root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'
17:17:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
17:17:37 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
[Pipeline] sh
17:17:37 + make clean
17:17:37 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/v -w /v alpine chown -R 1000:1000 src
17:17:39 rm -f -r src
17:17:39 make -C rpm clean
17:17:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
17:17:39 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:17:39 rm -f -r rpmbuild/
17:17:39 docker builder prune -f --filter until=24h
17:17:39 Total reclaimed space: 0B
17:17:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
17:17:39 make -C deb clean
17:17:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
17:17:39 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:17:40 rm -f -r debbuild
17:17:40 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 sources
17:17:40 rm -f -r sources
17:17:40 docker builder prune -f --filter until=24h
17:17:41 Total reclaimed space: 0B
17:17:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
17:17:41 make -C static clean
17:17:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
17:17:41 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build
17:17:41 rm -f -r build
17:17:41 docker builder prune -f --filter until=24h
17:17:41 Total reclaimed space: 0B
17:17:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS