Skip to content
Success

Console Output

Pull request #586 opened
14:34:32 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Connecting to https://api.github.com to check permissions of obtain list of thaJeztah for docker/docker-ce-packaging
Obtained Jenkinsfile from 8121e95996b368bba7f8fdb76f0c84164d261700+3533c14a0fb7a9480924e4d203938e7492dff6cd (3f03a00d5301f92e07c94d5a7ef16c146263d776)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_PR-586@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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 taskStill 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-0d67f70e2ba007698) in /home/ubuntu/workspace/docker-ce-packaging_PR-586
[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-586@tmp/dd5d431f-f5ff-4857-9043-57edd223c547/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
14:35:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:35:38 chowning workspace
[Pipeline] sh
14:35:38 + pwd
14:35:38 + id -u
14:35:38 + id -g
14:35:38 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586:/workspace busybox chown -R 1000:1000 /workspace
14:35:38 Unable to find image 'busybox:latest' locally
14:35:39 latest: Pulling from library/busybox
14:35:39 f343e8b194b7: Pulling fs layer
14:35:39 f343e8b194b7: Verifying Checksum
14:35:39 f343e8b194b7: Download complete
14:35:39 f343e8b194b7: Pull complete
14:35:39 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
14:35:39 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:35:41 Removing all docker containers
[Pipeline] sh
14:35:41 + docker container ls -aq
[Pipeline] echo
14:35:41 Docker containers have been removed
[Pipeline] echo
14:35:41 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:35:41 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
14:35:41 The recommended git tool is: git
14:35:43 using credential docker-jenkins-github-credentials
14:35:43 Cloning the remote Git repository
14:35:43 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-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:35:44 Fetching without tags
14:35:45 Merging remotes/origin/master commit 3533c14a0fb7a9480924e4d203938e7492dff6cd into PR head commit 8121e95996b368bba7f8fdb76f0c84164d261700
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8121e95996b368bba7f8fdb76f0c84164d261700 # timeout=10
14:35:45 Merge succeeded, producing 8121e95996b368bba7f8fdb76f0c84164d261700
14:35:45 Checking out Revision 8121e95996b368bba7f8fdb76f0c84164d261700 (PR-586)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 3533c14a0fb7a9480924e4d203938e7492dff6cd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8121e95996b368bba7f8fdb76f0c84164d261700 # timeout=10
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09cb742eb4755a188) in /home/ubuntu/workspace/docker-ce-packaging_PR-586
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-01c77ad9d41a8fadc) in /home/ubuntu/workspace/docker-ce-packaging_PR-586
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-08820f36c63b82eab) in /home/ubuntu/workspace/docker-ce-packaging_PR-586
[Pipeline] {
[Pipeline] withDockerRegistry
14:35:48 Commit message: "Update Go to 1.16.9"
14:35:48 First time build. Skipping changelog.
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
14:35:49 + make REF=master checkout
14:35:49 git init src/github.com/docker/cli
14:35:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli/.git/
14:35:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
14:35:49 ./scripts/checkout.sh src/github.com/docker/cli "master"
14:35:49 + SRC=src/github.com/docker/cli
14:35:49 + REF=master
14:35:49 + REF_FETCH=master
14:35:49 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
14:35:49 + awk {print $2}
14:35:49 + REF=refs/heads/master
14:35:49 + [ -n refs/heads/master ]
14:35:49 + REF_FETCH=refs/heads/master:refs/heads/master
14:35:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
14:35:52 From https://github.com/docker/cli
14:35:52  * [new branch]      master     -> master
14:35:52  * [new branch]      master     -> origin/master
14:35:52 + git -C src/github.com/docker/cli checkout -q refs/heads/master
14:35:52 git init src/github.com/docker/docker
14:35:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/.git/
14:35:52 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
14:35:52 ./scripts/checkout.sh src/github.com/docker/docker "master"
14:35:52 + SRC=src/github.com/docker/docker
14:35:52 + REF=master
14:35:52 + REF_FETCH=master
14:35:52 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
14:35:52 + awk {print $2}
14:35:52 + REF=refs/heads/master
14:35:52 + [ -n refs/heads/master ]
14:35:52 + REF_FETCH=refs/heads/master:refs/heads/master
14:35:52 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
14:35:54 From https://github.com/docker/docker
14:35:54  * [new branch]      master     -> master
14:35:54  * [new branch]      master     -> origin/master
14:35:54 + git -C src/github.com/docker/docker checkout -q refs/heads/master
14:35:55 git init src/github.com/docker/scan-cli-plugin
14:35:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/scan-cli-plugin/.git/
14:35:55 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
14:35:55 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
14:35:55 + SRC=src/github.com/docker/scan-cli-plugin
14:35:55 + REF=v0.8.0
14:35:55 + REF_FETCH=v0.8.0
14:35:55 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
14:35:55 + awk {print $2}
14:35:55 + REF=refs/tags/v0.8.0
14:35:55 + [ -n refs/tags/v0.8.0 ]
14:35:55 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
14:35:55 + 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
14:35:55 From https://github.com/docker/scan-cli-plugin
14:35:55  * [new tag]         v0.8.0     -> v0.8.0
14:35:55 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
14:35:55 + make -C deb raspbian-buster raspbian-bullseye
14:35:55 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
14:35:55 mkdir -p sources
14:35:55 docker run --rm -w /v \
14:35:55 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli:/cli \
14:35:55 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/sources:/v \
14:35:55 	alpine \
14:35:55 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
14:35:55 Unable to find image 'alpine:latest' locally
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
14:35:55 latest: Pulling from library/alpine
14:35:55 a14774a5a62e: Pulling fs layer
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-586@tmp/a41b2c63-cd3b-41ac-8ce0-567c0486d191/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-586@tmp/660bc95a-f244-4ee4-8f9d-dd5c844b9b91/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
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-586@tmp/e168e0b9-f289-41fd-9264-f639cdb3a807/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] echo
14:35:56 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:35:56 chowning workspace
[Pipeline] sh
14:35:56 a14774a5a62e: Verifying Checksum
14:35:56 a14774a5a62e: Download complete
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
14:35:56 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:35:56 chowning workspace
[Pipeline] sh
14:35:56 a14774a5a62e: Pull complete
14:35:56 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
14:35:56 Status: Downloaded newer image for alpine:latest
14:35:56 + pwd
14:35:56 + id -u
14:35:56 + id -g
14:35:56 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586:/workspace busybox chown -R 1000:1000 /workspace
14:35:56 Unable to find image 'busybox:latest' locally
14:35:56 latest: Pulling from library/busybox
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:35:56 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:35:56 chowning workspace
[Pipeline] sh
14:35:56 24fb2886d6f6: Pulling fs layer
14:35:56 24fb2886d6f6: Verifying Checksum
14:35:56 24fb2886d6f6: Download complete
14:35:57 + pwd
14:35:57 + id -u
14:35:57 + id -g
14:35:57 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586:/workspace busybox chown -R 1000:1000 /workspace
14:35:57 Unable to find image 'busybox:latest' locally
14:35:57 24fb2886d6f6: Pull complete
14:35:57 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
14:35:57 Status: Downloaded newer image for busybox:latest
14:35:57 latest: Pulling from library/busybox
14:35:57 24fb2886d6f6: Pulling fs layer
14:35:57 24fb2886d6f6: Verifying Checksum
14:35:57 24fb2886d6f6: Download complete
14:35:57 + pwd
14:35:57 + id -u
14:35:57 + id -g
14:35:57 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586:/workspace busybox chown -R 1000:1000 /workspace
14:35:57 Unable to find image 'busybox:latest' locally
14:35:57 24fb2886d6f6: Pull complete
14:35:57 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
14:35:57 Status: Downloaded newer image for busybox:latest
14:35:57 latest: Pulling from library/busybox
14:35:58 24fb2886d6f6: Pulling fs layer
14:35:58 24fb2886d6f6: Download complete
14:35:58 24fb2886d6f6: Pull complete
14:35:58 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
14:35:58 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:35:59 Removing all docker containers
[Pipeline] sh
14:36:00 + docker container ls -aq
[Pipeline] echo
14:36:00 Docker containers have been removed
[Pipeline] echo
14:36:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:36:00 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
14:36:00 The recommended git tool is: git
[Pipeline] echo
14:36:00 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
14:36:00 Removing all docker containers
[Pipeline] sh
14:36:00 + docker container ls -aq
[Pipeline] echo
14:36:00 Docker containers have been removed
[Pipeline] echo
14:36:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:36:00 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
14:36:00 The recommended git tool is: git
14:36:00 + docker container ls -aq
[Pipeline] echo
14:36:00 Docker containers have been removed
[Pipeline] echo
14:36:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:36:00 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
14:36:00 The recommended git tool is: git
14:36:02 using credential docker-jenkins-github-credentials
14:36:02 Cloning the remote Git repository
14:36:02 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-586 # timeout=10
14:36:02 using credential docker-jenkins-github-credentials
14:36:02 Cloning the remote Git repository
14:36:02 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-586 # timeout=10
14:36:02 using credential docker-jenkins-github-credentials
14:36:02 Cloning the remote Git repository
14:36:02 Cloning with configured refspecs honoured and without tags
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/586/head:refs/remotes/origin/PR-586 +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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:36:04 Fetching without tags
14:36:04 Merging remotes/origin/master commit 3533c14a0fb7a9480924e4d203938e7492dff6cd into PR head commit 8121e95996b368bba7f8fdb76f0c84164d261700
14:36:04 Merge succeeded, producing 8121e95996b368bba7f8fdb76f0c84164d261700
14:36:04 Checking out Revision 8121e95996b368bba7f8fdb76f0c84164d261700 (PR-586)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8121e95996b368bba7f8fdb76f0c84164d261700 # 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 3533c14a0fb7a9480924e4d203938e7492dff6cd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8121e95996b368bba7f8fdb76f0c84164d261700 # timeout=10
14:36:04 Fetching without tags
14:36:04 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/586/head:refs/remotes/origin/PR-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:36:04 Merging remotes/origin/master commit 3533c14a0fb7a9480924e4d203938e7492dff6cd into PR head commit 8121e95996b368bba7f8fdb76f0c84164d261700
14:36:05 Merge succeeded, producing 8121e95996b368bba7f8fdb76f0c84164d261700
14:36:05 Checking out Revision 8121e95996b368bba7f8fdb76f0c84164d261700 (PR-586)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8121e95996b368bba7f8fdb76f0c84164d261700 # 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 3533c14a0fb7a9480924e4d203938e7492dff6cd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
14:36:05 Merging remotes/origin/master commit 3533c14a0fb7a9480924e4d203938e7492dff6cd into PR head commit 8121e95996b368bba7f8fdb76f0c84164d261700
14:36:05 Merge succeeded, producing 8121e95996b368bba7f8fdb76f0c84164d261700
14:36:05 Checking out Revision 8121e95996b368bba7f8fdb76f0c84164d261700 (PR-586)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8121e95996b368bba7f8fdb76f0c84164d261700 # 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 3533c14a0fb7a9480924e4d203938e7492dff6cd # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8121e95996b368bba7f8fdb76f0c84164d261700 # timeout=10
 > git checkout -f 8121e95996b368bba7f8fdb76f0c84164d261700 # timeout=10
14:36:07 Commit message: "Update Go to 1.16.9"
[Pipeline] sh
14:36:08 Commit message: "Update Go to 1.16.9"
14:36:08 Commit message: "Update Go to 1.16.9"
14:36:08 + make REF=master checkout
14:36:08 git init src/github.com/docker/cli
14:36:08 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli/.git/
14:36:08 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
14:36:08 ./scripts/checkout.sh src/github.com/docker/cli "master"
14:36:08 + SRC=src/github.com/docker/cli
14:36:08 + REF=master
14:36:08 + REF_FETCH=master
14:36:08 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
14:36:08 + awk {print $2}
14:36:08 + REF=refs/heads/master
14:36:08 + [ -n refs/heads/master ]
14:36:08 + REF_FETCH=refs/heads/master:refs/heads/master
14:36:08 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
14:36:09 + make REF=master checkout
14:36:09 git init src/github.com/docker/cli
14:36:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli/.git/
14:36:09 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
14:36:09 ./scripts/checkout.sh src/github.com/docker/cli "master"
14:36:09 + SRC=src/github.com/docker/cli
14:36:09 + REF=master
14:36:09 + REF_FETCH=master
14:36:09 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
14:36:09 + awk {print $2}
14:36:09 + REF=refs/heads/master
14:36:09 + [ -n refs/heads/master ]
14:36:09 + REF_FETCH=refs/heads/master:refs/heads/master
14:36:09 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
14:36:09 + make REF=master checkout
14:36:09 git init src/github.com/docker/cli
14:36:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli/.git/
14:36:09 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
14:36:09 ./scripts/checkout.sh src/github.com/docker/cli "master"
14:36:09 + SRC=src/github.com/docker/cli
14:36:09 + REF=master
14:36:09 + REF_FETCH=master
14:36:09 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
14:36:09 + awk {print $2}
14:36:09 + REF=refs/heads/master
14:36:09 + [ -n refs/heads/master ]
14:36:09 + REF_FETCH=refs/heads/master:refs/heads/master
14:36:09 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
14:36:10 From https://github.com/docker/cli
14:36:10  * [new branch]      master     -> master
14:36:10  * [new branch]      master     -> origin/master
14:36:10 + git -C src/github.com/docker/cli checkout -q refs/heads/master
14:36:11 git init src/github.com/docker/docker
14:36:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/.git/
14:36:11 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
14:36:11 ./scripts/checkout.sh src/github.com/docker/docker "master"
14:36:11 + SRC=src/github.com/docker/docker
14:36:11 + REF=master
14:36:11 + REF_FETCH=master
14:36:11 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
14:36:11 + awk {print $2}
14:36:11 + REF=refs/heads/master
14:36:11 + [ -n refs/heads/master ]
14:36:11 + REF_FETCH=refs/heads/master:refs/heads/master
14:36:11 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
14:36:11 From https://github.com/docker/cli
14:36:11  * [new branch]      master     -> master
14:36:11  * [new branch]      master     -> origin/master
14:36:11 + git -C src/github.com/docker/cli checkout -q refs/heads/master
14:36:11 From https://github.com/docker/cli
14:36:11  * [new branch]      master     -> master
14:36:11  * [new branch]      master     -> origin/master
14:36:11 + git -C src/github.com/docker/cli checkout -q refs/heads/master
14:36:11 git init src/github.com/docker/docker
14:36:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/.git/
14:36:11 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
14:36:11 ./scripts/checkout.sh src/github.com/docker/docker "master"
14:36:11 + SRC=src/github.com/docker/docker
14:36:11 + REF=master
14:36:11 + REF_FETCH=master
14:36:11 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
14:36:11 + awk {print $2}
14:36:11 + REF=refs/heads/master
14:36:11 + [ -n refs/heads/master ]
14:36:11 + REF_FETCH=refs/heads/master:refs/heads/master
14:36:11 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
14:36:12 git init src/github.com/docker/docker
14:36:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/.git/
14:36:12 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
14:36:12 ./scripts/checkout.sh src/github.com/docker/docker "master"
14:36:12 + SRC=src/github.com/docker/docker
14:36:12 + REF=master
14:36:12 + REF_FETCH=master
14:36:12 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
14:36:12 + awk {print $2}
14:36:12 + REF=refs/heads/master
14:36:12 + [ -n refs/heads/master ]
14:36:12 + REF_FETCH=refs/heads/master:refs/heads/master
14:36:12 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
14:36:14 mkdir -p sources
14:36:14 docker run --rm -w /v \
14:36:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker:/engine \
14:36:14 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/sources:/v \
14:36:14 	alpine \
14:36:14 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
14:36:14 From https://github.com/docker/docker
14:36:14  * [new branch]      master     -> master
14:36:14  * [new branch]      master     -> origin/master
14:36:14 + git -C src/github.com/docker/docker checkout -q refs/heads/master
14:36:14 From https://github.com/docker/docker
14:36:14  * [new branch]      master     -> master
14:36:14  * [new branch]      master     -> origin/master
14:36:14 + git -C src/github.com/docker/docker checkout -q refs/heads/master
14:36:14 From https://github.com/docker/docker
14:36:14  * [new branch]      master     -> master
14:36:14  * [new branch]      master     -> origin/master
14:36:14 + git -C src/github.com/docker/docker checkout -q refs/heads/master
14:36:14 git init src/github.com/docker/scan-cli-plugin
14:36:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/scan-cli-plugin/.git/
14:36:14 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
14:36:14 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
14:36:14 + SRC=src/github.com/docker/scan-cli-plugin
14:36:14 + REF=v0.8.0
14:36:14 + REF_FETCH=v0.8.0
14:36:14 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
14:36:14 + awk {print $2}
14:36:15 + REF=refs/tags/v0.8.0
14:36:15 + [ -n refs/tags/v0.8.0 ]
14:36:15 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
14:36:15 + 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
14:36:15 git init src/github.com/docker/scan-cli-plugin
14:36:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/scan-cli-plugin/.git/
14:36:15 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
14:36:15 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
14:36:15 + SRC=src/github.com/docker/scan-cli-plugin
14:36:15 + REF=v0.8.0
14:36:15 + REF_FETCH=v0.8.0
14:36:15 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
14:36:15 + awk {print $2}
14:36:15 + REF=refs/tags/v0.8.0
14:36:15 + [ -n refs/tags/v0.8.0 ]
14:36:15 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
14:36:15 + 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
14:36:15 git init src/github.com/docker/scan-cli-plugin
14:36:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/scan-cli-plugin/.git/
14:36:15 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
14:36:15 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
14:36:15 + SRC=src/github.com/docker/scan-cli-plugin
14:36:15 + REF=v0.8.0
14:36:15 + REF_FETCH=v0.8.0
14:36:15 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
14:36:15 + awk {print $2}
14:36:15 From https://github.com/docker/scan-cli-plugin
14:36:15  * [new tag]         v0.8.0     -> v0.8.0
14:36:15 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
14:36:15 From https://github.com/docker/scan-cli-plugin
14:36:15  * [new tag]         v0.8.0     -> v0.8.0
14:36:15 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
14:36:15 + REF=refs/tags/v0.8.0
14:36:15 + [ -n refs/tags/v0.8.0 ]
14:36:15 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
14:36:15 + 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
14:36:15 + make -C deb ubuntu-focal ubuntu-hirsute debian-bullseye
14:36:15 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
14:36:15 mkdir -p sources
14:36:15 docker run --rm -w /v \
14:36:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli:/cli \
14:36:15 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/sources:/v \
14:36:15 	alpine \
14:36:15 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
14:36:15 Unable to find image 'alpine:latest' locally
14:36:15 + make REF=master DOCKER_BUILD_PKGS=static-linux cross-mac cross-win static
14:36:15 ./scripts/checkout.sh src/github.com/docker/cli "master"
14:36:15 + SRC=src/github.com/docker/cli
14:36:15 + REF=master
14:36:15 + REF_FETCH=master
14:36:15 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
14:36:15 + awk {print $2}
14:36:15 + REF=refs/heads/master
14:36:15 + [ -n refs/heads/master ]
14:36:15 + REF_FETCH=refs/heads/master:refs/heads/master
14:36:15 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
14:36:15 From https://github.com/docker/scan-cli-plugin
14:36:15  * [new tag]         v0.8.0     -> v0.8.0
14:36:15 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
14:36:15 latest: Pulling from library/alpine
14:36:15 a0d0a0d46f8b: Pulling fs layer
14:36:15 + git -C src/github.com/docker/cli checkout -q refs/heads/master
14:36:16 + make -C rpm centos-7 centos-8 fedora-34
14:36:16 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
14:36:16 mkdir -p rpmbuild/SOURCES
14:36:16 docker run --rm -w /v \
14:36:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker:/engine \
14:36:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/SOURCES:/v \
14:36:16 	alpine \
14:36:16 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
14:36:16 Unable to find image 'alpine:latest' locally
14:36:16 a0d0a0d46f8b: Verifying Checksum
14:36:16 a0d0a0d46f8b: Download complete
14:36:16 ./scripts/checkout.sh src/github.com/docker/docker "master"
14:36:16 + SRC=src/github.com/docker/docker
14:36:16 + REF=master
14:36:16 + REF_FETCH=master
14:36:16 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
14:36:16 + awk {print $2}
14:36:16 latest: Pulling from library/alpine
14:36:16 a0d0a0d46f8b: Pulling fs layer
14:36:16 a0d0a0d46f8b: Download complete
14:36:16 a0d0a0d46f8b: Pull complete
14:36:16 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
14:36:16 Status: Downloaded newer image for alpine:latest
14:36:16 + REF=refs/heads/master
14:36:16 + [ -n refs/heads/master ]
14:36:16 + REF_FETCH=refs/heads/master:refs/heads/master
14:36:16 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
14:36:16 a0d0a0d46f8b: Pull complete
14:36:16 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
14:36:16 Status: Downloaded newer image for alpine:latest
14:36:17 + git -C src/github.com/docker/docker checkout -q refs/heads/master
14:36:17 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
14:36:17 + SRC=src/github.com/docker/scan-cli-plugin
14:36:17 + REF=v0.8.0
14:36:17 + REF_FETCH=v0.8.0
14:36:17 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
14:36:17 + awk {print $2}
14:36:17 + REF=refs/tags/v0.8.0
14:36:17 + [ -n refs/tags/v0.8.0 ]
14:36:17 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
14:36:17 + 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
14:36:17 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
14:36:17 for p in static-linux cross-mac cross-win; do \
14:36:17 	make -C static VERSION=0.0.1-dev GO_VERSION=1.16.9 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
14:36:17 done
14:36:17 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
14:36:17 cd /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
14:36:18 mkdir -p sources
14:36:18 docker run --rm -w /v \
14:36:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
14:36:18 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/sources:/v \
14:36:18 	alpine \
14:36:18 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
14:36:20 docker run --rm -w /v \
14:36:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/plugins:/plugins \
14:36:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/sources:/v \
14:36:20 	alpine \
14:36:20 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
14:36:21 == Building packages for raspbian-buster ==
14:36:21 mkdir -p "debbuild/raspbian-buster"
14:36:21 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
14:36:21 mkdir -p sources
14:36:21 docker run --rm -w /v \
14:36:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker:/engine \
14:36:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/sources:/v \
14:36:21 	alpine \
14:36:21 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
14:36:22 #1 [internal] load build definition from Dockerfile
14:36:22 #1 sha256:c096eb0bfb718eb19b141bb03ffaa0f8e61b3b3d092a1be4aec9f2c6493ddcfe
14:36:22 #1 transferring dockerfile:
14:36:22 #1 transferring dockerfile: 935B 0.0s done
14:36:22 #1 DONE 0.2s
14:36:22 
14:36:22 #2 [internal] load .dockerignore
14:36:22 #2 sha256:76c5f8fd82890aee76846cc379b3f2159b24b8990e9bf5058833c2c6a3400c94
14:36:22 #2 transferring context: 2B done
14:36:22 #2 DONE 0.1s
14:36:22 
14:36:22 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
14:36:22 #5 sha256:aef519bc9256dc8372b60547fce1088063cce84c36b5394d0fcfdd0bb6c5dade
14:36:22 #5 DONE 0.0s
14:36:22 
14:36:22 #6 [auth] library/golang:pull token for registry-1.docker.io
14:36:22 #6 sha256:46a7d27f90f058be2d591b9c4a3a03f70e9a8f1d0c38c479c818534626c563c8
14:36:22 #6 DONE 0.0s
14:36:22 
14:36:22 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:36:22 #4 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
14:36:22 #4 DONE 0.5s
14:36:22 
14:36:22 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
14:36:22 #3 sha256:27d889f59b8b6db4a47aae0ffadbf142048b8a10d8ca072aac162cc67bd1afab
14:36:22 #3 DONE 0.5s
14:36:22 
14:36:22 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
14:36:22 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
14:36:22 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8 0.0s done
14:36:22 #7 sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8 1.99kB / 1.99kB done
14:36:22 #7 sha256:1f4d13e33254ecd464cdfe8a6e82baca699e27151e67daaa92ee4d424304a625 5.00kB / 5.00kB done
14:36:22 #7 sha256:6ace0dae0063ba89441ebd896354dcbf1a9d649433899275bc49158bb58c3d5a 0B / 307B 0.1s
14:36:22 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 0B / 38.39MB 0.1s
14:36:23 #7 sha256:8885f7749372e39110ebd083ed5520ae7d767698cf0b98760b9d8c3c8b4db411 0B / 257B 0.2s
14:36:23 #7 sha256:6ace0dae0063ba89441ebd896354dcbf1a9d649433899275bc49158bb58c3d5a 307B / 307B 0.2s done
14:36:23 #7 sha256:8885f7749372e39110ebd083ed5520ae7d767698cf0b98760b9d8c3c8b4db411 257B / 257B 0.3s done
14:36:23 #7 sha256:c2c645ca9e1c6b0b982faacacf165902754db172fcfc7e79dafce8853f4b104a 912B / 912B 0.3s
14:36:23 mkdir -p rpmbuild/SOURCES
14:36:23 docker run --rm -w /v \
14:36:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli:/cli \
14:36:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/SOURCES:/v \
14:36:23 	alpine \
14:36:23 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
14:36:23 #7 sha256:c2c645ca9e1c6b0b982faacacf165902754db172fcfc7e79dafce8853f4b104a 912B / 912B 0.4s done
14:36:23 #7 sha256:0ce23e23698a13e82c0815f2934f489668f763158c3092e687112df82f7797e3 0B / 177B 0.4s
14:36:23 #7 sha256:2f5c0046a39fe55a4fcc3fef45adf75f7d6d885d9c428dec2658fa6cfeefaeda 0B / 414B 0.4s
14:36:23 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 3.15MB / 38.39MB 0.6s
14:36:23 #7 sha256:0ce23e23698a13e82c0815f2934f489668f763158c3092e687112df82f7797e3 177B / 177B 0.4s done
14:36:23 #7 sha256:2f5c0046a39fe55a4fcc3fef45adf75f7d6d885d9c428dec2658fa6cfeefaeda 414B / 414B 0.5s done
14:36:23 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 0B / 15.43MB 0.6s
14:36:23 #7 sha256:c64dff143675f3e9a900ab1685fcc2cff7d5264cd507dced816e7a9c406c5dd5 0B / 130.58kB 0.6s
14:36:23 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 1.05MB / 15.43MB 0.8s
14:36:23 #7 sha256:c64dff143675f3e9a900ab1685fcc2cff7d5264cd507dced816e7a9c406c5dd5 130.58kB / 130.58kB 0.8s done
14:36:23 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 5.24MB / 38.39MB 1.0s
14:36:23 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 2.10MB / 15.43MB 1.0s
14:36:24 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 3.15MB / 15.43MB 1.2s
14:36:24 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 4.19MB / 15.43MB 1.3s
14:36:24 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 7.34MB / 38.39MB 1.4s
14:36:24 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 5.24MB / 15.43MB 1.5s
14:36:24 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 9.44MB / 38.39MB 1.8s
14:36:24 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 6.29MB / 15.43MB 1.8s
14:36:24 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 7.34MB / 15.43MB 2.1s
14:36:25 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 12.58MB / 38.39MB 2.3s
14:36:25 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 8.39MB / 15.43MB 2.3s
14:36:25 #1 [internal] load build definition from Dockerfile
14:36:25 #1 transferring dockerfile: 2.55kB done
14:36:25 #1 DONE 0.1s
14:36:25 
14:36:25 #2 [internal] load .dockerignore
14:36:25 #2 transferring context: 174B done
14:36:25 #2 DONE 0.1s
14:36:25 
14:36:25 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
14:36:25 #4 DONE 0.0s
14:36:25 
14:36:25 #3 resolve image config for docker.io/docker/dockerfile:1.3
14:36:25 #3 DONE 0.4s
14:36:25 
14:36:25 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
14:36:25 #5 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done
14:36:25 #5 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done
14:36:25 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 1.05MB / 9.67MB 0.1s
14:36:25 #5 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done
14:36:25 #5 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done
14:36:25 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s
14:36:25 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.3s done
14:36:25 #5 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338
14:36:25 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 9.44MB / 15.43MB 2.7s
14:36:25 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 14.68MB / 38.39MB 2.9s
14:36:25 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 11.53MB / 15.43MB 2.9s
14:36:25 mkdir -p sources
14:36:25 docker run --rm -w /v \
14:36:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
14:36:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/sources:/v \
14:36:25 	alpine \
14:36:25 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
14:36:25 #5 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.3s done
14:36:25 #7 ...
14:36:25 
14:36:25 #9 [internal] load build context
14:36:25 #9 sha256:be26c72744becca5a5c1856841f10076581356ff925c2498596f7966cd7572f3
14:36:25 #9 transferring context: 20.19MB 3.2s done
14:36:25 #9 DONE 3.2s
14:36:25 
14:36:25 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
14:36:25 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
14:36:25 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 16.78MB / 38.39MB 3.1s
14:36:25 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 12.58MB / 15.43MB 3.1s
14:36:26 #5 DONE 0.7s
14:36:26 
14:36:26 #6 [internal] load build definition from Dockerfile
14:36:26 #6 DONE 0.0s
14:36:26 
14:36:26 #7 [internal] load .dockerignore
14:36:26 #7 DONE 0.0s
14:36:26 
14:36:26 #11 [auth] tonistiigi/xx:pull token for registry-1.docker.io
14:36:26 #11 DONE 0.0s
14:36:26 
14:36:26 #12 [auth] library/golang:pull token for registry-1.docker.io
14:36:26 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 18.87MB / 38.39MB 3.4s
14:36:26 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 14.68MB / 15.43MB 3.4s
14:36:26 docker run --rm -w /v \
14:36:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/plugins:/plugins \
14:36:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/sources:/v \
14:36:26 	alpine \
14:36:26 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
14:36:26 mkdir -p rpmbuild/SOURCES
14:36:26 docker run --rm -w /v \
14:36:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
14:36:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/SOURCES:/v \
14:36:26 	alpine \
14:36:26 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
14:36:26 #12 DONE 0.0s
14:36:26 
14:36:26 #13 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
14:36:26 #13 DONE 0.0s
14:36:26 
14:36:26 #10 [internal] load metadata for docker.io/library/golang:1.16.9-alpine
14:36:26 #10 DONE 0.3s
14:36:26 
14:36:26 #9 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
14:36:26 #9 ...
14:36:26 
14:36:26 #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
14:36:26 #8 DONE 0.4s
14:36:26 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 20.97MB / 38.39MB 3.8s
14:36:26 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 23.07MB / 38.39MB 4.1s
14:36:26 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 15.43MB / 15.43MB 3.9s done
14:36:27 
14:36:27 #9 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
14:36:27 #9 DONE 0.5s
14:36:27 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 25.17MB / 38.39MB 4.3s
14:36:27 docker run --rm -w /v \
14:36:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/plugins:/plugins \
14:36:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/SOURCES:/v \
14:36:27 	alpine \
14:36:27 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
14:36:27 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 27.58MB / 38.39MB 4.8s
14:36:27 == Building packages for ubuntu-focal ==
14:36:27 mkdir -p "debbuild/ubuntu-focal"
14:36:27 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
14:36:28 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 30.41MB / 38.39MB 5.3s
14:36:28 #1 [internal] load build definition from Dockerfile
14:36:28 #1 sha256:3a0a0e28f7b59495f076625fb94df1f53bc871b13227df1c76e3f2abe96616e3
14:36:28 #1 transferring dockerfile: 1.22kB done
14:36:28 #1 DONE 0.1s
14:36:28 
14:36:28 #2 [internal] load .dockerignore
14:36:28 #2 sha256:472849edc0e3664a4db2c2112912fb361190ce798f3501b23e9f5b253f111d27
14:36:28 #2 transferring context: 2B done
14:36:28 #2 DONE 0.0s
14:36:28 
14:36:28 #5 [auth] library/golang:pull token for registry-1.docker.io
14:36:28 #5 sha256:1b97397ee92ee8a020d26ae55143c03846f22c79980ad220058a67f1e2b5cb58
14:36:28 #5 DONE 0.0s
14:36:28 
14:36:28 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
14:36:28 #6 sha256:bda01158bdb3745a1b30bf0195164ca042258a722bdf371860e52a33c61bb9f0
14:36:28 #6 DONE 0.0s
14:36:28 
14:36:28 #4 [internal] load metadata for docker.io/library/ubuntu:focal
14:36:28 #4 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
14:36:28 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 33.55MB / 38.39MB 5.9s
14:36:28 #4 ...
14:36:28 
14:36:28 #3 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:36:28 #3 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
14:36:28 #3 DONE 0.5s
14:36:28 
14:36:28 #21 [internal] load build context
14:36:28 #21 DONE 0.0s
14:36:28 
14:36:28 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
14:36:28 #14 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.0s done
14:36:29 
14:36:29 #4 [internal] load metadata for docker.io/library/ubuntu:focal
14:36:29 #4 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
14:36:29 #4 DONE 0.5s
14:36:29 
14:36:29 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:29 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:36:29 #14 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.0s done
14:36:29 #14 sha256:e4709878e5e3a0ec3e392fd36d67044dc76c4b5602675ddd8dd8daa9cda2c711 1.79kB / 1.79kB done
14:36:29 #14 sha256:c6dc9ac30185340b11d411a379fe385a0c5fa0790f577da12682479a418bba95 6.96kB / 6.96kB done
14:36:29 #14 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
14:36:29 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 0B / 50.44MB 0.0s
14:36:29 #14 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0B / 7.83MB 0.0s
14:36:29 #14 sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 1.65kB / 1.65kB done
14:36:29 #14 sha256:45db38b5fc06a5fa18f18dec784dfcc60e7140676b7f9e4039768b54b9d4223e 1.36kB / 1.36kB done
14:36:29 #14 sha256:1b35785aa3c4f2f78a5ad5252332114f43bb07a438d9cccc153517ea8f7d1198 5.08kB / 5.08kB done
14:36:29 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0B / 2.81MB 0.1s
14:36:29 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.1s
14:36:29 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 1.05MB / 2.81MB 0.2s
14:36:29 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.1s done
14:36:29 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0B / 281.51kB 0.2s
14:36:29 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 0B / 105.80MB 0.2s
14:36:29 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.3s
14:36:29 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.3s
14:36:29 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 35.65MB / 38.39MB 6.3s
14:36:29 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 37.75MB / 38.39MB 6.5s
14:36:29 == Building packages for centos-7 ==
14:36:29 mkdir -p "rpmbuild/centos-7"
14:36:29 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
14:36:29 #1 [internal] load build definition from Dockerfile
14:36:29 #1 sha256:3813ce2ada79ea7993e2e16e8aac50aec7e7ab5bd6c9e2b8ca0c4d6c9055a756
14:36:29 #1 transferring dockerfile: 1.06kB done
14:36:29 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 3.15MB / 50.44MB 0.2s
14:36:29 #14 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 3.68MB / 7.83MB 0.2s
14:36:29 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 7.34MB / 50.44MB 0.4s
14:36:29 #14 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 6.29MB / 7.83MB 0.4s
14:36:29 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.3s done
14:36:29 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.4s done
14:36:29 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e
14:36:29 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 10.49MB / 105.80MB 0.5s
14:36:29 #14 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 0B / 156B 0.5s
14:36:29 #1 DONE 0.2s
14:36:29 
14:36:29 #2 [internal] load .dockerignore
14:36:29 #2 sha256:01448ebe7852c04f691579cf421d68b890f084733e487cae104aa6a20aaa45c8
14:36:29 #2 transferring context: 2B done
14:36:29 #2 DONE 0.0s
14:36:29 
14:36:29 #5 [auth] library/centos:pull token for registry-1.docker.io
14:36:29 #5 sha256:036552f8d3caffb062d9f44a80f16e7145877dc319c41218f9e1fe8955fbfdb6
14:36:29 #5 DONE 0.0s
14:36:29 
14:36:29 #6 [auth] library/golang:pull token for registry-1.docker.io
14:36:29 #6 sha256:8c2cc042262c91a1c893a8205a61fd3c5f8ddcd08057bc6ead5ba519fe5ca2e1
14:36:29 #6 DONE 0.0s
14:36:29 
14:36:29 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:36:29 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
14:36:29 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 10.49MB / 50.44MB 0.4s
14:36:29 #14 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.4s
14:36:29 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 15.73MB / 50.44MB 0.6s
14:36:29 #14 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.5s done
14:36:29 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 3.15MB / 10.00MB 0.6s
14:36:29 #14 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 156B / 156B 0.6s
14:36:29 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 20.97MB / 105.80MB 0.8s
14:36:29 #14 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 156B / 156B 0.6s done
14:36:29 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 7.34MB / 10.00MB 0.7s
14:36:29 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 27.26MB / 50.44MB 0.8s
14:36:29 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 8.95MB / 10.00MB 0.8s
14:36:29 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 32.51MB / 50.44MB 0.9s
14:36:29 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 0.9s
14:36:29 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 29.36MB / 105.80MB 1.0s
14:36:30 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 36.32MB / 50.44MB 1.0s
14:36:30 #4 DONE 0.5s
14:36:30 
14:36:30 #3 [internal] load metadata for docker.io/library/centos:7
14:36:30 #3 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
14:36:30 #3 DONE 0.5s
14:36:30 
14:36:30 #10 [internal] load build context
14:36:30 #10 sha256:b7aa60b7b9496b9f35ff4691aa7dcd39fc1a29522330c177122848ba050e50b1
14:36:30 #10 DONE 0.0s
14:36:30 
14:36:30 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
14:36:30 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
14:36:30 #7 resolve docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 0.0s done
14:36:30 #7 ...
14:36:30 
14:36:30 #10 [internal] load build context
14:36:30 #10 sha256:b7aa60b7b9496b9f35ff4691aa7dcd39fc1a29522330c177122848ba050e50b1
14:36:30 #10 transferring context: 11.77kB done
14:36:30 #10 DONE 0.0s
14:36:30 
14:36:30 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
14:36:30 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
14:36:30 #7 sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 1.20kB / 1.20kB done
14:36:30 #7 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
14:36:30 #7 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
14:36:30 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 0B / 76.10MB 0.1s
14:36:30 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 4.19MB / 76.10MB 0.2s
14:36:30 #14 ...
14:36:30 
14:36:30 #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
14:36:30 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
14:36:30 #15 sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 2.65kB / 2.65kB done
14:36:30 #15 sha256:8bb4fd3914ad2b9b2bfcc8ac2a8e6c63e66207767c21dc520041973d821426f8 525B / 525B done
14:36:30 #15 sha256:5162799cdc040568b1bd7d574d69a20c1b9d6927c677601b50f40e2b58edbcdb 945B / 945B done
14:36:30 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.5s done
14:36:30 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a done
14:36:30 #15 DONE 1.1s
14:36:30 
14:36:30 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
14:36:30 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 36.70MB / 105.80MB 1.1s
14:36:30 #14 ...
14:36:30 
14:36:30 #22 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
14:36:30 #22 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
14:36:30 #22 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
14:36:30 #22 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
14:36:30 #22 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
14:36:30 #22 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.7s done
14:36:30 #22 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
14:36:30 #22 DONE 1.2s
14:36:30 
14:36:30 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
14:36:30 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 42.99MB / 105.80MB 1.2s
14:36:30 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.8s done
14:36:30 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 38.39MB / 38.39MB 7.3s done
14:36:30 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 41.94MB / 50.44MB 1.1s
14:36:30 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 1.1s done
14:36:30 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 0B / 51.84MB 1.1s
14:36:30 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 1.3s
14:36:30 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 7.34MB / 51.84MB 1.3s
14:36:30 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 10.49MB / 76.10MB 0.4s
14:36:30 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 56.62MB / 105.80MB 1.5s
14:36:30 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 10.49MB / 51.84MB 1.4s
14:36:30 #14 ...
14:36:30 
14:36:30 #10 [internal] load build context
14:36:30 #10 sha256:46d925038f81fe2a3a6ad5a39642ee6681b6412eceb30cfc2fdb37d34f480532
14:36:30 #10 transferring context: 20.16MB 1.5s done
14:36:30 #10 DONE 1.7s
14:36:30 
14:36:30 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:30 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:36:30 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 19.15MB / 51.84MB 1.6s
14:36:30 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 24.05MB / 51.84MB 1.8s
14:36:30 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 18.87MB / 76.10MB 0.7s
14:36:30 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 70.25MB / 105.80MB 1.7s
14:36:30 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 80.45MB / 105.80MB 1.8s
14:36:30 #7 extracting sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267
14:36:30 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 1.9s done
14:36:30 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 35.65MB / 51.84MB 2.0s
14:36:30 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 0B / 68.78MB 2.0s
14:36:30 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 0B / 129.04MB 2.0s
14:36:30 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 23.07MB / 76.10MB 0.8s
14:36:31 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 91.42MB / 105.80MB 2.0s
14:36:31 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 41.67MB / 51.84MB 2.2s
14:36:31 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 3.92MB / 68.78MB 2.2s
14:36:31 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 27.26MB / 76.10MB 1.0s
14:36:31 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 36.70MB / 76.10MB 1.3s
14:36:31 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 102.76MB / 105.80MB 2.3s
14:36:31 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262
14:36:31 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.2s done
14:36:31 #14 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193
14:36:31 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 47.19MB / 51.84MB 2.4s
14:36:31 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 9.44MB / 68.78MB 2.4s
14:36:31 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 50.33MB / 51.84MB 2.6s
14:36:31 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 16.11MB / 68.78MB 2.7s
14:36:31 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 8.39MB / 129.04MB 2.7s
14:36:31 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 54.53MB / 76.10MB 1.7s
14:36:31 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 60.82MB / 76.10MB 1.8s
14:36:31 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 26.21MB / 68.78MB 3.0s
14:36:31 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 18.87MB / 129.04MB 3.0s
14:36:32 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 72.35MB / 76.10MB 2.0s
14:36:32 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 51.84MB / 51.84MB 3.0s done
14:36:32 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 32.51MB / 68.78MB 3.2s
14:36:32 #14 sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f 0B / 156B 3.2s
14:36:32 #14 sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f 156B / 156B 3.2s done
14:36:32 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 105.80MB / 105.80MB 3.1s done
14:36:32 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd done
14:36:32 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 36.70MB / 68.78MB 3.4s
14:36:32 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 28.41MB / 129.04MB 3.4s
14:36:32 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2
14:36:32 #14 ...
14:36:32 
14:36:32 #21 [internal] load build context
14:36:32 #21 transferring context: 51.23MB 3.5s done
14:36:32 #21 DONE 3.6s
14:36:32 
14:36:32 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
14:36:32 #7 ...
14:36:32 
14:36:32 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:32 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
14:36:32 #13 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.1s done
14:36:32 #13 sha256:ea50976a61f1b994279087011ebf4c199014267e29d10e705e32242318a8f61d 6.97kB / 6.97kB done
14:36:32 #13 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
14:36:32 #13 sha256:6dcfd98f112a95d610478bf34b0aa1d49cd85cf99e31b5b9a9ad97f6ecbaf290 1.79kB / 1.79kB done
14:36:32 #13 sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 45.92MB / 45.92MB 9.4s done
14:36:32 #13 sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d 7.13MB / 7.13MB 5.6s done
14:36:32 #13 sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10 9.34MB / 9.34MB 7.3s done
14:36:32 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 35.65MB / 53.24MB 9.8s
14:36:32 #13 sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 33.55MB / 47.36MB 9.8s
14:36:32 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 2.10MB / 100.29MB 9.8s
14:36:32 #13 extracting sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 0.3s
14:36:32 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 41.94MB / 68.78MB 3.6s
14:36:32 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 39.85MB / 129.04MB 3.6s
14:36:32 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 39.85MB / 53.24MB 10.1s
14:36:32 #13 sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 38.80MB / 47.36MB 10.1s
14:36:33 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 48.23MB / 68.78MB 3.8s
14:36:33 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 46.51MB / 129.04MB 3.8s
14:36:33 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 7.34MB / 100.29MB 10.2s
14:36:33 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 44.04MB / 53.24MB 10.4s
14:36:33 #13 sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 42.99MB / 47.36MB 10.4s
14:36:33 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 57.67MB / 68.78MB 4.1s
14:36:33 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 55.57MB / 129.04MB 4.1s
14:36:33 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 66.06MB / 68.78MB 4.3s
14:36:33 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 67.11MB / 129.04MB 4.3s
14:36:33 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 3.0s done
14:36:33 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc
14:36:33 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 82.63MB / 129.04MB 4.4s
14:36:33 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 90.18MB / 129.04MB 4.6s
14:36:33 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 101.71MB / 129.04MB 4.7s
14:36:33 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 48.23MB / 53.24MB 10.7s
14:36:33 #13 sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 46.14MB / 47.36MB 10.7s
14:36:33 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 14.68MB / 100.29MB 10.7s
14:36:33 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 52.43MB / 53.24MB 10.9s
14:36:34 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 4.9s done
14:36:34 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 122.68MB / 129.04MB 5.0s
14:36:34 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 19.92MB / 100.29MB 11.1s
14:36:34 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 25.17MB / 100.29MB 11.5s
14:36:34 #13 sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 47.36MB / 47.36MB 11.7s done
14:36:34 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 30.41MB / 100.29MB 11.8s
14:36:34 #13 sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd 0B / 156B 11.8s
14:36:34 #13 sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd 156B / 156B 11.9s
14:36:35 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 35.65MB / 100.29MB 12.3s
14:36:35 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 129.04MB / 129.04MB 6.2s done
14:36:35 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 53.24MB / 53.24MB 12.7s done
14:36:35 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 40.89MB / 100.29MB 12.8s
14:36:35 #13 sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd 156B / 156B 12.8s done
14:36:35 #14 ...
14:36:35 
14:36:35 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322
14:36:35 #7 sha256:9e94b598bd96c673e05b90a705416e2f666b49d513cbaefa094eb3336346a5f7
14:36:35 #7 resolve docker.io/library/ubuntu:focal@sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322 0.0s done
14:36:35 #7 sha256:7cc0576c7c0ec2384de5cbf245f41567e922aab1b075f3e8ad565f508032df17 529B / 529B done
14:36:35 #7 sha256:ba6acccedd2923aee4c2acc6a23780b14ed4b8a5fa4e14e252a23b846df9b6c1 1.46kB / 1.46kB done
14:36:35 #7 sha256:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 28.57MB / 28.57MB 1.5s done
14:36:35 #7 sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322 1.42kB / 1.42kB done
14:36:35 #7 extracting sha256:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 4.5s done
14:36:35 #7 DONE 6.6s
14:36:35 
14:36:35 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:35 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:36:36 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 46.14MB / 100.29MB 13.6s
14:36:36 #14 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 5.1s
14:36:36 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 4.2s done
14:36:37 #14 extracting sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 done
14:36:37 #14 DONE 8.1s
14:36:37 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 51.38MB / 100.29MB 14.1s
14:36:37 
14:36:37 #16 [build-base-alpine 1/3] COPY --from=xx / /
14:36:37 #14 ...
14:36:37 
14:36:37 #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
14:36:37 #8 sha256:955a1de0d7a19db7d27789f11498cfdb60122019968eb9a6528460ffb5ac2dd8
14:36:37 #8 DONE 2.0s
14:36:37 #7 ...
14:36:37 
14:36:37 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:37 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:36:37 #13 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.0s done
14:36:37 #13 sha256:c6dc9ac30185340b11d411a379fe385a0c5fa0790f577da12682479a418bba95 6.96kB / 6.96kB done
14:36:37 #13 sha256:e4709878e5e3a0ec3e392fd36d67044dc76c4b5602675ddd8dd8daa9cda2c711 1.79kB / 1.79kB done
14:36:37 #13 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
14:36:37 #13 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.7s done
14:36:37 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 1.9s done
14:36:37 #13 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 1.3s done
14:36:37 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 51.84MB / 51.84MB 3.6s done
14:36:37 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 4.4s done
14:36:37 #13 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 4.7s
14:36:37 #13 sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f 156B / 156B 4.5s done
14:36:37 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 129.04MB / 129.04MB 7.1s
14:36:37 #13 ...
14:36:37 
14:36:37 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
14:36:37 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
14:36:37 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 57.67MB / 100.29MB 14.8s
14:36:37 
14:36:37 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
14:36:37 #9 sha256:4e64ecf1d448fb32872698549105a9acb848409cab959ac8b5126b175f541d81
14:36:37 #13 extracting sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 5.4s
14:36:38 #16 DONE 1.1s
14:36:38 
14:36:38 #17 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
14:36:38 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 62.91MB / 100.29MB 15.5s
14:36:38 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.1s
14:36:39 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 70.25MB / 100.29MB 16.0s
14:36:39 #17 0.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
14:36:39 #9 1.609 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
14:36:39 #9 1.661 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
14:36:39 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 77.59MB / 100.29MB 16.5s
14:36:39 #9 1.871 Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [797 kB]
14:36:39 #9 1.931 Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [587 kB]
14:36:39 #9 1.955 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1139 kB]
14:36:39 #9 2.000 Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
14:36:39 #9 2.055 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
14:36:39 #9 2.144 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
14:36:39 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 83.89MB / 100.29MB 16.9s
14:36:40 #17 1.835 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
14:36:40 #17 2.005 (1/18) Installing libffi (3.3-r2)
14:36:40 #17 2.008 (2/18) Installing libgcc (10.3.1_git20210424-r2)
14:36:40 #9 2.569 Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
14:36:40 #9 2.673 Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
14:36:40 #17 2.011 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
14:36:40 #17 2.030 (4/18) Installing xz-libs (5.2.5-r0)
14:36:40 #17 2.038 (5/18) Installing libxml2 (2.9.12-r1)
14:36:40 #17 2.055 (6/18) Installing llvm11-libs (11.1.0-r2)
14:36:40 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 91.23MB / 100.29MB 17.3s
14:36:40 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 97.52MB / 100.29MB 17.6s
14:36:40 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 6.8s done
14:36:41 #17 2.872 (7/18) Installing clang-libs (11.1.0-r1)
14:36:41 #7 DONE 11.1s
14:36:41 
14:36:41 #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
14:36:41 #8 sha256:cf4fb3654e48196cc2869fc32de241cbffa51e17eddb4511085620dc69654c70
14:36:41 #9 3.471 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
14:36:41 #9 3.471 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
14:36:41 #9 3.533 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.4 kB]
14:36:41 #9 3.534 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1084 kB]
14:36:41 #9 3.588 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [654 kB]
14:36:41 #9 3.632 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1597 kB]
14:36:41 #9 3.703 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6310 B]
14:36:41 #9 3.703 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [2668 B]
14:36:41 #13 extracting sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 9.4s done
14:36:42 #13 extracting sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d
14:36:42 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 100.29MB / 100.29MB 19.4s done
14:36:42 #17 3.922 (8/18) Installing clang (11.1.0-r1)
14:36:42 #17 4.491 (9/18) Installing libmagic (5.40-r1)
14:36:42 #9 5.277 Fetched 19.4 MB in 4s (4796 kB/s)
14:36:42 #17 4.516 (10/18) Installing file (5.40-r1)
14:36:42 #17 4.518 (11/18) Installing brotli-libs (1.0.9-r5)
14:36:42 #17 4.528 (12/18) Installing nghttp2-libs (1.43.0-r0)
14:36:42 #17 4.531 (13/18) Installing libcurl (7.79.1-r0)
14:36:42 #17 4.539 (14/18) Installing expat (2.4.1-r0)
14:36:42 #17 4.543 (15/18) Installing pcre2 (10.36-r0)
14:36:42 #17 4.552 (16/18) Installing git (2.32.0-r0)
14:36:42 #17 4.666 (17/18) Installing lld (11.1.0-r0)
14:36:42 #17 4.699 (18/18) Installing llvm11 (11.1.0-r2)
14:36:42 #13 ...
14:36:42 
14:36:42 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
14:36:42 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
14:36:42 #7 extracting sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 9.6s done
14:36:42 #7 extracting sha256:6ace0dae0063ba89441ebd896354dcbf1a9d649433899275bc49158bb58c3d5a done
14:36:42 #7 extracting sha256:8885f7749372e39110ebd083ed5520ae7d767698cf0b98760b9d8c3c8b4db411 done
14:36:42 #7 extracting sha256:c2c645ca9e1c6b0b982faacacf165902754db172fcfc7e79dafce8853f4b104a done
14:36:42 #7 extracting sha256:0ce23e23698a13e82c0815f2934f489668f763158c3092e687112df82f7797e3 done
14:36:42 #7 ...
14:36:42 
14:36:42 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:42 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
14:36:43 #17 5.070 Executing busybox-1.33.1-r3.trigger
14:36:43 #13 extracting sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d 0.8s done
14:36:43 #17 5.074 OK: 285 MiB in 33 packages
14:36:43 #13 extracting sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10
14:36:44 #13 extracting sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10 0.5s done
14:36:44 #9 5.277 Reading package lists...
14:36:44 #13 extracting sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f
14:36:44 #8 DONE 2.6s
14:36:44 
14:36:44 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
14:36:44 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
14:36:44 #9 6.503 Reading package lists...
14:36:44 #9 ...
14:36:44 
14:36:44 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:44 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:36:44 #14 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 7.1s done
14:36:44 #14 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0.9s done
14:36:44 #14 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 0.9s done
14:36:44 #14 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 3.4s
14:36:44 #13 ...
14:36:44 
14:36:44 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
14:36:44 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
14:36:44 #7 extracting sha256:2f5c0046a39fe55a4fcc3fef45adf75f7d6d885d9c428dec2658fa6cfeefaeda done
14:36:44 #7 extracting sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 0.8s done
14:36:44 #7 extracting sha256:c64dff143675f3e9a900ab1685fcc2cff7d5264cd507dced816e7a9c406c5dd5 done
14:36:44 #7 DONE 22.2s
14:36:45 
14:36:45 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:45 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
14:36:45 #14 ...
14:36:45 
14:36:45 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
14:36:45 #9 sha256:4e64ecf1d448fb32872698549105a9acb848409cab959ac8b5126b175f541d81
14:36:45 #9 6.503 Reading package lists...
14:36:45 #9 7.687 Building dependency tree...
14:36:45 #9 7.939 Reading state information...
14:36:45 #9 8.215 The following additional packages will be installed:
14:36:45 #9 8.215   at autoconf automake autopoint autotools-dev binutils binutils-common
14:36:45 #9 8.215   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
14:36:45 #9 8.215   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
14:36:45 #9 8.215   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
14:36:45 #9 8.215   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
14:36:45 #9 8.215   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
14:36:45 #9 8.215   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
14:36:45 #9 8.215   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
14:36:45 #9 8.215   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
14:36:45 #9 8.215   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
14:36:45 #9 8.215   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
14:36:45 #9 8.215   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
14:36:45 #9 8.215   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
14:36:45 #9 8.215   libclone-perl libcommon-sense-perl libconst-fast-perl
14:36:45 #9 8.215   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
14:36:45 #9 8.215   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
14:36:45 #9 8.215   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
14:36:45 #9 8.215   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
14:36:45 #9 8.215   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
14:36:45 #9 8.215   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
14:36:45 #9 8.215   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
14:36:45 #9 8.215   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
14:36:45 #9 8.215   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
14:36:45 #9 8.215   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
14:36:45 #9 8.215   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
14:36:45 #9 8.215   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
14:36:45 #9 8.215   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
14:36:45 #9 8.215   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
14:36:45 #9 8.215   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
14:36:45 #9 8.215   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
14:36:45 #9 8.215   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
14:36:45 #9 8.215   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
14:36:45 #9 8.215   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
14:36:45 #9 8.215   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
14:36:45 #9 8.215   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
14:36:45 #9 8.215   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
14:36:45 #9 8.215   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
14:36:45 #9 8.215   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
14:36:45 #9 8.215   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
14:36:45 #9 8.215   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
14:36:45 #9 8.215   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
14:36:45 #9 8.215   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
14:36:45 #9 8.215   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
14:36:45 #9 8.215   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
14:36:45 #9 8.215   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
14:36:45 #9 8.215   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
14:36:45 #9 8.215   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
14:36:45 #9 8.215   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
14:36:45 #9 8.215   libnumber-compare-perl libnumber-range-perl libobject-id-perl
14:36:45 #9 8.215   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
14:36:45 #9 8.215   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
14:36:45 #9 8.215   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
14:36:45 #9 8.215   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
14:36:45 #9 8.215   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
14:36:45 #9 8.215   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
14:36:45 #9 8.215   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
14:36:45 #9 8.215   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
14:36:45 #9 8.215   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
14:36:45 #9 8.215   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
14:36:45 #9 8.215   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
14:36:45 #9 8.215   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
14:36:45 #9 8.215   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
14:36:45 #9 8.215   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
14:36:45 #9 8.215   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
14:36:45 #9 8.215   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
14:36:45 #9 8.215   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
14:36:45 #9 8.215   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
14:36:45 #9 8.215   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
14:36:45 #9 8.215   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
14:36:45 #9 8.215   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
14:36:45 #9 8.215   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
14:36:45 #9 8.215   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
14:36:45 #9 8.215   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
14:36:45 #9 8.215   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
14:36:45 #9 8.215   openssh-client openssl patch patchutils perl perl-modules-5.30
14:36:45 #9 8.215   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
14:36:45 #9 8.215   python-apt-common python3 python3-apt python3-certifi python3-chardet
14:36:45 #9 8.215   python3-debian python3-gpg python3-idna python3-magic python3-minimal
14:36:45 #9 8.215   python3-pkg-resources python3-requests python3-six python3-unidiff
14:36:45 #9 8.215   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
14:36:45 #9 8.215   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
14:36:45 #9 8.215   xz-utils
14:36:45 #9 8.215 Suggested packages:
14:36:45 #9 8.215   default-mta | mail-transport-agent autoconf-archive gnu-standards
14:36:45 #9 8.215   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
14:36:45 #9 8.215   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
14:36:45 #9 8.215   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
14:36:45 #9 8.215   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
14:36:45 #9 8.215   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
14:36:45 #9 8.215   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
14:36:45 #9 8.215   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
14:36:45 #9 8.215   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
14:36:45 #9 8.215   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
14:36:45 #9 8.215   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
14:36:45 #9 8.215   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
14:36:45 #9 8.215   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
14:36:45 #9 8.215   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
14:36:45 #9 8.215   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
14:36:45 #9 8.215   libscalar-number-perl libsasl2-modules-gssapi-mit
14:36:45 #9 8.215   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
14:36:45 #9 8.215   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
14:36:45 #9 8.215   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
14:36:45 #9 8.215   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
14:36:45 #9 8.215   libxml-sax-expatxs-perl bash-completion binutils-multiarch
14:36:45 #9 8.215   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
14:36:45 #9 8.215   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
14:36:45 #9 8.215   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
14:36:45 #9 8.215   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
14:36:45 #9 8.215   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
14:36:45 #9 8.215   python3-cryptography python3-openssl python3-socks python3.8-venv
14:36:45 #9 8.215   python3.8-doc binfmt-support readline-doc zip wdiff-doc
14:36:45 #9 1.814 Loaded plugins: fastestmirror, ovl
14:36:46 #9 2.264 Determining fastest mirrors
14:36:46 #9 8.688 The following NEW packages will be installed:
14:36:46 #9 8.688   at autoconf automake autopoint autotools-dev binutils binutils-common
14:36:46 #9 8.688   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
14:36:46 #9 8.688   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
14:36:46 #9 8.688   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
14:36:46 #9 8.688   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
14:36:46 #9 8.688   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
14:36:46 #9 8.689   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
14:36:46 #9 8.689   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
14:36:46 #9 8.689   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
14:36:46 #9 8.689   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
14:36:46 #9 8.689   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
14:36:46 #9 8.689   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
14:36:46 #9 8.689   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
14:36:46 #9 8.689   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
14:36:46 #9 8.689   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
14:36:46 #9 8.689   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
14:36:46 #9 8.689   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
14:36:46 #9 8.689   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
14:36:46 #9 8.689   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
14:36:46 #9 8.689   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
14:36:46 #9 8.689   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
14:36:46 #9 8.689   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
14:36:46 #9 8.689   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
14:36:46 #9 8.689   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
14:36:46 #9 8.689   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
14:36:46 #9 8.690   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
14:36:46 #9 8.690   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
14:36:46 #9 8.690   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
14:36:46 #9 8.690   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
14:36:46 #9 8.690   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
14:36:46 #9 8.690   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
14:36:46 #9 8.690   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
14:36:46 #9 8.690   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
14:36:46 #9 8.690   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
14:36:46 #9 8.690   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
14:36:46 #9 8.690   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
14:36:46 #9 8.690   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
14:36:46 #9 8.690   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
14:36:46 #9 8.690   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
14:36:46 #9 8.690   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
14:36:46 #9 8.690   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
14:36:46 #9 8.690   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
14:36:46 #9 8.690   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
14:36:46 #9 8.690   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
14:36:46 #9 8.690   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
14:36:46 #9 8.690   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
14:36:46 #9 8.690   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
14:36:46 #9 8.690   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
14:36:46 #9 8.690   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
14:36:46 #9 8.690   libnumber-compare-perl libnumber-range-perl libobject-id-perl
14:36:46 #9 8.690   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
14:36:46 #9 8.690   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
14:36:46 #9 8.690   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
14:36:46 #9 8.690   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
14:36:46 #9 8.690   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
14:36:46 #9 8.690   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
14:36:46 #9 8.690   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
14:36:46 #9 8.690   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
14:36:46 #9 8.690   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
14:36:46 #9 8.690   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
14:36:46 #9 8.690   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
14:36:46 #9 8.690   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
14:36:46 #9 8.690   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
14:36:46 #9 8.690   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
14:36:46 #9 8.690   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
14:36:46 #9 8.690   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
14:36:46 #9 8.690   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
14:36:46 #9 8.690   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
14:36:46 #9 8.690   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
14:36:46 #9 8.690   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
14:36:46 #9 8.690   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
14:36:46 #9 8.690   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
14:36:46 #9 8.690   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
14:36:46 #9 8.690   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
14:36:46 #9 8.690   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
14:36:46 #9 8.690   openssh-client openssl patch patchutils perl perl-modules-5.30
14:36:46 #9 8.690   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
14:36:46 #9 8.690   python-apt-common python3 python3-apt python3-certifi python3-chardet
14:36:46 #9 8.690   python3-debian python3-gpg python3-idna python3-magic python3-minimal
14:36:46 #9 8.690   python3-pkg-resources python3-requests python3-six python3-unidiff
14:36:46 #9 8.691   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
14:36:46 #9 8.691   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
14:36:46 #9 8.691   xz-utils
14:36:46 #17 DONE 8.1s
14:36:46 
14:36:46 #18 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
14:36:46 #18 DONE 0.0s
14:36:46 
14:36:46 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
14:36:46 #9 9.124 0 upgraded, 354 newly installed, 0 to remove and 0 not upgraded.
14:36:46 #9 9.124 Need to get 104 MB of archives.
14:36:46 #9 9.124 After this operation, 467 MB of additional disk space will be used.
14:36:46 #9 9.124 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
14:36:46 #9 9.268 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.8 [1320 kB]
14:36:47 #19 0.723 + apk  --root / add --no-cache musl-dev gcc
14:36:47 #19 0.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
14:36:47 #9 9.677 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.1 [717 kB]
14:36:47 #9 9.722 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB]
14:36:47 #9 9.725 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.1 [1900 kB]
14:36:47 #9 9.814 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
14:36:47 #9 9.814 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
14:36:47 #9 9.818 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
14:36:47 #9 9.821 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
14:36:47 #9 9.823 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
14:36:47 #9 9.829 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB]
14:36:47 #9 9.852 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.1 [1674 kB]
14:36:47 #9 ...
14:36:47 
14:36:47 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:47 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:36:47 #13 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 5.6s done
14:36:47 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 129.04MB / 129.04MB 7.2s done
14:36:47 #13 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0.7s done
14:36:47 #13 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 0.6s done
14:36:47 #13 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 5.1s done
14:36:47 #13 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 2.1s
14:36:47 #9 9.931 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.1 [387 kB]
14:36:47 #9 9.953 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
14:36:47 #9 9.953 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
14:36:47 #9 9.953 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
14:36:47 #9 9.953 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
14:36:47 #9 9.963 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
14:36:47 #9 9.966 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
14:36:47 #9 10.00 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
14:36:47 #9 10.01 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
14:36:47 #9 10.04 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
14:36:47 #9 10.06 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
14:36:47 #9 10.22 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
14:36:47 #9 10.22 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB]
14:36:47 #9 10.41 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB]
14:36:47 #9 10.41 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.8 [620 kB]
14:36:47 #9 10.44 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.2 [145 kB]
14:36:47 #9 10.45 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.9 [4744 B]
14:36:47 #9 10.45 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
14:36:47 #9 10.46 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
14:36:47 #9 10.46 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
14:36:47 #9 10.46 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
14:36:47 #9 10.47 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
14:36:47 #9 10.48 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
14:36:48 #9 10.55 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
14:36:48 #9 10.55 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2021a-2ubuntu0.20.04 [297 kB]
14:36:48 #9 10.56 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libicu66 amd64 66.1-2ubuntu2 [8520 kB]
14:36:48 #19 1.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
14:36:48 #19 2.165 (1/10) Installing binutils (2.35.2-r2)
14:36:48 #9 11.03 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB]
14:36:48 #9 11.03 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
14:36:48 #9 11.03 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
14:36:48 #9 11.03 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
14:36:48 #9 11.03 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB]
14:36:48 #9 11.03 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
14:36:48 #9 11.03 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
14:36:48 #9 11.04 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
14:36:48 #9 11.04 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
14:36:48 #9 11.10 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB]
14:36:48 #9 11.17 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
14:36:48 #9 11.17 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
14:36:48 #19 2.307 (2/10) Installing libgomp (10.3.1_git20210424-r2)
14:36:48 #19 2.314 (3/10) Installing libatomic (10.3.1_git20210424-r2)
14:36:48 #19 2.320 (4/10) Installing libgphobos (10.3.1_git20210424-r2)
14:36:48 #13 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 3.5s done
14:36:48 #9 11.29 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
14:36:48 #9 11.29 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
14:36:48 #9 11.32 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
14:36:48 #9 11.32 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
14:36:48 #9 11.32 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB]
14:36:48 #9 11.32 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB]
14:36:48 #9 11.32 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB]
14:36:48 #9 11.32 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB]
14:36:48 #9 11.32 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB]
14:36:48 #9 11.39 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
14:36:48 #9 11.39 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
14:36:48 #9 11.39 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
14:36:48 #9 11.46 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
14:36:48 #9 11.46 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
14:36:48 #9 11.47 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
14:36:48 #9 11.49 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
14:36:48 #9 11.49 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
14:36:49 #19 2.385 (5/10) Installing gmp (6.2.1-r0)
14:36:49 #19 2.394 (6/10) Installing isl22 (0.22-r0)
14:36:49 #19 2.417 (7/10) Installing mpfr4 (4.1.0-r0)
14:36:49 #19 2.450 (8/10) Installing mpc1 (1.2.1-r0)
14:36:49 #19 2.455 (9/10) Installing gcc (10.3.1_git20210424-r2)
14:36:49 #13 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554
14:36:49 #9 11.49 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
14:36:49 #9 11.55 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB]
14:36:49 #9 11.58 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
14:36:49 #9 11.58 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.6 [17.1 kB]
14:36:49 #9 11.58 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.6 [154 kB]
14:36:49 #9 11.61 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
14:36:49 #9 11.61 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
14:36:49 #9 11.62 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
14:36:49 #9 11.62 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
14:36:49 #9 11.62 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
14:36:49 #9 11.68 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
14:36:49 #9 11.68 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
14:36:49 #9 11.68 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
14:36:49 #9 11.70 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
14:36:49 #9 11.70 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
14:36:49 #13 extracting sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 4.4s done
14:36:49 #13 extracting sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb
14:36:49 #9 11.75 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
14:36:49 #9 11.76 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.1 [207 kB]
14:36:49 #9 11.78 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.1 [475 kB]
14:36:49 #9 11.79 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.1 [47.1 kB]
14:36:49 #9 11.79 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.1 [46.6 kB]
14:36:49 #9 11.83 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.1 [1613 kB]
14:36:49 #9 11.90 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.1 [3380 B]
14:36:49 #9 11.90 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB]
14:36:49 #9 11.90 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-88.99 [1116 kB]
14:36:49 #9 11.94 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
14:36:49 #9 11.94 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB]
14:36:49 #9 12.07 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB]
14:36:49 #19 3.159 (10/10) Installing musl-dev (1.2.2-r3)
14:36:49 #19 3.241 Executing busybox-1.33.1-r3.trigger
14:36:49 #9 12.07 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
14:36:49 #9 12.09 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
14:36:49 #9 12.11 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
14:36:49 #9 12.11 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB]
14:36:49 #19 3.246 OK: 405 MiB in 43 packages
14:36:50 #9 12.66 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
14:36:50 #9 12.66 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
14:36:50 #9 12.66 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
14:36:50 #9 12.81 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
14:36:50 #9 12.95 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
14:36:50 #9 12.96 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB]
14:36:50 #9 13.22 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
14:36:50 #9 13.33 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
14:36:51 #9 13.44 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
14:36:51 #9 13.48 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
14:36:51 #9 13.48 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB]
14:36:51 #9 13.59 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB]
14:36:51 #9 14.05 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
14:36:51 #9 14.05 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB]
14:36:51 #9 14.08 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB]
14:36:51 #19 DONE 4.9s
14:36:51 
14:36:51 #20 [build 1/2] RUN --mount=type=cache,target=/root/.cache     GO111MODULE=auto go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0
14:36:52 #9 14.56 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
14:36:52 #9 14.56 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
14:36:52 #9 14.56 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
14:36:52 #9 14.57 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
14:36:52 #9 14.57 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
14:36:52 #9 14.58 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
14:36:52 #9 14.58 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
14:36:52 #9 14.59 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB]
14:36:52 #9 14.59 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB]
14:36:52 #9 14.62 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB]
14:36:52 #9 14.69 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB]
14:36:52 #20 1.167 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
14:36:52 #9 14.69 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB]
14:36:52 #9 14.69 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB]
14:36:52 #9 14.70 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB]
14:36:52 #9 14.71 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB]
14:36:52 #9 14.71 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB]
14:36:52 #9 14.71 Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB]
14:36:52 #9 14.71 Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB]
14:36:52 #9 14.71 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB]
14:36:52 #9 14.77 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB]
14:36:52 #9 14.84 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
14:36:52 #9 14.84 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
14:36:52 #9 14.84 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
14:36:52 #9 14.85 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB]
14:36:52 #9 14.88 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB]
14:36:52 #9 14.89 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
14:36:52 #9 14.89 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
14:36:52 #9 14.89 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
14:36:52 #9 14.89 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
14:36:52 #9 14.91 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
14:36:52 #9 14.98 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
14:36:52 #9 14.98 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
14:36:52 #9 14.98 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
14:36:52 #9 14.99 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
14:36:52 #9 14.99 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
14:36:52 #9 14.99 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
14:36:52 #9 15.03 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
14:36:52 #9 15.03 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
14:36:52 #9 15.04 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
14:36:52 #9 15.08 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
14:36:52 #9 15.13 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
14:36:52 #9 15.13 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
14:36:52 #9 15.13 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB]
14:36:52 #9 15.14 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
14:36:52 #9 15.14 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
14:36:52 #9 15.14 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB]
14:36:52 #9 15.15 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
14:36:52 #9 15.15 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB]
14:36:52 #9 15.20 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB]
14:36:52 #9 15.22 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
14:36:52 #9 15.27 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB]
14:36:52 #9 15.28 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB]
14:36:52 #9 15.28 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB]
14:36:52 #9 15.29 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB]
14:36:52 #9 15.30 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB]
14:36:52 #9 15.31 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
14:36:52 #9 15.31 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
14:36:52 #9 15.31 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
14:36:52 #9 15.35 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
14:36:52 #9 15.35 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
14:36:52 #9 15.42 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
14:36:52 #9 15.42 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
14:36:52 #9 15.42 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
14:36:52 #9 15.42 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
14:36:52 #9 15.42 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
14:36:52 #9 15.42 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
14:36:52 #9 15.42 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
14:36:52 #9 15.42 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
14:36:52 #9 15.49 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
14:36:52 #9 15.49 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
14:36:53 #9 15.56 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
14:36:53 #9 15.56 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
14:36:53 #9 15.56 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
14:36:53 #9 15.56 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
14:36:53 #9 15.56 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
14:36:53 #9 15.56 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
14:36:53 #9 15.57 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
14:36:53 #9 15.57 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
14:36:53 #9 15.64 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
14:36:53 #9 15.64 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
14:36:53 #9 15.71 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
14:36:53 #9 15.71 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
14:36:53 #9 15.71 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
14:36:53 #9 15.71 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
14:36:53 #9 15.71 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
14:36:53 #9 15.72 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
14:36:53 #9 15.72 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
14:36:53 #9 15.72 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
14:36:53 #9 15.78 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
14:36:53 #20 1.909 go: downloading github.com/akavel/rsrc v0.10.2
14:36:53 #13 ...
14:36:53 
14:36:53 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
14:36:53 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
14:36:53 #9 8.833  * base: download.cf.centos.org
14:36:53 #9 8.833  * extras: download.cf.centos.org
14:36:53 #9 8.833  * updates: download.cf.centos.org
14:36:53 #9 15.93 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
14:36:53 #9 16.00 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
14:36:53 #13 extracting sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 3.9s done
14:36:53 #13 extracting sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729
14:36:53 #9 16.19 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
14:36:53 #9 16.24 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
14:36:54 #9 16.25 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
14:36:54 #9 16.42 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
14:36:54 #9 16.42 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
14:36:54 #9 16.43 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
14:36:54 #9 16.43 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
14:36:54 #9 16.44 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
14:36:54 #9 16.45 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
14:36:54 #9 16.45 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB]
14:36:54 #9 16.47 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
14:36:54 #9 16.47 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB]
14:36:54 #9 16.51 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB]
14:36:54 #9 16.84 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
14:36:54 #9 16.84 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
14:36:54 #9 16.84 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
14:36:54 #9 16.84 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
14:36:54 #9 16.85 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
14:36:54 #9 16.85 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
14:36:54 #9 16.85 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
14:36:54 #9 16.85 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
14:36:54 #9 16.85 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
14:36:54 #9 16.91 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
14:36:54 #9 16.93 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
14:36:54 #9 16.93 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
14:36:54 #9 16.93 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
14:36:54 #9 16.93 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
14:36:54 #9 16.93 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
14:36:54 #9 16.93 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
14:36:54 #9 16.93 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
14:36:54 #9 16.93 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
14:36:54 #9 16.99 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
14:36:54 #20 DONE 3.2s
14:36:54 
14:36:54 #23 [build 2/2] RUN --mount=type=bind,target=.,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
14:36:54 #9 ...
14:36:54 
14:36:54 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:54 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:36:54 #13 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 4.9s done
14:36:54 #13 extracting sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f done
14:36:54 #13 DONE 24.3s
14:36:54 
14:36:54 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
14:36:54 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
14:36:54 #9 17.02 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
14:36:54 #9 17.02 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
14:36:54 #9 17.02 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
14:36:54 #9 17.02 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
14:36:54 #9 17.02 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
14:36:54 #9 17.02 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
14:36:54 #9 17.02 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
14:36:54 #9 17.02 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
14:36:54 #9 17.06 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
14:36:54 #9 17.09 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
14:36:54 #9 17.10 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
14:36:54 #9 17.10 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
14:36:54 #9 17.11 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
14:36:54 #9 17.11 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
14:36:54 #9 17.11 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
14:36:54 #9 17.12 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
14:36:54 #9 17.12 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
14:36:54 #9 17.14 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
14:36:54 #9 17.21 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
14:36:54 #9 17.21 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
14:36:54 #9 17.21 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
14:36:54 #9 17.21 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
14:36:54 #9 17.21 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
14:36:54 #9 17.21 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
14:36:54 #9 17.21 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
14:36:54 #13 ...
14:36:54 
14:36:54 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
14:36:54 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
14:36:54 #8 1.641 Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
14:36:54 #8 1.713 Get:2 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
14:36:54 #8 1.961 Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
14:36:54 #8 2.063 Get:4 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
14:36:54 #8 2.151 Get:5 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
14:36:54 #8 2.232 Get:6 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
14:36:54 #8 2.232 Get:7 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
14:36:54 #8 3.826 Get:8 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
14:36:54 #8 5.094 Fetched 18.9 MB in 4s (4756 kB/s)
14:36:54 #8 5.094 Reading package lists...
14:36:54 #8 6.310 Reading package lists...
14:36:54 #8 7.483 Building dependency tree...
14:36:54 #8 7.653 Reading state information...
14:36:54 #8 7.902 curl is already the newest version (7.64.0-4+deb10u2).
14:36:54 #8 7.902 The following additional packages will be installed:
14:36:54 #8 7.902   autoconf automake autopoint autotools-dev binutils
14:36:54 #8 7.902   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
14:36:54 #8 7.902   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
14:36:54 #8 7.902   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
14:36:54 #8 7.902   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
14:36:54 #8 7.902   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
14:36:54 #8 7.902   libcroco3 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl
14:36:54 #8 7.902   libdevel-globaldestruction-perl libdpkg-perl libdynaloader-functions-perl
14:36:54 #8 7.902   libelf1 libencode-locale-perl liberror-perl libexpat1 libfakeroot
14:36:54 #8 7.902   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
14:36:54 #8 7.902   libfile-which-perl libfl2 libgcc-8-dev libgdbm-compat4 libgdbm6 libglib2.0-0
14:36:54 #8 7.902   libgomp1 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
14:36:54 #8 7.902   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
14:36:54 #8 7.902   libhttp-negotiate-perl libicu63 libimport-into-perl libio-html-perl
14:36:54 #8 7.902   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl19
14:36:54 #8 7.902   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
14:36:54 #8 7.902   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
14:36:54 #8 7.902   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
14:36:54 #8 7.902   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
14:36:54 #8 7.902   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
14:36:54 #8 7.902   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
14:36:54 #8 7.902   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
14:36:54 #8 7.902   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
14:36:54 #8 7.902   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
14:36:54 #8 7.902   po-debconf python3 python3-minimal python3.7 python3.7-minimal
14:36:54 #8 7.902   sensible-utils wdiff xz-utils
14:36:54 #8 7.902 Suggested packages:
14:36:54 #8 7.902   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
14:36:54 #8 7.902   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
14:36:54 #8 7.902   autopkgtest bls-standalone bsd-mailx | mailx build-essential
14:36:54 #8 7.902   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
14:36:54 #8 7.902   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
14:36:54 #8 7.902   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
14:36:54 #8 7.902   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
14:36:54 #8 7.902   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
14:36:54 #8 7.902   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
14:36:54 #8 7.902   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
14:36:54 #8 7.902   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
14:36:54 #8 7.902   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
14:36:54 #8 7.902   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
14:36:54 #8 7.902   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
14:36:54 #8 7.902   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
14:36:54 #8 7.902   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
14:36:54 #8 7.902   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
14:36:54 #8 7.902   diffutils-doc perl-doc libterm-readline-gnu-perl
14:36:54 #8 7.902   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
14:36:54 #8 7.902   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
14:36:54 #8 7.902   python3.7-doc binfmt-support wdiff-doc
14:36:54 #8 7.902 Recommended packages:
14:36:54 #8 7.902   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
14:36:54 #8 7.902   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
14:36:54 #8 7.902   licensecheck lintian python3-apt python3-debian python3-magic
14:36:54 #8 7.902   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
14:36:54 #8 7.902   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
14:36:54 #8 7.902   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
14:36:54 #8 7.902   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
14:36:54 #8 7.902   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
14:36:54 #8 7.902   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
14:36:54 #8 7.902   libmail-sendmail-perl
14:36:54 #8 9.432 The following NEW packages will be installed:
14:36:54 #8 9.432   autoconf automake autopoint autotools-dev binutils
14:36:54 #8 9.432   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
14:36:54 #8 9.432   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
14:36:54 #8 9.433   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
14:36:54 #8 9.433   intltool-debian libarchive-zip-perl libasan5 libatomic1
14:36:54 #8 9.433   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
14:36:54 #8 9.433   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
14:36:54 #8 9.433   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
14:36:54 #8 9.433   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
14:36:54 #8 9.433   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
14:36:54 #8 9.433   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
14:36:54 #8 9.433   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
14:36:54 #8 9.433   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
14:36:54 #8 9.433   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
14:36:54 #8 9.433   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
14:36:54 #8 9.433   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
14:36:54 #8 9.433   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
14:36:54 #8 9.433   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
14:36:54 #8 9.433   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
14:36:54 #8 9.433   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
14:36:54 #8 9.433   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
14:36:54 #8 9.433   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
14:36:54 #8 9.433   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
14:36:54 #8 9.433   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
14:36:54 #8 9.433   po-debconf python3 python3-minimal python3.7 python3.7-minimal
14:36:54 #8 9.434   sensible-utils wdiff xz-utils
14:36:54 #8 9.434 The following packages will be upgraded:
14:36:54 #8 9.435   libc6
14:36:54 #8 9.953 1 upgraded, 125 newly installed, 0 to remove and 15 not upgraded.
14:36:54 #8 9.953 Need to get 69.0 MB of archives.
14:36:54 #8 9.953 After this operation, 272 MB of additional disk space will be used.
14:36:54 #8 9.953 Get:1 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1 [2356 kB]
14:36:54 #8 9.967 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
14:36:55 #9 17.22 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
14:36:55 #9 17.22 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
14:36:55 #9 17.28 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
14:36:55 #9 17.31 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
14:36:55 #9 17.31 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
14:36:55 #9 17.31 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
14:36:55 #9 17.31 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
14:36:55 #9 17.31 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
14:36:55 #9 17.31 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
14:36:55 #9 17.31 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
14:36:55 #9 17.31 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
14:36:55 #9 17.36 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
14:36:55 #9 17.38 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
14:36:55 #9 17.38 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
14:36:55 #9 17.38 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
14:36:55 #9 17.38 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
14:36:55 #9 17.38 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
14:36:55 #9 17.39 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
14:36:55 #9 17.39 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
14:36:55 #9 17.39 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
14:36:55 #9 17.43 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
14:36:55 #9 17.48 Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
14:36:55 #9 17.48 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
14:36:55 #9 17.48 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
14:36:55 #9 17.48 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
14:36:55 #9 17.48 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
14:36:55 #9 17.48 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
14:36:55 #9 17.48 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
14:36:55 #9 17.48 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
14:36:55 #9 17.50 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
14:36:55 #9 17.56 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
14:36:55 #9 17.56 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
14:36:55 #9 17.56 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
14:36:55 #9 17.56 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
14:36:55 #9 17.56 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
14:36:55 #9 17.56 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
14:36:55 #9 17.57 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
14:36:55 #9 17.57 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
14:36:55 #8 ...
14:36:55 
14:36:55 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:55 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
14:36:55 #9 17.58 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
14:36:55 #9 17.64 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
14:36:55 #9 17.65 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
14:36:55 #9 17.65 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
14:36:55 #9 17.80 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
14:36:55 #9 ...
14:36:55 
14:36:55 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:36:55 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:36:55 #14 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 5.1s done
14:36:55 #14 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 2.6s done
14:36:55 #14 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 6.0s done
14:36:55 #14 extracting sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f done
14:36:55 #14 DONE 26.4s
14:36:55 
14:36:55 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
14:36:55 #9 sha256:4e64ecf1d448fb32872698549105a9acb848409cab959ac8b5126b175f541d81
14:36:55 #9 17.94 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
14:36:55 #9 17.95 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
14:36:55 #9 17.98 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
14:36:55 #9 18.06 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
14:36:55 #23 0.905 Building static docker-linux-amd64
14:36:55 #23 0.910 + go build -o /out/docker-linux-amd64 -tags ' pkcs11' --ldflags '    -w          -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:36:55Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -extldflags -static' '-buildmode=pie' github.com/docker/cli/cmd/docker
14:36:55 #9 18.10 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
14:36:55 #9 18.11 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
14:36:55 #9 18.12 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
14:36:55 #9 18.20 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
14:36:55 #9 18.20 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
14:36:55 #9 18.21 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
14:36:55 #9 18.21 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
14:36:55 #9 18.22 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
14:36:55 #9 18.23 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
14:36:55 #9 18.24 Get:318 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2 [49.1 kB]
14:36:55 #9 18.25 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
14:36:55 #9 18.27 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
14:36:55 #9 18.31 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
14:36:56 #9 18.31 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
14:36:56 #9 18.31 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
14:36:56 #9 18.31 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
14:36:56 #9 18.32 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
14:36:56 #9 18.32 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
14:36:56 #9 18.32 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
14:36:56 #9 18.38 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
14:36:56 #9 18.38 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
14:36:56 #9 18.38 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
14:36:56 #9 18.46 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
14:36:56 #9 18.46 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
14:36:56 #9 18.46 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
14:36:56 #9 18.46 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
14:36:56 #9 18.46 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
14:36:56 #9 18.49 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
14:36:56 #9 18.50 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
14:36:56 #9 18.53 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
14:36:56 #9 18.53 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
14:36:56 #9 18.53 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
14:36:56 #9 18.60 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
14:36:56 #9 18.60 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
14:36:56 #9 18.60 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu1 [981 kB]
14:36:56 #9 18.64 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
14:36:56 #9 18.76 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
14:36:56 #9 18.77 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
14:36:56 #9 18.77 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
14:36:56 #9 18.77 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
14:36:56 #9 18.77 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
14:36:56 #9 18.77 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
14:36:56 #9 18.78 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
14:36:56 #9 18.78 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
14:36:56 #9 18.78 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
14:36:56 #9 18.95 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
14:36:56 #9 19.18 debconf: delaying package configuration, since apt-utils is not installed
14:36:56 #9 19.22 Fetched 104 MB in 10s (10.1 MB/s)
14:36:56 #9 19.27 Selecting previously unselected package liblocale-gettext-perl.
14:36:56 #9 19.27 (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.)
14:36:56 #9 19.28 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
14:36:56 #9 19.28 Unpacking liblocale-gettext-perl (1.07-4) ...
14:36:57 #9 19.33 Selecting previously unselected package libssl1.1:amd64.
14:36:57 #9 19.33 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.8_amd64.deb ...
14:36:57 #9 19.34 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
14:36:57 #9 19.53 Selecting previously unselected package libpython3.8-minimal:amd64.
14:36:57 #9 19.53 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.1_amd64.deb ...
14:36:57 #9 19.54 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.1) ...
14:36:57 #9 19.72 Selecting previously unselected package libexpat1:amd64.
14:36:57 #9 19.72 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ...
14:36:57 #9 19.72 Unpacking libexpat1:amd64 (2.2.9-1build1) ...
14:36:57 #9 19.77 Selecting previously unselected package python3.8-minimal.
14:36:57 #9 19.77 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.1_amd64.deb ...
14:36:57 #9 19.77 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.1) ...
14:36:57 #9 20.32 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
14:36:58 #9 20.57 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.1) ...
14:36:58 #9 20.68 Setting up libexpat1:amd64 (2.2.9-1build1) ...
14:36:58 #9 20.76 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.1) ...
14:36:58 #13 extracting sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 5.0s
14:36:59 #9 21.68 Selecting previously unselected package python3-minimal.
14:36:59 #9 21.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4440 files and directories currently installed.)
14:36:59 #9 21.69 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
14:36:59 #9 21.71 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
14:36:59 #9 22.06 Selecting previously unselected package mime-support.
14:36:59 #9 22.06 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
14:36:59 #9 22.15 Unpacking mime-support (3.64ubuntu1) ...
14:36:59 #9 22.25 Selecting previously unselected package libmpdec2:amd64.
14:37:00 #9 22.25 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
14:37:00 #9 22.26 Unpacking libmpdec2:amd64 (2.4.2-3) ...
14:37:00 #9 22.33 Selecting previously unselected package readline-common.
14:37:00 #9 22.33 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
14:37:00 #9 22.34 Unpacking readline-common (8.0-4) ...
14:37:00 #9 22.42 Selecting previously unselected package libreadline8:amd64.
14:37:00 #9 22.42 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
14:37:00 #9 22.42 Unpacking libreadline8:amd64 (8.0-4) ...
14:37:00 #9 22.46 Selecting previously unselected package libsqlite3-0:amd64.
14:37:00 #9 22.46 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ...
14:37:00 #9 22.47 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
14:37:00 #9 22.54 Selecting previously unselected package libpython3.8-stdlib:amd64.
14:37:00 #13 extracting sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 7.0s done
14:37:00 #9 22.54 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.1_amd64.deb ...
14:37:00 #9 22.54 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.1) ...
14:37:00 #9 22.74 Selecting previously unselected package python3.8.
14:37:00 #9 22.74 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.1_amd64.deb ...
14:37:00 #9 22.74 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.1) ...
14:37:00 #9 22.78 Selecting previously unselected package libpython3-stdlib:amd64.
14:37:00 #9 22.78 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
14:37:00 #9 22.78 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
14:37:00 #9 22.81 Setting up python3-minimal (3.8.2-0ubuntu2) ...
14:37:00 #13 extracting sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd done
14:37:00 #9 22.99 Selecting previously unselected package python3.
14:37:00 #9 22.99 (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.)
14:37:00 #9 22.99 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
14:37:00 #9 23.00 Unpacking python3 (3.8.2-0ubuntu2) ...
14:37:00 #9 23.03 Selecting previously unselected package libbsd0:amd64.
14:37:00 #9 23.03 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
14:37:00 #9 23.04 Unpacking libbsd0:amd64 (0.10.0-1) ...
14:37:00 #9 23.07 Selecting previously unselected package bsdmainutils.
14:37:00 #13 DONE 38.0s
14:37:00 
14:37:00 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
14:37:00 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
14:37:00 #8 10.29 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u2 [309 kB]
14:37:00 #8 10.37 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
14:37:00 #8 10.47 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
14:37:00 #8 10.48 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
14:37:00 #8 10.56 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
14:37:00 #8 10.56 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
14:37:00 #8 10.58 Get:9 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
14:37:00 #8 10.69 Get:10 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6 [2873 kB]
14:37:00 #8 10.79 Get:11 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1 [266 kB]
14:37:00 #8 10.80 Get:12 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20211007-2~buster [1012 kB]
14:37:00 #8 10.85 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1 [2113 kB]
14:37:00 #8 10.87 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
14:37:00 #8 10.87 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6 [3180 kB]
14:37:00 #8 11.08 Get:16 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
14:37:00 #8 11.08 Get:17 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
14:37:00 #8 11.10 Get:18 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6 [204 kB]
14:37:00 #8 11.13 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [583 kB]
14:37:00 #8 11.14 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u1 [77.3 kB]
14:37:00 #8 11.15 Get:21 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1464 kB]
14:37:00 #8 11.24 Get:22 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
14:37:00 #8 11.24 Get:23 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
14:37:00 #8 11.24 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
14:37:00 #8 11.24 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1664 kB]
14:37:00 #8 11.34 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
14:37:00 #8 11.41 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
14:37:00 #8 11.44 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
14:37:00 #8 11.45 Get:29 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
14:37:00 #8 11.45 Get:30 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.2 kB]
14:37:00 #8 11.46 Get:31 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
14:37:00 #8 11.51 Get:32 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
14:37:00 #8 11.51 Get:33 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
14:37:00 #8 11.51 Get:34 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
14:37:00 #8 11.52 Get:35 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1 [179 kB]
14:37:00 #8 11.56 Get:36 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
14:37:00 #8 11.59 Get:37 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
14:37:00 #8 11.62 Get:38 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
14:37:00 #8 11.64 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
14:37:00 #8 11.64 Get:40 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
14:37:00 #8 11.68 Get:41 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
14:37:00 #8 11.70 Get:42 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
14:37:00 #8 11.78 Get:43 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
14:37:00 #8 11.82 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
14:37:00 #8 11.84 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
14:37:00 #8 11.97 Get:46 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
14:37:00 #8 11.99 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
14:37:00 #8 12.04 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
14:37:00 #8 12.09 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
14:37:00 #8 12.09 Get:50 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
14:37:00 #8 12.56 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
14:37:00 #8 12.57 Get:52 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
14:37:00 #8 12.57 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
14:37:00 #8 12.57 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
14:37:00 #8 12.57 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
14:37:00 #8 12.61 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
14:37:00 #8 12.62 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
14:37:00 #8 12.65 Get:58 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
14:37:00 #8 13.16 Get:59 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
14:37:00 #8 13.17 Get:60 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
14:37:00 #8 13.22 Get:61 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
14:37:00 #8 13.24 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
14:37:00 #8 13.26 Get:63 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
14:37:00 #8 13.27 Get:64 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
14:37:00 #8 13.30 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
14:37:00 #8 13.36 Get:66 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
14:37:00 #8 13.37 Get:67 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
14:37:00 #8 13.40 Get:68 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
14:37:00 #8 13.52 Get:69 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
14:37:00 #8 13.52 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
14:37:00 #8 13.55 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u2 [1078 kB]
14:37:00 #8 13.62 Get:72 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u1 [7973 kB]
14:37:00 #8 14.13 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u2 [572 kB]
14:37:00 #8 14.18 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
14:37:00 #8 14.22 Get:75 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
14:37:00 #8 14.31 Get:76 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
14:37:00 #8 14.33 Get:77 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
14:37:00 #8 14.33 Get:78 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
14:37:00 #8 14.33 Get:79 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
14:37:00 #8 14.33 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
14:37:00 #8 14.35 Get:81 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
14:37:00 #8 14.35 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
14:37:00 #8 14.35 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
14:37:00 #8 14.38 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
14:37:00 #8 14.44 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
14:37:00 #8 14.45 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
14:37:00 #8 14.45 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
14:37:00 #8 14.46 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
14:37:00 #8 14.46 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
14:37:00 #8 14.47 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
14:37:00 #8 14.47 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
14:37:00 #8 14.47 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
14:37:00 #8 14.47 Get:93 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
14:37:00 #8 14.55 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
14:37:00 #8 14.55 Get:95 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
14:37:00 #8 14.56 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
14:37:00 #8 14.58 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
14:37:00 #8 14.58 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
14:37:00 #8 14.58 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
14:37:00 #8 14.63 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
14:37:00 #8 14.65 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
14:37:00 #8 14.65 Get:102 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
14:37:00 #8 14.66 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
14:37:00 #8 14.72 Get:104 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
14:37:00 #8 14.72 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
14:37:00 #8 14.73 Get:106 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
14:37:00 #8 14.93 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
14:37:00 #8 15.20 Get:108 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
14:37:00 #8 15.20 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
14:37:00 #8 15.20 Get:110 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
14:37:00 #8 15.20 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [286 kB]
14:37:00 #8 15.38 Get:112 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
14:37:00 #8 15.39 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
14:37:00 #8 15.39 Get:114 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
14:37:00 #8 15.39 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
14:37:00 #8 15.39 Get:116 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
14:37:00 #8 15.39 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
14:37:00 #8 15.48 Get:118 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
14:37:00 #8 15.48 Get:119 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
14:37:00 #8 15.48 Get:120 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
14:37:00 #8 15.58 Get:121 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
14:37:00 #8 15.58 Get:122 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [292 kB]
14:37:00 #8 15.58 Get:123 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
14:37:00 #8 15.59 Get:124 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
14:37:00 #8 15.59 Get:125 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
14:37:00 #8 15.68 Get:126 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4194 kB]
14:37:00 #9 23.07 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
14:37:00 #9 23.07 Unpacking bsdmainutils (11.1.2ubuntu3) ...
14:37:00 #9 23.12 Selecting previously unselected package libuchardet0:amd64.
14:37:00 #9 23.12 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
14:37:00 #9 23.12 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
14:37:00 #9 23.17 Selecting previously unselected package groff-base.
14:37:00 #9 23.17 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
14:37:00 #9 23.17 Unpacking groff-base (1.22.4-4build1) ...
14:37:00 #9 23.29 Selecting previously unselected package libgdbm6:amd64.
14:37:00 #9 23.29 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
14:37:00 #9 23.29 Unpacking libgdbm6:amd64 (1.18.1-5) ...
14:37:00 #9 23.33 Selecting previously unselected package libpipeline1:amd64.
14:37:00 #9 23.33 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
14:37:00 #9 23.33 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
14:37:00 #9 23.38 Selecting previously unselected package man-db.
14:37:00 #9 23.38 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
14:37:00 #9 23.39 Unpacking man-db (2.9.1-1) ...
14:37:01 #8 16.26 debconf: delaying package configuration, since apt-utils is not installed
14:37:01 #9 23.51 Selecting previously unselected package perl-modules-5.30.
14:37:01 #9 23.51 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
14:37:01 #9 23.51 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
14:37:01 #8 16.28 Fetched 69.0 MB in 7s (10.6 MB/s)
14:37:01 #8 16.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7586 files and directories currently installed.)
14:37:01 #8 16.35 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1_armhf.deb ...
14:37:01 #9 23.88 Selecting previously unselected package libgdbm-compat4:amd64.
14:37:01 #9 23.88 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
14:37:01 #9 23.89 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
14:37:01 #9 23.92 Selecting previously unselected package libperl5.30:amd64.
14:37:01 #8 16.61 Unpacking libc6:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1) ...
14:37:01 #9 23.92 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ...
14:37:01 #9 23.92 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
14:37:02 #9 24.39 Selecting previously unselected package perl.
14:37:02 #9 24.39 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_amd64.deb ...
14:37:02 #9 24.39 Unpacking perl (5.30.0-9ubuntu0.2) ...
14:37:02 #9 24.45 Selecting previously unselected package openssl.
14:37:02 #9 24.45 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.8_amd64.deb ...
14:37:02 #9 24.46 Unpacking openssl (1.1.1f-1ubuntu2.8) ...
14:37:02 #9 24.54 Selecting previously unselected package ca-certificates.
14:37:02 #9 24.55 Preparing to unpack .../013-ca-certificates_20210119~20.04.2_all.deb ...
14:37:02 #9 24.55 Unpacking ca-certificates (20210119~20.04.2) ...
14:37:02 #9 24.61 Selecting previously unselected package distro-info-data.
14:37:02 #9 24.61 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.9_all.deb ...
14:37:02 #9 24.61 Unpacking distro-info-data (0.43ubuntu1.9) ...
14:37:02 #9 24.64 Selecting previously unselected package libmagic-mgc.
14:37:02 #9 24.64 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
14:37:02 #9 24.65 Unpacking libmagic-mgc (1:5.38-4) ...
14:37:02 #9 24.71 Selecting previously unselected package libmagic1:amd64.
14:37:02 #9 24.71 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
14:37:02 #9 24.72 Unpacking libmagic1:amd64 (1:5.38-4) ...
14:37:02 #9 24.75 Selecting previously unselected package file.
14:37:02 #9 24.75 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
14:37:02 #9 24.75 Unpacking file (1:5.38-4) ...
14:37:02 #9 24.79 Selecting previously unselected package less.
14:37:02 #9 24.79 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
14:37:02 #9 24.79 Unpacking less (551-1ubuntu0.1) ...
14:37:02 #9 24.85 Selecting previously unselected package libelf1:amd64.
14:37:02 #9 24.85 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
14:37:02 #9 24.86 Unpacking libelf1:amd64 (0.176-1.1build1) ...
14:37:02 #9 24.93 Selecting previously unselected package libglib2.0-0:amd64.
14:37:02 #9 24.93 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
14:37:02 #9 24.93 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
14:37:02 #9 25.08 Selecting previously unselected package libglib2.0-data.
14:37:02 #9 25.09 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
14:37:02 #9 25.09 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
14:37:02 #9 25.14 Selecting previously unselected package tzdata.
14:37:02 #9 25.15 Preparing to unpack .../022-tzdata_2021a-2ubuntu0.20.04_all.deb ...
14:37:02 #9 25.15 Unpacking tzdata (2021a-2ubuntu0.20.04) ...
14:37:02 #9 25.36 Selecting previously unselected package libicu66:amd64.
14:37:02 #9 25.37 Preparing to unpack .../023-libicu66_66.1-2ubuntu2_amd64.deb ...
14:37:02 #9 25.37 Unpacking libicu66:amd64 (66.1-2ubuntu2) ...
14:37:03 #9 26.28 Selecting previously unselected package libxml2:amd64.
14:37:03 #9 26.28 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ...
14:37:03 #9 26.29 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
14:37:03 #9 26.37 Selecting previously unselected package libyaml-0-2:amd64.
14:37:03 #9 26.37 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
14:37:03 #9 26.37 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
14:37:03 #9 26.40 Selecting previously unselected package lsb-release.
14:37:03 #9 26.40 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
14:37:03 #9 26.41 Unpacking lsb-release (11.1.0ubuntu2) ...
14:37:03 #9 26.43 Selecting previously unselected package netbase.
14:37:03 #9 26.44 Preparing to unpack .../027-netbase_6.1_all.deb ...
14:37:03 #9 26.44 Unpacking netbase (6.1) ...
14:37:03 #9 26.46 Selecting previously unselected package python3-pkg-resources.
14:37:04 #9 26.47 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
14:37:04 #9 26.47 Unpacking python3-pkg-resources (45.2.0-1) ...
14:37:04 #9 26.51 Selecting previously unselected package python3-six.
14:37:04 #9 26.51 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
14:37:04 #9 26.51 Unpacking python3-six (1.14.0-2) ...
14:37:04 #9 26.54 Selecting previously unselected package shared-mime-info.
14:37:04 #9 26.54 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
14:37:04 #9 26.54 Unpacking shared-mime-info (1.15-1) ...
14:37:04 #9 26.67 Selecting previously unselected package ucf.
14:37:04 #9 26.67 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
14:37:04 #9 26.67 Moving old data out of the way
14:37:04 #9 26.67 Unpacking ucf (3.0038+nmu1) ...
14:37:04 #9 26.72 Selecting previously unselected package xdg-user-dirs.
14:37:04 #9 26.72 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
14:37:04 #9 26.73 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
14:37:04 #9 26.84 Selecting previously unselected package xz-utils.
14:37:04 #9 26.84 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1_amd64.deb ...
14:37:04 #9 26.84 Unpacking xz-utils (5.2.4-1ubuntu1) ...
14:37:04 #9 26.87 Selecting previously unselected package gettext-base.
14:37:04 #9 26.87 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
14:37:04 #9 26.91 Unpacking gettext-base (0.19.8.1-10build1) ...
14:37:04 #9 26.94 Selecting previously unselected package iso-codes.
14:37:04 #9 26.94 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
14:37:04 #9 26.94 Unpacking iso-codes (4.4-1) ...
14:37:04 #9 27.32 Selecting previously unselected package krb5-locales.
14:37:04 #9 27.32 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
14:37:04 #9 27.34 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
14:37:04 #9 27.37 Selecting previously unselected package libcbor0.6:amd64.
14:37:04 #9 27.37 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
14:37:04 #9 27.37 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
14:37:04 #9 27.41 Selecting previously unselected package libedit2:amd64.
14:37:04 #9 27.42 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
14:37:04 #9 27.42 Unpacking libedit2:amd64 (3.1-20191231-1) ...
14:37:04 #9 27.46 Selecting previously unselected package libfido2-1:amd64.
14:37:04 #9 27.46 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
14:37:04 #9 27.47 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
14:37:05 #9 27.50 Selecting previously unselected package libkrb5support0:amd64.
14:37:05 #9 27.50 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ...
14:37:05 #9 27.51 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
14:37:05 #9 27.54 Selecting previously unselected package libk5crypto3:amd64.
14:37:05 #9 27.54 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ...
14:37:05 #9 27.55 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
14:37:05 #9 27.59 Selecting previously unselected package libkeyutils1:amd64.
14:37:05 #9 27.59 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_amd64.deb ...
14:37:05 #9 27.60 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ...
14:37:05 #9 27.63 Selecting previously unselected package libkrb5-3:amd64.
14:37:05 #9 27.63 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ...
14:37:05 #9 27.63 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
14:37:05 #9 27.70 Selecting previously unselected package libgssapi-krb5-2:amd64.
14:37:05 #9 27.70 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ...
14:37:05 #9 27.70 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
14:37:05 #9 27.74 Selecting previously unselected package libpsl5:amd64.
14:37:05 #9 27.74 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
14:37:05 #9 27.74 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
14:37:05 #9 27.78 Selecting previously unselected package libxau6:amd64.
14:37:05 #9 27.78 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
14:37:05 #9 27.78 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
14:37:05 #9 27.81 Selecting previously unselected package libxdmcp6:amd64.
14:37:05 #9 27.81 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
14:37:05 #9 27.81 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
14:37:05 #9 27.84 Selecting previously unselected package libxcb1:amd64.
14:37:05 #9 27.84 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
14:37:05 #9 27.84 Unpacking libxcb1:amd64 (1.14-2) ...
14:37:05 #9 27.87 Selecting previously unselected package libx11-data.
14:37:05 #9 27.87 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
14:37:05 #9 27.87 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
14:37:05 #9 27.93 Selecting previously unselected package libx11-6:amd64.
14:37:05 #9 27.94 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
14:37:05 #9 27.94 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
14:37:05 #9 28.01 Selecting previously unselected package libxext6:amd64.
14:37:05 #9 28.02 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
14:37:05 #9 28.02 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
14:37:05 #9 28.05 Selecting previously unselected package libxmuu1:amd64.
14:37:05 #9 28.05 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
14:37:05 #9 28.06 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
14:37:05 #9 28.08 Selecting previously unselected package manpages.
14:37:05 #9 28.08 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
14:37:05 #9 28.08 Unpacking manpages (5.05-1) ...
14:37:05 #9 28.21 Selecting previously unselected package openssh-client.
14:37:05 #9 28.21 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ...
14:37:05 #9 28.22 Unpacking openssh-client (1:8.2p1-4ubuntu0.3) ...
14:37:05 #9 28.32 Selecting previously unselected package publicsuffix.
14:37:05 #9 28.32 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
14:37:05 #9 28.32 Unpacking publicsuffix (20200303.0012-1) ...
14:37:05 #9 28.36 Selecting previously unselected package python-apt-common.
14:37:05 #9 28.36 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.6_all.deb ...
14:37:05 #9 28.37 Unpacking python-apt-common (2.0.0ubuntu0.20.04.6) ...
14:37:05 #9 28.42 Selecting previously unselected package python3-apt.
14:37:06 #9 28.42 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.6_amd64.deb ...
14:37:06 #9 28.42 Unpacking python3-apt (2.0.0ubuntu0.20.04.6) ...
14:37:06 #9 28.47 Selecting previously unselected package libunwind8:amd64.
14:37:06 #9 28.47 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
14:37:06 #9 28.48 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
14:37:06 #9 28.51 Selecting previously unselected package strace.
14:37:06 #9 28.51 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
14:37:06 #9 28.51 Unpacking strace (5.5-3ubuntu1) ...
14:37:06 #9 28.58 Selecting previously unselected package xauth.
14:37:06 #9 28.58 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
14:37:06 #9 28.58 Unpacking xauth (1:1.1-0ubuntu1) ...
14:37:06 #9 28.61 Selecting previously unselected package libfl2:amd64.
14:37:06 #9 28.62 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
14:37:06 #9 28.62 Unpacking libfl2:amd64 (2.6.4-6.2) ...
14:37:06 #9 28.66 Selecting previously unselected package at.
14:37:06 #9 28.66 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
14:37:06 #9 28.66 Unpacking at (3.1.23-1ubuntu1) ...
14:37:06 #9 28.69 Selecting previously unselected package libsigsegv2:amd64.
14:37:06 #9 28.69 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
14:37:06 #9 28.70 Unpacking libsigsegv2:amd64 (2.12-2) ...
14:37:06 #9 28.72 Selecting previously unselected package m4.
14:37:06 #9 28.72 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
14:37:06 #9 28.73 Unpacking m4 (1.4.18-4) ...
14:37:06 #9 28.77 Selecting previously unselected package autoconf.
14:37:06 #9 28.77 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
14:37:06 #9 28.77 Unpacking autoconf (2.69-11.1) ...
14:37:06 #9 28.83 Selecting previously unselected package autotools-dev.
14:37:06 #9 28.83 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
14:37:06 #9 28.84 Unpacking autotools-dev (20180224.1) ...
14:37:06 #9 28.87 Selecting previously unselected package automake.
14:37:06 #9 28.87 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
14:37:06 #9 28.87 Unpacking automake (1:1.16.1-4ubuntu6) ...
14:37:06 #9 28.94 Selecting previously unselected package autopoint.
14:37:06 #9 28.94 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
14:37:06 #9 28.95 Unpacking autopoint (0.19.8.1-10build1) ...
14:37:06 #9 28.98 Selecting previously unselected package binutils-common:amd64.
14:37:06 #9 28.98 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.1_amd64.deb ...
14:37:06 #9 28.98 Unpacking binutils-common:amd64 (2.34-6ubuntu1.1) ...
14:37:06 #9 29.03 Selecting previously unselected package libbinutils:amd64.
14:37:06 #9 29.03 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.1_amd64.deb ...
14:37:06 #9 29.03 Unpacking libbinutils:amd64 (2.34-6ubuntu1.1) ...
14:37:06 #9 29.11 Selecting previously unselected package libctf-nobfd0:amd64.
14:37:06 #9 29.11 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.1_amd64.deb ...
14:37:06 #9 29.11 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
14:37:06 #9 29.15 Selecting previously unselected package libctf0:amd64.
14:37:06 #9 29.15 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.1_amd64.deb ...
14:37:06 #9 29.15 Unpacking libctf0:amd64 (2.34-6ubuntu1.1) ...
14:37:06 #9 29.18 Selecting previously unselected package binutils-x86-64-linux-gnu.
14:37:06 #9 29.18 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb ...
14:37:06 #9 29.18 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
14:37:06 #9 29.39 Selecting previously unselected package binutils.
14:37:06 #9 29.39 Preparing to unpack .../074-binutils_2.34-6ubuntu1.1_amd64.deb ...
14:37:06 #9 29.39 Unpacking binutils (2.34-6ubuntu1.1) ...
14:37:06 #9 29.42 Selecting previously unselected package libc-dev-bin.
14:37:06 #9 29.42 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ...
14:37:06 #9 29.42 Unpacking libc-dev-bin (2.31-0ubuntu9.2) ...
14:37:06 #9 29.45 Selecting previously unselected package linux-libc-dev:amd64.
14:37:06 #9 29.46 Preparing to unpack .../076-linux-libc-dev_5.4.0-88.99_amd64.deb ...
14:37:06 #9 29.46 Unpacking linux-libc-dev:amd64 (5.4.0-88.99) ...
14:37:07 #9 29.64 Selecting previously unselected package libcrypt-dev:amd64.
14:37:07 #9 29.64 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
14:37:07 #9 29.64 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
14:37:07 #9 29.68 Selecting previously unselected package libc6-dev:amd64.
14:37:07 #9 29.68 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.2_amd64.deb ...
14:37:07 #9 29.68 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ...
14:37:07 #9 30.00 Selecting previously unselected package gcc-9-base:amd64.
14:37:07 #9 30.00 Preparing to unpack .../079-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ...
14:37:07 #9 30.00 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
14:37:07 #9 30.09 Selecting previously unselected package libisl22:amd64.
14:37:07 #9 30.10 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
14:37:07 #9 30.10 Unpacking libisl22:amd64 (0.22.1-1) ...
14:37:07 #9 30.18 Selecting previously unselected package libmpfr6:amd64.
14:37:07 #9 30.18 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
14:37:07 #9 30.19 Unpacking libmpfr6:amd64 (4.0.2-1) ...
14:37:07 #9 30.23 Selecting previously unselected package libmpc3:amd64.
14:37:08 #9 30.24 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
14:37:08 #9 30.24 Unpacking libmpc3:amd64 (1.1.0-1) ...
14:37:08 #9 30.27 Selecting previously unselected package cpp-9.
14:37:08 #9 30.27 Preparing to unpack .../083-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
14:37:08 #9 30.27 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) ...
14:37:08 #8 22.20 Setting up libc6:armhf (2.28-10+rpt2+rpi1) ...
14:37:08 #8 23.36 Selecting previously unselected package libbsd0:armhf.
14:37:08 #8 23.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 ... 7586 files and directories currently installed.)
14:37:08 #8 23.37 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
14:37:08 #8 23.37 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
14:37:08 #8 23.43 Selecting previously unselected package libtinfo5:armhf.
14:37:08 #8 23.43 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u2_armhf.deb ...
14:37:08 #8 23.44 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
14:37:08 #8 23.49 Selecting previously unselected package bsdmainutils.
14:37:08 #8 23.49 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
14:37:08 #8 23.49 Unpacking bsdmainutils (11.1.2) ...
14:37:08 #8 23.55 Selecting previously unselected package libuchardet0:armhf.
14:37:08 #9 30.98 Selecting previously unselected package cpp.
14:37:08 #9 30.98 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
14:37:08 #9 30.98 Unpacking cpp (4:9.3.0-1ubuntu2) ...
14:37:08 #9 31.01 Selecting previously unselected package libcc1-0:amd64.
14:37:08 #9 31.02 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
14:37:08 #9 31.02 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:08 #9 31.05 Selecting previously unselected package libgomp1:amd64.
14:37:08 #9 31.05 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
14:37:08 #9 31.06 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:08 #9 31.10 Selecting previously unselected package libitm1:amd64.
14:37:08 #8 23.55 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
14:37:08 #8 23.56 Unpacking libuchardet0:armhf (0.0.6-3) ...
14:37:08 #8 23.60 Selecting previously unselected package groff-base.
14:37:08 #8 23.60 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
14:37:08 #8 23.60 Unpacking groff-base (1.22.4-3+deb10u1) ...
14:37:08 #8 23.71 Selecting previously unselected package libgdbm6:armhf.
14:37:08 #8 23.71 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
14:37:08 #8 23.72 Unpacking libgdbm6:armhf (1.18.1-4) ...
14:37:08 #8 23.76 Selecting previously unselected package libpipeline1:armhf.
14:37:08 #8 23.76 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
14:37:08 #8 23.76 Unpacking libpipeline1:armhf (1.5.1-2) ...
14:37:08 #8 23.81 Selecting previously unselected package man-db.
14:37:08 #9 31.10 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
14:37:08 #9 31.10 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:08 #9 31.13 Selecting previously unselected package libatomic1:amd64.
14:37:08 #9 31.13 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
14:37:08 #9 31.14 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:08 #9 31.19 Selecting previously unselected package libasan5:amd64.
14:37:08 #9 31.20 Preparing to unpack .../089-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ...
14:37:08 #9 31.20 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
14:37:08 #9 31.26 Selecting previously unselected package liblsan0:amd64.
14:37:08 #9 31.26 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
14:37:08 #9 31.27 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:08 #8 23.82 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
14:37:08 #8 23.82 Unpacking man-db (2.8.5-2) ...
14:37:08 #8 23.95 Selecting previously unselected package perl-modules-5.28.
14:37:08 #8 23.95 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6_all.deb ...
14:37:08 #8 23.96 Unpacking perl-modules-5.28 (5.28.1-6) ...
14:37:09 #9 31.38 Selecting previously unselected package libtsan0:amd64.
14:37:09 #9 31.38 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
14:37:09 #9 31.38 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:09 #9 31.61 Selecting previously unselected package libubsan1:amd64.
14:37:09 #8 24.32 Selecting previously unselected package libgdbm-compat4:armhf.
14:37:09 #8 24.32 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
14:37:09 #8 24.33 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
14:37:09 #8 24.37 Selecting previously unselected package libperl5.28:armhf.
14:37:09 #8 24.37 Preparing to unpack .../10-libperl5.28_5.28.1-6_armhf.deb ...
14:37:09 #8 24.37 Unpacking libperl5.28:armhf (5.28.1-6) ...
14:37:09 #9 31.61 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
14:37:09 #9 31.61 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:09 #9 31.79 Selecting previously unselected package libquadmath0:amd64.
14:37:09 #9 31.79 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
14:37:09 #9 31.83 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:09 #8 24.74 Selecting previously unselected package perl.
14:37:09 #8 24.74 Preparing to unpack .../11-perl_5.28.1-6_armhf.deb ...
14:37:09 #8 24.75 Unpacking perl (5.28.1-6) ...
14:37:09 #8 24.81 Selecting previously unselected package libpython3.7-minimal:armhf.
14:37:09 #9 32.00 Selecting previously unselected package libgcc-9-dev:amd64.
14:37:09 #9 32.00 Preparing to unpack .../094-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
14:37:09 #9 32.02 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
14:37:09 #8 24.81 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
14:37:09 #8 24.82 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
14:37:09 #8 24.91 Selecting previously unselected package libexpat1:armhf.
14:37:09 #8 24.91 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u1_armhf.deb ...
14:37:09 #8 24.91 Unpacking libexpat1:armhf (2.2.6-2+deb10u1) ...
14:37:09 #8 24.96 Selecting previously unselected package python3.7-minimal.
14:37:09 #8 24.96 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
14:37:09 #8 24.97 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
14:37:09 #9 32.26 Selecting previously unselected package gcc-9.
14:37:09 #9 32.26 Preparing to unpack .../095-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
14:37:09 #9 32.27 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ...
14:37:10 #8 25.13 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
14:37:10 #8 25.15 Setting up libexpat1:armhf (2.2.6-2+deb10u1) ...
14:37:10 #8 25.16 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
14:37:10 #8 25.66 Selecting previously unselected package python3-minimal.
14:37:10 #9 33.01 Selecting previously unselected package gcc.
14:37:10 #9 33.01 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
14:37:10 #9 33.01 Unpacking gcc (4:9.3.0-1ubuntu2) ...
14:37:10 #9 33.04 Selecting previously unselected package libstdc++-9-dev:amd64.
14:37:10 #8 25.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 ... 10423 files and directories currently installed.)
14:37:10 #8 25.66 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
14:37:10 #8 25.67 Unpacking python3-minimal (3.7.3-1) ...
14:37:10 #8 25.71 Selecting previously unselected package mime-support.
14:37:10 #8 25.71 Preparing to unpack .../1-mime-support_3.62_all.deb ...
14:37:10 #8 25.71 Unpacking mime-support (3.62) ...
14:37:10 #8 25.75 Selecting previously unselected package libmpdec2:armhf.
14:37:10 #8 25.75 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
14:37:10 #8 25.76 Unpacking libmpdec2:armhf (2.4.2-2) ...
14:37:10 #8 25.80 Selecting previously unselected package libpython3.7-stdlib:armhf.
14:37:10 #8 25.80 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
14:37:10 #8 25.80 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
14:37:10 #9 33.04 Preparing to unpack .../097-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
14:37:10 #9 33.05 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
14:37:10 #9 33.30 Selecting previously unselected package g++-9.
14:37:10 #8 25.98 Selecting previously unselected package python3.7.
14:37:10 #8 25.99 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_armhf.deb ...
14:37:10 #8 25.99 Unpacking python3.7 (3.7.3-2+deb10u3) ...
14:37:10 #8 26.03 Selecting previously unselected package libpython3-stdlib:armhf.
14:37:11 #9 33.30 Preparing to unpack .../098-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
14:37:11 #9 33.30 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
14:37:11 #8 26.03 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
14:37:11 #8 26.03 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
14:37:11 #8 26.07 Setting up python3-minimal (3.7.3-1) ...
14:37:11 #8 26.24 Selecting previously unselected package python3.
14:37:11 #8 26.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 ... 10860 files and directories currently installed.)
14:37:11 #8 26.25 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
14:37:11 #8 26.26 Unpacking python3 (3.7.3-1) ...
14:37:11 #8 26.29 Selecting previously unselected package sensible-utils.
14:37:11 #8 26.29 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
14:37:11 #8 26.30 Unpacking sensible-utils (0.0.12) ...
14:37:11 #8 26.33 Selecting previously unselected package bzip2.
14:37:11 #8 26.33 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
14:37:11 #8 26.33 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
14:37:11 #8 26.36 Selecting previously unselected package libmagic-mgc.
14:37:11 #8 26.36 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
14:37:11 #8 26.37 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
14:37:11 #8 26.44 Selecting previously unselected package libmagic1:armhf.
14:37:11 #8 26.44 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
14:37:11 #8 26.45 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
14:37:11 #8 26.49 Selecting previously unselected package file.
14:37:11 #8 26.49 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
14:37:11 #8 26.49 Unpacking file (1:5.35-4+deb10u2) ...
14:37:11 #8 26.53 Selecting previously unselected package gettext-base.
14:37:11 #8 26.53 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
14:37:11 #8 26.53 Unpacking gettext-base (0.19.8.1-9) ...
14:37:11 #8 26.58 Selecting previously unselected package xz-utils.
14:37:11 #9 34.04 Selecting previously unselected package g++.
14:37:11 #8 26.58 Preparing to unpack .../007-xz-utils_5.2.4-1_armhf.deb ...
14:37:11 #8 26.59 Unpacking xz-utils (5.2.4-1) ...
14:37:11 #8 26.64 Selecting previously unselected package libsigsegv2:armhf.
14:37:11 #8 26.64 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
14:37:11 #8 26.65 Unpacking libsigsegv2:armhf (2.12-2) ...
14:37:11 #8 26.68 Selecting previously unselected package m4.
14:37:11 #8 26.68 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
14:37:11 #8 26.68 Unpacking m4 (1.4.18-2) ...
14:37:11 #8 26.73 Selecting previously unselected package autoconf.
14:37:11 #8 26.73 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
14:37:11 #8 26.73 Unpacking autoconf (2.69-11) ...
14:37:11 #8 26.79 Selecting previously unselected package autotools-dev.
14:37:11 #8 26.79 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
14:37:11 #8 26.80 Unpacking autotools-dev (20180224.1) ...
14:37:11 #8 26.84 Selecting previously unselected package automake.
14:37:11 #8 26.84 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
14:37:11 #8 26.84 Unpacking automake (1:1.16.1-4) ...
14:37:11 #8 26.91 Selecting previously unselected package autopoint.
14:37:11 #9 34.05 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
14:37:11 #9 34.05 Unpacking g++ (4:9.3.0-1ubuntu2) ...
14:37:11 #9 34.07 Selecting previously unselected package make.
14:37:11 #9 34.08 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
14:37:11 #9 34.08 Unpacking make (4.2.1-1.2) ...
14:37:11 #9 34.12 Selecting previously unselected package libdpkg-perl.
14:37:11 #9 34.12 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3_all.deb ...
14:37:11 #9 34.13 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
14:37:11 #9 34.18 Selecting previously unselected package patch.
14:37:11 #9 34.18 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
14:37:11 #9 34.18 Unpacking patch (2.7.6-6) ...
14:37:11 #9 34.22 Selecting previously unselected package dpkg-dev.
14:37:11 #9 34.22 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3_all.deb ...
14:37:11 #9 34.23 Unpacking dpkg-dev (1.19.7ubuntu3) ...
14:37:11 #9 34.31 Selecting previously unselected package build-essential.
14:37:11 #8 26.92 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
14:37:11 #8 26.92 Unpacking autopoint (0.19.8.1-9) ...
14:37:11 #8 26.96 Selecting previously unselected package binutils-common:armhf.
14:37:11 #8 26.96 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
14:37:11 #8 26.96 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
14:37:12 #9 34.31 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
14:37:12 #9 34.31 Unpacking build-essential (12.8ubuntu1.1) ...
14:37:12 #9 34.34 Selecting previously unselected package libbrotli1:amd64.
14:37:12 #9 34.34 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
14:37:12 #9 34.35 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
14:37:12 #9 34.40 Selecting previously unselected package libroken18-heimdal:amd64.
14:37:12 #9 34.40 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.40 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.44 Selecting previously unselected package libasn1-8-heimdal:amd64.
14:37:12 #9 34.44 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.44 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.49 Selecting previously unselected package libheimbase1-heimdal:amd64.
14:37:12 #9 34.49 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.50 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.53 Selecting previously unselected package libhcrypto4-heimdal:amd64.
14:37:12 #9 34.53 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.53 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.57 Selecting previously unselected package libwind0-heimdal:amd64.
14:37:12 #8 27.20 Selecting previously unselected package libbinutils:armhf.
14:37:12 #8 27.20 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
14:37:12 #8 27.21 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
14:37:12 #8 27.27 Selecting previously unselected package libfl2:armhf.
14:37:12 #8 27.27 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
14:37:12 #8 27.27 Unpacking libfl2:armhf (2.6.4-6.2) ...
14:37:12 #8 27.31 Selecting previously unselected package binutils-arm-linux-gnueabihf.
14:37:12 #9 34.57 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.57 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.61 Selecting previously unselected package libhx509-5-heimdal:amd64.
14:37:12 #9 34.61 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.61 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.65 Selecting previously unselected package libkrb5-26-heimdal:amd64.
14:37:12 #9 34.65 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.66 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.70 Selecting previously unselected package libheimntlm0-heimdal:amd64.
14:37:12 #9 34.70 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.71 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.74 Selecting previously unselected package libgssapi3-heimdal:amd64.
14:37:12 #9 34.75 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
14:37:12 #9 34.75 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:12 #9 34.78 Selecting previously unselected package libsasl2-modules-db:amd64.
14:37:12 #9 34.79 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ...
14:37:12 #9 34.79 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
14:37:12 #8 27.32 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
14:37:12 #8 27.32 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
14:37:12 #8 27.53 Selecting previously unselected package binutils.
14:37:12 #8 27.53 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
14:37:12 #8 27.53 Unpacking binutils (2.31.1-16+rpi2) ...
14:37:12 #8 27.57 Selecting previously unselected package libisl19:armhf.
14:37:12 #8 27.57 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
14:37:12 #8 27.58 Unpacking libisl19:armhf (0.20-2) ...
14:37:12 #8 27.67 Selecting previously unselected package libmpfr6:armhf.
14:37:12 #8 27.67 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
14:37:12 #8 27.67 Unpacking libmpfr6:armhf (4.0.2-1) ...
14:37:12 #9 34.88 Selecting previously unselected package libsasl2-2:amd64.
14:37:12 #9 34.88 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2_amd64.deb ...
14:37:12 #9 34.89 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ...
14:37:12 #9 34.92 Selecting previously unselected package libldap-common.
14:37:12 #9 34.92 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ...
14:37:12 #9 34.92 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
14:37:12 #9 34.95 Selecting previously unselected package libldap-2.4-2:amd64.
14:37:12 #9 34.95 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
14:37:12 #9 34.96 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
14:37:12 #9 35.01 Selecting previously unselected package libnghttp2-14:amd64.
14:37:12 #9 35.02 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
14:37:12 #9 35.02 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
14:37:12 #9 35.05 Selecting previously unselected package librtmp1:amd64.
14:37:12 #8 27.73 Selecting previously unselected package libmpc3:armhf.
14:37:12 #8 27.73 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
14:37:12 #8 27.74 Unpacking libmpc3:armhf (1.1.0-1) ...
14:37:12 #8 27.77 Selecting previously unselected package cpp-8.
14:37:12 #8 27.77 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
14:37:12 #8 27.77 Unpacking cpp-8 (8.3.0-6+rpi1) ...
14:37:12 #9 35.06 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
14:37:12 #9 35.06 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
14:37:12 #9 35.09 Selecting previously unselected package libssh-4:amd64.
14:37:12 #9 35.09 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
14:37:12 #9 35.10 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
14:37:12 #9 35.14 Selecting previously unselected package libcurl4:amd64.
14:37:12 #9 35.14 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ...
14:37:12 #9 35.14 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
14:37:12 #9 35.19 Selecting previously unselected package curl.
14:37:12 #9 35.19 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.7_amd64.deb ...
14:37:12 #9 35.19 Unpacking curl (7.68.0-1ubuntu2.7) ...
14:37:12 #9 35.24 Selecting previously unselected package dctrl-tools.
14:37:12 #9 35.24 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
14:37:12 #9 35.25 Unpacking dctrl-tools (2.24-3) ...
14:37:12 #9 35.28 Selecting previously unselected package libtool.
14:37:12 #9 35.28 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
14:37:12 #9 35.29 Unpacking libtool (2.4.6-14) ...
14:37:12 #9 35.33 Selecting previously unselected package dh-autoreconf.
14:37:13 #9 35.33 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
14:37:13 #9 35.33 Unpacking dh-autoreconf (19) ...
14:37:13 #9 35.36 Selecting previously unselected package libdebhelper-perl.
14:37:13 #9 35.36 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
14:37:13 #9 35.37 Unpacking libdebhelper-perl (12.10ubuntu1) ...
14:37:13 #9 35.40 Selecting previously unselected package libarchive-zip-perl.
14:37:13 #9 35.40 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
14:37:13 #9 35.41 Unpacking libarchive-zip-perl (1.67-2) ...
14:37:13 #9 35.45 Selecting previously unselected package libsub-override-perl.
14:37:13 #9 35.45 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
14:37:13 #9 35.45 Unpacking libsub-override-perl (0.09-2) ...
14:37:13 #9 35.48 Selecting previously unselected package libfile-stripnondeterminism-perl.
14:37:13 #9 35.48 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
14:37:13 #9 35.48 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
14:37:13 #9 35.51 Selecting previously unselected package dh-strip-nondeterminism.
14:37:13 #9 35.51 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
14:37:13 #9 35.52 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
14:37:13 #9 35.54 Selecting previously unselected package dwz.
14:37:13 #9 35.54 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
14:37:13 #9 35.54 Unpacking dwz (0.13-5) ...
14:37:13 #9 35.59 Selecting previously unselected package libcroco3:amd64.
14:37:13 #8 28.37 Selecting previously unselected package cpp.
14:37:13 #8 28.37 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
14:37:13 #8 28.38 Unpacking cpp (4:8.3.0-1+rpi2) ...
14:37:13 #8 28.42 Selecting previously unselected package libcc1-0:armhf.
14:37:13 #8 28.42 Preparing to unpack .../024-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
14:37:13 #8 28.42 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
14:37:13 #8 28.46 Selecting previously unselected package libgomp1:armhf.
14:37:13 #8 28.46 Preparing to unpack .../025-libgomp1_8.3.0-6+rpi1_armhf.deb ...
14:37:13 #8 28.47 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
14:37:13 #9 35.59 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
14:37:13 #9 35.59 Unpacking libcroco3:amd64 (0.6.13-1) ...
14:37:13 #9 35.63 Selecting previously unselected package gettext.
14:37:13 #9 35.63 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
14:37:13 #9 35.63 Unpacking gettext (0.19.8.1-10build1) ...
14:37:13 #9 35.74 Selecting previously unselected package intltool-debian.
14:37:13 #9 35.74 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
14:37:13 #9 35.75 Unpacking intltool-debian (0.35.0+20060710.5) ...
14:37:13 #9 35.77 Selecting previously unselected package po-debconf.
14:37:13 #9 35.77 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
14:37:13 #9 35.78 Unpacking po-debconf (1.0.21) ...
14:37:13 #9 35.82 Selecting previously unselected package debhelper.
14:37:13 #9 35.82 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
14:37:13 #9 35.83 Unpacking debhelper (12.10ubuntu1) ...
14:37:13 #8 28.55 Selecting previously unselected package libatomic1:armhf.
14:37:13 #8 28.55 Preparing to unpack .../026-libatomic1_8.3.0-6+rpi1_armhf.deb ...
14:37:13 #8 28.56 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
14:37:13 #8 28.59 Selecting previously unselected package libasan5:armhf.
14:37:13 #8 28.59 Preparing to unpack .../027-libasan5_8.3.0-6+rpi1_armhf.deb ...
14:37:13 #8 28.60 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
14:37:13 #8 28.66 Selecting previously unselected package libubsan1:armhf.
14:37:13 #9 35.93 Selecting previously unselected package libfakeroot:amd64.
14:37:13 #9 35.93 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
14:37:13 #9 35.94 Unpacking libfakeroot:amd64 (1.24-1) ...
14:37:13 #9 35.97 Selecting previously unselected package fakeroot.
14:37:13 #9 35.97 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
14:37:13 #9 35.97 Unpacking fakeroot (1.24-1) ...
14:37:13 #9 36.01 Selecting previously unselected package libassuan0:amd64.
14:37:13 #9 36.01 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
14:37:13 #9 36.02 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
14:37:13 #9 36.04 Selecting previously unselected package gpgconf.
14:37:13 #9 36.04 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ...
14:37:13 #9 36.05 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
14:37:13 #9 36.10 Selecting previously unselected package libksba8:amd64.
14:37:13 #9 36.10 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ...
14:37:13 #9 36.11 Unpacking libksba8:amd64 (1.3.5-2) ...
14:37:13 #9 36.15 Selecting previously unselected package libnpth0:amd64.
14:37:13 #8 28.66 Preparing to unpack .../028-libubsan1_8.3.0-6+rpi1_armhf.deb ...
14:37:13 #8 28.67 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
14:37:13 #8 28.70 Selecting previously unselected package libgcc-8-dev:armhf.
14:37:13 #8 28.71 Preparing to unpack .../029-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
14:37:13 #8 28.71 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
14:37:13 #8 28.81 Selecting previously unselected package gcc-8.
14:37:13 #8 28.81 Preparing to unpack .../030-gcc-8_8.3.0-6+rpi1_armhf.deb ...
14:37:13 #8 28.81 Unpacking gcc-8 (8.3.0-6+rpi1) ...
14:37:13 #9 36.15 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
14:37:13 #9 36.15 Unpacking libnpth0:amd64 (1.6-1) ...
14:37:13 #9 36.19 Selecting previously unselected package dirmngr.
14:37:13 #9 36.19 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ...
14:37:13 #9 36.20 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
14:37:13 #9 36.25 Selecting previously unselected package gnupg-l10n.
14:37:13 #9 36.26 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
14:37:13 #9 36.26 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
14:37:13 #9 36.29 Selecting previously unselected package gnupg-utils.
14:37:13 #9 36.29 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ...
14:37:13 #9 36.30 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
14:37:13 #9 36.36 Selecting previously unselected package gpg.
14:37:14 #9 36.36 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.1_amd64.deb ...
14:37:14 #9 36.36 Unpacking gpg (2.2.19-3ubuntu2.1) ...
14:37:14 #9 36.43 Selecting previously unselected package pinentry-curses.
14:37:14 #9 36.43 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
14:37:14 #9 36.44 Unpacking pinentry-curses (1.1.0-3build1) ...
14:37:14 #9 36.47 Selecting previously unselected package gpg-agent.
14:37:14 #9 36.47 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ...
14:37:14 #9 36.48 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
14:37:14 #9 36.52 Selecting previously unselected package gpg-wks-client.
14:37:14 #9 36.53 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ...
14:37:14 #9 36.53 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
14:37:14 #9 36.56 Selecting previously unselected package gpg-wks-server.
14:37:14 #9 36.56 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ...
14:37:14 #9 36.57 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
14:37:14 #9 36.60 Selecting previously unselected package gpgsm.
14:37:14 #9 36.60 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ...
14:37:14 #9 36.60 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
14:37:14 #9 36.65 Selecting previously unselected package gnupg.
14:37:14 #9 36.65 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.1_all.deb ...
14:37:14 #9 36.65 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
14:37:14 #9 36.69 Selecting previously unselected package libfile-which-perl.
14:37:14 #9 36.69 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
14:37:14 #9 36.69 Unpacking libfile-which-perl (1.23-1) ...
14:37:14 #9 36.72 Selecting previously unselected package libfile-homedir-perl.
14:37:14 #9 36.72 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
14:37:14 #9 36.73 Unpacking libfile-homedir-perl (1.004-1) ...
14:37:14 #9 36.76 Selecting previously unselected package libio-pty-perl.
14:37:14 #9 36.76 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
14:37:14 #9 36.76 Unpacking libio-pty-perl (1:1.12-1) ...
14:37:14 #9 36.79 Selecting previously unselected package libipc-run-perl.
14:37:14 #9 36.80 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
14:37:14 #9 36.80 Unpacking libipc-run-perl (20180523.0-2) ...
14:37:14 #9 36.83 Selecting previously unselected package libclass-method-modifiers-perl.
14:37:14 #9 36.83 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
14:37:14 #9 36.84 Unpacking libclass-method-modifiers-perl (2.13-1) ...
14:37:14 #9 36.86 Selecting previously unselected package libb-hooks-op-check-perl.
14:37:14 #9 36.86 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
14:37:14 #9 36.87 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
14:37:14 #9 36.89 Selecting previously unselected package libdynaloader-functions-perl.
14:37:14 #9 36.90 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
14:37:14 #9 36.90 Unpacking libdynaloader-functions-perl (0.003-1) ...
14:37:14 #9 36.92 Selecting previously unselected package libdevel-callchecker-perl.
14:37:14 #9 36.93 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
14:37:14 #9 36.93 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
14:37:14 #9 36.95 Selecting previously unselected package libparams-classify-perl.
14:37:14 #8 29.44 Selecting previously unselected package gcc.
14:37:14 #8 29.44 Preparing to unpack .../031-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
14:37:14 #8 29.45 Unpacking gcc (4:8.3.0-1+rpi2) ...
14:37:14 #8 29.48 Selecting previously unselected package libc-dev-bin.
14:37:14 #8 29.48 Preparing to unpack .../032-libc-dev-bin_2.28-10+rpt2+rpi1_armhf.deb ...
14:37:14 #8 29.49 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1) ...
14:37:14 #8 29.52 Selecting previously unselected package linux-libc-dev:armhf.
14:37:14 #9 36.96 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
14:37:14 #9 36.96 Unpacking libparams-classify-perl (0.015-1build2) ...
14:37:14 #9 36.99 Selecting previously unselected package libmodule-runtime-perl.
14:37:14 #9 36.99 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
14:37:14 #9 37.00 Unpacking libmodule-runtime-perl (0.016-1) ...
14:37:14 #9 37.02 Selecting previously unselected package libimport-into-perl.
14:37:14 #9 37.02 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
14:37:14 #9 37.03 Unpacking libimport-into-perl (1.002005-1) ...
14:37:14 #9 37.05 Selecting previously unselected package librole-tiny-perl.
14:37:14 #9 37.05 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
14:37:14 #9 37.06 Unpacking librole-tiny-perl (2.001004-1) ...
14:37:14 #9 37.08 Selecting previously unselected package libstrictures-perl.
14:37:14 #9 37.09 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
14:37:14 #9 37.09 Unpacking libstrictures-perl (2.000006-1) ...
14:37:14 #9 37.11 Selecting previously unselected package libsub-quote-perl.
14:37:14 #9 37.12 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
14:37:14 #9 37.16 Unpacking libsub-quote-perl (2.006006-1) ...
14:37:14 #8 29.52 Preparing to unpack .../033-linux-libc-dev_1%3a1.20211007-2~buster_armhf.deb ...
14:37:14 #8 29.53 Unpacking linux-libc-dev:armhf (1:1.20211007-2~buster) ...
14:37:14 #8 29.66 Selecting previously unselected package libc6-dev:armhf.
14:37:14 #8 29.67 Preparing to unpack .../034-libc6-dev_2.28-10+rpt2+rpi1_armhf.deb ...
14:37:14 #8 29.67 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
14:37:14 #9 37.19 Selecting previously unselected package libmoo-perl.
14:37:14 #9 37.19 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
14:37:14 #9 37.19 Unpacking libmoo-perl (2.003006-1) ...
14:37:14 #9 37.23 Selecting previously unselected package libencode-locale-perl.
14:37:14 #9 37.23 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
14:37:14 #9 37.24 Unpacking libencode-locale-perl (1.05-1) ...
14:37:14 #9 37.26 Selecting previously unselected package libtimedate-perl.
14:37:14 #9 37.26 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
14:37:14 #9 37.26 Unpacking libtimedate-perl (2.3200-1) ...
14:37:14 #9 37.30 Selecting previously unselected package libhttp-date-perl.
14:37:14 #9 37.30 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
14:37:14 #9 37.30 Unpacking libhttp-date-perl (6.05-1) ...
14:37:14 #9 37.32 Selecting previously unselected package libfile-listing-perl.
14:37:14 #9 37.33 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
14:37:14 #9 37.33 Unpacking libfile-listing-perl (6.04-1) ...
14:37:14 #9 37.36 Selecting previously unselected package libhtml-tagset-perl.
14:37:14 #9 37.36 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
14:37:14 #9 37.36 Unpacking libhtml-tagset-perl (3.20-4) ...
14:37:14 #9 37.39 Selecting previously unselected package liburi-perl.
14:37:14 #8 29.90 Selecting previously unselected package libtool.
14:37:14 #8 29.90 Preparing to unpack .../035-libtool_2.4.6-9_all.deb ...
14:37:14 #8 29.91 Unpacking libtool (2.4.6-9) ...
14:37:14 #8 29.96 Selecting previously unselected package dh-autoreconf.
14:37:14 #8 29.96 Preparing to unpack .../036-dh-autoreconf_19_all.deb ...
14:37:14 #8 29.96 Unpacking dh-autoreconf (19) ...
14:37:14 #8 30.00 Selecting previously unselected package libarchive-zip-perl.
14:37:14 #8 30.00 Preparing to unpack .../037-libarchive-zip-perl_1.64-1_all.deb ...
14:37:14 #8 30.00 Unpacking libarchive-zip-perl (1.64-1) ...
14:37:14 #8 30.04 Selecting previously unselected package libfile-stripnondeterminism-perl.
14:37:14 #8 30.04 Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
14:37:14 #8 30.04 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
14:37:14 #8 30.07 Selecting previously unselected package dh-strip-nondeterminism.
14:37:15 #9 37.39 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
14:37:15 #9 37.39 Unpacking liburi-perl (1.76-2) ...
14:37:15 #9 37.42 Selecting previously unselected package libhtml-parser-perl.
14:37:15 #9 37.43 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
14:37:15 #9 37.43 Unpacking libhtml-parser-perl (3.72-5) ...
14:37:15 #9 37.46 Selecting previously unselected package libhtml-tree-perl.
14:37:15 #9 37.46 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
14:37:15 #9 37.47 Unpacking libhtml-tree-perl (5.07-2) ...
14:37:15 #9 37.51 Selecting previously unselected package libio-html-perl.
14:37:15 #9 37.51 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
14:37:15 #9 37.51 Unpacking libio-html-perl (1.001-1) ...
14:37:15 #9 37.54 Selecting previously unselected package liblwp-mediatypes-perl.
14:37:15 #9 37.55 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
14:37:15 #9 37.55 Unpacking liblwp-mediatypes-perl (6.04-1) ...
14:37:15 #9 37.57 Selecting previously unselected package libhttp-message-perl.
14:37:15 #9 37.58 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
14:37:15 #9 37.58 Unpacking libhttp-message-perl (6.22-1) ...
14:37:15 #9 37.61 Selecting previously unselected package libhttp-cookies-perl.
14:37:15 #8 30.07 Preparing to unpack .../039-dh-strip-nondeterminism_1.1.2-1_all.deb ...
14:37:15 #8 30.08 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
14:37:15 #8 30.11 Selecting previously unselected package libdpkg-perl.
14:37:15 #8 30.11 Preparing to unpack .../040-libdpkg-perl_1.19.7_all.deb ...
14:37:15 #8 30.12 Unpacking libdpkg-perl (1.19.7) ...
14:37:15 #8 30.19 Selecting previously unselected package patch.
14:37:15 #8 30.19 Preparing to unpack .../041-patch_2.7.6-3+deb10u1_armhf.deb ...
14:37:15 #8 30.20 Unpacking patch (2.7.6-3+deb10u1) ...
14:37:15 #8 30.24 Selecting previously unselected package make.
14:37:15 #8 30.24 Preparing to unpack .../042-make_4.2.1-1.2_armhf.deb ...
14:37:15 #8 30.24 Unpacking make (4.2.1-1.2) ...
14:37:15 #8 30.30 Selecting previously unselected package dpkg-dev.
14:37:15 #9 37.61 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
14:37:15 #9 37.62 Unpacking libhttp-cookies-perl (6.08-1) ...
14:37:15 #9 37.64 Selecting previously unselected package libhttp-negotiate-perl.
14:37:15 #9 37.65 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
14:37:15 #9 37.70 Unpacking libhttp-negotiate-perl (6.01-1) ...
14:37:15 #9 37.73 Selecting previously unselected package perl-openssl-defaults:amd64.
14:37:15 #9 37.73 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
14:37:15 #9 37.73 Unpacking perl-openssl-defaults:amd64 (4) ...
14:37:15 #9 37.76 Selecting previously unselected package libnet-ssleay-perl.
14:37:15 #9 37.76 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
14:37:15 #9 37.76 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
14:37:15 #9 37.82 Selecting previously unselected package libio-socket-ssl-perl.
14:37:15 #9 37.82 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
14:37:15 #9 37.83 Unpacking libio-socket-ssl-perl (2.067-1) ...
14:37:15 #9 37.87 Selecting previously unselected package libnet-http-perl.
14:37:15 #9 37.87 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
14:37:15 #9 37.87 Unpacking libnet-http-perl (6.19-1) ...
14:37:15 #9 37.90 Selecting previously unselected package liblwp-protocol-https-perl.
14:37:15 #9 37.90 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
14:37:15 #9 37.90 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
14:37:15 #9 37.93 Selecting previously unselected package libtry-tiny-perl.
14:37:15 #9 37.93 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
14:37:15 #9 37.93 Unpacking libtry-tiny-perl (0.30-1) ...
14:37:15 #8 30.30 Preparing to unpack .../043-dpkg-dev_1.19.7_all.deb ...
14:37:15 #8 30.31 Unpacking dpkg-dev (1.19.7) ...
14:37:15 #8 30.41 Selecting previously unselected package libelf1:armhf.
14:37:15 #8 30.41 Preparing to unpack .../044-libelf1_0.176-1.1_armhf.deb ...
14:37:15 #8 30.41 Unpacking libelf1:armhf (0.176-1.1) ...
14:37:15 #8 30.46 Selecting previously unselected package dwz.
14:37:15 #8 30.46 Preparing to unpack .../045-dwz_0.12-3_armhf.deb ...
14:37:15 #8 30.46 Unpacking dwz (0.12-3) ...
14:37:15 #8 30.50 Selecting previously unselected package libdebhelper-perl.
14:37:15 #8 30.50 Preparing to unpack .../046-libdebhelper-perl_13.2~bpo10+1_all.deb ...
14:37:15 #8 30.50 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
14:37:15 #9 37.96 Selecting previously unselected package libwww-robotrules-perl.
14:37:15 #9 37.96 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
14:37:15 #9 37.96 Unpacking libwww-robotrules-perl (6.02-1) ...
14:37:15 #9 37.99 Selecting previously unselected package libwww-perl.
14:37:15 #9 37.99 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
14:37:15 #9 38.00 Unpacking libwww-perl (6.43-1) ...
14:37:15 #9 38.03 Selecting previously unselected package patchutils.
14:37:15 #9 38.04 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
14:37:15 #9 38.04 Unpacking patchutils (0.3.4-2) ...
14:37:15 #9 38.07 Selecting previously unselected package wdiff.
14:37:15 #9 38.07 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
14:37:15 #9 38.08 Unpacking wdiff (1.2.2-2build1) ...
14:37:15 #9 38.11 Selecting previously unselected package devscripts.
14:37:15 #9 38.11 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
14:37:15 #9 38.13 Unpacking devscripts (2.20.2ubuntu2) ...
14:37:15 #8 30.62 Selecting previously unselected package libglib2.0-0:armhf.
14:37:15 #8 30.62 Preparing to unpack .../047-libglib2.0-0_2.58.3-2+deb10u2_armhf.deb ...
14:37:15 #8 30.63 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
14:37:15 #8 30.76 Selecting previously unselected package libicu63:armhf.
14:37:15 #8 30.76 Preparing to unpack .../048-libicu63_63.1-6+deb10u1_armhf.deb ...
14:37:15 #8 30.76 Unpacking libicu63:armhf (63.1-6+deb10u1) ...
14:37:15 #9 38.25 Selecting previously unselected package diffstat.
14:37:15 #9 38.25 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
14:37:15 #9 38.25 Unpacking diffstat (1.63-1) ...
14:37:15 #9 38.28 Selecting previously unselected package python3-chardet.
14:37:15 #9 38.28 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
14:37:15 #9 38.29 Unpacking python3-chardet (3.0.4-4build1) ...
14:37:15 #9 38.32 Selecting previously unselected package python3-debian.
14:37:15 #9 38.32 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
14:37:15 #9 38.33 Unpacking python3-debian (0.1.36ubuntu1) ...
14:37:15 #9 38.36 Selecting previously unselected package libgpgme11:amd64.
14:37:15 #9 38.37 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
14:37:15 #9 38.37 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
14:37:15 #9 38.41 Selecting previously unselected package python3-gpg.
14:37:16 #9 38.41 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
14:37:16 #9 38.41 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
14:37:16 #9 38.48 Selecting previously unselected package dput.
14:37:16 #9 38.48 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
14:37:16 #9 38.49 Unpacking dput (1.0.3ubuntu1) ...
14:37:16 #9 38.52 Selecting previously unselected package libcurl3-gnutls:amd64.
14:37:16 #9 38.53 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ...
14:37:16 #9 38.53 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ...
14:37:16 #9 38.58 Selecting previously unselected package liberror-perl.
14:37:16 #9 38.58 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
14:37:16 #9 38.58 Unpacking liberror-perl (0.17029-1) ...
14:37:16 #9 38.61 Selecting previously unselected package git-man.
14:37:16 #9 38.61 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ...
14:37:16 #9 38.62 Unpacking git-man (1:2.25.1-1ubuntu3.2) ...
14:37:16 #9 38.73 Selecting previously unselected package git.
14:37:16 #9 38.73 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ...
14:37:16 #9 38.75 Unpacking git (1:2.25.1-1ubuntu3.2) ...
14:37:16 #8 31.51 Selecting previously unselected package libxml2:armhf.
14:37:16 #8 31.51 Preparing to unpack .../049-libxml2_2.9.4+dfsg1-7+deb10u2_armhf.deb ...
14:37:16 #8 31.51 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
14:37:16 #8 31.60 Selecting previously unselected package libcroco3:armhf.
14:37:16 #8 31.60 Preparing to unpack .../050-libcroco3_0.6.12-3_armhf.deb ...
14:37:16 #8 31.61 Unpacking libcroco3:armhf (0.6.12-3) ...
14:37:16 #8 31.65 Selecting previously unselected package gettext.
14:37:16 #8 31.65 Preparing to unpack .../051-gettext_0.19.8.1-9_armhf.deb ...
14:37:16 #8 31.65 Unpacking gettext (0.19.8.1-9) ...
14:37:16 #9 30.54 Resolving Dependencies
14:37:16 #9 30.54 --> Running transaction check
14:37:16 #9 30.54 ---> Package rpm-build.x86_64 0:4.11.3-46.el7_9 will be installed
14:37:16 #9 30.56 --> Processing Dependency: rpm = 4.11.3-46.el7_9 for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.67 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.67 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.67 --> Processing Dependency: unzip for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.67 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.67 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.67 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.67 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.68 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.68 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.68 --> Processing Dependency: file for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.68 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.68 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.69 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-46.el7_9.x86_64
14:37:16 #9 30.69 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
14:37:16 #9 30.69 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
14:37:16 #9 30.69 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
14:37:16 #9 30.69 --> Running transaction check
14:37:16 #9 30.69 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
14:37:16 #9 30.69 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
14:37:16 #9 30.69 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
14:37:16 #9 30.69 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
14:37:16 #9 30.70 ---> Package file.x86_64 0:5.11-37.el7 will be installed
14:37:16 #9 30.70 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
14:37:16 #9 30.70 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
14:37:16 #9 30.70 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
14:37:16 #9 30.70 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
14:37:16 #9 30.71 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.71 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.71 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.72 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
14:37:16 #9 30.73 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
14:37:16 #9 30.73 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
14:37:16 #9 30.74 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
14:37:16 #9 30.74 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
14:37:16 #9 30.74 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
14:37:16 #9 30.74 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
14:37:16 #9 30.74 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
14:37:16 #9 30.74 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
14:37:16 #9 30.74 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
14:37:16 #9 30.74 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
14:37:16 #9 30.74 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
14:37:16 #9 30.75 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
14:37:16 #9 30.75 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
14:37:16 #9 30.75 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
14:37:16 #9 30.75 ---> Package rpm.x86_64 0:4.11.3-46.el7_9 will be an update
14:37:16 #9 30.75 ---> Package unzip.x86_64 0:6.0-22.el7_9 will be installed
14:37:16 #9 30.75 --> Running transaction check
14:37:16 #9 30.75 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
14:37:16 #9 30.75 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
14:37:16 #9 30.75 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
14:37:16 #9 30.75 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
14:37:16 #9 30.75 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
14:37:16 #9 30.76 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
14:37:16 #9 30.76 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
14:37:16 #9 30.76 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
14:37:16 #9 30.76 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
14:37:16 #9 30.76 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
14:37:16 #9 30.76 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
14:37:16 #9 30.77 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
14:37:16 #9 30.77 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
14:37:16 #9 30.77 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
14:37:16 #9 30.77 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
14:37:16 #9 30.77 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
14:37:16 #9 30.77 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
14:37:16 #9 30.77 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
14:37:16 #9 30.77 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
14:37:16 #9 30.77 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
14:37:16 #9 30.78 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
14:37:16 #9 30.78 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
14:37:16 #9 30.78 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
14:37:16 #9 30.78 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
14:37:16 #9 30.78 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
14:37:16 #9 30.78 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
14:37:16 #9 30.78 --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
14:37:16 #9 30.78 ---> Package rpm-libs.x86_64 0:4.11.3-46.el7_9 will be an update
14:37:16 #9 30.78 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
14:37:16 #9 30.78 ---> Package rpm-python.x86_64 0:4.11.3-46.el7_9 will be an update
14:37:16 #9 30.78 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
14:37:16 #9 30.78 --> Running transaction check
14:37:16 #9 30.78 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
14:37:16 #9 30.79 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
14:37:16 #9 30.79 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
14:37:16 #9 30.79 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
14:37:16 #9 30.79 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
14:37:16 #9 30.79 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
14:37:16 #9 30.80 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
14:37:16 #9 30.80 ---> Package rpm-build-libs.x86_64 0:4.11.3-46.el7_9 will be an update
14:37:16 #9 30.80 --> Running transaction check
14:37:16 #9 30.80 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
14:37:16 #9 30.80 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
14:37:16 #9 30.86 --> Finished Dependency Resolution
14:37:16 #9 30.87 
14:37:16 #9 30.87 Dependencies Resolved
14:37:16 #9 30.87 
14:37:16 #9 30.87 ================================================================================
14:37:16 #9 30.87  Package                   Arch      Version                   Repository  Size
14:37:16 #9 30.87 ================================================================================
14:37:16 #9 30.87 Installing:
14:37:16 #9 30.87  rpm-build                 x86_64    4.11.3-46.el7_9           updates    150 k
14:37:16 #9 30.87  rpmlint                   noarch    1.5-4.el7                 base       229 k
14:37:16 #9 30.87 Installing for dependencies:
14:37:16 #9 30.87  bzip2                     x86_64    1.0.6-13.el7              base        52 k
14:37:16 #9 30.87  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
14:37:16 #9 30.87  dwz                       x86_64    0.11-3.el7                base        99 k
14:37:16 #9 30.87  elfutils                  x86_64    0.176-5.el7               base       308 k
14:37:16 #9 30.87  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
14:37:16 #9 30.87  file                      x86_64    5.11-37.el7               base        57 k
14:37:16 #9 30.87  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
14:37:16 #9 30.87  groff-base                x86_64    1.22.2-8.el7              base       942 k
14:37:16 #9 30.87  patch                     x86_64    2.7.1-12.el7_7            base       111 k
14:37:16 #9 30.87  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
14:37:16 #9 30.87  perl-Carp                 noarch    1.26-244.el7              base        19 k
14:37:16 #9 30.87  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
14:37:16 #9 30.87  perl-Exporter             noarch    5.68-3.el7                base        28 k
14:37:16 #9 30.87  perl-File-Path            noarch    2.09-2.el7                base        26 k
14:37:16 #9 30.87  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
14:37:16 #9 30.87  perl-Filter               x86_64    1.49-3.el7                base        76 k
14:37:16 #9 30.87  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
14:37:16 #9 30.87  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
14:37:16 #9 30.87  perl-PathTools            x86_64    3.40-5.el7                base        82 k
14:37:16 #9 30.87  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
14:37:16 #9 30.87  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
14:37:16 #9 30.87  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
14:37:16 #9 30.87  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
14:37:16 #9 30.87  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
14:37:16 #9 30.87  perl-Socket               x86_64    2.010-5.el7               base        49 k
14:37:16 #9 30.87  perl-Storable             x86_64    2.45-3.el7                base        77 k
14:37:16 #9 30.87  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
14:37:16 #9 30.87  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
14:37:16 #9 30.87  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
14:37:16 #9 30.87  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
14:37:16 #9 30.87  perl-constant             noarch    1.27-2.el7                base        19 k
14:37:16 #9 30.87  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
14:37:16 #9 30.87  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
14:37:16 #9 30.87  perl-parent               noarch    1:0.225-244.el7           base        12 k
14:37:16 #9 30.87  perl-podlators            noarch    2.5.1-3.el7               base       112 k
14:37:16 #9 30.87  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
14:37:16 #9 30.87  perl-threads              x86_64    1.87-4.el7                base        49 k
14:37:16 #9 30.87  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
14:37:16 #9 30.87  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
14:37:16 #9 30.87  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
14:37:16 #9 30.87  unzip                     x86_64    6.0-22.el7_9              updates    171 k
14:37:16 #9 30.87  zip                       x86_64    3.0-11.el7                base       260 k
14:37:16 #9 30.87 Updating for dependencies:
14:37:16 #9 30.87  rpm                       x86_64    4.11.3-46.el7_9           updates    1.2 M
14:37:16 #9 30.87  rpm-build-libs            x86_64    4.11.3-46.el7_9           updates    108 k
14:37:16 #9 30.87  rpm-libs                  x86_64    4.11.3-46.el7_9           updates    279 k
14:37:16 #9 30.87  rpm-python                x86_64    4.11.3-46.el7_9           updates     84 k
14:37:16 #9 30.87 
14:37:16 #9 30.87 Transaction Summary
14:37:16 #9 30.87 ================================================================================
14:37:16 #9 30.87 Install  2 Packages (+42 Dependent packages)
14:37:16 #9 30.87 Upgrade             (  4 Dependent packages)
14:37:16 #9 30.87 
14:37:16 #9 30.87 Total download size: 18 M
14:37:16 #9 30.87 Downloading packages:
14:37:16 #9 30.88 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
14:37:16 #8 31.78 Selecting previously unselected package intltool-debian.
14:37:16 #8 31.79 Preparing to unpack .../052-intltool-debian_0.35.0+20060710.5_all.deb ...
14:37:16 #8 31.79 Unpacking intltool-debian (0.35.0+20060710.5) ...
14:37:16 #8 31.83 Selecting previously unselected package po-debconf.
14:37:16 #8 31.83 Preparing to unpack .../053-po-debconf_1.0.21_all.deb ...
14:37:16 #8 31.83 Unpacking po-debconf (1.0.21) ...
14:37:16 #8 31.89 Selecting previously unselected package debhelper.
14:37:16 #8 31.89 Preparing to unpack .../054-debhelper_13.2~bpo10+1_all.deb ...
14:37:16 #8 31.90 Unpacking debhelper (13.2~bpo10+1) ...
14:37:16 #8 32.01 Selecting previously unselected package libfakeroot:armhf.
14:37:17 #9 39.27 Selecting previously unselected package libalgorithm-diff-perl.
14:37:17 #9 39.27 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
14:37:17 #9 39.28 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
14:37:17 #9 39.31 Selecting previously unselected package libalgorithm-diff-xs-perl.
14:37:17 #9 39.31 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
14:37:17 #9 39.31 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
14:37:17 #9 39.34 Selecting previously unselected package libalgorithm-merge-perl.
14:37:17 #9 39.34 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
14:37:17 #9 39.34 Unpacking libalgorithm-merge-perl (0.08-3) ...
14:37:17 #9 39.37 Selecting previously unselected package libapt-pkg-perl.
14:37:17 #9 39.37 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
14:37:17 #9 39.38 Unpacking libapt-pkg-perl (0.1.36build3) ...
14:37:17 #9 39.41 Selecting previously unselected package libarchive-cpio-perl.
14:37:17 #9 39.41 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
14:37:17 #9 39.41 Unpacking libarchive-cpio-perl (0.10-1) ...
14:37:17 #9 39.43 Selecting previously unselected package libarray-intspan-perl.
14:37:17 #9 39.44 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
14:37:17 #9 39.44 Unpacking libarray-intspan-perl (2.003-1) ...
14:37:17 #9 39.47 Selecting previously unselected package libasync-mergepoint-perl.
14:37:17 #9 39.47 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
14:37:17 #9 39.47 Unpacking libasync-mergepoint-perl (0.04-2) ...
14:37:17 #9 39.50 Selecting previously unselected package libmodule-implementation-perl.
14:37:17 #8 32.01 Preparing to unpack .../055-libfakeroot_1.23-1_armhf.deb ...
14:37:17 #8 32.02 Unpacking libfakeroot:armhf (1.23-1) ...
14:37:17 #8 32.05 Selecting previously unselected package fakeroot.
14:37:17 #8 32.05 Preparing to unpack .../056-fakeroot_1.23-1_armhf.deb ...
14:37:17 #8 32.06 Unpacking fakeroot (1.23-1) ...
14:37:17 #8 32.11 Selecting previously unselected package libfile-which-perl.
14:37:17 #8 32.11 Preparing to unpack .../057-libfile-which-perl_1.23-1_all.deb ...
14:37:17 #8 32.11 Unpacking libfile-which-perl (1.23-1) ...
14:37:17 #8 32.14 Selecting previously unselected package libfile-homedir-perl.
14:37:17 #8 32.14 Preparing to unpack .../058-libfile-homedir-perl_1.004-1_all.deb ...
14:37:17 #8 32.15 Unpacking libfile-homedir-perl (1.004-1) ...
14:37:17 #8 32.18 Selecting previously unselected package libio-pty-perl.
14:37:17 #8 32.18 Preparing to unpack .../059-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
14:37:17 #8 32.19 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
14:37:17 #8 32.22 Selecting previously unselected package libipc-run-perl.
14:37:17 #9 39.50 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
14:37:17 #9 39.50 Unpacking libmodule-implementation-perl (0.09-1) ...
14:37:17 #9 39.53 Selecting previously unselected package libsub-exporter-progressive-perl.
14:37:17 #9 39.53 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
14:37:17 #9 39.53 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
14:37:17 #9 39.56 Selecting previously unselected package libvariable-magic-perl.
14:37:17 #9 39.56 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
14:37:17 #9 39.56 Unpacking libvariable-magic-perl (0.62-1build2) ...
14:37:17 #9 39.59 Selecting previously unselected package libb-hooks-endofscope-perl.
14:37:17 #9 39.59 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
14:37:17 #9 39.60 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
14:37:17 #9 39.62 Selecting previously unselected package libcapture-tiny-perl.
14:37:17 #9 39.63 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
14:37:17 #9 39.63 Unpacking libcapture-tiny-perl (0.48-1) ...
14:37:17 #9 39.65 Selecting previously unselected package libclass-xsaccessor-perl.
14:37:17 #9 39.66 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
14:37:17 #9 39.66 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
14:37:17 #9 39.69 Selecting previously unselected package libclone-perl.
14:37:17 #9 39.70 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
14:37:17 #9 39.70 Unpacking libclone-perl (0.43-2) ...
14:37:17 #9 39.73 Selecting previously unselected package libcommon-sense-perl.
14:37:17 #9 39.73 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
14:37:17 #9 39.73 Unpacking libcommon-sense-perl (3.74-2build6) ...
14:37:17 #9 39.76 Selecting previously unselected package libparams-util-perl.
14:37:17 #9 39.76 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
14:37:17 #9 39.77 Unpacking libparams-util-perl (1.07-3build5) ...
14:37:17 #9 39.79 Selecting previously unselected package libsub-install-perl.
14:37:17 #9 39.79 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
14:37:17 #9 39.80 Unpacking libsub-install-perl (0.928-1) ...
14:37:17 #9 39.82 Selecting previously unselected package libdata-optlist-perl.
14:37:17 #8 32.23 Preparing to unpack .../060-libipc-run-perl_20180523.0-1_all.deb ...
14:37:17 #8 32.23 Unpacking libipc-run-perl (20180523.0-1) ...
14:37:17 #8 32.26 Selecting previously unselected package libclass-method-modifiers-perl.
14:37:17 #8 32.26 Preparing to unpack .../061-libclass-method-modifiers-perl_2.12-1_all.deb ...
14:37:17 #8 32.27 Unpacking libclass-method-modifiers-perl (2.12-1) ...
14:37:17 #8 32.31 Selecting previously unselected package libsub-exporter-progressive-perl.
14:37:17 #8 32.31 Preparing to unpack .../062-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
14:37:17 #8 32.31 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
14:37:17 #8 32.35 Selecting previously unselected package libdevel-globaldestruction-perl.
14:37:17 #8 32.35 Preparing to unpack .../063-libdevel-globaldestruction-perl_0.14-1_all.deb ...
14:37:17 #8 32.35 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
14:37:17 #8 32.39 Selecting previously unselected package libb-hooks-op-check-perl.
14:37:17 #8 32.39 Preparing to unpack .../064-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
14:37:17 #8 32.40 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
14:37:17 #8 32.43 Selecting previously unselected package libdynaloader-functions-perl.
14:37:17 #8 32.43 Preparing to unpack .../065-libdynaloader-functions-perl_0.003-1_all.deb ...
14:37:17 #8 32.44 Unpacking libdynaloader-functions-perl (0.003-1) ...
14:37:17 #8 32.47 Selecting previously unselected package libdevel-callchecker-perl.
14:37:17 #8 32.47 Preparing to unpack .../066-libdevel-callchecker-perl_0.008-1_armhf.deb ...
14:37:17 #8 32.48 Unpacking libdevel-callchecker-perl (0.008-1) ...
14:37:17 #8 32.54 Selecting previously unselected package libparams-classify-perl.
14:37:17 #8 32.54 Preparing to unpack .../067-libparams-classify-perl_0.015-1+b1_armhf.deb ...
14:37:17 #8 32.55 Unpacking libparams-classify-perl (0.015-1+b1) ...
14:37:17 #8 32.58 Selecting previously unselected package libmodule-runtime-perl.
14:37:17 #9 39.82 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
14:37:17 #9 39.83 Unpacking libdata-optlist-perl (0.110-1) ...
14:37:17 #9 39.85 Selecting previously unselected package libsub-exporter-perl.
14:37:17 #9 39.85 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
14:37:17 #9 39.86 Unpacking libsub-exporter-perl (0.987-1) ...
14:37:17 #9 39.88 Selecting previously unselected package libconst-fast-perl.
14:37:17 #9 39.89 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
14:37:17 #9 39.89 Unpacking libconst-fast-perl (0.014-1) ...
14:37:17 #9 39.91 Selecting previously unselected package libwant-perl.
14:37:17 #9 39.91 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
14:37:17 #9 39.92 Unpacking libwant-perl (0.29-1build4) ...
14:37:17 #9 39.95 Selecting previously unselected package libcontextual-return-perl.
14:37:17 #9 39.95 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
14:37:17 #9 39.95 Unpacking libcontextual-return-perl (0.004014-2) ...
14:37:17 #9 39.98 Selecting previously unselected package libcpanel-json-xs-perl.
14:37:17 #9 39.98 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
14:37:17 #9 39.98 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
14:37:17 #9 40.02 Selecting previously unselected package libdata-dump-perl.
14:37:17 #9 40.02 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
14:37:17 #9 40.02 Unpacking libdata-dump-perl (1.23-1) ...
14:37:17 #9 40.05 Selecting previously unselected package libdigest-bubblebabble-perl.
14:37:17 #8 32.58 Preparing to unpack .../068-libmodule-runtime-perl_0.016-1_all.deb ...
14:37:17 #8 32.60 Unpacking libmodule-runtime-perl (0.016-1) ...
14:37:17 #8 32.63 Selecting previously unselected package libimport-into-perl.
14:37:17 #8 32.64 Preparing to unpack .../069-libimport-into-perl_1.002005-1_all.deb ...
14:37:17 #8 32.64 Unpacking libimport-into-perl (1.002005-1) ...
14:37:17 #8 32.67 Selecting previously unselected package librole-tiny-perl.
14:37:17 #8 32.68 Preparing to unpack .../070-librole-tiny-perl_2.000006-1_all.deb ...
14:37:17 #8 32.68 Unpacking librole-tiny-perl (2.000006-1) ...
14:37:17 #8 32.72 Selecting previously unselected package libstrictures-perl.
14:37:17 #8 32.72 Preparing to unpack .../071-libstrictures-perl_2.000005-1_all.deb ...
14:37:17 #8 32.73 Unpacking libstrictures-perl (2.000005-1) ...
14:37:17 #8 32.76 Selecting previously unselected package libsub-quote-perl.
14:37:17 #8 32.76 Preparing to unpack .../072-libsub-quote-perl_2.005001-1_all.deb ...
14:37:17 #8 32.76 Unpacking libsub-quote-perl (2.005001-1) ...
14:37:17 #8 32.79 Selecting previously unselected package libmoo-perl.
14:37:17 #8 32.79 Preparing to unpack .../073-libmoo-perl_2.003004-2_all.deb ...
14:37:17 #8 32.80 Unpacking libmoo-perl (2.003004-2) ...
14:37:17 #8 32.83 Selecting previously unselected package libencode-locale-perl.
14:37:17 #9 40.05 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
14:37:17 #9 40.05 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
14:37:17 #9 40.08 Selecting previously unselected package libdigest-hmac-perl.
14:37:17 #9 40.08 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
14:37:17 #9 40.08 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
14:37:17 #9 40.11 Selecting previously unselected package libdistro-info-perl.
14:37:17 #9 40.11 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
14:37:17 #9 40.12 Unpacking libdistro-info-perl (0.23ubuntu1) ...
14:37:17 #9 40.14 Selecting previously unselected package libnet-smtp-ssl-perl.
14:37:17 #9 40.14 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
14:37:17 #9 40.15 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
14:37:17 #9 40.17 Selecting previously unselected package libmailtools-perl.
14:37:17 #8 32.84 Preparing to unpack .../074-libencode-locale-perl_1.05-1_all.deb ...
14:37:17 #8 32.84 Unpacking libencode-locale-perl (1.05-1) ...
14:37:17 #8 32.87 Selecting previously unselected package libtimedate-perl.
14:37:17 #8 32.88 Preparing to unpack .../075-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
14:37:17 #8 32.88 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
14:37:17 #8 32.91 Selecting previously unselected package libhttp-date-perl.
14:37:17 #8 32.91 Preparing to unpack .../076-libhttp-date-perl_6.02-1_all.deb ...
14:37:17 #8 32.92 Unpacking libhttp-date-perl (6.02-1) ...
14:37:17 #8 32.95 Selecting previously unselected package libfile-listing-perl.
14:37:17 #8 32.95 Preparing to unpack .../077-libfile-listing-perl_6.04-1_all.deb ...
14:37:17 #8 32.95 Unpacking libfile-listing-perl (6.04-1) ...
14:37:17 #8 32.98 Selecting previously unselected package libhtml-tagset-perl.
14:37:17 #8 32.98 Preparing to unpack .../078-libhtml-tagset-perl_3.20-3_all.deb ...
14:37:17 #8 32.99 Unpacking libhtml-tagset-perl (3.20-3) ...
14:37:17 #8 33.02 Selecting previously unselected package liburi-perl.
14:37:17 #8 33.02 Preparing to unpack .../079-liburi-perl_1.76-1_all.deb ...
14:37:17 #8 33.02 Unpacking liburi-perl (1.76-1) ...
14:37:17 #8 33.06 Selecting previously unselected package libhtml-parser-perl.
14:37:18 #9 40.17 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
14:37:18 #9 40.18 Unpacking libmailtools-perl (2.21-1) ...
14:37:18 #9 40.21 Selecting previously unselected package libnet-ip-perl.
14:37:18 #9 40.21 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
14:37:18 #9 40.21 Unpacking libnet-ip-perl (1.26-2) ...
14:37:18 #9 40.24 Selecting previously unselected package libnet-dns-perl.
14:37:18 #9 40.24 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
14:37:18 #9 40.25 Unpacking libnet-dns-perl (1.22-1) ...
14:37:18 #9 40.35 Selecting previously unselected package libnet-domain-tld-perl.
14:37:18 #9 40.35 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
14:37:18 #9 40.36 Unpacking libnet-domain-tld-perl (1.75-1) ...
14:37:18 #9 40.38 Selecting previously unselected package libemail-valid-perl.
14:37:18 #9 40.38 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
14:37:18 #9 40.39 Unpacking libemail-valid-perl (1.202-1) ...
14:37:18 #9 40.41 Selecting previously unselected package libexporter-tiny-perl.
14:37:18 #9 40.41 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
14:37:18 #9 40.42 Unpacking libexporter-tiny-perl (1.002001-1) ...
14:37:18 #9 40.44 Selecting previously unselected package libipc-system-simple-perl.
14:37:18 #9 40.45 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
14:37:18 #9 40.45 Unpacking libipc-system-simple-perl (1.26-1) ...
14:37:18 #9 40.47 Selecting previously unselected package libfile-basedir-perl.
14:37:18 #9 40.47 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
14:37:18 #9 40.48 Unpacking libfile-basedir-perl (0.08-1) ...
14:37:18 #9 40.51 Selecting previously unselected package libfile-chdir-perl.
14:37:18 #9 40.51 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
14:37:18 #9 40.51 Unpacking libfile-chdir-perl (0.1008-1) ...
14:37:18 #9 40.53 Selecting previously unselected package libfile-fcntllock-perl.
14:37:18 #9 40.54 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
14:37:18 #9 40.54 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
14:37:18 #9 40.57 Selecting previously unselected package libnumber-compare-perl.
14:37:18 #8 33.06 Preparing to unpack .../080-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
14:37:18 #8 33.07 Unpacking libhtml-parser-perl (3.72-3+b2) ...
14:37:18 #8 33.11 Selecting previously unselected package libhtml-tree-perl.
14:37:18 #8 33.11 Preparing to unpack .../081-libhtml-tree-perl_5.07-2_all.deb ...
14:37:18 #8 33.12 Unpacking libhtml-tree-perl (5.07-2) ...
14:37:18 #8 33.19 Selecting previously unselected package libio-html-perl.
14:37:18 #8 33.20 Preparing to unpack .../082-libio-html-perl_1.001-1_all.deb ...
14:37:18 #8 33.21 Unpacking libio-html-perl (1.001-1) ...
14:37:18 #8 33.24 Selecting previously unselected package liblwp-mediatypes-perl.
14:37:18 #8 33.24 Preparing to unpack .../083-liblwp-mediatypes-perl_6.02-1_all.deb ...
14:37:18 #8 33.25 Unpacking liblwp-mediatypes-perl (6.02-1) ...
14:37:18 #8 33.30 Selecting previously unselected package libhttp-message-perl.
14:37:18 #9 40.57 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
14:37:18 #9 40.57 Unpacking libnumber-compare-perl (0.03-1) ...
14:37:18 #9 40.60 Selecting previously unselected package libtext-glob-perl.
14:37:18 #9 40.60 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
14:37:18 #9 40.60 Unpacking libtext-glob-perl (0.10-1) ...
14:37:18 #9 40.63 Selecting previously unselected package libfile-find-rule-perl.
14:37:18 #9 40.63 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
14:37:18 #9 40.63 Unpacking libfile-find-rule-perl (0.34-1) ...
14:37:18 #9 40.66 Selecting previously unselected package libfont-afm-perl.
14:37:18 #9 40.66 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
14:37:18 #9 40.67 Unpacking libfont-afm-perl (1.20-2) ...
14:37:18 #9 40.69 Selecting previously unselected package libio-string-perl.
14:37:18 #9 40.70 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
14:37:18 #9 40.70 Unpacking libio-string-perl (1.08-3) ...
14:37:18 #9 40.72 Selecting previously unselected package libfont-ttf-perl.
14:37:18 #9 40.73 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
14:37:18 #9 40.73 Unpacking libfont-ttf-perl (1.06-1) ...
14:37:18 #9 40.79 Selecting previously unselected package libfuture-perl.
14:37:18 #8 33.30 Preparing to unpack .../084-libhttp-message-perl_6.18-1_all.deb ...
14:37:18 #8 33.31 Unpacking libhttp-message-perl (6.18-1) ...
14:37:18 #8 33.35 Selecting previously unselected package libhttp-cookies-perl.
14:37:18 #8 33.35 Preparing to unpack .../085-libhttp-cookies-perl_6.04-1_all.deb ...
14:37:18 #8 33.36 Unpacking libhttp-cookies-perl (6.04-1) ...
14:37:18 #8 33.39 Selecting previously unselected package libhttp-negotiate-perl.
14:37:18 #8 33.40 Preparing to unpack .../086-libhttp-negotiate-perl_6.01-1_all.deb ...
14:37:18 #8 33.40 Unpacking libhttp-negotiate-perl (6.01-1) ...
14:37:18 #8 33.49 Selecting previously unselected package perl-openssl-defaults:armhf.
14:37:18 #8 33.49 Preparing to unpack .../087-perl-openssl-defaults_3_armhf.deb ...
14:37:18 #8 33.50 Unpacking perl-openssl-defaults:armhf (3) ...
14:37:18 #8 33.53 Selecting previously unselected package libnet-ssleay-perl.
14:37:18 #8 33.54 Preparing to unpack .../088-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
14:37:18 #8 33.54 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
14:37:18 #8 33.61 Selecting previously unselected package libio-socket-ssl-perl.
14:37:18 #9 40.79 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
14:37:18 #9 40.79 Unpacking libfuture-perl (0.43-1) ...
14:37:18 #9 40.82 Selecting previously unselected package libio-stringy-perl.
14:37:18 #9 40.82 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
14:37:18 #9 40.83 Unpacking libio-stringy-perl (2.111-3) ...
14:37:18 #9 40.86 Selecting previously unselected package libparams-validate-perl.
14:37:18 #9 40.86 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
14:37:18 #9 40.87 Unpacking libparams-validate-perl (1.29-3) ...
14:37:18 #9 40.89 Selecting previously unselected package libgetopt-long-descriptive-perl.
14:37:18 #9 40.90 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
14:37:18 #9 40.90 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
14:37:18 #9 41.00 Selecting previously unselected package libsort-versions-perl.
14:37:18 #9 41.01 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
14:37:18 #9 41.01 Unpacking libsort-versions-perl (1.62-1) ...
14:37:18 #9 41.04 Selecting previously unselected package libgit-wrapper-perl.
14:37:18 #9 41.04 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
14:37:18 #9 41.04 Unpacking libgit-wrapper-perl (0.048-1) ...
14:37:18 #9 41.07 Selecting previously unselected package libhttp-tiny-multipart-perl.
14:37:18 #9 41.07 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
14:37:18 #9 41.08 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
14:37:18 #9 41.10 Selecting previously unselected package libio-prompter-perl.
14:37:18 #9 41.10 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
14:37:18 #9 41.10 Unpacking libio-prompter-perl (0.004015-1) ...
14:37:18 #8 33.61 Preparing to unpack .../089-libio-socket-ssl-perl_2.060-3_all.deb ...
14:37:18 #8 33.61 Unpacking libio-socket-ssl-perl (2.060-3) ...
14:37:18 #8 33.66 Selecting previously unselected package libnet-http-perl.
14:37:18 #8 33.67 Preparing to unpack .../090-libnet-http-perl_6.18-1_all.deb ...
14:37:18 #8 33.67 Unpacking libnet-http-perl (6.18-1) ...
14:37:18 #8 33.70 Selecting previously unselected package liblwp-protocol-https-perl.
14:37:18 #8 33.70 Preparing to unpack .../091-liblwp-protocol-https-perl_6.07-2_all.deb ...
14:37:18 #8 33.71 Unpacking liblwp-protocol-https-perl (6.07-2) ...
14:37:18 #8 33.75 Selecting previously unselected package libtry-tiny-perl.
14:37:18 #8 33.75 Preparing to unpack .../092-libtry-tiny-perl_0.30-1_all.deb ...
14:37:18 #8 33.76 Unpacking libtry-tiny-perl (0.30-1) ...
14:37:18 #8 33.78 Selecting previously unselected package libwww-robotrules-perl.
14:37:18 #8 33.79 Preparing to unpack .../093-libwww-robotrules-perl_6.02-1_all.deb ...
14:37:18 #8 33.79 Unpacking libwww-robotrules-perl (6.02-1) ...
14:37:18 #8 33.82 Selecting previously unselected package libwww-perl.
14:37:18 #9 41.14 Selecting previously unselected package libjson-perl.
14:37:18 #9 41.14 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
14:37:18 #9 41.15 Unpacking libjson-perl (4.02000-2) ...
14:37:18 #9 41.18 Selecting previously unselected package liblog-any-perl.
14:37:18 #9 41.18 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
14:37:18 #9 41.18 Unpacking liblog-any-perl (1.708-1) ...
14:37:18 #9 41.21 Selecting previously unselected package liblog-any-adapter-screen-perl.
14:37:18 #9 41.21 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
14:37:18 #9 41.22 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
14:37:18 #9 41.24 Selecting previously unselected package libpackage-stash-perl.
14:37:18 #9 41.24 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
14:37:18 #9 41.25 Unpacking libpackage-stash-perl (0.38-1) ...
14:37:18 #9 41.28 Selecting previously unselected package libsub-identify-perl.
14:37:18 #9 41.28 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
14:37:18 #9 41.29 Unpacking libsub-identify-perl (0.14-1build2) ...
14:37:18 #9 41.31 Selecting previously unselected package libsub-name-perl.
14:37:18 #8 33.82 Preparing to unpack .../094-libwww-perl_6.36-2_all.deb ...
14:37:18 #8 33.83 Unpacking libwww-perl (6.36-2) ...
14:37:18 #8 33.87 Selecting previously unselected package patchutils.
14:37:18 #8 33.87 Preparing to unpack .../095-patchutils_0.3.4-2_armhf.deb ...
14:37:18 #8 33.88 Unpacking patchutils (0.3.4-2) ...
14:37:18 #8 33.92 Selecting previously unselected package wdiff.
14:37:18 #8 33.92 Preparing to unpack .../096-wdiff_1.2.2-2_armhf.deb ...
14:37:18 #8 33.92 Unpacking wdiff (1.2.2-2) ...
14:37:18 #8 33.98 Selecting previously unselected package devscripts.
14:37:18 #8 33.99 Preparing to unpack .../097-devscripts_2.19.5+deb10u1_armhf.deb ...
14:37:18 #8 34.01 Unpacking devscripts (2.19.5+deb10u1) ...
14:37:19 #9 41.32 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
14:37:19 #9 41.32 Unpacking libsub-name-perl (0.26-1) ...
14:37:19 #9 41.34 Selecting previously unselected package libnamespace-clean-perl.
14:37:19 #9 41.35 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
14:37:19 #9 41.35 Unpacking libnamespace-clean-perl (0.27-1) ...
14:37:19 #9 41.38 Selecting previously unselected package libpath-tiny-perl.
14:37:19 #9 41.38 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
14:37:19 #9 41.38 Unpacking libpath-tiny-perl (0.108-1) ...
14:37:19 #9 41.41 Selecting previously unselected package libtype-tiny-perl.
14:37:19 #9 41.41 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
14:37:19 #9 41.42 Unpacking libtype-tiny-perl (1.008001-2) ...
14:37:19 #9 41.47 Selecting previously unselected package libgitlab-api-v4-perl.
14:37:19 #9 41.47 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
14:37:19 #9 41.48 Unpacking libgitlab-api-v4-perl (0.25-1) ...
14:37:19 #9 41.52 Selecting previously unselected package libhash-fieldhash-perl.
14:37:19 #9 41.52 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
14:37:19 #8 34.12 Selecting previously unselected package equivs.
14:37:19 #8 34.12 Preparing to unpack .../098-equivs_2.2.0_all.deb ...
14:37:19 #8 34.13 Unpacking equivs (2.2.0) ...
14:37:19 #8 34.17 Selecting previously unselected package libcurl3-gnutls:armhf.
14:37:19 #8 34.17 Preparing to unpack .../099-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
14:37:19 #8 34.18 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
14:37:19 #8 34.24 Selecting previously unselected package libpcre2-8-0:armhf.
14:37:19 #8 34.24 Preparing to unpack .../100-libpcre2-8-0_10.32-5_armhf.deb ...
14:37:19 #8 34.25 Unpacking libpcre2-8-0:armhf (10.32-5) ...
14:37:19 #8 34.29 Selecting previously unselected package liberror-perl.
14:37:19 #9 41.52 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
14:37:19 #9 41.55 Selecting previously unselected package libhtml-form-perl.
14:37:19 #9 41.55 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
14:37:19 #9 41.55 Unpacking libhtml-form-perl (6.07-1) ...
14:37:19 #9 41.58 Selecting previously unselected package libhtml-format-perl.
14:37:19 #9 41.58 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
14:37:19 #9 41.59 Unpacking libhtml-format-perl (2.12-1) ...
14:37:19 #9 41.62 Selecting previously unselected package libhttp-daemon-perl.
14:37:19 #9 41.62 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1_all.deb ...
14:37:19 #9 41.62 Unpacking libhttp-daemon-perl (6.06-1) ...
14:37:19 #9 41.67 Selecting previously unselected package libidn11:amd64.
14:37:19 #9 41.67 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
14:37:19 #9 41.68 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
14:37:19 #9 41.71 Selecting previously unselected package libstruct-dumb-perl.
14:37:19 #9 41.71 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
14:37:19 #9 41.71 Unpacking libstruct-dumb-perl (0.09-1) ...
14:37:19 #9 41.74 Selecting previously unselected package libio-async-perl.
14:37:19 #9 41.74 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
14:37:19 #9 41.74 Unpacking libio-async-perl (0.75-1) ...
14:37:19 #9 41.79 Selecting previously unselected package liblinux-epoll-perl.
14:37:19 #9 41.79 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
14:37:19 #9 41.80 Unpacking liblinux-epoll-perl (0.017-1) ...
14:37:19 #9 41.82 Selecting previously unselected package libio-async-loop-epoll-perl.
14:37:19 #9 41.82 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
14:37:19 #9 41.83 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
14:37:19 #9 41.85 Selecting previously unselected package libtypes-serialiser-perl.
14:37:19 #8 34.29 Preparing to unpack .../101-liberror-perl_0.17027-2_all.deb ...
14:37:19 #8 34.30 Unpacking liberror-perl (0.17027-2) ...
14:37:19 #8 34.33 Selecting previously unselected package git-man.
14:37:19 #8 34.33 Preparing to unpack .../102-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
14:37:19 #8 34.34 Unpacking git-man (1:2.20.1-2+deb10u3) ...
14:37:19 #8 34.46 Selecting previously unselected package git.
14:37:19 #8 34.46 Preparing to unpack .../103-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
14:37:19 #8 34.48 Unpacking git (1:2.20.1-2+deb10u3) ...
14:37:19 #9 41.85 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
14:37:19 #9 41.86 Unpacking libtypes-serialiser-perl (1.0-1) ...
14:37:19 #9 41.88 Selecting previously unselected package libjson-xs-perl.
14:37:19 #9 41.89 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
14:37:19 #9 41.89 Unpacking libjson-xs-perl (4.020-1build1) ...
14:37:19 #9 41.92 Selecting previously unselected package libjson-maybexs-perl.
14:37:19 #9 41.92 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
14:37:19 #9 41.93 Unpacking libjson-maybexs-perl (1.004000-1) ...
14:37:19 #9 41.95 Selecting previously unselected package liblist-compare-perl.
14:37:19 #9 41.95 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
14:37:19 #9 41.96 Unpacking liblist-compare-perl (0.53-1) ...
14:37:19 #9 41.99 Selecting previously unselected package liblist-moreutils-perl.
14:37:19 #9 41.99 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
14:37:19 #9 41.99 Unpacking liblist-moreutils-perl (0.416-1build5) ...
14:37:19 #9 42.03 Selecting previously unselected package liblist-someutils-perl.
14:37:19 #9 42.03 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
14:37:19 #9 42.03 Unpacking liblist-someutils-perl (0.58-1) ...
14:37:19 #9 42.06 Selecting previously unselected package liblist-someutils-xs-perl.
14:37:19 #8 34.89 Setting up perl-modules-5.28 (5.28.1-6) ...
14:37:19 #9 42.06 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
14:37:19 #9 42.07 Unpacking liblist-someutils-xs-perl (0.58-2) ...
14:37:19 #9 42.10 Selecting previously unselected package libltdl7:amd64.
14:37:19 #9 42.10 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
14:37:19 #9 42.10 Unpacking libltdl7:amd64 (2.4.6-14) ...
14:37:19 #9 42.13 Selecting previously unselected package libltdl-dev:amd64.
14:37:19 #9 42.13 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
14:37:19 #9 42.14 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
14:37:19 #9 42.18 Selecting previously unselected package libsys-hostname-long-perl.
14:37:19 #9 42.18 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
14:37:19 #9 42.18 Unpacking libsys-hostname-long-perl (1.5-1) ...
14:37:19 #9 42.21 Selecting previously unselected package libmail-sendmail-perl.
14:37:19 #9 42.21 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
14:37:19 #9 42.22 Unpacking libmail-sendmail-perl (0.80-1) ...
14:37:19 #9 42.25 Selecting previously unselected package libmoox-aliases-perl.
14:37:19 #9 42.25 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
14:37:19 #9 42.26 Unpacking libmoox-aliases-perl (0.001006-1) ...
14:37:19 #9 42.28 Selecting previously unselected package libobject-id-perl.
14:37:19 #9 42.28 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
14:37:19 #9 42.28 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
14:37:19 #9 42.31 Selecting previously unselected package libmoox-struct-perl.
14:37:19 #9 42.31 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
14:37:19 #9 42.32 Unpacking libmoox-struct-perl (0.017-1) ...
14:37:19 #9 42.34 Selecting previously unselected package libnet-dns-sec-perl.
14:37:19 #9 42.35 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
14:37:19 #9 42.35 Unpacking libnet-dns-sec-perl (1.15-1) ...
14:37:19 #9 42.38 Selecting previously unselected package libnet-libidn-perl.
14:37:19 #9 42.38 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
14:37:19 #8 34.90 Setting up libpipeline1:armhf (1.5.1-2) ...
14:37:19 #8 34.92 Setting up mime-support (3.62) ...
14:37:19 #8 34.96 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
14:37:19 #8 34.97 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
14:37:19 #8 34.98 No schema files found: doing nothing.
14:37:19 #8 34.99 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
14:37:19 #8 35.00 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
14:37:19 #8 35.02 Setting up perl-openssl-defaults:armhf (3) ...
14:37:19 #8 35.04 Setting up linux-libc-dev:armhf (1:1.20211007-2~buster) ...
14:37:19 #8 35.05 Setting up gettext-base (0.19.8.1-9) ...
14:37:19 #8 35.07 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
14:37:19 #8 35.08 Setting up file (1:5.35-4+deb10u2) ...
14:37:19 #8 35.09 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
14:37:20 #9 42.38 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
14:37:20 #9 42.41 Selecting previously unselected package libnumber-range-perl.
14:37:20 #9 42.42 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
14:37:20 #9 42.42 Unpacking libnumber-range-perl (0.12-1) ...
14:37:20 #9 42.44 Selecting previously unselected package libpackage-stash-xs-perl.
14:37:20 #9 42.45 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
14:37:20 #9 42.45 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
14:37:20 #9 42.48 Selecting previously unselected package libpath-iterator-rule-perl.
14:37:20 #9 42.48 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
14:37:20 #9 42.48 Unpacking libpath-iterator-rule-perl (1.014-1) ...
14:37:20 #9 42.52 Selecting previously unselected package libperl4-corelibs-perl.
14:37:20 #9 42.52 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
14:37:20 #9 42.52 Unpacking libperl4-corelibs-perl (0.004-2) ...
14:37:20 #9 42.55 Selecting previously unselected package libperlio-gzip-perl.
14:37:20 #9 42.55 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
14:37:20 #9 42.55 Unpacking libperlio-gzip-perl (0.19-1build5) ...
14:37:20 #9 42.58 Selecting previously unselected package libpod-constants-perl.
14:37:20 #9 42.58 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
14:37:20 #8 35.11 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
14:37:20 #8 35.12 Setting up libicu63:armhf (63.1-6+deb10u1) ...
14:37:20 #8 35.13 Setting up libfakeroot:armhf (1.23-1) ...
14:37:20 #8 35.15 Setting up fakeroot (1.23-1) ...
14:37:20 #8 35.16 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
14:37:20 #8 35.16 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
14:37:20 #8 35.16 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
14:37:20 #8 35.16 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
14:37:20 #8 35.16 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
14:37:20 #8 35.16 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
14:37:20 #8 35.16 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
14:37:20 #8 35.16 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
14:37:20 #8 35.16 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
14:37:20 #8 35.17 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
14:37:20 #8 35.27 Setting up autotools-dev (20180224.1) ...
14:37:20 #8 35.28 Setting up make (4.2.1-1.2) ...
14:37:20 #8 35.29 Setting up libmpfr6:armhf (4.0.2-1) ...
14:37:20 #8 35.31 Setting up libsigsegv2:armhf (2.12-2) ...
14:37:20 #8 35.32 Setting up xz-utils (5.2.4-1) ...
14:37:20 #8 35.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.33 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
14:37:20 #8 35.34 Setting up libmpc3:armhf (1.1.0-1) ...
14:37:20 #8 35.35 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
14:37:20 #9 42.59 Unpacking libpod-constants-perl (0.19-1) ...
14:37:20 #9 42.62 Selecting previously unselected package libre2-5:amd64.
14:37:20 #9 42.62 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
14:37:20 #9 42.63 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
14:37:20 #9 42.68 Selecting previously unselected package libre-engine-re2-perl.
14:37:20 #9 42.68 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
14:37:20 #9 42.68 Unpacking libre-engine-re2-perl (0.13-5) ...
14:37:20 #9 42.71 Selecting previously unselected package libreadonly-perl.
14:37:20 #9 42.71 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
14:37:20 #9 42.72 Unpacking libreadonly-perl (2.050-2) ...
14:37:20 #9 42.74 Selecting previously unselected package libref-util-perl.
14:37:20 #9 42.74 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
14:37:20 #9 42.76 Unpacking libref-util-perl (0.204-1) ...
14:37:20 #9 42.78 Selecting previously unselected package libref-util-xs-perl.
14:37:20 #9 42.79 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
14:37:20 #9 42.79 Unpacking libref-util-xs-perl (0.117-1build2) ...
14:37:20 #9 42.82 Selecting previously unselected package libregexp-pattern-license-perl.
14:37:20 #8 35.37 Setting up patch (2.7.6-3+deb10u1) ...
14:37:20 #8 35.39 Setting up autopoint (0.19.8.1-9) ...
14:37:20 #8 35.40 Setting up libfl2:armhf (2.6.4-6.2) ...
14:37:20 #8 35.42 Setting up libpcre2-8-0:armhf (10.32-5) ...
14:37:20 #8 35.43 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
14:37:20 #8 35.44 Setting up libisl19:armhf (0.20-2) ...
14:37:20 #8 35.46 Setting up sensible-utils (0.0.12) ...
14:37:20 #8 35.47 Setting up libuchardet0:armhf (0.0.6-3) ...
14:37:20 #8 35.49 Setting up git-man (1:2.20.1-2+deb10u3) ...
14:37:20 #8 35.50 Setting up libmpdec2:armhf (2.4.2-2) ...
14:37:20 #8 35.52 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
14:37:20 #8 35.53 Setting up cpp-8 (8.3.0-6+rpi1) ...
14:37:20 #8 35.54 Setting up libc-dev-bin (2.28-10+rpt2+rpi1) ...
14:37:20 #8 35.56 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
14:37:20 #9 42.82 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
14:37:20 #9 42.82 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
14:37:20 #9 42.85 Selecting previously unselected package libregexp-pattern-perl.
14:37:20 #9 42.85 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
14:37:20 #9 42.86 Unpacking libregexp-pattern-perl (0.2.12-1) ...
14:37:20 #9 42.88 Selecting previously unselected package libsasl2-modules:amd64.
14:37:20 #9 42.89 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2_amd64.deb ...
14:37:20 #9 42.89 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
14:37:20 #9 42.92 Selecting previously unselected package libsereal-decoder-perl.
14:37:20 #9 42.92 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
14:37:20 #9 42.93 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
14:37:20 #9 42.96 Selecting previously unselected package libsereal-encoder-perl.
14:37:20 #9 42.96 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
14:37:20 #9 42.96 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
14:37:20 #9 43.00 Selecting previously unselected package libsereal-perl.
14:37:20 #9 43.00 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
14:37:20 #9 43.05 Unpacking libsereal-perl (4.011-1) ...
14:37:20 #8 35.63 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
14:37:20 #8 35.65 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
14:37:20 #8 35.66 Setting up libelf1:armhf (0.176-1.1) ...
14:37:20 #8 35.68 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
14:37:20 #8 35.70 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
14:37:20 #8 35.71 Setting up libgdbm6:armhf (1.18.1-4) ...
14:37:20 #8 35.73 Setting up wdiff (1.2.2-2) ...
14:37:20 #8 35.74 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
14:37:20 #8 35.76 Setting up m4 (1.4.18-2) ...
14:37:20 #8 35.77 Setting up binutils (2.31.1-16+rpi2) ...
14:37:20 #8 35.78 Setting up bsdmainutils (11.1.2) ...
14:37:20 #8 35.81 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
14:37:20 #8 35.81 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
14:37:20 #8 35.82 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
14:37:20 #8 35.82 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
14:37:20 #8 35.82 Setting up libcroco3:armhf (0.6.12-3) ...
14:37:20 #8 35.84 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
14:37:20 #8 35.85 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
14:37:20 #8 35.87 Setting up libperl5.28:armhf (5.28.1-6) ...
14:37:20 #8 35.88 Setting up dwz (0.12-3) ...
14:37:20 #8 35.90 Setting up groff-base (1.22.4-3+deb10u1) ...
14:37:20 #8 35.92 Setting up cpp (4:8.3.0-1+rpi2) ...
14:37:20 #9 43.08 Selecting previously unselected package libsort-key-perl.
14:37:20 #9 43.08 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
14:37:20 #9 43.08 Unpacking libsort-key-perl (1.33-2build2) ...
14:37:20 #9 43.11 Selecting previously unselected package libstring-copyright-perl.
14:37:20 #9 43.11 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
14:37:20 #9 43.12 Unpacking libstring-copyright-perl (0.003006-1) ...
14:37:20 #9 43.14 Selecting previously unselected package libstring-escape-perl.
14:37:20 #9 43.14 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
14:37:20 #9 43.15 Unpacking libstring-escape-perl (2010.002-2) ...
14:37:20 #9 43.18 Selecting previously unselected package libstring-shellquote-perl.
14:37:20 #9 43.18 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
14:37:20 #9 43.18 Unpacking libstring-shellquote-perl (1.04-1) ...
14:37:20 #9 43.20 Selecting previously unselected package libterm-readkey-perl.
14:37:20 #9 43.21 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
14:37:20 #9 43.21 Unpacking libterm-readkey-perl (2.38-1build1) ...
14:37:20 #9 43.24 Selecting previously unselected package libtest-fatal-perl.
14:37:20 #9 43.24 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
14:37:20 #9 43.24 Unpacking libtest-fatal-perl (0.014-1) ...
14:37:20 #9 43.27 Selecting previously unselected package libtest-refcount-perl.
14:37:20 #9 43.27 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
14:37:20 #9 43.28 Unpacking libtest-refcount-perl (0.10-1) ...
14:37:20 #9 43.31 Selecting previously unselected package libtext-levenshtein-perl.
14:37:20 #9 43.31 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
14:37:20 #9 43.32 Unpacking libtext-levenshtein-perl (0.13-1) ...
14:37:20 #9 43.34 Selecting previously unselected package libtype-tiny-xs-perl.
14:37:20 #9 43.35 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
14:37:20 #9 43.35 Unpacking libtype-tiny-xs-perl (0.016-1) ...
14:37:20 #9 43.38 Selecting previously unselected package libunicode-utf8-perl.
14:37:20 #9 43.38 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
14:37:20 #9 43.38 Unpacking libunicode-utf8-perl (0.62-1build1) ...
14:37:20 #9 43.41 Selecting previously unselected package libxml-namespacesupport-perl.
14:37:20 #9 43.41 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
14:37:20 #8 35.94 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
14:37:20 #8 35.95 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
14:37:20 #8 35.97 Setting up python3.7 (3.7.3-2+deb10u3) ...
14:37:21 #9 43.42 Unpacking libxml-namespacesupport-perl (1.12-1) ...
14:37:21 #9 43.45 Selecting previously unselected package libxml-sax-base-perl.
14:37:21 #9 43.45 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
14:37:21 #9 43.45 Unpacking libxml-sax-base-perl (1.09-1) ...
14:37:21 #9 43.49 Selecting previously unselected package libxml-sax-perl.
14:37:21 #9 43.49 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
14:37:21 #9 43.49 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
14:37:21 #9 43.57 Selecting previously unselected package libxml-libxml-perl.
14:37:21 #9 43.58 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
14:37:21 #9 43.58 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
14:37:21 #9 43.63 Selecting previously unselected package libxml-parser-perl.
14:37:21 #9 43.64 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
14:37:21 #9 43.64 Unpacking libxml-parser-perl (2.46-1) ...
14:37:21 #9 43.69 Selecting previously unselected package libxml-sax-expat-perl.
14:37:21 #9 43.69 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
14:37:21 #9 43.69 Unpacking libxml-sax-expat-perl (0.51-1) ...
14:37:21 #9 43.72 Selecting previously unselected package libxml-writer-perl.
14:37:21 #9 43.72 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
14:37:21 #9 43.72 Unpacking libxml-writer-perl (0.625-1) ...
14:37:21 #9 43.75 Selecting previously unselected package libyaml-libyaml-perl.
14:37:21 #9 43.75 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
14:37:21 #9 43.76 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
14:37:21 #9 43.78 Selecting previously unselected package licensecheck.
14:37:21 #9 43.79 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
14:37:21 #9 43.79 Unpacking licensecheck (3.0.45-1) ...
14:37:21 #9 43.82 Selecting previously unselected package libdevel-size-perl.
14:37:21 #9 43.83 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
14:37:21 #9 43.83 Unpacking libdevel-size-perl (0.83-1build1) ...
14:37:21 #9 43.86 Selecting previously unselected package t1utils.
14:37:21 #9 43.86 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
14:37:21 #9 43.86 Unpacking t1utils (1.41-3) ...
14:37:21 #9 43.90 Selecting previously unselected package lintian.
14:37:21 #8 36.67 Setting up gettext (0.19.8.1-9) ...
14:37:21 #9 43.90 Preparing to unpack .../328-lintian_2.62.0ubuntu1_all.deb ...
14:37:21 #9 43.90 Unpacking lintian (2.62.0ubuntu1) ...
14:37:21 #9 44.17 Selecting previously unselected package manpages-dev.
14:37:21 #8 36.68 Setting up gcc-8 (8.3.0-6+rpi1) ...
14:37:21 #8 36.69 Setting up libtool (2.4.6-9) ...
14:37:21 #8 36.71 Setting up python3 (3.7.3-1) ...
14:37:21 #8 36.81 Setting up man-db (2.8.5-2) ...
14:37:21 #8 36.92 Building database of manual pages ...
14:37:21 #9 44.18 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
14:37:21 #9 44.18 Unpacking manpages-dev (5.05-1) ...
14:37:21 #9 44.42 Selecting previously unselected package python3-certifi.
14:37:21 #9 44.43 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
14:37:22 #9 44.43 Unpacking python3-certifi (2019.11.28-1) ...
14:37:22 #9 44.47 Selecting previously unselected package python3-idna.
14:37:22 #9 44.48 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
14:37:22 #9 44.48 Unpacking python3-idna (2.8-1) ...
14:37:22 #9 44.51 Selecting previously unselected package python3-urllib3.
14:37:22 #9 44.52 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
14:37:22 #9 44.52 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
14:37:22 #9 44.57 Selecting previously unselected package python3-requests.
14:37:22 #9 44.57 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
14:37:22 #9 44.57 Unpacking python3-requests (2.22.0-2ubuntu1) ...
14:37:22 #9 44.61 Selecting previously unselected package python3-unidiff.
14:37:22 #9 44.61 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
14:37:22 #9 44.61 Unpacking python3-unidiff (0.5.5-2) ...
14:37:22 #9 44.68 Selecting previously unselected package python3-xdg.
14:37:22 #9 44.68 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
14:37:22 #9 44.68 Unpacking python3-xdg (0.26-1ubuntu1) ...
14:37:22 #9 44.72 Selecting previously unselected package unzip.
14:37:22 #9 44.72 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ...
14:37:22 #9 44.73 Unpacking unzip (6.0-25ubuntu1) ...
14:37:22 #9 44.76 Selecting previously unselected package equivs.
14:37:22 #9 44.77 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
14:37:22 #9 44.77 Unpacking equivs (2.2.0) ...
14:37:22 #9 44.80 Selecting previously unselected package libauthen-sasl-perl.
14:37:22 #9 44.81 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
14:37:22 #9 44.81 Unpacking libauthen-sasl-perl (2.1600-1) ...
14:37:22 #9 44.84 Selecting previously unselected package python3-magic.
14:37:22 #9 44.85 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
14:37:22 #9 44.85 Unpacking python3-magic (2:0.4.15-3) ...
14:37:22 #9 44.92 Setting up libapt-pkg-perl (0.1.36build3) ...
14:37:22 #9 44.93 Setting up libksba8:amd64 (1.3.5-2) ...
14:37:22 #9 44.94 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
14:37:22 #9 44.96 Setting up wdiff (1.2.2-2build1) ...
14:37:22 #9 44.97 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
14:37:22 #9 44.98 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ...
14:37:22 #9 45.00 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
14:37:22 #9 45.01 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
14:37:22 #9 45.02 Setting up mime-support (3.64ubuntu1) ...
14:37:22 #9 45.05 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
14:37:22 #9 45.08 Setting up libmagic-mgc (1:5.38-4) ...
14:37:22 #9 45.09 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
14:37:22 #9 45.10 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
14:37:22 #9 45.11 No schema files found: doing nothing.
14:37:22 #9 45.13 Setting up distro-info-data (0.43ubuntu1.9) ...
14:37:22 #9 45.14 Setting up manpages (5.05-1) ...
14:37:22 #9 45.15 Setting up unzip (6.0-25ubuntu1) ...
14:37:22 #9 45.17 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
14:37:22 #9 45.18 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
14:37:22 #9 45.19 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
14:37:22 #9 45.21 Setting up binutils-common:amd64 (2.34-6ubuntu1.1) ...
14:37:22 #9 45.23 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
14:37:22 #9 45.24 Setting up libmagic1:amd64 (1:5.38-4) ...
14:37:22 #9 45.26 Setting up less (551-1ubuntu0.1) ...
14:37:22 #9 45.27 Setting up perl-openssl-defaults:amd64 (4) ...
14:37:22 #9 45.28 Setting up linux-libc-dev:amd64 (5.4.0-88.99) ...
14:37:22 #9 45.30 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
14:37:22 #9 45.31 Setting up gettext-base (0.19.8.1-10build1) ...
14:37:22 #9 45.32 Setting up libnpth0:amd64 (1.6-1) ...
14:37:22 #9 45.33 Setting up krb5-locales (1.17-6ubuntu4.1) ...
14:37:22 #9 45.34 Setting up file (1:5.38-4) ...
14:37:22 #9 45.35 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
14:37:22 #9 45.36 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:22 #9 45.37 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
14:37:22 #9 45.38 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
14:37:23 #9 45.40 Setting up libunwind8:amd64 (1.2.1-9build1) ...
14:37:23 #9 45.41 Setting up libfakeroot:amd64 (1.24-1) ...
14:37:23 #9 45.43 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
14:37:23 #9 45.44 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
14:37:23 #9 45.45 Setting up tzdata (2021a-2ubuntu0.20.04) ...
14:37:23 #9 45.54 
14:37:23 #9 45.54 Current default time zone: 'Etc/UTC'
14:37:23 #9 45.54 Local time is now:      Mon Oct 18 14:37:22 UTC 2021.
14:37:23 #9 45.54 Universal Time is now:  Mon Oct 18 14:37:22 UTC 2021.
14:37:23 #9 45.54 Run 'dpkg-reconfigure tzdata' if you wish to change it.
14:37:23 #9 45.54 
14:37:23 #9 45.62 Setting up fakeroot (1.24-1) ...
14:37:23 #9 45.63 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
14:37:23 #9 45.63 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
14:37:23 #9 45.63 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
14:37:23 #9 45.63 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
14:37:23 #9 45.63 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
14:37:23 #9 45.63 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
14:37:23 #9 45.63 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
14:37:23 #9 39.27 warning: /var/cache/yum/x86_64/7/base/packages/bzip2-1.0.6-13.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
14:37:23 #9 39.28 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed
14:37:23 #9 45.63 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
14:37:23 #9 45.63 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
14:37:23 #9 45.64 Setting up autotools-dev (20180224.1) ...
14:37:23 #9 45.65 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
14:37:23 #9 45.66 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
14:37:23 #9 45.67 Setting up make (4.2.1-1.2) ...
14:37:23 #9 45.68 Setting up libmpfr6:amd64 (4.0.2-1) ...
14:37:23 #9 45.69 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
14:37:23 #9 45.70 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
14:37:23 #9 45.71 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
14:37:23 #9 45.72 Setting up strace (5.5-3ubuntu1) ...
14:37:23 #9 45.75 Setting up libsigsegv2:amd64 (2.12-2) ...
14:37:23 #9 45.76 Setting up xz-utils (5.2.4-1ubuntu1) ...
14:37:23 #9 45.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.77 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
14:37:23 #9 45.78 Setting up t1utils (1.41-3) ...
14:37:23 #9 45.79 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:23 #9 45.80 Setting up diffstat (1.63-1) ...
14:37:23 #9 45.82 Setting up libmpc3:amd64 (1.1.0-1) ...
14:37:23 #9 45.83 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:23 #9 45.84 Setting up patch (2.7.6-6) ...
14:37:23 #9 45.85 Setting up autopoint (0.19.8.1-10build1) ...
14:37:23 #9 45.86 Setting up libfl2:amd64 (2.6.4-6.2) ...
14:37:23 #9 45.87 Setting up ucf (3.0038+nmu1) ...
14:37:23 #9 45.99 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
14:37:23 #9 46.00 Setting up libltdl7:amd64 (2.4.6-14) ...
14:37:23 #9 46.01 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ...
14:37:23 #9 46.02 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:23 #9 46.03 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:23 #9 46.05 Setting up python-apt-common (2.0.0ubuntu0.20.04.6) ...
14:37:23 #9 46.06 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
14:37:23 #9 46.07 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
14:37:23 #9 46.08 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
14:37:23 #9 46.09 Setting up git-man (1:2.25.1-1ubuntu3.2) ...
14:37:23 #9 46.10 Setting up libisl22:amd64 (0.22.1-1) ...
14:37:23 #9 46.11 Setting up netbase (6.1) ...
14:37:23 #9 46.13 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
14:37:23 #9 46.14 Setting up libmpdec2:amd64 (2.4.2-3) ...
14:37:23 #9 46.15 Setting up libbinutils:amd64 (2.34-6ubuntu1.1) ...
14:37:23 #9 46.16 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
14:37:23 #9 46.17 Setting up libc-dev-bin (2.31-0ubuntu9.2) ...
14:37:23 #9 46.19 Setting up openssl (1.1.1f-1ubuntu2.8) ...
14:37:23 #9 46.20 Setting up libbsd0:amd64 (0.10.0-1) ...
14:37:23 #9 46.22 Setting up libelf1:amd64 (0.176-1.1build1) ...
14:37:23 #9 46.23 Setting up readline-common (8.0-4) ...
14:37:23 #9 46.25 Setting up publicsuffix (20200303.0012-1) ...
14:37:23 #9 46.26 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:23 #9 46.27 Setting up iso-codes (4.4-1) ...
14:37:23 #9 46.28 Setting up liblocale-gettext-perl (1.07-4) ...
14:37:23 #9 46.30 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:23 #9 46.31 Setting up dctrl-tools (2.24-3) ...
14:37:23 #9 46.32 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:23 #9 46.33 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:23 #9 46.34 Setting up libgdbm6:amd64 (1.18.1-5) ...
14:37:23 #9 46.35 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
14:37:23 #9 46.36 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
14:37:23 #9 46.37 Setting up libctf0:amd64 (2.34-6ubuntu1.1) ...
14:37:23 #9 46.38 Setting up pinentry-curses (1.1.0-3build1) ...
14:37:23 #9 46.40 Setting up manpages-dev (5.05-1) ...
14:37:23 #9 46.41 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
14:37:24 #9 46.42 Setting up libxcb1:amd64 (1.14-2) ...
14:37:24 #9 46.43 Setting up at (3.1.23-1ubuntu1) ...
14:37:24 #9 46.57 invoke-rc.d: could not determine current runlevel
14:37:24 #9 46.57 invoke-rc.d: policy-rc.d denied execution of start.
14:37:24 #9 46.58 Setting up libicu66:amd64 (66.1-2ubuntu2) ...
14:37:24 #9 46.59 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:24 #9 46.60 Setting up libedit2:amd64 (3.1-20191231-1) ...
14:37:24 #9 46.61 Setting up libreadline8:amd64 (8.0-4) ...
14:37:24 #9 46.62 Setting up m4 (1.4.18-4) ...
14:37:24 #9 46.63 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:24 #9 46.64 Setting up ca-certificates (20210119~20.04.2) ...
14:37:24 #8 39.07 Setting up gcc (4:8.3.0-1+rpi2) ...
14:37:24 #8 39.10 Setting up perl (5.28.1-6) ...
14:37:24 #8 39.12 Setting up libio-html-perl (1.001-1) ...
14:37:24 #8 39.13 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
14:37:24 #8 39.14 Setting up libdpkg-perl (1.19.7) ...
14:37:24 #8 39.16 Setting up autoconf (2.69-11) ...
14:37:24 #8 39.18 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
14:37:24 #8 39.20 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
14:37:24 #8 39.21 Setting up libdevel-globaldestruction-perl (0.14-1) ...
14:37:24 #8 39.22 Setting up libstrictures-perl (2.000005-1) ...
14:37:24 #8 39.23 Setting up libsub-quote-perl (2.005001-1) ...
14:37:24 #8 39.24 Setting up liburi-perl (1.76-1) ...
14:37:24 #8 39.26 Setting up libnet-ssleay-perl (1.85-2+b1) ...
14:37:24 #8 39.28 Setting up automake (1:1.16.1-4) ...
14:37:24 #8 39.30 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
14:37:24 #8 39.30 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
14:37:24 #8 39.30 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
14:37:24 #8 39.31 Setting up libhttp-date-perl (6.02-1) ...
14:37:24 #8 39.32 Setting up libfile-which-perl (1.23-1) ...
14:37:24 #8 39.34 Setting up libfile-listing-perl (6.04-1) ...
14:37:24 #8 39.35 Setting up libdynaloader-functions-perl (0.003-1) ...
14:37:24 #8 39.37 Setting up libclass-method-modifiers-perl (2.12-1) ...
14:37:24 #8 39.38 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
14:37:24 #8 39.39 Setting up libarchive-zip-perl (1.64-1) ...
14:37:24 #8 39.41 Setting up libhtml-tagset-perl (3.20-3) ...
14:37:24 #8 39.43 Setting up libdebhelper-perl (13.2~bpo10+1) ...
14:37:24 #8 39.44 Setting up liblwp-mediatypes-perl (6.02-1) ...
14:37:24 #8 39.45 Setting up libtry-tiny-perl (0.30-1) ...
14:37:24 #8 39.46 Setting up libnet-http-perl (6.18-1) ...
14:37:24 #9 46.98 Updating certificates in /etc/ssl/certs...
14:37:24 #8 39.47 Setting up libencode-locale-perl (1.05-1) ...
14:37:24 #8 39.49 Setting up libdevel-callchecker-perl (0.008-1) ...
14:37:24 #8 39.50 Setting up dpkg-dev (1.19.7) ...
14:37:24 #8 39.53 Setting up intltool-debian (0.35.0+20060710.5) ...
14:37:24 #8 39.54 Setting up liberror-perl (0.17027-2) ...
14:37:24 #8 39.55 Setting up patchutils (0.3.4-2) ...
14:37:24 #8 39.57 Setting up libipc-run-perl (20180523.0-1) ...
14:37:24 #8 39.58 Setting up git (1:2.20.1-2+deb10u3) ...
14:37:24 #8 39.62 Setting up libwww-robotrules-perl (6.02-1) ...
14:37:24 #8 39.63 Setting up libhtml-parser-perl (3.72-3+b2) ...
14:37:24 #8 39.64 Setting up librole-tiny-perl (2.000006-1) ...
14:37:24 #8 39.70 Setting up libfile-homedir-perl (1.004-1) ...
14:37:24 #8 39.72 Setting up libio-socket-ssl-perl (2.060-3) ...
14:37:24 #8 39.73 Setting up libhttp-message-perl (6.18-1) ...
14:37:24 #8 39.75 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
14:37:24 #8 39.76 Setting up libhttp-negotiate-perl (6.01-1) ...
14:37:24 #8 39.77 Setting up libhttp-cookies-perl (6.04-1) ...
14:37:24 #8 39.78 Setting up po-debconf (1.0.21) ...
14:37:24 #8 39.80 Setting up libhtml-tree-perl (5.07-2) ...
14:37:24 #8 39.81 Setting up libparams-classify-perl (0.015-1+b1) ...
14:37:24 #8 39.83 Setting up libmodule-runtime-perl (0.016-1) ...
14:37:24 #8 39.85 Setting up libimport-into-perl (1.002005-1) ...
14:37:24 #8 39.86 Setting up libmoo-perl (2.003004-2) ...
14:37:24 #8 39.87 Setting up liblwp-protocol-https-perl (6.07-2) ...
14:37:24 #8 39.89 Setting up libwww-perl (6.36-2) ...
14:37:24 #8 39.90 Setting up debhelper (13.2~bpo10+1) ...
14:37:24 #8 39.92 Setting up dh-autoreconf (19) ...
14:37:25 #9 47.40 128 added, 0 removed; done.
14:37:25 #9 47.46 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
14:37:25 #9 47.47 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:25 #9 47.48 Setting up bsdmainutils (11.1.2ubuntu3) ...
14:37:25 #9 47.50 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
14:37:25 #8 39.93 Setting up devscripts (2.19.5+deb10u1) ...
14:37:25 #8 40.08 Setting up dh-strip-nondeterminism (1.1.2-1) ...
14:37:25 #8 40.10 Setting up equivs (2.2.0) ...
14:37:25 #8 40.11 Processing triggers for libc-bin (2.28-10+rpi1) ...
14:37:25 #9 47.50 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
14:37:25 #9 47.50 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
14:37:25 #9 47.50 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
14:37:25 #9 47.51 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
14:37:25 #9 47.52 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
14:37:25 #9 47.53 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
14:37:25 #9 47.54 Setting up dwz (0.13-5) ...
14:37:25 #9 47.56 Setting up groff-base (1.22.4-4build1) ...
14:37:25 #9 47.58 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
14:37:25 #9 47.59 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ...
14:37:25 #9 47.60 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
14:37:25 #9 47.61 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ...
14:37:25 #9 47.62 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
14:37:25 #9 47.63 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.1) ...
14:37:25 #9 47.63 Setting up python3.8 (3.8.10-0ubuntu1~20.04.1) ...
14:37:25 #8 DONE 40.6s
14:37:25 
14:37:25 #10 [stage-1 3/8] COPY common /root/build-deb/debian
14:37:25 #10 sha256:98f20587d47c7e1fc4130940ae31bd961aa1ca3124a2b6ff9f2ea2d519f2b6a3
14:37:25 #10 DONE 0.0s
14:37:25 
14:37:25 #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
14:37:25 #11 sha256:c2cf423f84460f26a980a466cc9bfd77fecf2f4fbec8d6051c5312e31ab44d55
14:37:25 #9 48.26 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
14:37:25 #9 48.27 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
14:37:25 #9 48.28 Setting up gpg (2.2.19-3ubuntu2.1) ...
14:37:25 #9 48.30 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
14:37:25 #9 48.31 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
14:37:26 #9 48.32 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
14:37:26 #9 48.33 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
14:37:26 #9 48.80 Setting up openssh-client (1:8.2p1-4ubuntu0.3) ...
14:37:26 #9 48.89 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:26 #11 1.016 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
14:37:26 #9 48.90 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
14:37:26 #9 48.91 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
14:37:26 #9 48.92 Setting up python3 (3.8.2-0ubuntu2) ...
14:37:26 #11 1.168 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
14:37:26 #9 49.20 Setting up binutils (2.34-6ubuntu1.1) ...
14:37:26 #9 49.21 Setting up python3-xdg (0.26-1ubuntu1) ...
14:37:27 #9 49.36 Setting up man-db (2.9.1-1) ...
14:37:27 #9 49.46 Building database of manual pages ...
14:37:27 #9 49.65 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
14:37:27 #9 49.66 Setting up python3-six (1.14.0-2) ...
14:37:27 #9 49.81 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
14:37:27 #9 49.82 Setting up perl (5.30.0-9ubuntu0.2) ...
14:37:27 #9 49.84 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
14:37:27 #9 49.85 Setting up python3-gpg (1.13.1-7ubuntu2) ...
14:37:27 #9 50.02 Setting up libdata-dump-perl (1.23-1) ...
14:37:27 #9 50.03 Setting up python3-certifi (2019.11.28-1) ...
14:37:27 #9 50.16 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
14:37:27 #9 50.17 Setting up libref-util-perl (0.204-1) ...
14:37:27 #9 50.18 Setting up libipc-system-simple-perl (1.26-1) ...
14:37:27 #9 50.19 Setting up libnet-domain-tld-perl (1.75-1) ...
14:37:27 #9 50.20 Setting up libxml-writer-perl (0.625-1) ...
14:37:27 #9 50.21 Setting up libhash-fieldhash-perl (0.15-1build2) ...
14:37:27 #9 50.22 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
14:37:27 #9 50.23 Setting up shared-mime-info (1.15-1) ...
14:37:28 #11 1.352 Reading package lists...
14:37:28 #11 2.968 dh_testdir
14:37:28 #11 2.989 dh_testroot
14:37:28 #11 3.009 dh_prep
14:37:28 #11 3.032 dh_testdir
14:37:28 #11 3.053 dh_testroot
14:37:28 #11 3.073 dh_install
14:37:28 #11 3.094 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
14:37:28 #11 3.102 dh_installdocs
14:37:28 #11 3.123 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
14:37:28 #11 3.137 dh_installchangelogs
14:37:28 #11 3.214 dh_compress
14:37:29 #11 3.239 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
14:37:29 #11 3.251 dh_fixperms
14:37:29 #11 3.298 dh_installdeb
14:37:29 #11 3.326 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
14:37:29 #11 3.327 dh_gencontrol
14:37:29 #11 3.444 dh_md5sums
14:37:29 #11 3.475 dh_builddeb
14:37:29 #11 3.497 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
14:37:29 #11 3.516 
14:37:29 #11 3.516 The package has been created.
14:37:29 #11 3.516 Attention, the package has been created in the current directory,
14:37:29 #11 3.516 not in ".." as indicated by the message above!
14:37:29 #11 3.539 Selecting previously unselected package docker-ce-build-deps.
14:37:29 #11 3.551 (Reading database ... 17084 files and directories currently installed.)
14:37:29 #11 3.552 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
14:37:29 #11 3.556 Unpacking docker-ce-build-deps (1.0) ...
14:37:29 #9 52.25 Setting up liblinux-epoll-perl (0.017-1) ...
14:37:30 #9 52.26 Setting up libvariable-magic-perl (0.62-1build2) ...
14:37:30 #9 52.27 Setting up python3-idna (2.8-1) ...
14:37:30 #9 52.48 Setting up libio-html-perl (1.001-1) ...
14:37:30 #9 52.49 Setting up libcroco3:amd64 (0.6.13-1) ...
14:37:30 #9 52.50 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
14:37:30 #9 52.52 Setting up libtest-refcount-perl (0.10-1) ...
14:37:30 #9 52.53 Setting up libparams-util-perl (1.07-3build5) ...
14:37:30 #9 52.54 Setting up libdpkg-perl (1.19.7ubuntu3) ...
14:37:30 #9 52.55 Setting up autoconf (2.69-11.1) ...
14:37:30 #9 52.56 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
14:37:30 #9 52.73 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
14:37:30 #9 52.74 Setting up libarray-intspan-perl (2.003-1) ...
14:37:30 #9 52.75 Setting up libcapture-tiny-perl (0.48-1) ...
14:37:30 #9 52.76 Setting up libtimedate-perl (2.3200-1) ...
14:37:30 #9 52.77 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
14:37:30 #9 52.78 Setting up libsub-name-perl (0.26-1) ...
14:37:30 #9 52.79 Setting up libtype-tiny-xs-perl (0.016-1) ...
14:37:30 #9 52.80 Setting up libfile-chdir-perl (0.1008-1) ...
14:37:30 #9 52.81 Setting up xauth (1:1.1-0ubuntu1) ...
14:37:30 #9 52.82 Setting up cpp (4:9.3.0-1ubuntu2) ...
14:37:30 #9 52.83 Setting up libpath-tiny-perl (0.108-1) ...
14:37:30 #9 52.85 Setting up libarchive-cpio-perl (0.10-1) ...
14:37:30 #9 52.86 Setting up libjson-perl (4.02000-2) ...
14:37:30 #9 52.87 Setting up libsub-override-perl (0.09-2) ...
14:37:30 #9 52.88 Setting up python3-unidiff (0.5.5-2) ...
14:37:30 #9 53.01 Setting up libstrictures-perl (2.000006-1) ...
14:37:30 #11 3.605 Reading package lists...
14:37:30 #11 4.775 Building dependency tree...
14:37:30 #11 4.952 Reading state information...
14:37:30 #11 4.972 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
14:37:30 #11 5.017 Starting 2 pkgProblemResolver with broken count: 0
14:37:30 #11 5.019 Done
14:37:30 #11 5.041  Done
14:37:30 #11 5.049 Starting pkgProblemResolver with broken count: 0
14:37:30 #11 5.079 Starting 2 pkgProblemResolver with broken count: 0
14:37:30 #11 5.081 Done
14:37:30 #9 53.02 Setting up libsub-quote-perl (2.006006-1) ...
14:37:30 #9 53.03 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
14:37:30 #9 53.04 Setting up libsort-versions-perl (1.62-1) ...
14:37:30 #9 53.05 Setting up libexporter-tiny-perl (1.002001-1) ...
14:37:30 #9 53.06 Setting up libre-engine-re2-perl (0.13-5) ...
14:37:30 #9 53.07 Setting up libterm-readkey-perl (2.38-1build1) ...
14:37:30 #9 53.08 Setting up lsb-release (11.1.0ubuntu2) ...
14:37:30 #9 53.09 Setting up libnet-ip-perl (1.26-2) ...
14:37:30 #9 53.10 Setting up python3-magic (2:0.4.15-3) ...
14:37:30 #9 53.23 Setting up libperlio-gzip-perl (0.19-1build5) ...
14:37:30 #9 53.24 Setting up libsys-hostname-long-perl (1.5-1) ...
14:37:30 #9 53.25 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
14:37:30 #9 53.26 Setting up liburi-perl (1.76-2) ...
14:37:30 #11 5.223 The following additional packages will be installed:
14:37:30 #11 5.223   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
14:37:30 #11 5.223   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
14:37:30 #11 5.224   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
14:37:30 #11 5.224   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
14:37:30 #11 5.224   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
14:37:30 #11 5.224   libuv1 pkg-config
14:37:30 #11 5.225 Suggested packages:
14:37:30 #11 5.225   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
14:37:30 #11 5.226   libtool-doc seccomp libstdc++-8-doc
14:37:31 #9 53.27 Setting up libdigest-bubblebabble-perl (0.02-2) ...
14:37:31 #9 53.28 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:31 #9 53.29 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
14:37:31 #9 53.30 Setting up python3-pkg-resources (45.2.0-1) ...
14:37:31 #9 53.49 Setting up automake (1:1.16.1-4ubuntu6) ...
14:37:31 #9 53.50 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
14:37:31 #9 53.50 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
14:37:31 #9 53.50 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
14:37:31 #9 53.50 Setting up libasync-mergepoint-perl (0.04-2) ...
14:37:31 #9 53.51 Setting up libstring-escape-perl (2010.002-2) ...
14:37:31 #9 53.52 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ...
14:37:31 #11 5.524 The following NEW packages will be installed:
14:37:31 #11 5.524   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
14:37:31 #11 5.524   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
14:37:31 #11 5.524   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
14:37:31 #11 5.525   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
14:37:31 #11 5.525   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
14:37:31 #11 5.525   libuv1 pkg-config
14:37:31 #9 53.53 Setting up libhttp-date-perl (6.05-1) ...
14:37:31 #9 53.54 Setting up libfile-which-perl (1.23-1) ...
14:37:31 #9 53.56 Setting up libfile-basedir-perl (0.08-1) ...
14:37:31 #9 53.57 Setting up gettext (0.19.8.1-10build1) ...
14:37:31 #9 53.58 Setting up libnumber-range-perl (0.12-1) ...
14:37:31 #9 53.59 Setting up libunicode-utf8-perl (0.62-1build1) ...
14:37:31 #9 53.60 Setting up libstruct-dumb-perl (0.09-1) ...
14:37:31 #9 53.61 Setting up libfile-listing-perl (6.04-1) ...
14:37:31 #9 53.62 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
14:37:31 #9 53.63 Setting up libregexp-pattern-perl (0.2.12-1) ...
14:37:31 #9 53.64 Setting up libfont-afm-perl (1.20-2) ...
14:37:31 #9 53.65 Setting up libwant-perl (0.29-1build4) ...
14:37:31 #9 53.67 Setting up libdynaloader-functions-perl (0.003-1) ...
14:37:31 #9 53.68 Setting up libtext-glob-perl (0.10-1) ...
14:37:31 #9 53.69 Setting up libclass-method-modifiers-perl (2.13-1) ...
14:37:31 #9 53.70 Setting up liblist-compare-perl (0.53-1) ...
14:37:31 #9 53.71 Setting up libref-util-xs-perl (0.117-1build2) ...
14:37:31 #9 53.73 Setting up libio-pty-perl (1:1.12-1) ...
14:37:31 #9 53.74 Setting up libtool (2.4.6-14) ...
14:37:31 #9 53.76 Setting up libfile-fcntllock-perl (0.22-3build4) ...
14:37:31 #9 53.77 Setting up libsort-key-perl (1.33-2build2) ...
14:37:31 #9 53.78 Setting up libclone-perl (0.43-2) ...
14:37:31 #9 53.79 Setting up libalgorithm-diff-perl (1.19.03-2) ...
14:37:31 #9 53.81 Setting up libarchive-zip-perl (1.67-2) ...
14:37:31 #9 53.81 Setting up libsub-identify-perl (0.14-1build2) ...
14:37:31 #9 53.83 Setting up libdistro-info-perl (0.23ubuntu1) ...
14:37:31 #9 53.83 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
14:37:31 #9 53.84 Setting up python3-apt (2.0.0ubuntu0.20.04.6) ...
14:37:31 #9 54.00 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
14:37:31 #9 54.01 Setting up libio-stringy-perl (2.111-3) ...
14:37:31 #9 54.02 Setting up liblist-moreutils-perl (0.416-1build5) ...
14:37:31 #9 54.03 Setting up libhtml-tagset-perl (3.20-4) ...
14:37:31 #9 54.04 Setting up liblog-any-perl (1.708-1) ...
14:37:31 #9 54.06 Setting up libauthen-sasl-perl (2.1600-1) ...
14:37:31 #9 54.06 Setting up libdevel-size-perl (0.83-1build1) ...
14:37:31 #9 54.07 Setting up libdebhelper-perl (12.10ubuntu1) ...
14:37:31 #9 54.08 Setting up libpod-constants-perl (0.19-1) ...
14:37:31 #9 54.09 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
14:37:31 #9 54.10 Setting up libperl4-corelibs-perl (0.004-2) ...
14:37:31 #11 5.967 0 upgraded, 30 newly installed, 0 to remove and 15 not upgraded.
14:37:31 #11 5.967 1 not fully installed or removed.
14:37:31 #11 5.967 Need to get 17.5 MB of archives.
14:37:31 #11 5.967 After this operation, 72.0 MB of additional disk space will be used.
14:37:31 #11 5.967 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
14:37:31 #11 6.034 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
14:37:31 #9 54.11 Setting up libfuture-perl (0.43-1) ...
14:37:31 #9 54.12 Setting up liblwp-mediatypes-perl (6.04-1) ...
14:37:31 #9 54.14 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
14:37:31 #9 54.15 Setting up libtry-tiny-perl (0.30-1) ...
14:37:31 #9 54.16 Setting up libtype-tiny-perl (1.008001-2) ...
14:37:31 #9 54.17 Setting up libtest-fatal-perl (0.014-1) ...
14:37:31 #9 54.18 Setting up libcommon-sense-perl (3.74-2build6) ...
14:37:31 #9 54.19 Setting up libxml-namespacesupport-perl (1.12-1) ...
14:37:31 #9 54.20 Setting up libnet-http-perl (6.19-1) ...
14:37:31 #9 54.21 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
14:37:31 #9 54.21 Setting up libencode-locale-perl (1.05-1) ...
14:37:31 #9 54.22 Setting up libtext-levenshtein-perl (0.13-1) ...
14:37:31 #9 54.23 Setting up libnet-dns-perl (1.22-1) ...
14:37:31 #9 54.24 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
14:37:31 #9 54.25 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
14:37:31 #9 54.26 Setting up libstring-shellquote-perl (1.04-1) ...
14:37:31 #9 54.27 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:31 #9 54.28 Setting up libsub-install-perl (0.928-1) ...
14:37:31 #9 54.29 Setting up gcc (4:9.3.0-1ubuntu2) ...
14:37:31 #9 54.32 Setting up dpkg-dev (1.19.7ubuntu3) ...
14:37:32 #9 54.33 Setting up libnumber-compare-perl (0.03-1) ...
14:37:32 #9 54.34 Setting up intltool-debian (0.35.0+20060710.5) ...
14:37:32 #9 54.35 Setting up libio-async-perl (0.75-1) ...
14:37:32 #9 54.36 Setting up liberror-perl (0.17029-1) ...
14:37:32 #9 54.37 Setting up patchutils (0.3.4-2) ...
14:37:32 #9 54.38 Setting up libmail-sendmail-perl (0.80-1) ...
14:37:32 #9 54.39 Setting up libltdl-dev:amd64 (2.4.6-14) ...
14:37:32 #9 54.40 Setting up libjson-maybexs-perl (1.004000-1) ...
14:37:32 #9 54.41 Setting up libxml-sax-base-perl (1.09-1) ...
14:37:32 #9 54.42 Setting up libio-string-perl (1.08-3) ...
14:37:32 #9 54.43 Setting up libreadonly-perl (2.050-2) ...
14:37:32 #9 54.44 Setting up python3-chardet (3.0.4-4build1) ...
14:37:32 #11 6.538 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
14:37:32 #11 6.775 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
14:37:32 #9 54.68 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
14:37:32 #9 54.69 Setting up libfile-find-rule-perl (0.34-1) ...
14:37:32 #9 54.70 Setting up libstring-copyright-perl (0.003006-1) ...
14:37:32 #9 54.71 Setting up python3-debian (0.1.36ubuntu1) ...
14:37:32 #11 6.887 Get:5 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
14:37:32 #11 6.888 Get:6 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
14:37:32 #11 6.889 Get:7 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
14:37:32 #11 6.893 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [271 kB]
14:37:32 #11 6.943 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
14:37:32 #11 6.944 Get:10 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
14:37:32 #11 6.947 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
14:37:32 #11 6.948 Get:12 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
14:37:32 #11 6.949 Get:13 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
14:37:32 #11 6.968 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
14:37:32 #11 6.985 Get:15 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs0 armhf 5.10-1~bpo10+1 [214 kB]
14:37:32 #11 6.988 Get:16 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs-dev armhf 5.10-1~bpo10+1 [275 kB]
14:37:32 #9 54.86 Setting up python3-requests (2.22.0-2ubuntu1) ...
14:37:32 #9 55.08 Setting up libdata-optlist-perl (0.110-1) ...
14:37:32 #9 55.08 Setting up libipc-run-perl (20180523.0-2) ...
14:37:32 #11 7.049 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
14:37:32 #11 7.050 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
14:37:32 #11 7.052 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
14:37:32 #11 7.057 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
14:37:32 #11 7.060 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
14:37:32 #11 7.064 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
14:37:32 #11 7.073 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
14:37:32 #11 7.131 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
14:37:32 #11 7.138 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
14:37:32 #11 7.210 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
14:37:32 #11 7.215 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
14:37:32 #11 7.218 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
14:37:32 #11 7.219 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
14:37:32 #11 7.223 Get:30 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
14:37:32 #9 55.09 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
14:37:32 #9 55.10 Setting up libcontextual-return-perl (0.004014-2) ...
14:37:32 #9 55.11 Setting up libwww-robotrules-perl (6.02-1) ...
14:37:32 #9 55.13 Setting up libtypes-serialiser-perl (1.0-1) ...
14:37:32 #9 55.14 Setting up g++ (4:9.3.0-1ubuntu2) ...
14:37:32 #9 55.17 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
14:37:32 #9 55.17 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
14:37:32 #9 55.18 Setting up libhtml-parser-perl (3.72-5) ...
14:37:32 #9 55.19 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
14:37:32 #9 55.20 Setting up librole-tiny-perl (2.001004-1) ...
14:37:32 #9 55.21 Setting up build-essential (12.8ubuntu1.1) ...
14:37:32 #9 55.22 Setting up libfont-ttf-perl (1.06-1) ...
14:37:32 #9 55.23 Setting up libfile-homedir-perl (1.004-1) ...
14:37:32 #9 55.24 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
14:37:32 #9 55.25 Setting up libio-socket-ssl-perl (2.067-1) ...
14:37:32 #9 55.26 Setting up libsub-exporter-perl (0.987-1) ...
14:37:32 #9 55.27 Setting up libalgorithm-merge-perl (0.08-3) ...
14:37:32 #9 55.28 Setting up libhttp-message-perl (6.22-1) ...
14:37:32 #9 55.30 Setting up libhtml-form-perl (6.07-1) ...
14:37:33 #9 55.31 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
14:37:33 #9 55.32 Setting up libjson-xs-perl (4.020-1build1) ...
14:37:33 #9 55.34 Setting up libhttp-negotiate-perl (6.01-1) ...
14:37:33 #9 55.35 Setting up libio-prompter-perl (0.004015-1) ...
14:37:33 #9 55.35 Setting up libhttp-cookies-perl (6.08-1) ...
14:37:33 #9 55.36 Setting up po-debconf (1.0.21) ...
14:37:33 #9 55.37 Setting up libhtml-tree-perl (5.07-2) ...
14:37:33 #9 55.38 Setting up libparams-classify-perl (0.015-1build2) ...
14:37:33 #9 55.39 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
14:37:33 #9 55.41 Setting up libpath-iterator-rule-perl (1.014-1) ...
14:37:33 #9 55.42 Setting up libnet-dns-sec-perl (1.15-1) ...
14:37:33 #9 55.43 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ...
14:37:33 #9 55.44 Setting up libsereal-perl (4.011-1) ...
14:37:33 #9 55.45 Setting up libhtml-format-perl (2.12-1) ...
14:37:33 #9 55.46 Setting up libxml-sax-perl (1.02+dfsg-1) ...
14:37:33 #9 55.52 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
14:37:33 #9 47.85 Public key for perl-5.16.3-299.el7_9.x86_64.rpm is not installed
14:37:33 #11 7.444 debconf: delaying package configuration, since apt-utils is not installed
14:37:33 #11 7.473 Fetched 17.5 MB in 2s (10.1 MB/s)
14:37:33 #11 7.492 Selecting previously unselected package libstdc++-8-dev:armhf.
14:37:33 #11 7.492 (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.)
14:37:33 #11 7.503 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
14:37:33 #11 7.507 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
14:37:33 #11 7.731 Selecting previously unselected package g++-8.
14:37:33 #11 7.733 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
14:37:33 #11 7.741 Unpacking g++-8 (8.3.0-6+rpi1) ...
14:37:33 #9 55.58 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:37:33 #9 55.70 
14:37:33 #9 55.70 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:37:33 #9 55.73 Setting up dput (1.0.3ubuntu1) ...
14:37:33 #9 55.87 Setting up libio-async-loop-epoll-perl (0.20-1) ...
14:37:33 #9 55.88 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
14:37:33 #9 56.01 Setting up libnet-smtp-ssl-perl (1.04-1) ...
14:37:33 #9 56.02 Setting up libmodule-runtime-perl (0.016-1) ...
14:37:33 #9 56.03 Setting up libmailtools-perl (2.21-1) ...
14:37:33 #9 56.04 Setting up git (1:2.25.1-1ubuntu3.2) ...
14:37:33 #9 56.07 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
14:37:33 #9 56.11 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
14:37:33 #9 56.18 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
14:37:33 #9 56.25 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:37:33 #9 56.37 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:37:33 #11 8.385 Selecting previously unselected package g++.
14:37:33 #11 8.388 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
14:37:33 #11 8.392 Unpacking g++ (4:8.3.0-1+rpi2) ...
14:37:33 #11 8.426 Selecting previously unselected package build-essential.
14:37:33 #11 8.428 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
14:37:33 #11 8.435 Unpacking build-essential (12.6) ...
14:37:34 #9 56.39 Setting up dh-strip-nondeterminism (1.7.0-1) ...
14:37:34 #9 56.41 Setting up libconst-fast-perl (0.014-1) ...
14:37:34 #9 56.42 Setting up libhttp-daemon-perl (6.06-1) ...
14:37:34 #9 56.43 Setting up libgit-wrapper-perl (0.048-1) ...
14:37:34 #9 56.44 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
14:37:34 #9 56.46 Setting up curl (7.68.0-1ubuntu2.7) ...
14:37:34 #9 56.47 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
14:37:34 #9 56.48 Setting up libmodule-implementation-perl (0.09-1) ...
14:37:34 #9 56.49 Setting up libemail-valid-perl (1.202-1) ...
14:37:34 #9 56.50 Setting up libpackage-stash-perl (0.38-1) ...
14:37:34 #9 56.51 Setting up libimport-into-perl (1.002005-1) ...
14:37:34 #9 56.52 Setting up libmoo-perl (2.003006-1) ...
14:37:34 #9 56.53 Setting up liblist-someutils-perl (0.58-1) ...
14:37:34 #9 56.54 Setting up liblist-someutils-xs-perl (0.58-2) ...
14:37:34 #9 56.55 Setting up gnupg (2.2.19-3ubuntu2.1) ...
14:37:34 #9 56.56 Setting up libmoox-aliases-perl (0.001006-1) ...
14:37:34 #9 56.57 Setting up libparams-validate-perl (1.29-3) ...
14:37:34 #9 56.58 Setting up libb-hooks-endofscope-perl (0.24-1) ...
14:37:34 #9 56.59 Setting up libnamespace-clean-perl (0.27-1) ...
14:37:34 #9 56.60 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
14:37:34 #9 56.61 Setting up libgitlab-api-v4-perl (0.25-1) ...
14:37:34 #9 56.62 Setting up libmoox-struct-perl (0.017-1) ...
14:37:34 #9 56.63 Setting up lintian (2.62.0ubuntu1) ...
14:37:34 #9 56.64 Setting up licensecheck (3.0.45-1) ...
14:37:34 #9 56.65 Setting up dh-autoreconf (19) ...
14:37:34 #9 56.66 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
14:37:34 #9 56.67 Setting up libwww-perl (6.43-1) ...
14:37:34 #9 56.68 Setting up debhelper (12.10ubuntu1) ...
14:37:34 #11 8.494 Selecting previously unselected package bash-completion.
14:37:34 #11 8.496 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
14:37:34 #9 56.69 Setting up devscripts (2.20.2ubuntu2) ...
14:37:34 #9 56.84 Setting up equivs (2.2.0) ...
14:37:34 #9 56.85 Setting up libxml-parser-perl (2.46-1) ...
14:37:34 #9 56.87 Setting up libxml-sax-expat-perl (0.51-1) ...
14:37:34 #9 56.91 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
14:37:34 #9 56.96 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:37:34 #9 57.08 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:37:34 #11 9.104 Unpacking bash-completion (1:2.8-6) ...
14:37:34 #9 57.10 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
14:37:34 #9 57.12 Processing triggers for ca-certificates (20210119~20.04.2) ...
14:37:34 #9 57.13 Updating certificates in /etc/ssl/certs...
14:37:34 #11 9.216 Selecting previously unselected package cmake-data.
14:37:34 #11 9.219 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
14:37:34 #11 9.223 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
14:37:35 #9 57.46 0 added, 0 removed; done.
14:37:35 #9 57.46 Running hooks in /etc/ca-certificates/update.d...
14:37:35 #9 57.46 done.
14:37:35 #11 9.553 Selecting previously unselected package libarchive13:armhf.
14:37:35 #11 9.556 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
14:37:35 #11 9.566 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
14:37:35 #11 9.627 Selecting previously unselected package libjsoncpp1:armhf.
14:37:35 #11 9.629 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
14:37:35 #11 9.633 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
14:37:35 #11 9.677 Selecting previously unselected package librhash0:armhf.
14:37:35 #11 9.679 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
14:37:35 #11 9.685 Unpacking librhash0:armhf (1.3.8-1) ...
14:37:35 #11 9.741 Selecting previously unselected package libuv1:armhf.
14:37:35 #11 9.744 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
14:37:35 #11 9.748 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
14:37:35 #11 9.784 Selecting previously unselected package cmake.
14:37:35 #11 9.786 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
14:37:35 #11 9.790 Unpacking cmake (3.16.3-3~bpo10+1) ...
14:37:35 #11 10.06 Selecting previously unselected package dh-apparmor.
14:37:35 #11 10.07 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
14:37:35 #11 10.07 Unpacking dh-apparmor (2.13.2-10) ...
14:37:35 #11 10.11 Selecting previously unselected package libbtrfs0:armhf.
14:37:35 #11 10.11 Preparing to unpack .../12-libbtrfs0_5.10-1~bpo10+1_armhf.deb ...
14:37:35 #11 10.12 Unpacking libbtrfs0:armhf (5.10-1~bpo10+1) ...
14:37:35 #11 10.17 Selecting previously unselected package libbtrfs-dev:armhf.
14:37:35 #11 10.17 Preparing to unpack .../13-libbtrfs-dev_5.10-1~bpo10+1_armhf.deb ...
14:37:35 #11 10.17 Unpacking libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
14:37:35 #11 10.23 Selecting previously unselected package dmsetup.
14:37:35 #11 10.24 Preparing to unpack .../14-dmsetup_2%3a1.02.155-3_armhf.deb ...
14:37:35 #11 10.24 Unpacking dmsetup (2:1.02.155-3) ...
14:37:35 #11 10.28 Selecting previously unselected package libdevmapper1.02.1:armhf.
14:37:36 #11 10.28 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
14:37:36 #11 10.29 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
14:37:36 #11 10.34 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
14:37:36 #11 10.34 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
14:37:36 #11 10.35 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
14:37:36 #11 10.39 Selecting previously unselected package libudev-dev:armhf.
14:37:36 #11 10.39 Preparing to unpack .../17-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
14:37:36 #11 10.40 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
14:37:36 #11 10.43 Selecting previously unselected package libsepol1-dev:armhf.
14:37:36 #11 10.44 Preparing to unpack .../18-libsepol1-dev_2.8-1_armhf.deb ...
14:37:36 #11 10.44 Unpacking libsepol1-dev:armhf (2.8-1) ...
14:37:36 #11 10.51 Selecting previously unselected package libpcre16-3:armhf.
14:37:36 #11 10.51 Preparing to unpack .../19-libpcre16-3_2%3a8.39-12_armhf.deb ...
14:37:36 #11 10.51 Unpacking libpcre16-3:armhf (2:8.39-12) ...
14:37:36 #11 10.57 Selecting previously unselected package libpcre32-3:armhf.
14:37:36 #11 10.57 Preparing to unpack .../20-libpcre32-3_2%3a8.39-12_armhf.deb ...
14:37:36 #11 10.58 Unpacking libpcre32-3:armhf (2:8.39-12) ...
14:37:36 #11 10.63 Selecting previously unselected package libpcrecpp0v5:armhf.
14:37:36 #11 10.63 Preparing to unpack .../21-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
14:37:36 #11 10.63 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
14:37:36 #11 10.67 Selecting previously unselected package libpcre3-dev:armhf.
14:37:36 #11 10.67 Preparing to unpack .../22-libpcre3-dev_2%3a8.39-12_armhf.deb ...
14:37:36 #11 10.67 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
14:37:36 #9 DONE 58.9s
14:37:36 
14:37:36 #11 [stage-1 4/9] COPY common /root/build-deb/debian
14:37:36 #11 sha256:4a502f3c393507aca8c4a558ac90ed8a1699006f6f0792779febc281999d5096
14:37:36 #11 DONE 0.1s
14:37:36 
14:37:36 #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
14:37:36 #12 sha256:622839407dd9b18a05dff09d77200f8314e6132d53594940f9a85288dff5401e
14:37:36 #11 10.79 Selecting previously unselected package libselinux1-dev:armhf.
14:37:36 #11 10.79 Preparing to unpack .../23-libselinux1-dev_2.8-1+b1_armhf.deb ...
14:37:36 #11 10.80 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
14:37:36 #11 10.85 Selecting previously unselected package libdevmapper-dev:armhf.
14:37:36 #11 10.85 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
14:37:36 #11 10.85 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
14:37:36 #11 10.89 Selecting previously unselected package libltdl7:armhf.
14:37:36 #11 10.89 Preparing to unpack .../25-libltdl7_2.4.6-9_armhf.deb ...
14:37:36 #11 10.90 Unpacking libltdl7:armhf (2.4.6-9) ...
14:37:36 #11 10.93 Selecting previously unselected package libltdl-dev:armhf.
14:37:36 #11 10.94 Preparing to unpack .../26-libltdl-dev_2.4.6-9_armhf.deb ...
14:37:36 #11 10.94 Unpacking libltdl-dev:armhf (2.4.6-9) ...
14:37:36 #11 10.99 Selecting previously unselected package libseccomp-dev:armhf.
14:37:36 #11 10.99 Preparing to unpack .../27-libseccomp-dev_2.3.3-4_armhf.deb ...
14:37:36 #11 11.00 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
14:37:36 #11 11.03 Selecting previously unselected package libsystemd-dev:armhf.
14:37:36 #11 11.03 Preparing to unpack .../28-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
14:37:36 #11 11.04 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
14:37:36 #11 11.11 Selecting previously unselected package pkg-config.
14:37:36 #11 11.11 Preparing to unpack .../29-pkg-config_0.29-6_armhf.deb ...
14:37:36 #11 11.12 Unpacking pkg-config (0.29-6) ...
14:37:36 #11 11.16 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
14:37:36 #11 11.18 Setting up libseccomp-dev:armhf (2.3.3-4) ...
14:37:36 #11 11.19 Setting up libpcre16-3:armhf (2:8.39-12) ...
14:37:36 #11 11.20 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
14:37:36 #11 11.21 Setting up libsepol1-dev:armhf (2.8-1) ...
14:37:37 #11 11.23 Setting up libbtrfs0:armhf (5.10-1~bpo10+1) ...
14:37:37 #11 11.24 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
14:37:37 #11 11.25 Setting up bash-completion (1:2.8-6) ...
14:37:37 #11 11.89 Setting up libpcre32-3:armhf (2:8.39-12) ...
14:37:37 #11 11.92 Setting up pkg-config (0.29-6) ...
14:37:37 #11 11.97 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
14:37:37 #11 11.99 Setting up libltdl7:armhf (2.4.6-9) ...
14:37:37 #11 12.00 Setting up libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
14:37:37 #11 12.01 Setting up librhash0:armhf (1.3.8-1) ...
14:37:37 #11 12.03 Setting up cmake-data (3.16.3-3~bpo10+1) ...
14:37:37 #11 12.04 Setting up dh-apparmor (2.13.2-10) ...
14:37:37 #11 12.06 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
14:37:37 #11 12.07 Setting up libjsoncpp1:armhf (1.7.4-3) ...
14:37:37 #11 12.08 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
14:37:37 #11 12.09 Setting up libpcre3-dev:armhf (2:8.39-12) ...
14:37:37 #11 12.10 Setting up libltdl-dev:armhf (2.4.6-9) ...
14:37:37 #11 12.12 Setting up g++-8 (8.3.0-6+rpi1) ...
14:37:37 #11 12.13 Setting up cmake (3.16.3-3~bpo10+1) ...
14:37:37 #11 12.14 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
14:37:37 #11 12.16 Setting up g++ (4:8.3.0-1+rpi2) ...
14:37:37 #11 12.18 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
14:37:37 #11 12.19 Setting up build-essential (12.6) ...
14:37:37 #11 12.20 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
14:37:37 #11 12.22 Setting up dmsetup (2:1.02.155-3) ...
14:37:37 #11 12.23 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
14:37:37 #11 12.24 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
14:37:37 #11 12.26 Setting up docker-ce-build-deps (1.0) ...
14:37:37 #11 12.27 Processing triggers for libc-bin (2.28-10+rpi1) ...
14:37:37 #11 12.29 Processing triggers for man-db (2.8.5-2) ...
14:37:37 #12 1.099 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
14:37:37 #12 1.225 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
14:37:37 #12 1.311 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
14:37:37 #12 1.375 Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
14:37:38 #11 DONE 12.6s
14:37:38 
14:37:38 #12 [stage-1 5/8] COPY sources/ /sources
14:37:38 #12 sha256:d6f74f09350e6e4f5458c82e5716f14b47b434a2f9a3ac7e4848c73e36cfc9b8
14:37:38 #12 DONE 0.1s
14:37:38 
14:37:38 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
14:37:38 #14 sha256:216c688eba205fb446f0705fc25a69ef8430c76d2fb752e3e5e634d51cdd6bca
14:37:39 #12 1.838 Reading package lists...
14:37:40 #14 DONE 1.8s
14:37:40 
14:37:40 #15 [stage-1 7/8] WORKDIR /root/build-deb
14:37:40 #15 sha256:0996c357518df7b37a5229cd4ba48865a48e483c021194e65d13e0c6ccaac054
14:37:40 #15 DONE 0.1s
14:37:40 
14:37:40 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
14:37:40 #16 sha256:e53c0b5bf4ea02823ed43041a68736ba4ec4bfd41afecfd9287007540e51216a
14:37:40 #16 DONE 0.1s
14:37:40 
14:37:40 #17 exporting to image
14:37:40 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:37:40 #17 exporting layers
14:37:40 #12 3.704 dh_testdir
14:37:40 #12 3.727 dh_testroot
14:37:40 #12 3.745 dh_prep
14:37:40 #12 3.768 dh_testdir
14:37:40 #12 3.786 dh_testroot
14:37:40 #12 3.805 dh_install
14:37:40 #12 3.832 dh_installdocs
14:37:40 #12 3.863 dh_installchangelogs
14:37:40 #12 3.934 dh_compress
14:37:40 #12 3.969 dh_fixperms
14:37:40 #12 4.010 dh_installdeb
14:37:40 #12 4.039 dh_gencontrol
14:37:40 #12 4.152 dh_md5sums
14:37:40 #12 4.181 dh_builddeb
14:37:40 #12 4.202 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
14:37:40 #12 4.221 
14:37:40 #12 4.221 The package has been created.
14:37:40 #12 4.221 Attention, the package has been created in the current directory,
14:37:40 #12 4.221 not in ".." as indicated by the message above!
14:37:40 #12 4.274 Selecting previously unselected package docker-ce-build-deps.
14:37:40 #12 4.288 (Reading database ... 26306 files and directories currently installed.)
14:37:40 #12 4.289 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
14:37:40 #12 4.292 Unpacking docker-ce-build-deps (1.0) ...
14:37:41 #12 4.415 Reading package lists...
14:37:41 #12 5.235 Building dependency tree...
14:37:41 #12 5.408 Reading state information...
14:37:41 #12 5.427 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
14:37:41 #12 5.464 Starting 2 pkgProblemResolver with broken count: 0
14:37:41 #12 5.467 Done
14:37:41 #12 5.485  Done
14:37:41 #12 5.491 Starting pkgProblemResolver with broken count: 0
14:37:42 #12 5.518 Starting 2 pkgProblemResolver with broken count: 0
14:37:42 #12 5.521 Done
14:37:42 #12 5.634 The following additional packages will be installed:
14:37:42 #12 5.634   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
14:37:42 #12 5.634   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:37:42 #12 5.635   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
14:37:42 #12 5.635   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
14:37:42 #12 5.635   libudev-dev libuv1 pkg-config
14:37:42 #12 5.636 Suggested packages:
14:37:42 #12 5.636   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
14:37:42 #12 5.636 Recommended packages:
14:37:42 #12 5.636   dmsetup
14:37:42 #12 5.670 The following NEW packages will be installed:
14:37:42 #12 5.670   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
14:37:42 #12 5.671   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:37:42 #12 5.671   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
14:37:42 #12 5.671   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
14:37:42 #12 5.672   libudev-dev libuv1 pkg-config
14:37:42 #12 6.082 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
14:37:42 #12 6.082 1 not fully installed or removed.
14:37:42 #12 6.082 Need to get 8539 kB of archives.
14:37:42 #12 6.082 After this operation, 41.1 MB of additional disk space will be used.
14:37:42 #12 6.082 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
14:37:43 #12 6.431 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
14:37:43 #12 6.694 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB]
14:37:43 #12 6.718 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
14:37:43 #12 6.721 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
14:37:43 #12 6.727 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
14:37:43 #12 6.731 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
14:37:43 #12 6.927 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
14:37:43 #12 6.928 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
14:37:43 #12 6.929 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
14:37:43 #12 6.931 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
14:37:43 #12 6.933 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
14:37:43 #12 6.945 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.13 [19.7 kB]
14:37:43 #12 6.946 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libsepol1-dev amd64 3.0-1 [325 kB]
14:37:43 #12 6.949 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB]
14:37:43 #12 6.950 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB]
14:37:43 #12 7.001 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B]
14:37:43 #12 7.001 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB]
14:37:43 #12 7.073 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
14:37:43 #12 7.075 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
14:37:43 #12 7.075 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.1 [83.6 kB]
14:37:43 #12 7.077 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.13 [246 kB]
14:37:43 #12 7.079 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
14:37:43 #12 7.253 debconf: delaying package configuration, since apt-utils is not installed
14:37:43 #12 7.285 Fetched 8539 kB in 1s (6086 kB/s)
14:37:43 #12 7.312 Selecting previously unselected package bash-completion.
14:37:43 #12 7.312 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 26310 files and directories currently installed.)
14:37:44 #12 7.325 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
14:37:44 #12 7.919 Unpacking bash-completion (1:2.10-1ubuntu1) ...
14:37:44 #12 8.069 Selecting previously unselected package cmake-data.
14:37:44 #12 8.072 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
14:37:44 #12 8.076 Unpacking cmake-data (3.16.3-1ubuntu1) ...
14:37:45 #12 8.444 Selecting previously unselected package libarchive13:amd64.
14:37:45 #12 8.447 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1_amd64.deb ...
14:37:45 #12 8.454 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ...
14:37:45 #12 8.516 Selecting previously unselected package libjsoncpp1:amd64.
14:37:45 #12 8.519 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
14:37:45 #12 8.522 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
14:37:45 #12 8.559 Selecting previously unselected package librhash0:amd64.
14:37:45 #12 8.562 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
14:37:45 #12 8.566 Unpacking librhash0:amd64 (1.3.9-1) ...
14:37:45 #12 8.603 Selecting previously unselected package libuv1:amd64.
14:37:45 #12 8.606 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
14:37:45 #12 8.609 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
14:37:45 #12 8.640 Selecting previously unselected package cmake.
14:37:45 #12 8.643 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
14:37:45 #12 8.646 Unpacking cmake (3.16.3-1ubuntu1) ...
14:37:45 #12 9.026 Selecting previously unselected package dh-apparmor.
14:37:45 #12 9.029 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
14:37:45 #12 9.032 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
14:37:45 #12 9.062 Selecting previously unselected package libbtrfs0:amd64.
14:37:45 #12 9.064 Preparing to unpack .../08-libbtrfs0_5.4.1-2_amd64.deb ...
14:37:45 #12 9.067 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
14:37:45 #12 9.107 Selecting previously unselected package libbtrfs-dev:amd64.
14:37:45 #12 9.109 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_amd64.deb ...
14:37:45 #12 9.114 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
14:37:45 #12 9.163 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:37:45 #12 9.166 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
14:37:45 #12 9.169 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
14:37:45 #12 9.208 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:37:45 #12 9.211 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
14:37:45 #12 9.214 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
14:37:45 #12 9.238 Selecting previously unselected package libudev-dev:amd64.
14:37:45 #12 9.240 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.13_amd64.deb ...
14:37:45 #12 9.244 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.13) ...
14:37:45 #12 9.275 Selecting previously unselected package libsepol1-dev:amd64.
14:37:45 #12 9.275 Preparing to unpack .../13-libsepol1-dev_3.0-1_amd64.deb ...
14:37:45 #12 9.278 Unpacking libsepol1-dev:amd64 (3.0-1) ...
14:37:45 #12 9.345 Selecting previously unselected package libpcre2-16-0:amd64.
14:37:45 #12 9.348 Preparing to unpack .../14-libpcre2-16-0_10.34-7_amd64.deb ...
14:37:45 #12 9.351 Unpacking libpcre2-16-0:amd64 (10.34-7) ...
14:37:45 #12 9.396 Selecting previously unselected package libpcre2-32-0:amd64.
14:37:45 #12 9.399 Preparing to unpack .../15-libpcre2-32-0_10.34-7_amd64.deb ...
14:37:45 #12 9.402 Unpacking libpcre2-32-0:amd64 (10.34-7) ...
14:37:45 #12 9.447 Selecting previously unselected package libpcre2-posix2:amd64.
14:37:45 #12 9.450 Preparing to unpack .../16-libpcre2-posix2_10.34-7_amd64.deb ...
14:37:45 #12 9.454 Unpacking libpcre2-posix2:amd64 (10.34-7) ...
14:37:45 #12 9.477 Selecting previously unselected package libpcre2-dev:amd64.
14:37:45 #12 9.480 Preparing to unpack .../17-libpcre2-dev_10.34-7_amd64.deb ...
14:37:45 #12 9.483 Unpacking libpcre2-dev:amd64 (10.34-7) ...
14:37:46 #12 9.568 Selecting previously unselected package libselinux1-dev:amd64.
14:37:46 #12 9.571 Preparing to unpack .../18-libselinux1-dev_3.0-1build2_amd64.deb ...
14:37:46 #12 9.574 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
14:37:46 #12 9.616 Selecting previously unselected package libdevmapper-dev:amd64.
14:37:46 #12 9.619 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
14:37:46 #12 9.622 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
14:37:46 #12 9.647 Selecting previously unselected package libseccomp-dev:amd64.
14:37:46 #12 9.650 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1~20.04.1_amd64.deb ...
14:37:46 #12 9.653 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
14:37:46 #12 9.687 Selecting previously unselected package libsystemd-dev:amd64.
14:37:46 #12 9.690 Preparing to unpack .../21-libsystemd-dev_245.4-4ubuntu3.13_amd64.deb ...
14:37:46 #12 9.693 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
14:37:46 #12 9.760 Selecting previously unselected package pkg-config.
14:37:46 #12 9.763 Preparing to unpack .../22-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
14:37:46 #12 9.766 Unpacking pkg-config (0.29.1-0ubuntu4) ...
14:37:46 #12 9.830 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
14:37:46 #12 9.839 Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ...
14:37:46 #12 9.848 Setting up libsepol1-dev:amd64 (3.0-1) ...
14:37:46 #12 9.856 Setting up libpcre2-16-0:amd64 (10.34-7) ...
14:37:46 #12 9.865 Setting up libbtrfs0:amd64 (5.4.1-2) ...
14:37:46 #12 9.874 Setting up libpcre2-32-0:amd64 (10.34-7) ...
14:37:46 #12 9.883 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
14:37:46 #12 9.892 Setting up bash-completion (1:2.10-1ubuntu1) ...
14:37:46 #17 exporting layers 5.5s done
14:37:46 #17 writing image sha256:18b61b4ffaeb200ada0cb16ac8eb15a99dc528ae927260df846a0340ef8e52b0 done
14:37:46 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
14:37:46 #17 DONE 5.5s
14:37:46 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144600-e57b5f7 -e VERSION=0.0.0-20211015144600-e57b5f7 -e CLI_GITCOMMIT=e57b5f7 -e ENGINE_GITCOMMIT=921658a -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
14:37:46 + set -e
14:37:46 + mkdir -p /root/build-deb/engine
14:37:46 + tar -C /root/build-deb -xzf /sources/engine.tgz
14:37:46 #12 10.51 Setting up pkg-config (0.29.1-0ubuntu4) ...
14:37:46 #12 10.55 Setting up libudev-dev:amd64 (245.4-4ubuntu3.13) ...
14:37:46 #12 10.56 Setting up libpcre2-posix2:amd64 (10.34-7) ...
14:37:46 #12 10.57 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
14:37:47 #12 10.58 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
14:37:47 #12 10.59 Setting up librhash0:amd64 (1.3.9-1) ...
14:37:47 #12 10.60 Setting up cmake-data (3.16.3-1ubuntu1) ...
14:37:47 #12 10.61 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
14:37:47 #12 10.62 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
14:37:47 #12 10.63 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
14:37:47 #12 10.64 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
14:37:47 #12 10.65 Setting up libpcre2-dev:amd64 (10.34-7) ...
14:37:47 #12 10.66 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
14:37:47 #12 10.66 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
14:37:47 #12 10.67 Setting up cmake (3.16.3-1ubuntu1) ...
14:37:47 #12 10.68 Setting up docker-ce-build-deps (1.0) ...
14:37:47 #12 10.69 Processing triggers for man-db (2.9.1-1) ...
14:37:47 #12 10.71 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
14:37:47 + mkdir -p /root/build-deb/cli
14:37:47 + tar -C /root/build-deb -xzf /sources/cli.tgz
14:37:47 #12 DONE 10.9s
14:37:47 
14:37:47 #13 [stage-1 6/9] COPY sources/ /sources
14:37:47 #13 sha256:86c6b371992b433d410ed0701a66b23babaae43dfaec5620054cdc0bcdc1d606
14:37:47 + mkdir -p /root/build-deb/scan-cli-plugin
14:37:47 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
14:37:47 + mkdir -p /go/src/github.com/docker
14:37:47 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
14:37:47 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
14:37:47 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
14:37:47 + EPOCH=5
14:37:47 + EPOCH_SEP=
14:37:47 + [[ ! -z 5 ]]
14:37:47 + EPOCH_SEP=:
14:37:47 + [[ -z 0.0.0-20211015144600-e57b5f7 ]]
14:37:47 + echo VERSION AAA 0.0.0-20211015144600-e57b5f7
14:37:47 VERSION AAA 0.0.0-20211015144600-e57b5f7
14:37:47 + VERSION=0.0.0-20211015144600-e57b5f7
14:37:47 + echo VERSION bbb 0.0.0-20211015144600-e57b5f7
14:37:47 VERSION bbb 0.0.0-20211015144600-e57b5f7
14:37:47 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
14:37:47 + debSource=docker-ce
14:37:47 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
14:37:47 + debMaintainer='Docker <support@docker.com>'
14:37:47 ++ date --rfc-2822
14:37:47 + debDate='Mon, 18 Oct 2021 14:37:47 +0000'
14:37:47 + cat
14:37:47 + export CLI_GITCOMMIT=e57b5f7
14:37:47 + CLI_GITCOMMIT=e57b5f7
14:37:47 + export ENGINE_GITCOMMIT=921658a
14:37:47 + ENGINE_GITCOMMIT=921658a
14:37:47 VERSION BBB 0.0.0-20211015144600-e57b5f7
14:37:47 + export SCAN_GITCOMMIT=35651ca
14:37:47 + SCAN_GITCOMMIT=35651ca
14:37:47 + echo VERSION BBB 0.0.0-20211015144600-e57b5f7
14:37:47 + dpkg-buildpackage -uc -us -I.git
14:37:47 dpkg-buildpackage: info: source package docker-ce
14:37:47 dpkg-buildpackage: info: source version 5:0.0.0-20211015144600-e57b5f7-0~raspbian-buster
14:37:47 dpkg-buildpackage: info: source distribution buster
14:37:47 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
14:37:47  dpkg-source -I.git --before-build .
14:37:47 dpkg-buildpackage: info: host architecture armhf
14:37:47 #13 DONE 0.3s
14:37:47 
14:37:47 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
14:37:47 #15 sha256:fbb10d5a9a618fecbca963530e6b5e214b27fb763f94815b44b81eb9d6c0baa5
14:37:47  debian/rules clean
14:37:47 dh clean --with=bash-completion
14:37:47    dh_clean
14:37:48  dpkg-source -I.git -b .
14:37:48 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144600-e57b5f7-0~raspbian'
14:37:48 dpkg-source: info: using source format '1.0'
14:37:48 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz
14:37:51 #15 DONE 2.9s
14:37:51 
14:37:51 #16 [stage-1 8/9] WORKDIR /root/build-deb
14:37:51 #16 sha256:75acf9f9b76f1cb72fbdb9716d1c818d8dbbaa66b84b0deb69fa74b07edae05e
14:37:51 #16 DONE 0.0s
14:37:51 
14:37:51 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
14:37:51 #17 sha256:02a63d8035c9d18a775e5c1f7d3c1ccf0e3d93139ec4728a3a20485202695737
14:37:51 #17 DONE 0.0s
14:37:51 
14:37:51 #18 exporting to image
14:37:51 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:37:51 #18 exporting layers
14:37:56 #18 exporting layers 5.1s done
14:37:56 #18 writing image sha256:0f9fcc04d67fbcc9697aa77ad2afbe11aa47824f889479f17d175af725d7582b done
14:37:56 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
14:37:56 #18 DONE 5.1s
14:37:56 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144600-e57b5f7 -e VERSION=0.0.0-20211015144600-e57b5f7 -e CLI_GITCOMMIT=e57b5f7 -e ENGINE_GITCOMMIT=921658a -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
14:37:56 + set -e
14:37:56 + mkdir -p /root/build-deb/engine
14:37:56 + tar -C /root/build-deb -xzf /sources/engine.tgz
14:37:57 + mkdir -p /root/build-deb/cli
14:37:57 + tar -C /root/build-deb -xzf /sources/cli.tgz
14:37:58 + mkdir -p /root/build-deb/scan-cli-plugin
14:37:58 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
14:37:58 + mkdir -p /go/src/github.com/docker
14:37:58 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
14:37:58 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
14:37:58 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
14:37:58 + EPOCH=5
14:37:58 + EPOCH_SEP=
14:37:58 + [[ ! -z 5 ]]
14:37:58 + EPOCH_SEP=:
14:37:58 + [[ -z 0.0.0-20211015144600-e57b5f7 ]]
14:37:58 + echo VERSION AAA 0.0.0-20211015144600-e57b5f7
14:37:58 VERSION AAA 0.0.0-20211015144600-e57b5f7
14:37:58 + VERSION=0.0.0-20211015144600-e57b5f7
14:37:58 + echo VERSION bbb 0.0.0-20211015144600-e57b5f7
14:37:58 VERSION bbb 0.0.0-20211015144600-e57b5f7
14:37:58 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
14:37:58 + debSource=docker-ce
14:37:58 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
14:37:58 + debMaintainer='Docker <support@docker.com>'
14:37:58 ++ date --rfc-2822
14:37:58 + debDate='Mon, 18 Oct 2021 14:37:57 +0000'
14:37:58 + cat
14:37:58 + export CLI_GITCOMMIT=e57b5f7
14:37:58 + CLI_GITCOMMIT=e57b5f7
14:37:58 + export ENGINE_GITCOMMIT=921658a
14:37:58 + ENGINE_GITCOMMIT=921658a
14:37:58 + export SCAN_GITCOMMIT=35651ca
14:37:58 + SCAN_GITCOMMIT=35651ca
14:37:58 VERSION BBB 0.0.0-20211015144600-e57b5f7
14:37:58 + echo VERSION BBB 0.0.0-20211015144600-e57b5f7
14:37:58 + dpkg-buildpackage -uc -us -I.git
14:37:58 dpkg-buildpackage: info: source package docker-ce
14:37:58 dpkg-buildpackage: info: source version 5:0.0.0-20211015144600-e57b5f7-0~ubuntu-focal
14:37:58 dpkg-buildpackage: info: source distribution focal
14:37:58 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
14:37:58  dpkg-source -I.git --before-build .
14:37:58 dpkg-buildpackage: info: host architecture amd64
14:37:58  debian/rules clean
14:37:58 dh clean --with=bash-completion
14:37:58    dh_clean
14:37:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc
14:37:58  debian/rules build
14:37:58 dh build --with=bash-completion
14:37:58    dh_update_autotools_config
14:37:58    dh_autoreconf
14:37:58    debian/rules override_dh_auto_build
14:37:58 make[1]: Entering directory '/root/build-deb'
14:37:58 # Build the daemon and dependencies
14:37:58 cd engine && DOCKER_GITCOMMIT=921658a PRODUCT=docker ./hack/make.sh dynbinary
14:37:58 
14:37:58 Removing bundles/
14:37:58 
14:37:58 ---> Making bundle: dynbinary (in bundles/dynbinary)
14:37:58 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:37:58 GOOS="" GOARCH="" GOARM=""
14:37:58  dpkg-source -I.git -b .
14:37:58 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
14:37:58 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
14:37:58 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144600-e57b5f7-0~ubuntu'
14:37:58 dpkg-source: info: using source format '1.0'
14:37:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.tar.gz
14:37:59 #9 73.32 --------------------------------------------------------------------------------
14:37:59 #9 73.32 Total                                              434 kB/s |  18 MB  00:42     
14:37:59 #9 73.32 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
14:37:59 #9 73.32 Importing GPG key 0xF4A80EB5:
14:37:59 #9 73.32  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
14:37:59 #9 73.32  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
14:37:59 #9 73.32  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
14:37:59 #9 73.32  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
14:37:59 #9 73.38 Running transaction check
14:37:59 #9 73.41 Running transaction test
14:37:59 #9 73.45 Transaction test succeeded
14:37:59 #9 73.45 Running transaction
14:37:59 #9 73.57   Updating   : rpm-libs-4.11.3-46.el7_9.x86_64                             1/52 
14:37:59 #9 74.16   Updating   : rpm-4.11.3-46.el7_9.x86_64                                  2/52 
14:37:59 #9 74.19   Updating   : rpm-build-libs-4.11.3-46.el7_9.x86_64                       3/52 
14:37:59 #9 74.84   Installing : groff-base-1.22.2-8.el7.x86_64                              4/52 
14:37:59 #9 74.87   Installing : bzip2-1.0.6-13.el7.x86_64                                   5/52 
14:37:59 #9 74.89   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
14:37:59 #9 74.91   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
14:37:59 #9 74.94   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
14:37:59 #9 74.97   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
14:37:59 #9 74.98   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
14:37:59 #9 75.23   Installing : perl-Encode-2.51-7.el7.x86_64                              11/52 
14:37:59 #9 75.25   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     12/52 
14:37:59 #9 75.27   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
14:37:59 #9 75.29   Installing : perl-threads-1.87-4.el7.x86_64                             14/52 
14:37:59 #9 75.31   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      15/52 
14:37:59 #9 75.33   Installing : perl-Exporter-5.68-3.el7.noarch                            16/52 
14:37:59 #9 75.35   Installing : perl-constant-1.27-2.el7.noarch                            17/52 
14:37:59 #9 75.36   Installing : perl-Carp-1.26-244.el7.noarch                              18/52 
14:37:59 #9 75.38   Installing : perl-Socket-2.010-5.el7.x86_64                             19/52 
14:37:59 #9 75.40   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      20/52 
14:37:59 #9 75.41   Installing : perl-Time-Local-1.2300-2.el7.noarch                        21/52 
14:37:59 #9 75.44   Installing : perl-Storable-2.45-3.el7.x86_64                            22/52 
14:37:59 #9 75.45   Installing : perl-threads-shared-1.43-6.el7.x86_64                      23/52 
14:37:59 #9 75.48   Installing : perl-PathTools-3.40-5.el7.x86_64                           24/52 
14:37:59 #9 75.50   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/52 
14:37:59 #9 75.53   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        26/52 
14:37:59 #9 75.56   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        27/52 
14:37:59 #9 75.57   Installing : perl-File-Path-2.09-2.el7.noarch                           28/52 
14:37:59 #9 75.60   Installing : perl-Filter-1.49-3.el7.x86_64                              29/52 
14:38:00 #9 75.68   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        30/52 
14:38:01 #9 76.22   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         31/52 
14:38:01 #9 77.11   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             32/52 
14:38:01 #9 77.15   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
14:38:01 #9 77.17   Updating   : rpm-python-4.11.3-46.el7_9.x86_64                          34/52 
14:38:01 #9 77.20   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
14:38:01 #9 77.21   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      36/52 
14:38:01 #9 77.23   Installing : desktop-file-utils-0.23-2.el7.x86_64                       37/52 
14:38:01 #9 77.27   Installing : zip-3.0-11.el7.x86_64                                      38/52 
14:38:01 #9 77.32   Installing : elfutils-0.176-5.el7.x86_64                                39/52 
14:38:01 #9 77.40   Installing : unzip-6.0-22.el7_9.x86_64                                  40/52 
14:38:01 #9 77.47   Installing : patch-2.7.1-12.el7_7.x86_64                                41/52 
14:38:02 #9 77.50   Installing : dwz-0.11-3.el7.x86_64                                      42/52 
14:38:02 #9 78.31   Installing : gdb-7.6.1-120.el7.x86_64                                   43/52 
14:38:02 #9 78.33   Installing : perl-srpm-macros-1-8.el7.noarch                            44/52 
14:38:02 #9 78.36   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               45/52 
14:38:02 #9 78.38   Installing : file-5.11-37.el7.x86_64                                    46/52 
14:38:02 #9 78.41   Installing : rpm-build-4.11.3-46.el7_9.x86_64                           47/52 
14:38:02 #9 78.47   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
14:38:02 #9 78.50   Cleanup    : rpm-python-4.11.3-45.el7.x86_64                            49/52 
14:38:02 #9 78.53   Cleanup    : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
14:38:03 #9 79.06   Cleanup    : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
14:38:03 #9 79.61   Cleanup    : rpm-4.11.3-45.el7.x86_64                                   52/52 
14:38:03 #9 80.15   Verifying  : file-5.11-37.el7.x86_64                                     1/52 
14:38:03 #9 80.20   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/52 
14:38:04 #9 80.23   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/52 
14:38:04 #9 80.24   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/52 
14:38:04 #9 80.26   Verifying  : perl-threads-1.87-4.el7.x86_64                              5/52 
14:38:04 #9 80.28   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/52 
14:38:04 #9 80.29   Verifying  : perl-constant-1.27-2.el7.noarch                             7/52 
14:38:04 #9 80.32   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            8/52 
14:38:04 #9 80.37   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                        9/52 
14:38:04 #9 80.39   Verifying  : perl-Carp-1.26-244.el7.noarch                              10/52 
14:38:04 #9 80.41   Verifying  : perl-Socket-2.010-5.el7.x86_64                             11/52 
14:38:04 #9 80.42   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         12/52 
14:38:04 #9 80.43   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      13/52 
14:38:04 #9 80.44   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  14/52 
14:38:04 #9 80.45   Verifying  : perl-srpm-macros-1-8.el7.noarch                            15/52 
14:38:04 #9 80.46   Verifying  : groff-base-1.22.2-8.el7.x86_64                             16/52 
14:38:04 #9 80.47   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        17/52 
14:38:04 #9 80.48   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        18/52 
14:38:04 #9 80.49   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/52 
14:38:04 #9 80.50   Verifying  : gdb-7.6.1-120.el7.x86_64                                   20/52 
14:38:04 #9 80.51   Verifying  : dwz-0.11-3.el7.x86_64                                      21/52 
14:38:04 #9 80.52   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        22/52 
14:38:04 #9 80.53   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   23/52 
14:38:04 #9 80.54   Verifying  : patch-2.7.1-12.el7_7.x86_64                                24/52 
14:38:04 #9 80.55   Verifying  : rpm-4.11.3-46.el7_9.x86_64                                 25/52 
14:38:04 #9 80.57   Verifying  : unzip-6.0-22.el7_9.x86_64                                  26/52 
14:38:04 #9 80.57   Verifying  : perl-Storable-2.45-3.el7.x86_64                            27/52 
14:38:04 #9 80.58   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 28/52 
14:38:04 #9 80.59   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           29/52 
14:38:04 #9 80.60   Verifying  : perl-Encode-2.51-7.el7.x86_64                              30/52 
14:38:04 #9 80.62   Verifying  : rpm-build-4.11.3-46.el7_9.x86_64                           31/52 
14:38:04 #9 80.63   Verifying  : rpmlint-1.5-4.el7.noarch                                   32/52 
14:38:04 #9 80.64   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         33/52 
14:38:04 #9 80.65   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          34/52 
14:38:04 #9 80.66   Verifying  : rpm-build-libs-4.11.3-46.el7_9.x86_64                      35/52 
14:38:04 #9 80.67   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             36/52 
14:38:04 #9 80.68   Verifying  : perl-File-Path-2.09-2.el7.noarch                           37/52 
14:38:04 #9 80.69   Verifying  : elfutils-0.176-5.el7.x86_64                                38/52 
14:38:04 #9 80.70   Verifying  : zip-3.0-11.el7.x86_64                                      39/52 
14:38:04 #9 80.71   Verifying  : rpm-python-4.11.3-46.el7_9.x86_64                          40/52 
14:38:04 #9 80.72   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
14:38:04 #9 80.73   Verifying  : perl-Filter-1.49-3.el7.x86_64                              42/52 
14:38:04 #9 80.74   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         43/52 
14:38:04 #9 80.75   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     44/52 
14:38:04 #9 80.76   Verifying  : python-srpm-macros-3-34.el7.noarch                         45/52 
14:38:04 #9 80.77   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        46/52 
14:38:04 #9 80.78   Verifying  : rpm-libs-4.11.3-46.el7_9.x86_64                            47/52 
14:38:04 #9 80.79   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
14:38:04 #9 80.81   Verifying  : rpm-4.11.3-45.el7.x86_64                                   49/52 
14:38:04 #9 80.81   Verifying  : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
14:38:04 #9 80.81   Verifying  : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
14:38:04 #9 80.81   Verifying  : rpm-python-4.11.3-45.el7.x86_64                            52/52 
14:38:04 #9 80.85 
14:38:04 #9 80.85 Installed:
14:38:04 #9 80.85   rpm-build.x86_64 0:4.11.3-46.el7_9         rpmlint.noarch 0:1.5-4.el7        
14:38:04 #9 80.85 
14:38:04 #9 80.85 Dependency Installed:
14:38:04 #9 80.85   bzip2.x86_64 0:1.0.6-13.el7                                                   
14:38:04 #9 80.85   desktop-file-utils.x86_64 0:0.23-2.el7                                        
14:38:04 #9 80.85   dwz.x86_64 0:0.11-3.el7                                                       
14:38:04 #9 80.85   elfutils.x86_64 0:0.176-5.el7                                                 
14:38:04 #9 80.85   emacs-filesystem.noarch 1:24.3-23.el7                                         
14:38:04 #9 80.85   file.x86_64 0:5.11-37.el7                                                     
14:38:04 #9 80.85   gdb.x86_64 0:7.6.1-120.el7                                                    
14:38:04 #9 80.85   groff-base.x86_64 0:1.22.2-8.el7                                              
14:38:04 #9 80.85   patch.x86_64 0:2.7.1-12.el7_7                                                 
14:38:04 #9 80.85   perl.x86_64 4:5.16.3-299.el7_9                                                
14:38:04 #9 80.85   perl-Carp.noarch 0:1.26-244.el7                                               
14:38:04 #9 80.85   perl-Encode.x86_64 0:2.51-7.el7                                               
14:38:04 #9 80.85   perl-Exporter.noarch 0:5.68-3.el7                                             
14:38:04 #9 80.85   perl-File-Path.noarch 0:2.09-2.el7                                            
14:38:04 #9 80.85   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
14:38:04 #9 80.85   perl-Filter.x86_64 0:1.49-3.el7                                               
14:38:04 #9 80.85   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
14:38:04 #9 80.85   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
14:38:04 #9 80.85   perl-PathTools.x86_64 0:3.40-5.el7                                            
14:38:04 #9 80.85   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
14:38:04 #9 80.85   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
14:38:04 #9 80.85   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
14:38:04 #9 80.85   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
14:38:04 #9 80.85   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
14:38:04 #9 80.85   perl-Socket.x86_64 0:2.010-5.el7                                              
14:38:04 #9 80.85   perl-Storable.x86_64 0:2.45-3.el7                                             
14:38:04 #9 80.85   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
14:38:04 #9 80.85   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
14:38:04 #9 80.85   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
14:38:04 #9 80.85   perl-Time-Local.noarch 0:1.2300-2.el7                                         
14:38:04 #9 80.85   perl-constant.noarch 0:1.27-2.el7                                             
14:38:04 #9 80.85   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
14:38:04 #9 80.85   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
14:38:04 #9 80.85   perl-parent.noarch 1:0.225-244.el7                                            
14:38:04 #9 80.85   perl-podlators.noarch 0:2.5.1-3.el7                                           
14:38:04 #9 80.85   perl-srpm-macros.noarch 0:1-8.el7                                             
14:38:04 #9 80.85   perl-threads.x86_64 0:1.87-4.el7                                              
14:38:04 #9 80.85   perl-threads-shared.x86_64 0:1.43-6.el7                                       
14:38:04 #9 80.85   python-srpm-macros.noarch 0:3-34.el7                                          
14:38:04 #9 80.85   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
14:38:04 #9 80.85   unzip.x86_64 0:6.0-22.el7_9                                                   
14:38:04 #9 80.85   zip.x86_64 0:3.0-11.el7                                                       
14:38:04 #9 80.85 
14:38:04 #9 80.85 Dependency Updated:
14:38:04 #9 80.85   rpm.x86_64 0:4.11.3-46.el7_9        rpm-build-libs.x86_64 0:4.11.3-46.el7_9  
14:38:04 #9 80.85   rpm-libs.x86_64 0:4.11.3-46.el7_9   rpm-python.x86_64 0:4.11.3-46.el7_9      
14:38:04 #9 80.85 
14:38:04 #9 80.85 Complete!
14:38:04 #9 DONE 81.0s
14:38:04 
14:38:04 #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
14:38:04 #11 sha256:e072c2fafc966b0ed4a1245e46d2f1e1c5c57bd150b6d4460f59a5201c050200
14:38:04 #11 DONE 0.1s
14:38:04 
14:38:04 #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
14:38:04 #12 sha256:22e4abb436ee8c04e1005fe1a9df12d3fb98e0d739b4c8e8a4291ad4265cf6b4
14:38:05 #12 0.906 Loaded plugins: fastestmirror, ovl
14:38:06 #12 1.377 Enabling base-source repository
14:38:06 #12 1.380 Enabling extras-source repository
14:38:06 #12 1.380 Enabling updates-source repository
14:38:06 #12 1.381 Loading mirror speeds from cached hostfile
14:38:06 #12 1.382  * base: download.cf.centos.org
14:38:06 #12 1.383  * extras: download.cf.centos.org
14:38:06 #12 1.383  * updates: download.cf.centos.org
14:38:06 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.dsc
14:38:06  debian/rules build
14:38:06 dh build --with=bash-completion
14:38:06    dh_update_autotools_config
14:38:06    dh_autoreconf
14:38:07    debian/rules override_dh_auto_build
14:38:07 make[1]: Entering directory '/root/build-deb'
14:38:07 # Build the daemon and dependencies
14:38:07 cd engine && DOCKER_GITCOMMIT=921658a PRODUCT=docker ./hack/make.sh dynbinary
14:38:07 
14:38:07 Removing bundles/
14:38:07 
14:38:07 ---> Making bundle: dynbinary (in bundles/dynbinary)
14:38:07 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:38:07 GOOS="" GOARCH="" GOARM=""
14:38:14 #12 9.036 Checking for new repos for mirrors
14:38:14 #12 9.040 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
14:38:14 #12 9.042  --> 1:make-3.82-24.el7.x86_64
14:38:14 #12 9.159  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
14:38:14 #12 9.160  --> git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.163 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
14:38:14 #12 9.164  --> Already installed : bash-4.2.46-34.el7.x86_64
14:38:14 #12 9.167 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
14:38:14 #12 9.167  --> Already installed : bash-4.2.46-34.el7.x86_64
14:38:14 #12 9.168  --> btrfs-progs-devel-4.9.1-1.el7.x86_64
14:38:14 #12 9.169  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
14:38:14 #12 9.169  --> cmake-2.8.12.2-2.el7.x86_64
14:38:14 #12 9.171  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
14:38:14 #12 9.172  --> gcc-4.8.5-44.el7.x86_64
14:38:14 #12 9.173  --> git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.176  --> glibc-static-2.17-325.el7_9.x86_64
14:38:14 #12 9.177  --> libarchive-3.1.2-14.el7_7.x86_64
14:38:14 #12 9.178  --> libseccomp-devel-2.3.1-4.el7.x86_64
14:38:14 #12 9.180  --> libselinux-devel-2.5-15.el7.x86_64
14:38:14 #12 9.181  --> libtool-2.4.2-22.el7_3.x86_64
14:38:14 #12 9.181  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
14:38:14 #12 9.182  --> 1:make-3.82-24.el7.x86_64
14:38:14 #12 9.182  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
14:38:14 #12 9.184  --> Already installed : systemd-219-78.el7.x86_64
14:38:14 #12 9.185  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
14:38:14 #12 9.187  --> systemd-devel-219-78.el7_9.3.x86_64
14:38:14 #12 9.187  --> Already installed : 2:tar-1.26-35.el7.x86_64
14:38:14 #12 9.188  --> which-2.20-7.el7.x86_64
14:38:14 #12 9.191 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
14:38:14 #12 9.191  --> Already installed : bash-4.2.46-34.el7.x86_64
14:38:14 #12 9.192 --> Running transaction check
14:38:14 #12 9.192 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed
14:38:14 #12 9.195 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
14:38:14 #12 9.322 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
14:38:14 #12 9.322 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
14:38:14 #12 9.329 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
14:38:14 #12 9.331 --> 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
14:38:14 #12 9.333 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
14:38:14 #12 9.336 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
14:38:14 #12 9.339 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
14:38:14 #12 9.341 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
14:38:14 #12 9.347 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
14:38:14 #12 9.349 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
14:38:14 #12 9.351 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
14:38:14 #12 9.352 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
14:38:14 #12 9.365 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.366 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.368 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.369 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.370 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.372 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.373 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
14:38:14 #12 9.375 ---> Package glibc-static.x86_64 0:2.17-325.el7_9 will be installed
14:38:14 #12 9.375 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
14:38:14 #12 9.379 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
14:38:14 #12 9.381 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
14:38:14 #12 9.381 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
14:38:14 #12 9.383 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
14:38:14 #12 9.383 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
14:38:14 #12 9.384 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
14:38:14 #12 9.386 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
14:38:14 #12 9.387 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
14:38:14 #12 9.389 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
14:38:14 #12 9.390 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
14:38:14 #12 9.392 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
14:38:14 #12 9.394 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
14:38:14 #12 9.394 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
14:38:14 #12 9.397 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
14:38:14 #12 9.397 ---> Package make.x86_64 1:3.82-24.el7 will be installed
14:38:14 #12 9.398 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
14:38:14 #12 9.398 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
14:38:14 #12 9.400 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
14:38:14 #12 9.403 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
14:38:14 #12 9.405 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
14:38:14 #12 9.406 ---> Package systemd-devel.x86_64 0:219-78.el7_9.3 will be installed
14:38:14 #12 9.409 --> Processing Dependency: systemd-libs = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
14:38:14 #12 9.414 --> Processing Dependency: systemd = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
14:38:14 #12 9.418 Package: systemd-219-78.el7_9.3.src - can't co-install with systemd-219-78.el7_9.3.x86_64
14:38:14 #12 9.418 ---> Package which.x86_64 0:2.20-7.el7 will be installed
14:38:14 #12 9.419 --> Running transaction check
14:38:14 #12 9.419 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
14:38:14 #12 9.423 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
14:38:14 #12 9.425 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
14:38:14 #12 9.427 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
14:38:14 #12 9.429 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed
14:38:14 #12 9.431 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
14:38:14 #12 9.433 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
14:38:14 #12 9.433 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
14:38:14 #12 9.438 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
14:38:14 #12 9.438 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
14:38:14 #12 9.440 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
14:38:14 #12 9.443 ---> Package glibc-devel.x86_64 0:2.17-325.el7_9 will be installed
14:38:14 #12 9.447 --> Processing Dependency: glibc-headers = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.x86_64
14:38:14 #12 9.448 --> Processing Dependency: glibc = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.x86_64
14:38:14 #12 9.459 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.x86_64
14:38:14 #12 9.460 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.x86_64
14:38:14 #12 9.461 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-325.el7_9.x86_64
14:38:14 #12 9.462 ---> Package less.x86_64 0:458-9.el7 will be installed
14:38:14 #12 9.463 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
14:38:14 #12 9.464 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
14:38:14 #12 9.465 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
14:38:14 #12 9.465 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
14:38:14 #12 9.466 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
14:38:14 #12 9.466 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
14:38:14 #12 9.467 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
14:38:14 #12 9.467 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
14:38:14 #12 9.468 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed
14:38:14 #12 9.471 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64
14:38:14 #12 9.473 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
14:38:14 #12 9.475 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
14:38:14 #12 9.475 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
14:38:14 #12 9.477 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
14:38:14 #12 9.477 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
14:38:14 #12 9.479 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
14:38:14 #12 9.481 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
14:38:14 #12 9.481 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
14:38:14 #12 9.483 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
14:38:14 #12 9.485 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
14:38:14 #12 9.486 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
14:38:14 #12 9.488 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
14:38:14 #12 9.490 ---> Package systemd.x86_64 0:219-78.el7 will be updated
14:38:14 #12 9.502 ---> Package systemd.x86_64 0:219-78.el7_9.3 will be an update
14:38:14 #12 9.514 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
14:38:14 #12 9.515 ---> Package systemd-libs.x86_64 0:219-78.el7_9.3 will be an update
14:38:14 #12 9.517 --> Running transaction check
14:38:14 #12 9.517 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
14:38:14 #12 9.518 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
14:38:14 #12 9.519 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be installed
14:38:14 #12 9.520 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
14:38:14 #12 9.520 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
14:38:14 #12 9.522 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
14:38:14 #12 9.524 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
14:38:14 #12 9.526 ---> Package glibc.x86_64 0:2.17-325.el7_9 will be an update
14:38:14 #12 9.527 ---> Package glibc-headers.x86_64 0:2.17-325.el7_9 will be installed
14:38:14 #12 9.527 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-325.el7_9.x86_64
14:38:14 #12 9.534 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-325.el7_9.x86_64
14:38:14 #12 9.534 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
14:38:14 #12 9.534 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
14:38:14 #12 9.536 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
14:38:14 #12 9.539 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
14:38:14 #12 9.541 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
14:38:14 #12 9.542 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
14:38:14 #12 9.543 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
14:38:14 #12 9.546 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.549 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.550 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.551 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.553 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.554 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.554 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.554 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.558 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.558 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.558 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
14:38:14 #12 9.558 --> Running transaction check
14:38:14 #12 9.559 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
14:38:14 #12 9.559 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
14:38:14 #12 9.560 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
14:38:14 #12 9.561 ---> Package glibc-common.x86_64 0:2.17-325.el7_9 will be an update
14:38:14 #12 9.563 ---> Package kernel-headers.x86_64 0:3.10.0-1160.45.1.el7 will be installed
14:38:14 #12 9.563 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
14:38:14 #12 9.564 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
14:38:14 #12 9.565 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
14:38:14 #12 9.565 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
14:38:14 #12 9.565 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
14:38:14 #12 9.566 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
14:38:14 #12 9.579 --> Finished Dependency Resolution
14:38:14 #12 9.607 
14:38:14 #12 9.607 Dependencies Resolved
14:38:14 #12 9.616 
14:38:14 #12 9.616 ================================================================================
14:38:14 #12 9.616  Package                   Arch      Version                   Repository  Size
14:38:14 #12 9.616 ================================================================================
14:38:14 #12 9.616 Installing:
14:38:14 #12 9.616  btrfs-progs-devel         x86_64    4.9.1-1.el7               base        47 k
14:38:14 #12 9.616  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
14:38:14 #12 9.616  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
14:38:14 #12 9.616  gcc                       x86_64    4.8.5-44.el7              base        16 M
14:38:14 #12 9.616  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
14:38:14 #12 9.616  glibc-static              x86_64    2.17-325.el7_9            updates    1.6 M
14:38:14 #12 9.616  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
14:38:14 #12 9.616  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
14:38:14 #12 9.616  libselinux-devel          x86_64    2.5-15.el7                base       187 k
14:38:14 #12 9.616  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
14:38:14 #12 9.616  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
14:38:14 #12 9.616  make                      x86_64    1:3.82-24.el7             base       421 k
14:38:14 #12 9.616  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
14:38:14 #12 9.616  systemd-devel             x86_64    219-78.el7_9.3            updates    216 k
14:38:14 #12 9.616  which                     x86_64    2.20-7.el7                base        41 k
14:38:14 #12 9.616 Installing for dependencies:
14:38:14 #12 9.616  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
14:38:14 #12 9.616  autoconf                  noarch    2.69-11.el7               base       701 k
14:38:14 #12 9.616  automake                  noarch    1.13.4-3.el7              base       679 k
14:38:14 #12 9.616  btrfs-progs               x86_64    4.9.1-1.el7               base       678 k
14:38:14 #12 9.616  checkpolicy               x86_64    2.5-8.el7                 base       295 k
14:38:14 #12 9.616  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
14:38:14 #12 9.616  e2fsprogs-libs            x86_64    1.42.9-19.el7             base       168 k
14:38:14 #12 9.616  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
14:38:14 #12 9.616  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
14:38:14 #12 9.616  glibc-devel               x86_64    2.17-325.el7_9            updates    1.1 M
14:38:14 #12 9.616  glibc-headers             x86_64    2.17-325.el7_9            updates    691 k
14:38:14 #12 9.616  kernel-headers            x86_64    3.10.0-1160.45.1.el7      updates    9.0 M
14:38:14 #12 9.616  less                      x86_64    458-9.el7                 base       120 k
14:38:14 #12 9.616  libcgroup                 x86_64    0.41-21.el7               base        66 k
14:38:14 #12 9.616  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
14:38:14 #12 9.616  libgomp                   x86_64    4.8.5-44.el7              base       159 k
14:38:14 #12 9.616  libmpc                    x86_64    1.0.1-3.el7               base        51 k
14:38:14 #12 9.616  libseccomp                x86_64    2.3.1-4.el7               base        56 k
14:38:14 #12 9.616  libselinux-python         x86_64    2.5-15.el7                base       236 k
14:38:14 #12 9.616  libselinux-utils          x86_64    2.5-15.el7                base       151 k
14:38:14 #12 9.616  libsemanage-python        x86_64    2.5-14.el7                base       113 k
14:38:14 #12 9.616  libsepol-devel            x86_64    2.5-10.el7                base        77 k
14:38:14 #12 9.616  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
14:38:14 #12 9.616  lzo                       x86_64    2.06-8.el7                base        59 k
14:38:14 #12 9.616  m4                        x86_64    1.4.16-10.el7             base       256 k
14:38:14 #12 9.616  mpfr                      x86_64    3.1.1-4.el7               base       203 k
14:38:14 #12 9.616  openssh                   x86_64    7.4p1-21.el7              base       510 k
14:38:14 #12 9.616  openssh-clients           x86_64    7.4p1-21.el7              base       655 k
14:38:14 #12 9.616  pcre-devel                x86_64    8.32-17.el7               base       480 k
14:38:14 #12 9.616  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
14:38:14 #12 9.616  perl-Error                noarch    1:0.17020-2.el7           base        32 k
14:38:14 #12 9.616  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
14:38:14 #12 9.616  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
14:38:14 #12 9.616  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
14:38:14 #12 9.616  policycoreutils           x86_64    2.5-34.el7                base       917 k
14:38:14 #12 9.616  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
14:38:14 #12 9.616  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
14:38:14 #12 9.616  python-IPy                noarch    0.75-6.el7                base        32 k
14:38:14 #12 9.616  rsync                     x86_64    3.1.2-10.el7              base       404 k
14:38:14 #12 9.616  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
14:38:14 #12 9.616  setools-libs              x86_64    3.3.8-4.el7               base       620 k
14:38:14 #12 9.616 Updating for dependencies:
14:38:14 #12 9.616  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
14:38:14 #12 9.616  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
14:38:14 #12 9.616  glibc                     x86_64    2.17-325.el7_9            updates    3.6 M
14:38:14 #12 9.616  glibc-common              x86_64    2.17-325.el7_9            updates     12 M
14:38:14 #12 9.616  systemd                   x86_64    219-78.el7_9.3            updates    5.1 M
14:38:14 #12 9.616  systemd-libs              x86_64    219-78.el7_9.3            updates    418 k
14:38:14 #12 9.616 
14:38:14 #12 9.616 Transaction Summary
14:38:14 #12 9.616 ================================================================================
14:38:14 #12 9.616 Install  15 Packages (+41 Dependent packages)
14:38:14 #12 9.616 Upgrade              (  6 Dependent packages)
14:38:14 #12 9.616 
14:38:14 #12 9.617 Total download size: 81 M
14:38:14 #12 9.617 Downloading packages:
14:38:14 #12 9.619 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
14:38:32 #23 DONE 94.8s
14:38:32 
14:38:32 #24 [binary 1/1] COPY --from=build /out .
14:38:32 #24 DONE 1.0s
14:38:32 
14:38:32 #25 exporting to client
14:38:32 #25 copying files 7.80MB 0.1s
14:38:32 #25 copying files 54.77MB 0.6s done
14:38:32 #25 DONE 0.6s
14:38:32 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker VERSION=0.0.0-20211015144600-e57b5f7 DOCKER_BUILD_OPTS="" binary
14:38:32 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker'
14:38:44 mkdir -p autogen
14:38:44 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 .
14:38:44 #1 [internal] load build definition from Dockerfile
14:38:44 #1 sha256:4082b730470b5e6896200ac1a1115292d79e4dddb083a0ebf725c5dfb298ce5d
14:38:44 #1 transferring dockerfile: 17.53kB done
14:38:44 #1 DONE 0.0s
14:38:44 
14:38:44 #2 [internal] load .dockerignore
14:38:44 #2 sha256:cc0a96170e275b8427a5cf12133abe69ef77fd1cbdb125587ccc8c876d6e5e20
14:38:44 #2 transferring context: 87B done
14:38:44 #2 DONE 0.0s
14:38:44 
14:38:44 #3 resolve image config for docker.io/docker/dockerfile:1.3
14:38:44 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
14:38:44 #3 DONE 0.1s
14:38:44 
14:38:44 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
14:38:44 #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
14:38:44 #4 CACHED
14:38:44 
14:38:44 #6 [internal] load .dockerignore
14:38:44 #6 sha256:c926be6670603d12af6d90a63933e300392c2eb91846bab4298494fa609d23db
14:38:44 #6 DONE 0.0s
14:38:44 
14:38:44 #5 [internal] load build definition from Dockerfile
14:38:44 #5 sha256:8762ee243f6e77663b368e76db130929a18d729310387b6ee3de097736d3672e
14:38:44 #5 DONE 0.0s
14:38:44 
14:38:44 #7 [internal] load metadata for docker.io/library/golang:1.16.9-bullseye
14:38:44 #7 sha256:d1483ad508b97cbe2844b5f09783babdf48c519cb5644dc3bb85f55762761899
14:38:44 #7 ...
14:38:44 
14:38:44 #10 [auth] djs55/vpnkit:pull token for registry-1.docker.io
14:38:44 #10 sha256:83c977b9c5c80276ae943f8d267e10a9e1724188a63be4ff85511bca7585b6df
14:38:44 #10 DONE 0.0s
14:38:44 
14:38:44 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:38:44 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:38:44 #9 ...
14:38:44 
14:38:44 #7 [internal] load metadata for docker.io/library/golang:1.16.9-bullseye
14:38:44 #7 sha256:d1483ad508b97cbe2844b5f09783babdf48c519cb5644dc3bb85f55762761899
14:38:44 #7 DONE 0.8s
14:38:45 
14:38:45 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:38:45 #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:38:45 #8 DONE 1.0s
14:38:45 
14:38:45 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:38:45 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:38:45 #9 DONE 1.0s
14:38:45 
14:38:45 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
14:38:45 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
14:38:45 #11 resolve docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031 0.0s done
14:38:45 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 0B / 5.15MB 0.0s
14:38:45 #11 sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031 1.86kB / 1.86kB done
14:38:45 #11 sha256:1cabe03aed746a6fffa5fc8a720722d6a99adbe21067d8f124b1ea990df9e3dd 1.80kB / 1.80kB done
14:38:45 #11 sha256:135e37b786c8a5c9095569a1457fde0680afcc738df974979be66debd6b45a42 6.95kB / 6.95kB done
14:38:45 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 0B / 54.92MB 0.0s
14:38:45 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 3.15MB / 54.92MB 0.2s
14:38:45 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 12.62MB / 54.92MB 0.3s
14:38:45 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 303.10kB / 5.15MB 0.4s
14:38:45 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 17.79MB / 54.92MB 0.4s
14:38:45 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 3.15MB / 5.15MB 0.5s
14:38:45 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 22.54MB / 54.92MB 0.5s
14:38:45 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 5.15MB / 5.15MB 0.6s
14:38:45 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 28.31MB / 54.92MB 0.6s
14:38:46 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 47.19MB / 54.92MB 0.7s
14:38:46 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 5.15MB / 5.15MB 0.8s done
14:38:46 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.06MB / 54.92MB 0.9s
14:38:46 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 0B / 54.57MB 0.9s
14:38:46 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 0B / 10.87MB 0.9s
14:38:46 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 3.15MB / 10.87MB 1.0s
14:38:46 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 4.19MB / 54.57MB 1.1s
14:38:46 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 8.39MB / 10.87MB 1.1s
14:38:46 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 16.78MB / 54.57MB 1.2s
14:38:46 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 10.87MB / 10.87MB 1.2s
14:38:46 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 19.92MB / 54.57MB 1.3s
14:38:46 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.92MB / 54.92MB 1.4s done
14:38:46 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 25.17MB / 54.57MB 1.5s
14:38:46 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 28.70MB / 54.57MB 1.6s
14:38:47 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 38.80MB / 54.57MB 1.8s
14:38:47 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 10.87MB / 10.87MB 1.6s done
14:38:47 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 0B / 85.77MB 1.8s
14:38:47 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 3.15MB / 129.04MB 1.8s
14:38:47 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 46.14MB / 54.57MB 1.9s
14:38:47 #11 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04
14:38:47 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 52.43MB / 54.57MB 2.0s
14:38:47 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 9.75MB / 129.04MB 2.0s
14:38:47 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 7.34MB / 85.77MB 2.0s
14:38:47 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 15.73MB / 85.77MB 2.2s
14:38:47 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 17.83MB / 129.04MB 2.2s
14:38:47 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 28.31MB / 85.77MB 2.4s
14:38:47 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 28.31MB / 129.04MB 2.4s
14:38:47 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 54.57MB / 54.57MB 2.5s done
14:38:47 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 38.80MB / 85.77MB 2.7s
14:38:47 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 47.19MB / 129.04MB 2.7s
14:38:47 #11 sha256:4573d57ef426caf23f0bddb8c6d258485a74bbfe9c3084f8d89a2ed4f294c121 0B / 156B 2.7s
14:38:47 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 55.57MB / 129.04MB 2.8s
14:38:47 #11 sha256:4573d57ef426caf23f0bddb8c6d258485a74bbfe9c3084f8d89a2ed4f294c121 156B / 156B 2.7s done
14:38:48 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 44.50MB / 85.77MB 2.8s
14:38:48 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 53.48MB / 85.77MB 3.0s
14:38:48 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 63.96MB / 129.04MB 3.0s
14:38:48 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 62.91MB / 85.77MB 3.3s
14:38:48 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 75.50MB / 129.04MB 3.3s
14:38:48 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 76.78MB / 85.77MB 3.6s
14:38:48 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 88.08MB / 129.04MB 3.6s
14:38:48 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 96.47MB / 129.04MB 3.7s
14:38:48 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 83.89MB / 85.77MB 3.8s
14:38:49 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 104.86MB / 129.04MB 3.9s
14:38:49 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 112.25MB / 129.04MB 4.0s
14:38:49 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 121.50MB / 129.04MB 4.2s
14:38:49 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 129.04MB / 129.04MB 4.4s
14:38:49 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 85.77MB / 85.77MB 4.6s done
14:38:50 #11 ...
14:38:50 
14:38:50 #16 [internal] load build context
14:38:50 #16 sha256:60363b7eed8a3a1ebbae6fd5bb63695be8d0c676187c5952e82d826ac0b79feb
14:38:50 #16 transferring context: 55.48MB 4.6s done
14:38:50 #16 DONE 5.1s
14:38:50 
14:38:50 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
14:38:50 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
14:38:50 #11 ...
14:38:50 
14:38:50 #34 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:38:50 #34 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:38:50 #34 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
14:38:50 #34 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:38:50 #34 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:38:50 #34 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:38:50 #34 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done
14:38:50 #34 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done
14:38:50 #34 ...
14:38:50 
14:38:50 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
14:38:50 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
14:38:51 #11 ...
14:38:51 
14:38:51 #34 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:38:51 #34 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:38:51 #34 DONE 6.1s
14:38:51 
14:38:51 #32 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:38:51 #32 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:38:51 #32 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
14:38:51 #32 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:38:51 #32 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:38:51 #32 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:38:51 #32 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.3s done
14:38:51 #32 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.8s done
14:38:51 #32 DONE 6.2s
14:38:51 
14:38:51 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
14:38:51 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
14:38:51 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 129.04MB / 129.04MB 6.0s done
14:38:52 #11 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 5.1s
14:38:52 #11 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 5.8s done
14:38:53 #11 extracting sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 0.1s
14:38:53 #11 extracting sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 0.2s done
14:38:53 #11 extracting sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a
14:38:54 #11 extracting sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 0.4s done
14:38:54 #11 extracting sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5
14:38:55 #11 ...
14:38:55 
14:38:55 #33 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:38:55 #33 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:38:55 #33 DONE 1.0s
14:38:55 
14:38:55 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
14:38:55 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
14:38:57 #11 extracting sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 2.7s done
14:38:57 #11 extracting sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49
14:38:57 #11 ...
14:38:57 
14:38:57 #35 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:38:57 #35 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:38:57 #35 DONE 2.1s
14:38:57 
14:38:57 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
14:38:57 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
14:39:00 #11 extracting sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 2.9s done
14:39:00 #11 extracting sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d
14:39:04 #11 extracting sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 4.8s done
14:39:05 #11 extracting sha256:4573d57ef426caf23f0bddb8c6d258485a74bbfe9c3084f8d89a2ed4f294c121 done
14:39:05 #11 DONE 20.2s
14:39:05 
14:39:05 #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:39:05 #12 sha256:0254560cd3862739c4c57f8f11be749e7e9d1b35250a79af4668fa7360a57c2e
14:39:08 #12 DONE 3.3s
14:39:08 
14:39:08 #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
14:39:08 #13 sha256:33468275bd6a72e0bc8adb9ad29413126b48c6bdb5d4579eb3bad41eb59c4d8a
14:39:09 #13 DONE 0.8s
14:39:09 
14:39:09 #27 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
14:39:09 #27 sha256:3b4c49005710aad1d7650a80588cafd709c0f22a8ac9195810345fbe29db85ed
14:39:09 #27 DONE 0.1s
14:39:09 
14:39:09 #23 [containerd 1/3] 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
14:39:09 #23 sha256:8b790d4374658c616954c0021287262a64141cc63605d565d3323c9aac89a541
14:39:11 #23 2.313 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:39:11 #23 2.331 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:39:11 #23 2.331 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:39:12 #23 2.657 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [70.3 kB]
14:39:12 #23 3.005 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
14:39:13 #23 3.479 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
14:39:15 #23 ...
14:39:15 
14:39:15 #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
14:39:15 #28 sha256:3d7d8566f70679be8efd8c6514bcb01b76da19769566857f771a51d5e8990b28
14:39:15 #28 1.699 + RM_GOPATH=0
14:39:15 #28 1.699 + TMP_GOPATH=
14:39:15 #28 1.699 + : /build
14:39:15 #28 1.699 + '[' -z '' ']'
14:39:15 #28 1.706 ++ mktemp -d
14:39:15 #28 1.706 + export GOPATH=/tmp/tmp.ESOZPVJVtm
14:39:15 #28 1.706 + GOPATH=/tmp/tmp.ESOZPVJVtm
14:39:15 #28 1.706 + RM_GOPATH=1
14:39:15 #28 1.706 + case "$(go env GOARCH)" in
14:39:15 #28 1.708 ++ go env GOARCH
14:39:15 #28 1.714 + export GO_BUILDMODE=-buildmode=pie
14:39:15 #28 1.714 + GO_BUILDMODE=-buildmode=pie
14:39:15 #28 1.714 ++ dirname /install.sh
14:39:15 #28 1.714 + dir=/
14:39:15 #28 1.714 + bin=rootlesskit
14:39:15 #28 1.714 + shift
14:39:15 #28 1.714 + '[' '!' -f //rootlesskit.installer ']'
14:39:15 #28 1.714 + . //rootlesskit.installer
14:39:15 #28 1.714 ++ : v0.14.4
14:39:15 #28 1.715 Install rootlesskit version v0.14.4
14:39:15 #28 1.716 + install_rootlesskit
14:39:15 #28 1.716 + case "$1" in
14:39:15 #28 1.716 + export CGO_ENABLED=0
14:39:15 #28 1.716 + CGO_ENABLED=0
14:39:15 #28 1.716 + _install_rootlesskit
14:39:15 #28 1.716 + echo 'Install rootlesskit version v0.14.4'
14:39:15 #28 1.716 + for f in rootlesskit rootlesskit-docker-proxy
14:39:15 #28 1.716 + GOBIN=/build
14:39:15 #28 1.716 + GO111MODULE=on
14:39:15 #28 1.716 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
14:39:15 #28 2.219 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
14:39:15 #28 4.289 go: downloading github.com/sirupsen/logrus v1.8.1
14:39:15 #28 4.290 go: downloading github.com/pkg/errors v0.9.1
14:39:15 #28 4.375 go: downloading github.com/urfave/cli/v2 v2.3.0
14:39:15 #28 4.491 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:39:15 #28 5.885 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:39:15 #28 6.047 go: downloading github.com/google/uuid v1.3.0
14:39:15 #28 6.062 go: downloading github.com/moby/vpnkit v0.5.0
14:39:15 #28 6.137 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:39:15 #28 6.238 go: downloading github.com/gofrs/flock v0.8.1
14:39:15 #28 6.329 go: downloading github.com/gorilla/mux v1.8.0
14:39:16 #28 6.396 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:39:16 #28 6.598 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:39:16 #28 6.686 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:39:16 #28 ...
14:39:16 
14:39:16 #23 [containerd 1/3] 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
14:39:16 #23 sha256:8b790d4374658c616954c0021287262a64141cc63605d565d3323c9aac89a541
14:39:16 #23 7.094 Fetched 8452 kB in 5s (1671 kB/s)
14:39:18 #23 7.094 Reading package lists...
14:39:19 #23 9.228 Reading package lists...
14:39:19 #23 ...
14:39:19 
14:39:19 #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
14:39:19 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:39:19 #14 2.293 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:39:19 #14 2.312 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:39:19 #14 2.319 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:39:19 #14 2.581 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [70.3 kB]
14:39:19 #14 2.913 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
14:39:19 #14 3.510 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
14:39:19 #14 7.030 Fetched 8452 kB in 5s (1690 kB/s)
14:39:19 #14 7.030 Reading package lists...
14:39:19 #14 9.206 Reading package lists...
14:39:19 #14 ...
14:39:19 
14:39:19 #15 [tini 1/3] 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
14:39:19 #15 sha256:67a849982a6fcedf9723725e1da7a343c87d90e41cfb8e5d4183a111b25ce93b
14:39:19 #15 1.945 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:39:19 #15 1.974 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:39:19 #15 1.978 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:39:19 #15 2.165 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [70.3 kB]
14:39:19 #15 2.505 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
14:39:19 #15 3.105 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
14:39:19 #15 6.177 Fetched 8452 kB in 4s (1879 kB/s)
14:39:19 #15 6.177 Reading package lists...
14:39:19 #15 8.029 Reading package lists...
14:39:19 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:39:19 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:39:19 GOOS="" GOARCH="" GOARM=""
14:39:19 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:39:19 
14:39:19 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
14:39:19 + RM_GOPATH=0
14:39:19 + TMP_GOPATH=/go
14:39:19 + : /usr/local/bin
14:39:19 + '[' -z /go ']'
14:39:19 + export GOPATH=/go
14:39:19 + GOPATH=/go
14:39:19 + case "$(go env GOARCH)" in
14:39:19 ++ go env GOARCH
14:39:19 + export GO_BUILDMODE=-buildmode=pie
14:39:19 + GO_BUILDMODE=-buildmode=pie
14:39:19 ++ dirname hack/dockerfile/install/install.sh
14:39:19 + dir=hack/dockerfile/install
14:39:19 + bin=tini
14:39:19 + shift
14:39:19 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
14:39:19 + . hack/dockerfile/install/tini.installer
14:39:19 ++ : v0.19.0
14:39:19 + install_tini
14:39:19 + echo 'Install tini version v0.19.0'
14:39:19 + git clone https://github.com/krallin/tini.git /go/tini
14:39:19 Install tini version v0.19.0
14:39:19 Cloning into '/go/tini'...
14:39:19 + cd /go/tini
14:39:19 + git checkout -q v0.19.0
14:39:19 + cmake .
14:39:19 -- The C compiler identification is GNU 8.3.0
14:39:19 -- Check for working C compiler: /usr/bin/cc
14:39:19 -- Check for working C compiler: /usr/bin/cc -- works
14:39:19 -- Detecting C compiler ABI info
14:39:19 -- Detecting C compiler ABI info - done
14:39:19 -- Detecting C compile features
14:39:19 -- Detecting C compile features - done
14:39:19 -- Performing Test HAS_BUILTIN_FORTIFY
14:39:19 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:39:19 -- Configuring done
14:39:19 -- Generating done
14:39:19 -- Build files have been written to: /go/tini
14:39:19 + make tini-static
14:39:19 make[2]: Entering directory '/go/tini'
14:39:19 make[3]: Entering directory '/go/tini'
14:39:19 make[4]: Entering directory '/go/tini'
14:39:19 make[5]: Entering directory '/go/tini'
14:39:19 Scanning dependencies of target tini-static
14:39:19 make[5]: Leaving directory '/go/tini'
14:39:19 make[5]: Entering directory '/go/tini'
14:39:19 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:39:19 [100%] Linking C executable tini-static
14:39:19 make[5]: Leaving directory '/go/tini'
14:39:19 [100%] Built target tini-static
14:39:19 make[4]: Leaving directory '/go/tini'
14:39:19 make[3]: Leaving directory '/go/tini'
14:39:19 make[2]: Leaving directory '/go/tini'
14:39:19 + mkdir -p /usr/local/bin
14:39:19 + cp tini-static /usr/local/bin/docker-init
14:39:19 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
14:39:19 + RM_GOPATH=0
14:39:19 + TMP_GOPATH=/go
14:39:19 + : /usr/local/bin
14:39:19 + '[' -z /go ']'
14:39:19 + export GOPATH=/go
14:39:19 + GOPATH=/go
14:39:19 + case "$(go env GOARCH)" in
14:39:19 ++ go env GOARCH
14:39:19 + export GO_BUILDMODE=-buildmode=pie
14:39:19 + GO_BUILDMODE=-buildmode=pie
14:39:19 ++ dirname hack/dockerfile/install/install.sh
14:39:19 + dir=hack/dockerfile/install
14:39:19 + bin=rootlesskit
14:39:19 + shift
14:39:19 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
14:39:19 + . hack/dockerfile/install/rootlesskit.installer
14:39:19 ++ : v0.14.4
14:39:19 + install_rootlesskit dynamic
14:39:19 + case "$1" in
14:39:19 + install_rootlesskit_dynamic
14:39:19 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
14:39:19 + ROOTLESSKIT_LDFLAGS=-linkmode=external
14:39:19 + export BUILD_MODE=-buildmode=pie
14:39:19 + BUILD_MODE=-buildmode=pie
14:39:19 + _install_rootlesskit
14:39:19 + echo 'Install rootlesskit version v0.14.4'
14:39:19 + for f in rootlesskit rootlesskit-docker-proxy
14:39:19 + GOBIN=/usr/local/bin
14:39:19 + GO111MODULE=on
14:39:19 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
14:39:19 Install rootlesskit version v0.14.4
14:39:19 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
14:39:20 #15 10.08 Building dependency tree...
14:39:20 #15 ...
14:39:20 
14:39:20 #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
14:39:20 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:39:20 #14 9.206 Reading package lists...
14:39:20 #14 10.93 Building dependency tree...
14:39:21 #14 11.98 The following additional packages will be installed:
14:39:21 #14 11.99   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:39:21 #14 11.99   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
14:39:21 #14 11.99   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
14:39:21 #14 11.99   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
14:39:21 #14 11.99   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
14:39:21 #14 12.00   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
14:39:21 #14 12.00   mingw-w64-common mingw-w64-x86-64-dev
14:39:21 #14 12.00 Suggested packages:
14:39:21 #14 12.00   gcc-10-locales seccomp wine64
14:39:21 #14 12.50 The following NEW packages will be installed:
14:39:21 #14 12.50   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:39:21 #14 12.50   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
14:39:21 #14 12.50   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
14:39:21 #14 12.50   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
14:39:21 #14 12.50   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
14:39:21 #14 12.50   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:39:21 #14 12.50   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
14:39:21 #14 12.50   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
14:39:21 #14 12.51   mingw-w64-x86-64-dev
14:39:22 #14 12.81 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
14:39:22 #14 12.81 Need to get 115 MB of archives.
14:39:22 #14 12.81 After this operation, 645 MB of additional disk space will be used.
14:39:22 #14 12.81 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
14:39:22 #14 12.87 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]
14:39:22 #12 69.22 --------------------------------------------------------------------------------
14:39:22 #12 69.22 Total                                              1.4 MB/s |  81 MB  00:59     
14:39:22 #12 69.38 Running transaction check
14:39:22 #12 69.53 Running transaction test
14:39:22 #12 69.68 Transaction test succeeded
14:39:22 #12 69.68 Running transaction
14:39:22 #12 70.25   Updating   : glibc-2.17-325.el7_9.x86_64                                 1/68 
14:39:22 #12 73.12   Updating   : glibc-common-2.17-325.el7_9.x86_64                          2/68 
14:39:22 #12 73.18   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/68 
14:39:22 #12 73.20   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/68 
14:39:22 #12 73.77   Updating   : systemd-libs-219-78.el7_9.3.x86_64                          5/68 
14:39:22 #12 75.50   Updating   : systemd-219-78.el7_9.3.x86_64                               6/68 
14:39:22 #12 76.21 Failed to get D-Bus connection: Operation not permitted
14:39:22 #12 76.25   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/68 
14:39:22 #12 76.79   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/68 
14:39:22 #14 12.95 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
14:39:22 #14 12.96 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
14:39:22 #14 12.96 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
14:39:22 #14 12.96 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
14:39:22 #14 13.13 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
14:39:22 #14 13.25 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
14:39:22 #14 13.25 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]
14:39:22 #12 77.43   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/68 
14:39:23 #14 13.54 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]
14:39:23 #12 77.97   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/68 
14:39:23 #14 14.33 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]
14:39:23 #14 ...
14:39:23 
14:39:23 #23 [containerd 1/3] 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
14:39:23 #23 sha256:8b790d4374658c616954c0021287262a64141cc63605d565d3323c9aac89a541
14:39:23 #23 9.228 Reading package lists...
14:39:23 #23 11.50 Building dependency tree...
14:39:23 #23 12.51 The following additional packages will be installed:
14:39:23 #23 12.53   libbtrfs0
14:39:23 #23 12.59 The following NEW packages will be installed:
14:39:23 #23 12.61   libbtrfs-dev libbtrfs0
14:39:23 #23 12.92 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
14:39:23 #23 12.92 Need to get 460 kB of archives.
14:39:23 #23 12.92 After this operation, 1237 kB of additional disk space will be used.
14:39:23 #23 12.92 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:39:23 #23 12.93 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:39:23 #23 13.45 debconf: delaying package configuration, since apt-utils is not installed
14:39:23 #23 13.56 Fetched 460 kB in 0s (1517 kB/s)
14:39:23 #23 13.62 Selecting previously unselected package libbtrfs0:amd64.
14:39:23 #23 13.62 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:39:23 #23 13.65 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
14:39:23 #23 13.66 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:39:23 #23 13.78 Selecting previously unselected package libbtrfs-dev:amd64.
14:39:23 #23 13.78 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
14:39:23 #23 13.78 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:39:23 #23 13.98 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:39:23 #23 14.00 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:39:23 #23 14.03 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:39:23 #23 DONE 14.5s
14:39:24 #12 78.52   Installing : lzo-2.06-8.el7.x86_64                                      11/68 
14:39:24 
14:39:24 #24 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:39:24 #24 sha256:c362a5cd4755f3b44a179f00ebf2b13b0e465d6df35aca9415c824573c6e2938
14:39:24 #24 DONE 0.2s
14:39:24 
14:39:24 #25 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:39:24 #25 sha256:eaed8f2a486b70a0aa471b747dc0f1217714324b8388773953e35c87a0d45aff
14:39:24 #12 79.07   Installing : m4-1.4.16-10.el7.x86_64                                    12/68 
14:39:24 #12 79.64   Installing : checkpolicy-2.5-8.el7.x86_64                               13/68 
14:39:24 #12 79.68   Installing : 1:make-3.82-24.el7.x86_64                                  14/68 
14:39:25 #12 80.21   Installing : 1:perl-Error-0.17020-2.el7.noarch                          15/68 
14:39:25 #25 1.429 + RM_GOPATH=0
14:39:25 #25 1.433 + TMP_GOPATH=
14:39:25 #25 1.433 + : /build
14:39:25 #25 1.433 + '[' -z '' ']'
14:39:25 #25 1.434 ++ mktemp -d
14:39:25 #25 1.436 + export GOPATH=/tmp/tmp.UexyBC5PHc
14:39:25 #25 1.436 + GOPATH=/tmp/tmp.UexyBC5PHc
14:39:25 #25 1.436 + RM_GOPATH=1
14:39:25 #25 1.436 + case "$(go env GOARCH)" in
14:39:25 #25 1.436 ++ go env GOARCH
14:39:25 #25 1.448 + export GO_BUILDMODE=-buildmode=pie
14:39:25 #25 1.448 + GO_BUILDMODE=-buildmode=pie
14:39:25 #25 1.449 ++ dirname /install.sh
14:39:25 #25 1.450 + dir=/
14:39:25 #25 1.451 + bin=containerd
14:39:25 #25 1.451 + shift
14:39:25 #25 1.451 + '[' '!' -f //containerd.installer ']'
14:39:25 #25 1.452 + . //containerd.installer
14:39:25 #25 1.452 ++ set -e
14:39:25 #25 1.452 ++ : v1.5.7
14:39:25 #25 1.452 + install_containerd
14:39:25 #25 1.455 + echo 'Install containerd version v1.5.7'
14:39:25 #25 1.459 Install containerd version v1.5.7
14:39:25 #25 1.459 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UexyBC5PHc/src/github.com/containerd/containerd
14:39:25 #25 1.464 Cloning into '/tmp/tmp.UexyBC5PHc/src/github.com/containerd/containerd'...
14:39:26 #12 80.27   Installing : libarchive-3.1.2-14.el7_7.x86_64                           16/68 
14:39:26 #12 81.41   Installing : cpp-4.8.5-44.el7.x86_64                                    17/68 
14:39:27 #25 ...
14:39:27 
14:39:27 #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
14:39:27 #28 sha256:3d7d8566f70679be8efd8c6514bcb01b76da19769566857f771a51d5e8990b28
14:39:27 #28 7.229 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:39:27 #28 9.204 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:39:27 #28 ...
14:39:27 
14:39:27 #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
14:39:27 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:39:27 #14 14.68 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]
14:39:27 #14 15.02 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]
14:39:27 #14 15.64 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]
14:39:27 #14 15.87 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
14:39:27 #14 15.87 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
14:39:27 #14 15.87 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
14:39:27 #14 15.87 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:39:27 #14 15.87 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:39:27 #14 15.88 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
14:39:27 #14 15.88 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
14:39:27 #14 15.88 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
14:39:27 #14 15.89 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
14:39:27 #14 15.89 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
14:39:27 #14 15.90 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
14:39:27 #14 15.90 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
14:39:27 #14 15.92 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
14:39:27 #14 15.93 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
14:39:27 #14 15.93 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
14:39:27 #14 15.93 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
14:39:27 #14 16.44 debconf: delaying package configuration, since apt-utils is not installed
14:39:27 #14 16.56 Fetched 115 MB in 3s (33.7 MB/s)
14:39:27 #14 16.60 Selecting previously unselected package binutils-mingw-w64-i686.
14:39:27 #14 16.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:39:27 #14 16.62 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
14:39:27 #14 16.64 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:39:27 #14 17.64 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:39:27 #14 17.64 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
14:39:27 #14 17.64 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:39:27 #12 81.98   Installing : rsync-3.1.2-10.el7.x86_64                                  18/68 
14:39:27 #12 82.56   Installing : systemd-devel-219-78.el7_9.3.x86_64                        19/68 
14:39:28 #14 18.88 Selecting previously unselected package binutils-mingw-w64.
14:39:28 #14 18.88 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
14:39:28 #14 18.89 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
14:39:28 #14 18.99 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:39:28 #14 19.00 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:39:28 #14 19.01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:39:28 #14 19.11 Selecting previously unselected package dmsetup.
14:39:28 #14 19.12 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
14:39:28 #14 19.13 Unpacking dmsetup (2:1.02.175-2.1) ...
14:39:28 #14 19.31 Selecting previously unselected package mingw-w64-common.
14:39:28 #14 19.31 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
14:39:28 #14 19.32 Unpacking mingw-w64-common (8.0.0-1) ...
14:39:29 #12 83.13   Installing : libcgroup-0.41-21.el7.x86_64                               20/68 
14:39:29 #12 84.27   Installing : openssh-7.4p1-21.el7.x86_64                                21/68 
14:39:29 #12 84.30   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       22/68 
14:39:29 #12 84.32   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        23/68 
14:39:29 #12 84.34   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/68 
14:39:29 #12 84.88   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/68 
14:39:29 #12 84.99   Installing : policycoreutils-2.5-34.el7.x86_64                          26/68 
14:39:31 #14 ...
14:39:31 
14:39:31 #15 [tini 1/3] 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
14:39:31 #15 sha256:67a849982a6fcedf9723725e1da7a343c87d90e41cfb8e5d4183a111b25ce93b
14:39:31 #15 11.43 The following additional packages will be installed:
14:39:31 #15 11.44   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
14:39:31 #15 11.45 Suggested packages:
14:39:31 #15 11.45   cmake-doc ninja-build lrzip
14:39:31 #15 11.45 Recommended packages:
14:39:31 #15 11.45   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:39:31 #15 11.80 The following NEW packages will be installed:
14:39:31 #15 11.81   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
14:39:31 #15 11.81   vim-common xxd
14:39:31 #15 12.12 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
14:39:31 #15 12.12 Need to get 17.7 MB of archives.
14:39:31 #15 12.12 After this operation, 70.7 MB of additional disk space will be used.
14:39:31 #15 12.12 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
14:39:31 #15 12.12 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
14:39:31 #15 12.13 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
14:39:31 #15 12.18 Get:4 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:39:31 #15 12.48 Get:5 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
14:39:31 #15 12.49 Get:6 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
14:39:31 #15 12.49 Get:7 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
14:39:31 #15 12.49 Get:8 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
14:39:31 #15 12.50 Get:9 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
14:39:31 #15 12.50 Get:10 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
14:39:31 #15 13.02 debconf: delaying package configuration, since apt-utils is not installed
14:39:31 #15 13.15 Fetched 17.7 MB in 1s (21.7 MB/s)
14:39:31 #15 13.21 Selecting previously unselected package xxd.
14:39:31 #15 13.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.)
14:39:31 #15 13.24 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
14:39:31 #15 13.25 Unpacking xxd (2:8.2.2434-3) ...
14:39:31 #15 13.37 Selecting previously unselected package vim-common.
14:39:31 #15 13.38 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
14:39:31 #15 13.42 Unpacking vim-common (2:8.2.2434-3) ...
14:39:31 #15 13.61 Selecting previously unselected package cmake-data.
14:39:31 #15 13.62 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
14:39:31 #15 13.63 Unpacking cmake-data (3.18.4-2) ...
14:39:31 #15 15.32 Selecting previously unselected package libicu67:amd64.
14:39:31 #15 15.32 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
14:39:31 #15 15.34 Unpacking libicu67:amd64 (67.1-7) ...
14:39:31 #15 18.14 Selecting previously unselected package libxml2:amd64.
14:39:31 #15 18.14 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
14:39:31 #15 18.15 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:39:31 #15 18.47 Selecting previously unselected package libarchive13:amd64.
14:39:31 #15 18.47 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
14:39:31 #15 18.48 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
14:39:31 #15 18.66 Selecting previously unselected package libjsoncpp24:amd64.
14:39:31 #15 18.67 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
14:39:31 #15 18.67 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
14:39:31 #15 18.77 Selecting previously unselected package librhash0:amd64.
14:39:31 #15 18.78 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
14:39:31 #15 18.78 Unpacking librhash0:amd64 (1.4.1-2) ...
14:39:31 #15 18.89 Selecting previously unselected package libuv1:amd64.
14:39:31 #15 18.89 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
14:39:31 #15 18.90 Unpacking libuv1:amd64 (1.40.0-2) ...
14:39:31 #15 19.01 Selecting previously unselected package cmake.
14:39:31 #15 19.03 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
14:39:31 #15 19.04 Unpacking cmake (3.18.4-2) ...
14:39:31 #15 21.31 Setting up libicu67:amd64 (67.1-7) ...
14:39:31 #15 21.33 Setting up xxd (2:8.2.2434-3) ...
14:39:31 #15 21.35 Setting up libuv1:amd64 (1.40.0-2) ...
14:39:31 #15 21.36 Setting up vim-common (2:8.2.2434-3) ...
14:39:31 #15 21.39 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
14:39:31 #15 21.41 Setting up librhash0:amd64 (1.4.1-2) ...
14:39:31 #15 21.44 Setting up cmake-data (3.18.4-2) ...
14:39:31 #15 21.46 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:39:31 #15 21.47 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
14:39:31 #15 21.49 Setting up cmake (3.18.4-2) ...
14:39:31 #15 21.50 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:39:31 #12 85.01   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/68 
14:39:31 #12 86.14   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/68 
14:39:31 #12 86.69   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/68 
14:39:31 #15 ...
14:39:31 
14:39:31 #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
14:39:31 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:39:31 #14 22.31 Selecting previously unselected package mingw-w64-x86-64-dev.
14:39:31 #14 22.31 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
14:39:31 #14 ...
14:39:31 
14:39:31 #15 [tini 1/3] 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
14:39:31 #15 sha256:67a849982a6fcedf9723725e1da7a343c87d90e41cfb8e5d4183a111b25ce93b
14:39:31 #15 DONE 22.5s
14:39:31 
14:39:31 #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
14:39:31 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:39:31 #14 22.33 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
14:39:32 #14 ...
14:39:32 
14:39:32 #17 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
14:39:32 #17 sha256:4924889100e4e6f914cbdddbc7a556882613a77b48873f9a51b0f63a05c55bd1
14:39:32 #17 DONE 0.1s
14:39:32 
14:39:32 #18 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
14:39:32 #18 sha256:14049ced55b895303a433c71169640109958a6d23d80dc12d3f6925acfee18bc
14:39:32 #12 86.74   Installing : e2fsprogs-libs-1.42.9-19.el7.x86_64                        30/68 
14:39:32 #12 87.37   Installing : btrfs-progs-4.9.1-1.el7.x86_64                             31/68 
14:39:32 #12 87.39   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        32/68 
14:39:32 #12 87.47   Installing : autoconf-2.69-11.el7.noarch                                33/68 
14:39:32 #12 88.00 install-info: No such file or directory for /usr/share/info/autoconf.info
14:39:32 #12 88.06   Installing : libselinux-python-2.5-15.el7.x86_64                        34/68 
14:39:33 #18 1.232 + RM_GOPATH=0
14:39:33 #18 1.232 + TMP_GOPATH=
14:39:33 #18 1.232 + : /build
14:39:33 #18 1.232 + '[' -z '' ']'
14:39:33 #18 1.233 ++ mktemp -d
14:39:33 #18 1.234 + export GOPATH=/tmp/tmp.xEjC0Plz4F
14:39:33 #18 1.235 + GOPATH=/tmp/tmp.xEjC0Plz4F
14:39:33 #18 1.235 + RM_GOPATH=1
14:39:33 #18 1.235 + case "$(go env GOARCH)" in
14:39:33 #18 1.236 ++ go env GOARCH
14:39:33 #18 1.256 + export GO_BUILDMODE=-buildmode=pie
14:39:33 #18 1.256 + GO_BUILDMODE=-buildmode=pie
14:39:33 #18 1.256 ++ dirname /install.sh
14:39:33 #18 1.256 + dir=/
14:39:33 #18 1.256 + bin=tini
14:39:33 #18 1.256 + shift
14:39:33 #18 1.257 + '[' '!' -f //tini.installer ']'
14:39:33 #18 1.257 + . //tini.installer
14:39:33 #18 1.257 ++ : v0.19.0
14:39:33 #18 1.257 + install_tini
14:39:33 #18 1.257 + echo 'Install tini version v0.19.0'
14:39:33 #18 1.258 Install tini version v0.19.0
14:39:33 #18 1.258 + git clone https://github.com/krallin/tini.git /tmp/tmp.xEjC0Plz4F/tini
14:39:33 #18 1.260 Cloning into '/tmp/tmp.xEjC0Plz4F/tini'...
14:39:33 #12 88.11   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         35/68 
14:39:33 #18 1.796 + cd /tmp/tmp.xEjC0Plz4F/tini
14:39:34 #18 1.797 + git checkout -q v0.19.0
14:39:34 #18 1.816 + cmake .
14:39:34 #18 2.060 -- The C compiler identification is GNU 10.2.1
14:39:34 #18 2.093 -- Detecting C compiler ABI info
14:39:34 #12 88.67   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      36/68 
14:39:34 #12 89.28   Installing : openssh-clients-7.4p1-21.el7.x86_64                        37/68 
14:39:34 #18 2.368 -- Detecting C compiler ABI info - done
14:39:34 #18 2.440 -- Check for working C compiler: /usr/bin/cc - skipped
14:39:34 #18 2.451 -- Detecting C compile features
14:39:34 #18 2.453 -- Detecting C compile features - done
14:39:34 #18 2.473 -- Performing Test HAS_BUILTIN_FORTIFY
14:39:34 #18 2.581 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:39:34 go: downloading github.com/pkg/errors v0.9.1
14:39:34 go: downloading github.com/sirupsen/logrus v1.8.1
14:39:34 go: downloading github.com/urfave/cli/v2 v2.3.0
14:39:34 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:39:34 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:39:34 #12 89.31   Installing : libgomp-4.8.5-44.el7.x86_64                                38/68 
14:39:34 #12 89.86   Installing : less-458-9.el7.x86_64                                      39/68 
14:39:34 #18 2.632 -- Configuring done
14:39:34 #18 2.648 -- Generating done
14:39:34 #18 2.650 -- Build files have been written to: /tmp/tmp.xEjC0Plz4F/tini
14:39:34 #18 2.663 + make tini-static
14:39:34 go: downloading github.com/google/uuid v1.3.0
14:39:34 go: downloading github.com/moby/vpnkit v0.5.0
14:39:34 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:39:34 go: downloading github.com/gofrs/flock v0.8.1
14:39:34 go: downloading github.com/gorilla/mux v1.8.0
14:39:34 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:39:34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:39:34 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:39:35 #18 2.925 Scanning dependencies of target tini-static
14:39:35 #18 2.991 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:39:35 #12 89.91   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           40/68 
14:39:35 #18 3.620 [100%] Linking C executable tini-static
14:39:35 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:39:35 #12 90.45   Installing : git-1.8.3.1-23.el7_8.x86_64                                41/68 
14:39:35 #12 90.77   Installing : pcre-devel-8.32-17.el7.x86_64                              42/68 
14:39:35 #12 90.84   Installing : libsepol-devel-2.5-10.el7.x86_64                           43/68 
14:39:35 #12 90.87   Installing : libselinux-devel-2.5-15.el7.x86_64                         44/68 
14:39:35 #12 90.93   Installing : perl-Test-Harness-3.28-3.el7.noarch                        45/68 
14:39:36 #18 4.036 [100%] Built target tini-static
14:39:36 #18 4.071 + mkdir -p /build
14:39:36 #18 4.074 + cp tini-static /build/docker-init
14:39:36 #12 91.01   Installing : automake-1.13.4-3.el7.noarch                               46/68 
14:39:36 #12 91.56 install-info: No such file or directory for /usr/share/info/automake.info.gz
14:39:36 #12 91.58   Installing : python-IPy-0.75-6.el7.noarch                               47/68 
14:39:36 #12 91.64   Installing : policycoreutils-python-2.5-34.el7.x86_64                   48/68 
14:39:36 #18 DONE 4.4s
14:39:36 
14:39: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
14:39:36 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:39:36 #14 25.73 Selecting previously unselected package gcc-mingw-w64-base.
14:39:36 #14 25.73 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
14:39:36 #14 25.79 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:39:36 #14 25.96 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
14:39:36 #14 25.97 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
14:39:36 #14 25.97 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:39:37 #12 91.69   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    49/68 
14:39:37 #12 92.18   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             50/68 
14:39:38 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:39:38 #12 93.02   Installing : kernel-headers-3.10.0-1160.45.1.el7.x86_64                 51/68 
14:39:38 #12 93.74   Installing : glibc-headers-2.17-325.el7_9.x86_64                        52/68 
14:39:39 #14 29.97 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
14:39:39 #14 29.97 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:39:39 #14 29.98 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:39:40 #12 93.84   Installing : glibc-devel-2.17-325.el7_9.x86_64                          53/68 
14:39:41 #12 95.57   Installing : gcc-4.8.5-44.el7.x86_64                                    54/68 
14:39:41 #12 96.17   Installing : libtool-2.4.2-22.el7_3.x86_64                              55/68 
14:39:41 #12 96.69 install-info: No such file or directory for /usr/share/info/libtool.info.gz
14:39:41 #12 96.90   Installing : glibc-static-2.17-325.el7_9.x86_64                         56/68 
14:39:41 #12 96.93   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            57/68 
14:39:41 #12 97.00   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   58/68 
14:39:41 #12 97.08   Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64                       59/68 
14:39:42 #12 97.10   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        60/68 
14:39:42 #12 97.95   Installing : cmake-2.8.12.2-2.el7.x86_64                                61/68 
14:39:43 #12 97.98   Installing : which-2.20-7.el7.x86_64                                    62/68 
14:39:43 #12 98.51 install-info: No such file or directory for /usr/share/info/which.info.gz
14:39:43 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:39:43 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:39:43 GOOS="" GOARCH="" GOARM=""
14:39:43 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:39:43 
14:39:43 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
14:39:43 + RM_GOPATH=0
14:39:43 + TMP_GOPATH=/go
14:39:43 + : /usr/local/bin
14:39:43 + '[' -z /go ']'
14:39:43 + export GOPATH=/go
14:39:43 + GOPATH=/go
14:39:43 + case "$(go env GOARCH)" in
14:39:43 ++ go env GOARCH
14:39:43 + export GO_BUILDMODE=-buildmode=pie
14:39:43 + GO_BUILDMODE=-buildmode=pie
14:39:43 ++ dirname hack/dockerfile/install/install.sh
14:39:43 + dir=hack/dockerfile/install
14:39:43 + bin=tini
14:39:43 + shift
14:39:43 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
14:39:43 + . hack/dockerfile/install/tini.installer
14:39:43 ++ : v0.19.0
14:39:43 + install_tini
14:39:43 Install tini version v0.19.0
14:39:43 + echo 'Install tini version v0.19.0'
14:39:43 + git clone https://github.com/krallin/tini.git /go/tini
14:39:43 Cloning into '/go/tini'...
14:39:43 + cd /go/tini
14:39:43 + git checkout -q v0.19.0
14:39:43 + cmake .
14:39:43 -- The C compiler identification is GNU 9.3.0
14:39:43 -- Check for working C compiler: /usr/bin/cc
14:39:43 -- Check for working C compiler: /usr/bin/cc -- works
14:39:43 -- Detecting C compiler ABI info
14:39:43 -- Detecting C compiler ABI info - done
14:39:43 -- Detecting C compile features
14:39:43 -- Detecting C compile features - done
14:39:43 -- Performing Test HAS_BUILTIN_FORTIFY
14:39:43 -- Performing Test HAS_BUILTIN_FORTIFY - Success
14:39:43 -- Configuring done
14:39:43 -- Generating done
14:39:43 -- Build files have been written to: /go/tini
14:39:43 + make tini-static
14:39:43 make[2]: Entering directory '/go/tini'
14:39:43 make[3]: Entering directory '/go/tini'
14:39:43 make[4]: Entering directory '/go/tini'
14:39:43 make[5]: Entering directory '/go/tini'
14:39:43 Scanning dependencies of target tini-static
14:39:43 make[5]: Leaving directory '/go/tini'
14:39:43 make[5]: Entering directory '/go/tini'
14:39:43 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:39:43 [100%] Linking C executable tini-static
14:39:43 make[5]: Leaving directory '/go/tini'
14:39:43 [100%] Built target tini-static
14:39:43 make[4]: Leaving directory '/go/tini'
14:39:43 make[3]: Leaving directory '/go/tini'
14:39:43 make[2]: Leaving directory '/go/tini'
14:39:43 + mkdir -p /usr/local/bin
14:39:43 + cp tini-static /usr/local/bin/docker-init
14:39:43 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
14:39:43 + RM_GOPATH=0
14:39:43 + TMP_GOPATH=/go
14:39:43 + : /usr/local/bin
14:39:43 + '[' -z /go ']'
14:39:43 + export GOPATH=/go
14:39:43 + GOPATH=/go
14:39:43 + case "$(go env GOARCH)" in
14:39:43 ++ go env GOARCH
14:39:43 + export GO_BUILDMODE=-buildmode=pie
14:39:43 + GO_BUILDMODE=-buildmode=pie
14:39:43 ++ dirname hack/dockerfile/install/install.sh
14:39:43 + dir=hack/dockerfile/install
14:39:43 + bin=rootlesskit
14:39:43 + shift
14:39:43 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
14:39:43 + . hack/dockerfile/install/rootlesskit.installer
14:39:43 ++ : v0.14.4
14:39:43 + install_rootlesskit dynamic
14:39:43 + case "$1" in
14:39:43 + install_rootlesskit_dynamic
14:39:43 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
14:39:43 + ROOTLESSKIT_LDFLAGS=-linkmode=external
14:39:43 + export BUILD_MODE=-buildmode=pie
14:39:43 + BUILD_MODE=-buildmode=pie
14:39:43 + _install_rootlesskit
14:39:43 + echo 'Install rootlesskit version v0.14.4'
14:39:43 Install rootlesskit version v0.14.4
14:39:43 + for f in rootlesskit rootlesskit-docker-proxy
14:39:43 + GOBIN=/usr/local/bin
14:39:43 + GO111MODULE=on
14:39:43 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
14:39:43 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
14:39:43 + for f in rootlesskit rootlesskit-docker-proxy
14:39:43 + GOBIN=/usr/local/bin
14:39:43 + GO111MODULE=on
14:39:43 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
14:39:43 #12 99.04   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      63/68 
14:39:44 + return
14:39:44 # Build the CLI
14:39:44 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 GITCOMMIT=e57b5f7 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
14:39:44 Building dynamic docker-linux-arm-v6
14:39:44 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 --ldflags     -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:37:47Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -buildmode=pie github.com/docker/cli/cmd/docker
14:39:45 #12 99.06   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 64/68 
14:39:45 #12 100.1   Cleanup    : systemd-219-78.el7.x86_64                                  65/68 
14:39:46 #12 100.7   Cleanup    : systemd-libs-219-78.el7.x86_64                             66/68 
14:39:46 #14 ...
14:39:46 
14:39:46 #25 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:39:46 #25 sha256:eaed8f2a486b70a0aa471b747dc0f1217714324b8388773953e35c87a0d45aff
14:39:46 #25 21.78 Updating files:  80% (3674/4591)
Updating files:  81% (3719/4591)
Updating files:  82% (3765/4591)
Updating files:  83% (3811/4591)
Updating files:  84% (3857/4591)
Updating files:  85% (3903/4591)
Updating files:  86% (3949/4591)
Updating files:  87% (3995/4591)
Updating files:  88% (4041/4591)
Updating files:  89% (4086/4591)
Updating files:  90% (4132/4591)
Updating files:  91% (4178/4591)
Updating files:  92% (4224/4591)
Updating files:  93% (4270/4591)
Updating files:  94% (4316/4591)
Updating files:  95% (4362/4591)
Updating files:  96% (4408/4591)
Updating files:  97% (4454/4591)
Updating files:  98% (4500/4591)
Updating files:  99% (4546/4591)
Updating files: 100% (4591/4591)
Updating files: 100% (4591/4591), done.
14:39:46 #25 22.13 + cd /tmp/tmp.UexyBC5PHc/src/github.com/containerd/containerd
14:39:46 #25 22.14 + git checkout -q v1.5.7
14:39:46 #12 101.2   Cleanup    : glibc-2.17-317.el7.x86_64                                  67/68 
14:39:46 #25 22.87 + export 'BUILDTAGS=netgo osusergo static_build'
14:39:46 #25 22.87 + BUILDTAGS='netgo osusergo static_build'
14:39:46 #25 22.87 + export EXTRA_FLAGS=-buildmode=pie
14:39:46 #25 22.87 + EXTRA_FLAGS=-buildmode=pie
14:39:46 #25 22.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:39:46 #25 22.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:39:46 #25 22.87 + '[' '' = dynamic ']'
14:39:47 #25 22.87 + make
14:39:47 #12 101.7   Cleanup    : glibc-common-2.17-317.el7.x86_64                           68/68 
14:39:47 #12 102.3   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/68 
14:39:47 #12 102.3   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          2/68 
14:39:47 #12 102.3   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/68 
14:39:47 #12 102.4   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    4/68 
14:39:47 #12 102.4   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                 5/68 
14:39:47 #12 102.4   Verifying  : btrfs-progs-devel-4.9.1-1.el7.x86_64                        6/68 
14:39:47 #12 102.4   Verifying  : glibc-common-2.17-325.el7_9.x86_64                          7/68 
14:39:47 #12 102.4   Verifying  : automake-1.13.4-3.el7.noarch                                8/68 
14:39:47 #12 102.4   Verifying  : lzo-2.06-8.el7.x86_64                                       9/68 
14:39:47 #12 102.4   Verifying  : m4-1.4.16-10.el7.x86_64                                    10/68 
14:39:47 #12 102.4   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             11/68 
14:39:47 #12 102.4   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       12/68 
14:39:47 #12 102.5   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                13/68 
14:39:47 #12 102.5   Verifying  : checkpolicy-2.5-8.el7.x86_64                               14/68 
14:39:47 #12 102.5   Verifying  : btrfs-progs-4.9.1-1.el7.x86_64                             15/68 
14:39:47 #12 102.5   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        16/68 
14:39:47 #12 102.5   Verifying  : kernel-headers-3.10.0-1160.45.1.el7.x86_64                 17/68 
14:39:47 #12 102.5   Verifying  : systemd-libs-219-78.el7_9.3.x86_64                         18/68 
14:39:47 #12 102.6   Verifying  : which-2.20-7.el7.x86_64                                    19/68 
14:39:47 #12 102.6   Verifying  : glibc-devel-2.17-325.el7_9.x86_64                          20/68 
14:39:47 #12 102.6   Verifying  : cpp-4.8.5-44.el7.x86_64                                    21/68 
14:39:47 #12 102.6   Verifying  : python-IPy-0.75-6.el7.noarch                               22/68 
14:39:47 #12 102.6   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              23/68 
14:39:47 #12 102.7   Verifying  : glibc-headers-2.17-325.el7_9.x86_64                        24/68 
14:39:47 #12 102.7   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               25/68 
14:39:47 #12 102.7   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         26/68 
14:39:47 #12 102.7   Verifying  : 1:make-3.82-24.el7.x86_64                                  27/68 
14:39:47 #12 102.7   Verifying  : openssh-7.4p1-21.el7.x86_64                                28/68 
14:39:47 #12 102.7   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           29/68 
14:39:47 #12 102.7   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              30/68 
14:39:47 #12 102.7   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            31/68 
14:39:47 #12 102.7   Verifying  : systemd-219-78.el7_9.3.x86_64                              32/68 
14:39:47 #12 102.8   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       33/68 
14:39:47 #12 102.8   Verifying  : e2fsprogs-libs-1.42.9-19.el7.x86_64                        34/68 
14:39:47 #12 102.8   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           35/68 
14:39:47 #12 102.8   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    36/68 
14:39:47 #12 102.8   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        37/68 
14:39:47 #12 102.8   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             38/68 
14:39:47 #12 102.8   Verifying  : openssh-clients-7.4p1-21.el7.x86_64                        39/68 
14:39:47 #12 102.9   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        40/68 
14:39:47 #12 102.9   Verifying  : libselinux-python-2.5-15.el7.x86_64                        41/68 
14:39:47 #12 102.9   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        42/68 
14:39:47 #12 102.9   Verifying  : gcc-4.8.5-44.el7.x86_64                                    43/68 
14:39:47 #12 102.9   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  44/68 
14:39:47 #12 102.9   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         45/68 
14:39:47 #12 102.9   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   46/68 
14:39:47 #12 102.9   Verifying  : glibc-2.17-325.el7_9.x86_64                                47/68 
14:39:47 #12 103.0   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           48/68 
14:39:47 #12 103.0   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          49/68 
14:39:47 #12 103.0   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    50/68 
14:39:47 #12 103.0   Verifying  : pcre-devel-8.32-17.el7.x86_64                              51/68 
14:39:47 #12 103.0   Verifying  : autoconf-2.69-11.el7.noarch                                52/68 
14:39:47 #12 103.0   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      53/68 
14:39:47 #12 103.1   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            54/68 
14:39:47 #12 103.1   Verifying  : rsync-3.1.2-10.el7.x86_64                                  55/68 
14:39:47 #12 103.1   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  56/68 
14:39:48 #12 103.1   Verifying  : glibc-static-2.17-325.el7_9.x86_64                         57/68 
14:39:48 #12 103.1   Verifying  : policycoreutils-2.5-34.el7.x86_64                          58/68 
14:39:48 #12 103.1   Verifying  : libgomp-4.8.5-44.el7.x86_64                                59/68 
14:39:48 #12 103.1   Verifying  : systemd-devel-219-78.el7_9.3.x86_64                        60/68 
14:39:48 #12 103.2   Verifying  : less-458-9.el7.x86_64                                      61/68 
14:39:48 #12 103.2   Verifying  : libcgroup-0.41-21.el7.x86_64                               62/68 
14:39:48 #12 103.2   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/68 
14:39:48 #12 103.2   Verifying  : glibc-2.17-317.el7.x86_64                                  64/68 
14:39:48 #12 103.2   Verifying  : glibc-common-2.17-317.el7.x86_64                           65/68 
14:39:48 #12 103.2   Verifying  : systemd-libs-219-78.el7.x86_64                             66/68 
14:39:48 #12 103.2   Verifying  : systemd-219-78.el7.x86_64                                  67/68 
14:39:48 #12 103.2   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      68/68 
14:39:48 #12 103.3 
14:39:48 #12 103.3 Installed:
14:39:48 #12 103.3   btrfs-progs-devel.x86_64 0:4.9.1-1.el7                                        
14:39:48 #12 103.3   cmake.x86_64 0:2.8.12.2-2.el7                                                 
14:39:48 #12 103.3   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
14:39:48 #12 103.3   gcc.x86_64 0:4.8.5-44.el7                                                     
14:39:48 #12 103.3   git.x86_64 0:1.8.3.1-23.el7_8                                                 
14:39:48 #12 103.3   glibc-static.x86_64 0:2.17-325.el7_9                                          
14:39:48 #12 103.3   libarchive.x86_64 0:3.1.2-14.el7_7                                            
14:39:48 #12 103.3   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
14:39:48 #12 103.3   libselinux-devel.x86_64 0:2.5-15.el7                                          
14:39:48 #12 103.3   libtool.x86_64 0:2.4.2-22.el7_3                                               
14:39:48 #12 103.3   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
14:39:48 #12 103.3   make.x86_64 1:3.82-24.el7                                                     
14:39:48 #12 103.3   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
14:39:48 #12 103.3   systemd-devel.x86_64 0:219-78.el7_9.3                                         
14:39:48 #12 103.3   which.x86_64 0:2.20-7.el7                                                     
14:39:48 #12 103.3 
14:39:48 #12 103.3 Dependency Installed:
14:39:48 #12 103.3   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
14:39:48 #12 103.3   autoconf.noarch 0:2.69-11.el7                                                 
14:39:48 #12 103.3   automake.noarch 0:1.13.4-3.el7                                                
14:39:48 #12 103.3   btrfs-progs.x86_64 0:4.9.1-1.el7                                              
14:39:48 #12 103.3   checkpolicy.x86_64 0:2.5-8.el7                                                
14:39:48 #12 103.3   cpp.x86_64 0:4.8.5-44.el7                                                     
14:39:48 #12 103.3   e2fsprogs-libs.x86_64 0:1.42.9-19.el7                                         
14:39:48 #12 103.3   fipscheck.x86_64 0:1.4.1-6.el7                                                
14:39:48 #12 103.3   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
14:39:48 #12 103.3   glibc-devel.x86_64 0:2.17-325.el7_9                                           
14:39:48 #12 103.3   glibc-headers.x86_64 0:2.17-325.el7_9                                         
14:39:48 #12 103.3   kernel-headers.x86_64 0:3.10.0-1160.45.1.el7                                  
14:39:48 #12 103.3   less.x86_64 0:458-9.el7                                                       
14:39:48 #12 103.3   libcgroup.x86_64 0:0.41-21.el7                                                
14:39:48 #12 103.3   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
14:39:48 #12 103.3   libgomp.x86_64 0:4.8.5-44.el7                                                 
14:39:48 #12 103.3   libmpc.x86_64 0:1.0.1-3.el7                                                   
14:39:48 #12 103.3   libseccomp.x86_64 0:2.3.1-4.el7                                               
14:39:48 #12 103.3   libselinux-python.x86_64 0:2.5-15.el7                                         
14:39:48 #12 103.3   libselinux-utils.x86_64 0:2.5-15.el7                                          
14:39:48 #12 103.3   libsemanage-python.x86_64 0:2.5-14.el7                                        
14:39:48 #12 103.3   libsepol-devel.x86_64 0:2.5-10.el7                                            
14:39:48 #12 103.3   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
14:39:48 #12 103.3   lzo.x86_64 0:2.06-8.el7                                                       
14:39:48 #12 103.3   m4.x86_64 0:1.4.16-10.el7                                                     
14:39:48 #12 103.3   mpfr.x86_64 0:3.1.1-4.el7                                                     
14:39:48 #12 103.3   openssh.x86_64 0:7.4p1-21.el7                                                 
14:39:48 #12 103.3   openssh-clients.x86_64 0:7.4p1-21.el7                                         
14:39:48 #12 103.3   pcre-devel.x86_64 0:8.32-17.el7                                               
14:39:48 #12 103.3   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
14:39:48 #12 103.3   perl-Error.noarch 1:0.17020-2.el7                                             
14:39:48 #12 103.3   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
14:39:48 #12 103.3   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
14:39:48 #12 103.3   perl-Test-Harness.noarch 0:3.28-3.el7                                         
14:39:48 #12 103.3   policycoreutils.x86_64 0:2.5-34.el7                                           
14:39:48 #12 103.3   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
14:39:48 #12 103.3   policycoreutils-python.x86_64 0:2.5-34.el7                                    
14:39:48 #12 103.3   python-IPy.noarch 0:0.75-6.el7                                                
14:39:48 #12 103.3   rsync.x86_64 0:3.1.2-10.el7                                                   
14:39:48 #12 103.3   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
14:39:48 #12 103.3   setools-libs.x86_64 0:3.3.8-4.el7                                             
14:39:48 #12 103.3 
14:39:48 #12 103.3 Dependency Updated:
14:39:48 #12 103.3   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
14:39:48 #12 103.3   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
14:39:48 #12 103.3   glibc.x86_64 0:2.17-325.el7_9                                                 
14:39:48 #12 103.3   glibc-common.x86_64 0:2.17-325.el7_9                                          
14:39:48 #12 103.3   systemd.x86_64 0:219-78.el7_9.3                                               
14:39:48 #12 103.3   systemd-libs.x86_64 0:219-78.el7_9.3                                          
14:39:48 #12 103.3 
14:39:48 #12 103.3 Complete!
14:39:48 #25 23.93 + bin/ctr
14:39:49 #12 DONE 104.1s
14:39:49 
14:39:49 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
14:39:49 #14 sha256:e020e0d25eb2c4c06a7cc4c303f925b9787d3afd8f5529dec29f77dfad24f4b9
14:39:52 #14 DONE 3.4s
14:39:52 
14:39:52 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
14:39:52 #15 sha256:e3a19ee7908738da10a990b68d9d9525399352f3417a0c35b5e8847fe40127e4
14:39:52 #15 DONE 0.0s
14:39:52 
14:39:52 #16 exporting to image
14:39:52 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:39:52 #16 exporting layers
14:39:53 go: downloading github.com/pkg/errors v0.9.1
14:39:53 go: downloading github.com/sirupsen/logrus v1.8.1
14:39:53 go: downloading github.com/urfave/cli/v2 v2.3.0
14:39:53 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:39:54 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:39:54 go: downloading github.com/google/uuid v1.3.0
14:39:54 go: downloading github.com/moby/vpnkit v0.5.0
14:39:54 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:39:54 go: downloading github.com/gofrs/flock v0.8.1
14:39:54 go: downloading github.com/gorilla/mux v1.8.0
14:39:54 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:39:54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:39:54 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:39:55 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:39:56 #16 exporting layers 4.6s done
14:39:56 #16 writing image sha256:4d27e974409db72fef7ec215159fa7dece3532733fb5c0060305ae5c0c850f0d done
14:39:56 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
14:39:56 #16 DONE 4.6s
14:39:56 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli e57b5f7' --define '_gitcommit_engine 921658a' --define '_release 0' --define '_version 0.0.0.20211015144600.e57b5f7' --define '_origversion 0.0.0-20211015144600-e57b5f7' --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
14:39:57 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:39:58 #25 ...
14:39:58 
14:39:58 #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
14:39:58 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:39:58 #14 37.03 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
14:39:58 #14 37.04 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:39:58 #14 37.04 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:39:58 #14 40.18 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
14:39:58 #14 40.18 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
14:39:58 #14 40.19 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:39:58 #14 43.39 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
14:39:58 #14 43.39 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:39:58 #14 43.40 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:39:58 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.w8o27x
14:39:58 + umask 022
14:39:58 + cd /root/rpmbuild/BUILD
14:39:58 + cd /root/rpmbuild/BUILD
14:39:58 + rm -rf src
14:39:58 + /usr/bin/mkdir -p src
14:39:58 + cd src
14:39:58 + /usr/bin/tar -xf -
14:39:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:39:58 #14 ...
14:39:58 
14:39:58 #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
14:39:58 #28 sha256:3d7d8566f70679be8efd8c6514bcb01b76da19769566857f771a51d5e8990b28
14:39:58 #28 49.16 + for f in rootlesskit rootlesskit-docker-proxy
14:39:58 #28 49.16 + GOBIN=/build
14:39:58 #28 49.16 + GO111MODULE=on
14:39:58 #28 49.16 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
14:39:58 + STATUS=0
14:39:58 + '[' 0 -ne 0 ']'
14:39:58 + /usr/bin/tar -xf -
14:39:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:39:59 + STATUS=0
14:39:59 + '[' 0 -ne 0 ']'
14:39:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:39:59 + exit 0
14:39:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TOluM2
14:39:59 + umask 022
14:39:59 + cd /root/rpmbuild/BUILD
14:39:59 + cd src
14:39:59 + export DOCKER_GITCOMMIT=921658a
14:39:59 + DOCKER_GITCOMMIT=921658a
14:39:59 + mkdir -p /go/src/github.com/docker
14:39:59 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
14:39:59 + pushd /root/rpmbuild/BUILD/src/engine
14:39:59 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
14:39:59 + TMP_GOPATH=/go
14:39:59 + hack/dockerfile/install/install.sh tini
14:39:59 + RM_GOPATH=0
14:39:59 + TMP_GOPATH=/go
14:39:59 + : /usr/local/bin
14:39:59 + '[' -z /go ']'
14:39:59 + export GOPATH=/go
14:39:59 + GOPATH=/go
14:39:59 + case "$(go env GOARCH)" in
14:39:59 ++ go env GOARCH
14:39:59 + export GO_BUILDMODE=-buildmode=pie
14:39:59 + GO_BUILDMODE=-buildmode=pie
14:39:59 ++ dirname hack/dockerfile/install/install.sh
14:39:59 + dir=hack/dockerfile/install
14:39:59 + bin=tini
14:39:59 + shift
14:39:59 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
14:39:59 + . hack/dockerfile/install/tini.installer
14:39:59 ++ : v0.19.0
14:39:59 + install_tini
14:39:59 + echo 'Install tini version v0.19.0'
14:39:59 Install tini version v0.19.0
14:39:59 + git clone https://github.com/krallin/tini.git /go/tini
14:39:59 Cloning into '/go/tini'...
14:39:59 + cd /go/tini
14:39:59 + git checkout -q v0.19.0
14:39:59 + cmake .
14:39:59 -- The C compiler identification is GNU 4.8.5
14:39:59 -- Check for working C compiler: /usr/bin/cc
14:39:59 -- Check for working C compiler: /usr/bin/cc -- works
14:39:59 -- Detecting C compiler ABI info
14:39:59 -- Detecting C compiler ABI info - done
14:39:59 -- Performing Test HAS_BUILTIN_FORTIFY
14:40:00 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:40:00 -- Configuring done
14:40:00 -- Generating done
14:40:00 -- Build files have been written to: /go/tini
14:40:00 + make tini-static
14:40:00 Scanning dependencies of target tini-static
14:40:00 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:40:00 Linking C executable tini-static
14:40:00 [100%] Built target tini-static
14:40:00 + mkdir -p /usr/local/bin
14:40:00 + cp tini-static /usr/local/bin/docker-init
14:40:00 + VERSION=0.0.0-20211015144600-e57b5f7
14:40:00 + PRODUCT=docker
14:40:00 + hack/make.sh dynbinary
14:40:00 
14:40:00 Removing bundles/
14:40:00 
14:40:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
14:40:00 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:40:00 GOOS="" GOARCH="" GOARM=""
14:40:02 #28 53.42 rootlesskit version 0.14.4
14:40:02 + for f in rootlesskit rootlesskit-docker-proxy
14:40:02 + GOBIN=/usr/local/bin
14:40:02 + GO111MODULE=on
14:40:02 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
14:40:03 #28 53.42 Usage of /build/rootlesskit-docker-proxy:
14:40:03 #28 53.42   -container-ip string
14:40:03 #28 53.42     	container ip
14:40:03 #28 53.42   -container-port int
14:40:03 #28 53.42     	container port (default -1)
14:40:03 #28 53.42   -host-ip string
14:40:03 #28 53.42     	host ip
14:40:03 #28 53.42   -host-port int
14:40:03 #28 53.42     	host port (default -1)
14:40:03 #28 53.42   -proto string
14:40:03 #28 53.42     	proxy protocol (default "tcp")
14:40:04 #28 ...
14:40:04 
14:40:04 #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
14:40:04 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:40:04 #14 50.22 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
14:40:04 #14 50.22 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:40:04 #14 50.22 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:40:04 #14 52.62 Selecting previously unselected package g++-mingw-w64-x86-64.
14:40:04 #14 52.63 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
14:40:04 #14 52.64 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:40:04 #14 52.72 Selecting previously unselected package libapparmor1:amd64.
14:40:04 #14 52.72 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
14:40:04 #14 52.72 Unpacking libapparmor1:amd64 (2.13.6-10) ...
14:40:04 #14 52.79 Selecting previously unselected package libapparmor-dev:amd64.
14:40:04 #14 52.79 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
14:40:04 #14 52.80 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
14:40:04 #14 52.88 Selecting previously unselected package libbtrfs0:amd64.
14:40:04 #14 52.89 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
14:40:04 #14 52.89 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:40:04 #14 52.98 Selecting previously unselected package libbtrfs-dev:amd64.
14:40:04 #14 52.99 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
14:40:04 #14 53.00 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:40:04 #14 53.14 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:40:04 #14 53.14 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:40:04 #14 53.15 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:40:04 #14 53.18 Selecting previously unselected package libudev-dev:amd64.
14:40:04 #14 53.19 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
14:40:04 #14 53.19 Unpacking libudev-dev:amd64 (247.3-6) ...
14:40:04 #14 53.27 Selecting previously unselected package libsepol1-dev:amd64.
14:40:04 #14 53.28 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
14:40:04 #14 53.29 Unpacking libsepol1-dev:amd64 (3.1-1) ...
14:40:04 #14 53.50 Selecting previously unselected package libpcre2-16-0:amd64.
14:40:04 #14 53.50 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
14:40:04 #14 53.50 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
14:40:04 #14 53.60 Selecting previously unselected package libpcre2-32-0:amd64.
14:40:04 #14 53.60 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
14:40:04 #14 53.61 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
14:40:04 #14 54.14 Selecting previously unselected package libpcre2-posix2:amd64.
14:40:04 #14 54.15 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
14:40:04 #14 54.18 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
14:40:04 #14 54.58 Selecting previously unselected package libpcre2-dev:amd64.
14:40:04 #14 54.58 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
14:40:04 #14 54.59 Unpacking libpcre2-dev:amd64 (10.36-2) ...
14:40:04 #14 55.06 Selecting previously unselected package libselinux1-dev:amd64.
14:40:04 #14 55.07 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
14:40:04 #14 55.09 Unpacking libselinux1-dev:amd64 (3.1-3) ...
14:40:04 + return
14:40:04 # Build the CLI
14:40:04 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 GITCOMMIT=e57b5f7 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
14:40:04 Building dynamic docker-linux-amd64
14:40:04 + go build -o build/docker-linux-amd64 -tags  pkcs11 --ldflags     -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:37:57Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -buildmode=pie github.com/docker/cli/cmd/docker
14:40:04 #14 55.65 Selecting previously unselected package libdevmapper-dev:amd64.
14:40:05 #14 55.66 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
14:40:05 #14 55.68 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:40:05 #14 56.09 Selecting previously unselected package libseccomp-dev:amd64.
14:40:05 #14 56.09 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
14:40:05 #14 56.12 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
14:40:06 #14 56.57 Selecting previously unselected package libsystemd-dev:amd64.
14:40:06 #14 56.57 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
14:40:06 #14 56.72 Unpacking libsystemd-dev:amd64 (247.3-6) ...
14:40:07 #14 57.76 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
14:40:07 #14 57.83 Setting up libapparmor1:amd64 (2.13.6-10) ...
14:40:07 #14 58.15 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:40:07 
14:40:07 #14 ...
14:40:07 
14:40:07 #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
14:40:07 #28 sha256:3d7d8566f70679be8efd8c6514bcb01b76da19769566857f771a51d5e8990b28
14:40:07 #28 DONE 58.1s
14:40:07 
14:40:07 #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
14:40:07 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:40:07 #14 58.24 Setting up libsepol1-dev:amd64 (3.1-1) ...
14:40:07 #14 58.26 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:40:07 #14 58.27 Setting up libpcre2-16-0:amd64 (10.36-2) ...
14:40:07 #14 58.29 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:40:07 #14 58.30 Setting up libpcre2-32-0:amd64 (10.36-2) ...
14:40:07 #14 58.32 Setting up libudev-dev:amd64 (247.3-6) ...
14:40:07 #14 ...
14:40:07 
14:40:07 #29 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
14:40:07 #29 sha256:f35d41bbaeb1008c3357b54e082708eb5e7071aee387bec4bf78d3faa78170b8
14:40:07 #29 DONE 0.1s
14:40:07 
14:40:07 #30 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:40:07 #30 sha256:fc45bc22d4bcda610e88221b9bc3d24e623fd8fd0e87a1aab42c3b5f52a01064
14:40:07 #30 DONE 0.1s
14:40:07 
14:40:07 #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
14:40:07 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
14:40:07 #14 58.32 Setting up libudev-dev:amd64 (247.3-6) ...
14:40:07 #14 58.35 Setting up libpcre2-posix2:amd64 (10.36-2) ...
14:40:07 #14 58.36 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:40:07 #14 58.38 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:40:07 #14 58.40 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:40:07 #14 58.42 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
14:40:07 #14 58.43 Setting up mingw-w64-common (8.0.0-1) ...
14:40:07 #14 58.45 Setting up libsystemd-dev:amd64 (247.3-6) ...
14:40:07 #14 58.47 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
14:40:07 #14 58.48 Setting up libpcre2-dev:amd64 (10.36-2) ...
14:40:07 #14 58.50 Setting up libselinux1-dev:amd64 (3.1-3) ...
14:40:07 #14 58.52 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:40:07 #14 58.53 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:40:08 #14 58.55 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
14:40:08 #14 58.56 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:40:08 #14 58.57 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
14:40:08 #14 58.58 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
14:40:08 #14 58.60 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:40:08 #14 58.61 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
14:40:08 #14 58.61 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:40:08 #14 58.63 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:40:08 #14 58.65 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:40:08 #14 58.67 Setting up dmsetup (2:1.02.175-2.1) ...
14:40:08 #14 58.69 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:40:08 #14 58.70 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:40:08 #14 58.72 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:40:08 #14 DONE 59.1s
14:40:08 
14:40:08 #19 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
14:40:08 #19 sha256:0603e40f8fec64dd5b34efa2fadbb6b68b0bb65a2cb9f499455e74537e39431d
14:40:08 #19 DONE 0.1s
14:40:08 
14:40:08 #20 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
14:40:08 #20 sha256:0a541f8b89f45de39f26cd6da056415eaddbc8d6ae20b01383f58174113b11d9
14:40:08 #20 DONE 0.2s
14:40:08 
14:40:08 #21 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:40:08 #21 sha256:7c1039282e2b1ab57549ff2e25a79dca0673d8c7daf9a5ce71a7e4fb826ae704
14:40:10 #21 1.105 + RM_GOPATH=0
14:40:10 #21 1.105 + TMP_GOPATH=
14:40:10 #21 1.105 + : /build
14:40:10 #21 1.105 + '[' -z '' ']'
14:40:10 #21 1.105 ++ mktemp -d
14:40:10 #21 1.105 + export GOPATH=/tmp/tmp.QZCudALYgx
14:40:10 #21 1.105 + GOPATH=/tmp/tmp.QZCudALYgx
14:40:10 #21 1.105 + RM_GOPATH=1
14:40:10 #21 1.105 + case "$(go env GOARCH)" in
14:40:10 #21 1.107 ++ go env GOARCH
14:40:10 #21 1.127 Install runc version v1.0.2 (build tags: seccomp)
14:40:10 #21 1.127 + export GO_BUILDMODE=-buildmode=pie
14:40:10 #21 1.127 + GO_BUILDMODE=-buildmode=pie
14:40:10 #21 1.127 ++ dirname /install.sh
14:40:10 #21 1.127 + dir=/
14:40:10 #21 1.127 + bin=runc
14:40:10 #21 1.127 + shift
14:40:10 #21 1.127 + '[' '!' -f //runc.installer ']'
14:40:10 #21 1.127 + . //runc.installer
14:40:10 #21 1.127 ++ set -e
14:40:10 #21 1.127 ++ : v1.0.2
14:40:10 #21 1.127 + install_runc
14:40:10 #21 1.127 + RUNC_BUILDTAGS=seccomp
14:40:10 #21 1.127 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
14:40:10 #21 1.127 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.QZCudALYgx/src/github.com/opencontainers/runc
14:40:10 #21 1.127 Cloning into '/tmp/tmp.QZCudALYgx/src/github.com/opencontainers/runc'...
14:40:14 #21 5.600 + cd /tmp/tmp.QZCudALYgx/src/github.com/opencontainers/runc
14:40:14 #21 5.600 + git checkout -q v1.0.2
14:40:14 #21 5.823 + '[' -z '' ']'
14:40:14 #21 5.823 + target=static
14:40:14 #21 5.823 + make BUILDTAGS=seccomp static
14:40:14 #21 6.181 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 .
14:41:06 make[2]: Entering directory '/root/build-deb/cli'
14:41:06 scripts/docs/generate-man.sh
14:41:11 #21 61.06 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
14:41:11 #21 62.17 + mkdir -p /build
14:41:11 #21 62.17 + cp runc /build/runc
14:41:12 #21 DONE 63.1s
14:41:12 
14:41:12 #25 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:41:12 #25 sha256:eaed8f2a486b70a0aa471b747dc0f1217714324b8388773953e35c87a0d45aff
14:41:13 #25 ...
14:41:13 
14:41:13 #22 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
14:41:13 #22 sha256:b7ea72a612357190eccfd5728ebcdf6a8285425102082389f9be180b67a7ac46
14:41:13 #22 DONE 0.1s
14:41:13 
14:41:13 #25 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:41:13 #25 sha256:eaed8f2a486b70a0aa471b747dc0f1217714324b8388773953e35c87a0d45aff
14:41:15 #25 111.6 + bin/containerd
14:41:26 make[2]: Entering directory '/root/build-deb/cli'
14:41:26 scripts/docs/generate-man.sh
14:41:36 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:41:36 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:41:36 GOOS="" GOARCH="" GOARM=""
14:41:36 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:41:36 
14:41:36 ~/rpmbuild/BUILD/src
14:41:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4H7qUx
14:41:36 + popd
14:41:36 + exit 0
14:41:36 + umask 022
14:41:36 + cd /root/rpmbuild/BUILD
14:41:36 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64 '!=' / ']'
14:41:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:41:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:41:36 + mkdir -p /root/rpmbuild/BUILDROOT
14:41:36 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:41:36 + cd src
14:41:36 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
14:41:36 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/dockerd
14:41:36 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
14:41:36 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/docker-proxy
14:41:36 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/docker-init
14:41:36 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/lib/systemd/system/docker.service
14:41:36 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/lib/systemd/system/docker.socket
14:41:36 + /usr/lib/rpm/check-buildroot
14:41:36 + /usr/lib/rpm/redhat/brp-compress
14:41:36 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
14:41:36 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:41:36 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
14:41:36 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
14:41:36 + /usr/lib/rpm/redhat/brp-python-hardlink
14:41:36 + /usr/lib/rpm/redhat/brp-java-repack-jars
14:41:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.V1yDz3
14:41:36 + umask 022
14:41:36 + cd /root/rpmbuild/BUILD
14:41:36 + cd src
14:41:36 ++ engine/bundles/dynbinary-daemon/dockerd --version
14:41:36 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build 921658a'
14:41:36 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build 921658a' = 'Docker version 0.0.0-20211015144600-e57b5f7, build 921658a'
14:41:36 + echo 'PASS: daemon version OK'
14:41:36 PASS: daemon version OK
14:41:36 + exit 0
14:41:36 Processing files: docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:41:36 Provides: docker-ce = 3:0.0.0.20211015144600.e57b5f7-0.el7 docker-ce(x86-64) = 3:0.0.0.20211015144600.e57b5f7-0.el7
14:41:36 Requires(interp): /bin/sh /bin/sh /bin/sh
14:41:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:41:36 Requires(post): /bin/sh
14:41:36 Requires(preun): /bin/sh
14:41:36 Requires(postun): /bin/sh
14:41:36 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)
14:41:36 Conflicts: docker docker-io docker-engine-cs docker-ee
14:41:36 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
14:41:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:41:36 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.src.rpm
14:41:42 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64.rpm
14:41:42 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wz32L9
14:41:42 + umask 022
14:41:42 + cd /root/rpmbuild/BUILD
14:41:42 + cd src
14:41:42 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:41:42 + exit 0
14:41:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.h0iqG9
14:41:42 + umask 022
14:41:42 + cd /root/rpmbuild/BUILD
14:41:42 + cd /root/rpmbuild/BUILD
14:41:42 + rm -rf src
14:41:42 + /usr/bin/mkdir -p src
14:41:42 + cd src
14:41:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
14:41:42 + /usr/bin/tar -xf -
14:41:42 + STATUS=0
14:41:42 + '[' 0 -ne 0 ']'
14:41:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
14:41:42 + /usr/bin/tar -xf -
14:41:42 + STATUS=0
14:41:42 + '[' 0 -ne 0 ']'
14:41:42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:41:42 + exit 0
14:41:42 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.erg0gb
14:41:42 + umask 022
14:41:42 + cd /root/rpmbuild/BUILD
14:41:42 + cd src
14:41:42 + mkdir -p /go/src/github.com/docker
14:41:42 + rm -f /go/src/github.com/docker/cli
14:41:42 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
14:41:42 + pushd /go/src/github.com/docker/cli
14:41:42 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
14:41:42 + VERSION=0.0.0-20211015144600-e57b5f7
14:41:42 + GITCOMMIT=e57b5f7
14:41:42 + GO_LINKMODE=dynamic
14:41:42 + ./scripts/build/binary
14:41:42 Building dynamic docker-linux-amd64
14:41:42 + go build -o build/docker-linux-amd64 -tags ' pkcs11' --ldflags '    -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:41:42Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' -buildmode=pie github.com/docker/cli/cmd/docker
14:41:48 #25 143.8 # github.com/containerd/containerd/cmd/containerd
14:41:48 #25 143.8 /usr/bin/ld: /tmp/go-link-522511319/000019.o: in function `New':
14:41:48 #25 143.8 /tmp/tmp.UexyBC5PHc/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
14:41:48 #25 143.9 + bin/containerd-stress
14:41:49 #25 145.0 + bin/containerd-shim
14:41:56 #25 152.0 + bin/containerd-shim-runc-v1
14:42:01 #25 157.0 + bin/containerd-shim-runc-v2
14:42:01 #25 157.7 + binaries
14:42:01 #25 157.7 + install -D bin/containerd /build/containerd
14:42:01 #25 157.7 + install -D bin/containerd-shim /build/containerd-shim
14:42:01 #25 157.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:42:01 #25 157.7 + install -D bin/ctr /build/ctr
14:42:04 #25 DONE 159.9s
14:42:05 
14:42:05 #26 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
14:42:05 #26 sha256:4a9efe7d077e63ca6186cb4504ab61f3e04651072679149958f1266bcf26f6b9
14:42:06 #26 DONE 1.0s
14:42:06 
14:42:06 #31 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
14:42:06 #31 sha256:f883dc7357f7fb8e9ed15306f2541a4578eed6a094c81456756585b2e38a4c2a
14:42:06 #31 DONE 0.2s
14:42:06 
14:42:06 #36 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
14:42:06 #36 sha256:21528f09d10bb2c7403de9a215042e9446bbb86095beb52b983e1d6b27a0df07
14:42:08 #36 DONE 1.0s
14:42:08 
14:42:08 #37 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
14:42:08 #37 sha256:fb9418ec63ca77130eb1395e11f555bd2a3420b5ce4915d23ffd74fbdb9c99aa
14:42:08 #37 DONE 0.0s
14:42:08 
14:42:08 #38 [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
14:42:08 #38 sha256:7b62b3d012af670f0affb9b74a51d022f97ece0ad602db825cf908a480219149
14:42:08 #38 0.698 
14:42:08 #38 0.848 Removing /build/bundles/
14:42:08 #38 0.850 
14:42:08 #38 0.859 ---> Making bundle: binary (in /build/bundles/binary)
14:42:08 #38 0.966 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:42:08 #38 0.966 GOOS="" GOARCH="" GOARM=""
14:42:14 Project root: /go/src/github.com/docker/cli
14:42:14 Generating man pages into /go/src/github.com/docker/cli/man/man1
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
14:42:14 2021/10/18 14:42:08 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
14:42:14 make[2]: Leaving directory '/root/build-deb/cli'
14:42:14 # Build the scan-plugin
14:42:14 # TODO change once we support scan-plugin on other architectures
14:42:14 if [ "armhf" = "amd64" ]; then \
14:42:14 	cd /go/src/github.com/docker/scan-cli-plugin \
14:42:14 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
14:42:14 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
14:42:14 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
14:42:14 fi
14:42:14 # Build the CLI plugins
14:42:14 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
14:42:14 set -e;cd /sources && \
14:42:14 	tar xzf plugin-installers.tgz; \
14:42:14 	for installer in plugins/*.installer; do \
14:42:14 		LDFLAGS='' bash ${installer} build; \
14:42:14 	done
14:42:14 Cloning into '/go/src/github.com/docker/buildx'...
14:42:14 Fetching origin
14:42:14 + GO111MODULE=on
14:42:14 + 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
14:42:36 Project root: /go/src/github.com/docker/cli
14:42:36 Generating man pages into /go/src/github.com/docker/cli/man/man1
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
14:42:36 2021/10/18 14:42:33 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
14:42:36 make[2]: Leaving directory '/root/build-deb/cli'
14:42:36 # Build the scan-plugin
14:42:36 # TODO change once we support scan-plugin on other architectures
14:42:36 if [ "amd64" = "amd64" ]; then \
14:42:36 	cd /go/src/github.com/docker/scan-cli-plugin \
14:42:36 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
14:42:36 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
14:42:36 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
14:42:36 fi
14:42:36 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
14:42:36 GO111MODULE=on make -f builder.Makefile build
14:42:36 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
14:42:36 mkdir -p bin
14:42: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
14:43:03 + DISABLE_WARN_OUTSIDE_CONTAINER=1
14:43:03 + make manpages
14:43:03 scripts/docs/generate-man.sh
14:43:31 #38 73.55 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:43:31 #38 74.04 Copying nested executables into /build/bundles/binary-daemon
14:43:31 #38 75.27 Building: /build/bundles/binary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:43:31 #38 75.27 GOOS="" GOARCH="" GOARM=""
14:43:31 #38 75.51 Created binary: /build/bundles/binary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:43:31 #38 75.53 
14:43:31 #38 DONE 78.7s
14:43:31 
14:43:31 #39 [binary 1/1] COPY --from=build-binary /build/bundles/ /
14:43:31 #39 sha256:064ef9e5905f5dd0794031631ca10555180da7557d499f0381391964976878d2
14:43:31 #39 DONE 2.7s
14:43:31 
14:43:31 #40 exporting to client
14:43:31 #40 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
14:43:31 #40 copying files 16.23MB 0.1s
14:43:31 #40 copying files 206.95MB 1.1s done
14:43:31 #40 DONE 1.1s
14:43:31 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker'
14:43:31 mkdir -p build/linux/docker
14:43:31 cp /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli/build/docker build/linux/docker/
14:43:31 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
14:43:31 	cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
14:43:31 done
14:43:31 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20211015144600-e57b5f7.tgz docker
14:43:36 make[1]: Leaving directory '/root/build-deb'
14:43:36    debian/rules override_dh_auto_test
14:43:36 make[1]: Entering directory '/root/build-deb'
14:43:36 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
14:43:36 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build 921658a" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
14:43:36 PASS: daemon version OK
14:43:36 ver="$(cli/build/docker --version)"; \
14:43:36 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
14:43:36 PASS: cli version OK
14:43:36 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
14:43:36 # TODO change once we support scan-plugin on other architectures
14:43:36 if [ "armhf" = "amd64" ]; then \
14:43:36 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
14:43:36 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
14:43:36 fi
14:43:36 make[1]: Leaving directory '/root/build-deb'
14:43:36    create-stamp debian/debhelper-build-stamp
14:43:36  debian/rules binary
14:43:36 dh binary --with=bash-completion
14:43:36    dh_testroot
14:43:36    dh_prep
14:43:36    debian/rules override_dh_auto_install
14:43:36 make[1]: Entering directory '/root/build-deb'
14:43:36 # docker-ce-cli install
14:43:36 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
14:43:36 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
14:43:36 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
14:43:36 set -e;cd /sources && \
14:43:36 	tar xzf plugin-installers.tgz; \
14:43:36 	for installer in plugins/*.installer; do \
14:43:36 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
14:43:36 		PREFIX=/usr/libexec/docker/cli-plugins \
14:43:36 			bash ${installer} install_plugin; \
14:43:36 	done
14:43:36 # docker-ce install
14:43:36 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
14:43:36 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
14:43:36 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/dockerd
14:43:36 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/docker-proxy
14:43:36 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
14:43:36 # docker-scan-plugin install
14:43:36 # TODO change once we support scan-plugin on other architectures
14:43:36 if [ "armhf" = "amd64" ]; then \
14:43:36 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
14:43:36 fi
14:43:36 # docker-ce-rootless-extras install
14:43:36 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
14:43:36 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
14:43:36 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
14:43:36 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
14:43:36 # TODO: how can we install vpnkit?
14:43:36 make[1]: Leaving directory '/root/build-deb'
14:43:36    debian/rules override_dh_install
14:43:36 make[1]: Entering directory '/root/build-deb'
14:43:36 dh_install
14:43:36 # TODO Can we do this from within our container?
14:43:36 dh_apparmor --profile-name=docker-ce -pdocker-ce
14:43:36 make[1]: Leaving directory '/root/build-deb'
14:43:36    dh_installdocs
14:43:36    dh_installchangelogs
14:43:36    dh_installman
14:43:36    dh_bash-completion
14:43:36    dh_systemd_enable
14:43:36    debian/rules override_dh_installinit
14:43:36 make[1]: Entering directory '/root/build-deb'
14:43:36 # use "docker" as our service name, not "docker-ce"
14:43:36 dh_installinit --name=docker
14:43:36 make[1]: Leaving directory '/root/build-deb'
14:43:36    dh_systemd_start
14:43:36    dh_perl
14:43:36    dh_link
14:43:36    dh_strip_nondeterminism
14:43:36    dh_compress
14:43:36    dh_fixperms
14:43:36    dh_missing
14:43:36    debian/rules override_dh_strip
14:43:36 make[1]: Entering directory '/root/build-deb'
14:43:36 # Go has lots of problems with stripping, so just don't
14:43:36 make[1]: Leaving directory '/root/build-deb'
14:43:36    dh_makeshlibs
14:43:36    debian/rules override_dh_shlibdeps
14:43:36 make[1]: Entering directory '/root/build-deb'
14:43:36 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
14:43:36 make[1]: Leaving directory '/root/build-deb'
14:43:36    dh_installdeb
14:43:36    debian/rules override_dh_gencontrol
14:43:36 make[1]: Entering directory '/root/build-deb'
14:43:36 # Use separate version for the scan-plugin package, then generate the other control files as usual
14:43:36 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
14:43:36 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
14:43:36 if [ "armhf" = "amd64" ]; then \
14:43:36 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
14:43:36 fi
14:43:36 dh_gencontrol --remaining-packages
14:43:36 make[1]: Leaving directory '/root/build-deb'
14:43:36    dh_md5sums
14:43:36    dh_builddeb
14:43:36 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'.
14:43:36 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'.
14:43:44 # extra binaries for running rootless
14:43:44 mkdir -p build/linux/docker-rootless-extras
14:43:44 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
14:43:44 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
14:43:44 		cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \
14:43:44 	fi \
14:43:44 done
14:43:44 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20211015144600-e57b5f7.tgz docker-rootless-extras
14:43:44 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
14:43:44 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
14:43:44 go: downloading github.com/spf13/cobra v1.0.0
14:43:44 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
14:43:44 go: downloading github.com/docker/distribution v2.7.1+incompatible
14:43:44 go: downloading github.com/docker/go-connections v0.4.0
14:43:44 go: downloading github.com/sirupsen/logrus v1.4.2
14:43:44 go: downloading github.com/spf13/pflag v1.0.3
14:43:44 go: downloading github.com/theupdateframework/notary v0.6.1
14:43:44 go: downloading github.com/opencontainers/image-spec v1.0.1
14:43:44 go: downloading github.com/docker/go-units v0.4.0
14:43:44 go: downloading github.com/Masterminds/semver/v3 v3.1.0
14:43:44 go: downloading github.com/google/uuid v1.1.1
14:43:44 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:43:44 go: downloading github.com/opencontainers/go-digest v1.0.0
14:43:44 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
14:43:44 go: downloading github.com/docker/go v1.5.1-1
14:43:44 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
14:43:44 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
14:43:44 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
14:43:44 go: downloading github.com/morikuni/aec v1.0.0
14:43:44 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
14:43:45 go: downloading github.com/containerd/containerd v1.3.4
14:43:45 go: downloading google.golang.org/grpc v1.23.1
14:43:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
14:43:45 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
14:43:45 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
14:43:45 hopeful_wescoff
14:43:45 mkdir -p build/mac/amd64/docker
14:43:45 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
14:43:45 Unable to find image 'golang:1.16.9' locally
14:43:46 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
14:43:46 1.16.9: Pulling from library/golang
14:43:46 bb7d5a84853b: Already exists
14:43:46 f02b617c6a8c: Already exists
14:43:46 d32e17419b7e: Already exists
14:43:46 c9d2d81226a4: Already exists
14:43:46 7bd370e02e50: Already exists
14:43:46 5cdf2d652a4d: Already exists
14:43:46 go: downloading github.com/docker/docker-credential-helpers v0.6.3
14:43:46 4573d57ef426: Already exists
14:43:46 Digest: sha256:c8b7bf9166093208456120876e51e9cb387b0523bddb9d8c0b33ff621347e26f
14:43:46 Status: Downloaded newer image for golang:1.16.9
14:43:46 go: downloading github.com/gorilla/mux v1.7.4
14:43:46 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
14:43:46 go: downloading github.com/gogo/protobuf v1.3.1
14:43:47 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:43:47 go: downloading github.com/golang/protobuf v1.3.2
14:43:47 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
14:43:48 Cloning into '/go/src/github.com/docker/buildx'...
14:43:48 go: downloading github.com/docker/go-metrics v0.0.1
14:43:48 go: downloading github.com/prometheus/client_golang v1.1.0
14:43:48 go: downloading github.com/beorn7/perks v1.0.1
14:43:48 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
14:43:48 go: downloading github.com/prometheus/common v0.6.0
14:43:48 go: downloading github.com/prometheus/procfs v0.0.3
14:43:49 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
14:43:51 Fetching origin
14:43:51 + GO111MODULE=on
14:43:51 + 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
14:43:54 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'.
14:44:11 Project root: /go/src/github.com/docker/cli
14:44:11 Generating man pages into /go/src/github.com/docker/cli/man/man1
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
14:44:11 2021/10/18 14:44:07 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
14:44:11 ~/rpmbuild/BUILD/src
14:44:11 + popd
14:44:11 + pushd /root/rpmbuild/BUILD/src/plugins
14:44:11 + for installer in '*.installer'
14:44:11 + '[' buildx.installer '!=' scan.installer ']'
14:44:11 + bash buildx.installer build
14:44:11 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
14:44:11 Cloning into '/go/src/github.com/docker/buildx'...
14:44:11 Fetching origin
14:44:11 + GO111MODULE=on
14:44:11 + 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
14:44:21 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
14:44:21 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
14:44:21 # Build the CLI plugins
14:44:21 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
14:44:21 set -e;cd /sources && \
14:44:21 	tar xzf plugin-installers.tgz; \
14:44:21 	for installer in plugins/*.installer; do \
14:44:21 		LDFLAGS='' bash ${installer} build; \
14:44:21 	done
14:44:21 Cloning into '/go/src/github.com/docker/buildx'...
14:44:21 Fetching origin
14:44:21 + GO111MODULE=on
14:44:21 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
14:44:26  dpkg-genbuildinfo
14:44:26  dpkg-genchanges  >../docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes
14:44:26 dpkg-genchanges: info: including full source code in upload
14:44:26  dpkg-source -I.git --after-build .
14:44:26 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:44:26 + destination=/build
14:44:26 + mkdir -p /build
14:44:26 + mv -v /root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.buildinfo /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb /build
14:44:26 copied '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
14:44:26 removed '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
14:44:26 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
14:44:26 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
14:44:26 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc'
14:44:26 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc'
14:44:26 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz'
14:44:26 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz'
14:44:26 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.buildinfo'
14:44:26 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.buildinfo'
14:44:26 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes'
14:44:26 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes'
14:44:26 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
14:44:26 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
14:44:26 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
14:44:26 == Building packages for raspbian-bullseye ==
14:44:26 mkdir -p "debbuild/raspbian-bullseye"
14:44:26 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
14:44:26 #1 [internal] load build definition from Dockerfile
14:44:26 #1 sha256:1f0dd73466c24fb039b016289d09a92989b9689663e0bb55ce917b95153c9fb7
14:44:26 #1 transferring dockerfile: 937B done
14:44:26 #1 DONE 0.0s
14:44:26 
14:44:26 #2 [internal] load .dockerignore
14:44:26 #2 sha256:a96e62e34349240ddd6da1415deba747197bde5be34850377311fe9240362b49
14:44:26 #2 transferring context: 2B done
14:44:26 #2 DONE 0.0s
14:44:27 
14:44:27 #5 [auth] library/golang:pull token for registry-1.docker.io
14:44:27 #5 sha256:e37c22a7e8a372d78b0c2cc75cd8d6de4fed6a8074c5f2e46d0c754034355a25
14:44:27 #5 DONE 0.0s
14:44:27 
14:44:27 #6 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
14:44:27 #6 sha256:fc9e38744d033a52f6e4e0f356ff12805aeb8679a3193a92a0a030fc9e03ce21
14:44:27 #6 DONE 0.0s
14:44:27 
14:44:27 #4 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
14:44:27 #4 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
14:44:27 #4 ...
14:44:27 
14:44:27 #3 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:44:27 #3 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
14:44:27 #3 DONE 0.2s
14:44:27 
14:44:27 #4 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
14:44:27 #4 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
14:44:27 #4 DONE 0.3s
14:44:27 
14:44:27 #9 [internal] load build context
14:44:27 #9 sha256:3bfca218d0a08e42408e14d2c01fecc98f13db33cc58fdd9ea9e5406d91c4a58
14:44:27 #9 transferring context: 756B done
14:44:27 #9 DONE 0.0s
14:44:27 
14:44:27 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:44:27 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
14:44:27 #13 CACHED
14:44:27 
14:44:27 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2
14:44:27 #7 sha256:35badf4094a38ed7b0e61a1c3d08b667875bcde437bac327e42dff9359cdc59c
14:44:27 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2 done
14:44:27 #7 sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2 1.99kB / 1.99kB done
14:44:27 #7 sha256:2a5dd26c9b9e9568cc5fded626fb0bebb9302ac4df67c98d07e78e4e6ec4ab84 5.00kB / 5.00kB done
14:44:27 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 2.10MB / 41.59MB 0.2s
14:44:27 #7 sha256:508b532f0d5d1f328b989d7d06444052435f8b5a4fb4adadd1b4b87217d356a1 256B / 256B 0.1s done
14:44:27 #7 sha256:d6956781cbe1421752ea587a3f492ea4bfe92a69db8e8558371629d9d98b9224 305B / 305B 0.1s done
14:44:27 #7 sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff 911B / 911B 0.2s done
14:44:27 #7 sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca 0B / 414B 0.2s
14:44:27 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 0B / 13.88MB 0.2s
14:44:27 #7 sha256:046f94b74af6ab72dbe6aa7888afed43022fcbdea2c7204be977ad0cd964ee5c 178B / 178B 0.2s done
14:44:27 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 4.19MB / 41.59MB 0.3s
14:44:27 #7 sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca 414B / 414B 0.2s done
14:44:27 #7 sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 0B / 123.05kB 0.3s
14:44:27 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 6.29MB / 41.59MB 0.4s
14:44:27 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 1.05MB / 13.88MB 0.4s
14:44:27 #7 sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 123.05kB / 123.05kB 0.3s done
14:44:27 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 9.44MB / 41.59MB 0.6s
14:44:27 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 4.19MB / 13.88MB 0.6s
14:44:28 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 5.24MB / 13.88MB 0.7s
14:44:28 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 15.73MB / 41.59MB 0.9s
14:44:28 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 10.49MB / 13.88MB 0.9s
14:44:28 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 18.46MB / 41.59MB 1.0s
14:44:28 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 13.63MB / 13.88MB 1.0s
14:44:28 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 20.97MB / 41.59MB 1.1s
14:44:28 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 13.88MB / 13.88MB 1.0s done
14:44:28 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 27.26MB / 41.59MB 1.3s
14:44:28 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 30.41MB / 41.59MB 1.4s
14:44:28 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 36.70MB / 41.59MB 1.6s
14:44:29 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 39.85MB / 41.59MB 1.7s
14:44:29 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 41.59MB / 41.59MB 2.1s done
14:44:29 #7 extracting sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2
14:44:32 #7 extracting sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 2.5s done
14:44:32 #7 extracting sha256:d6956781cbe1421752ea587a3f492ea4bfe92a69db8e8558371629d9d98b9224 done
14:44:32 #7 extracting sha256:508b532f0d5d1f328b989d7d06444052435f8b5a4fb4adadd1b4b87217d356a1
14:44:32 #7 extracting sha256:508b532f0d5d1f328b989d7d06444052435f8b5a4fb4adadd1b4b87217d356a1 done
14:44:32 #7 extracting sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff done
14:44:32 #7 extracting sha256:046f94b74af6ab72dbe6aa7888afed43022fcbdea2c7204be977ad0cd964ee5c
14:44:32 #7 extracting sha256:046f94b74af6ab72dbe6aa7888afed43022fcbdea2c7204be977ad0cd964ee5c done
14:44:32 #7 extracting sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca done
14:44:32 #7 extracting sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 0.1s
14:44:32 #7 extracting sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 0.4s done
14:44:33 #7 extracting sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 0.0s done
14:44:33 #7 DONE 6.0s
14:44:33 
14:44:33 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
14:44:33 #8 sha256:5bd5fd1daf75a2155ed43e380284f5702d7128a36778f57c3488e5028bd0f3f1
14:44:34 #8 0.984 Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.5 kB]
14:44:34 #8 1.077 Get:2 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
14:44:34 #8 1.224 Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [175 kB]
14:44:34 #8 1.337 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.2 MB]
14:44:36 #8 3.060 Get:5 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
14:44:36 #8 3.061 Get:6 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
14:44:36 #8 3.062 Get:7 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.2 kB]
14:44:36 #8 3.063 Get:8 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
14:44:37 #8 3.743 Fetched 18.7 MB in 3s (5817 kB/s)
14:44:38 #8 3.743 Reading package lists...
14:44:38 #8 5.074 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?)
14:44:39 #8 5.088 Reading package lists...
14:44:40 #8 6.426 Building dependency tree...
14:44:40 #8 6.589 Reading state information...
14:44:40 #8 6.892 curl is already the newest version (7.74.0-1.3).
14:44:40 #8 6.892 The following additional packages will be installed:
14:44:40 #8 6.892   autoconf automake autopoint autotools-dev binutils
14:44:40 #8 6.892   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
14:44:40 #8 6.892   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
14:44:40 #8 6.892   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
14:44:40 #8 6.892   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
14:44:40 #8 6.892   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
14:44:40 #8 6.892   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdebhelper-perl
14:44:40 #8 6.892   libdevel-callchecker-perl libdpkg-perl libdynaloader-functions-perl libelf1
14:44:40 #8 6.892   libencode-locale-perl liberror-perl libexpat1 libfakeroot
14:44:40 #8 6.892   libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
14:44:40 #8 6.892   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
14:44:40 #8 6.892   libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 libhtml-parser-perl
14:44:40 #8 6.892   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
14:44:40 #8 6.892   libhttp-message-perl libhttp-negotiate-perl libicu67 libimport-into-perl
14:44:40 #8 6.893   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
14:44:40 #8 6.893   libisl23 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
14:44:40 #8 6.893   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
14:44:40 #8 6.893   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
14:44:40 #8 6.893   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
14:44:40 #8 6.893   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
14:44:40 #8 6.893   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
14:44:40 #8 6.893   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
14:44:40 #8 6.893   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
14:44:40 #8 6.893   media-types patch patchutils perl perl-base perl-modules-5.32
14:44:40 #8 6.893   perl-openssl-defaults po-debconf python3 python3-minimal python3.9
14:44:40 #8 6.893   python3.9-minimal sensible-utils wdiff xz-utils
14:44:40 #8 6.895 Suggested packages:
14:44:40 #8 6.895   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
14:44:40 #8 6.895   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
14:44:40 #8 6.895   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
14:44:40 #8 6.895   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
14:44:40 #8 6.895   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
14:44:40 #8 6.895   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
14:44:40 #8 6.895   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
14:44:40 #8 6.896   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
14:44:40 #8 6.896   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
14:44:40 #8 6.896   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
14:44:40 #8 6.896   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
14:44:40 #8 6.896   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
14:44:40 #8 6.896   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
14:44:40 #8 6.896   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
14:44:40 #8 6.896   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
14:44:40 #8 6.896   diffutils-doc perl-doc libterm-readline-gnu-perl
14:44:40 #8 6.896   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
14:44:40 #8 6.896   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
14:44:40 #8 6.896   binfmt-support wdiff-doc
14:44:40 #8 6.896 Recommended packages:
14:44:40 #8 6.896   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
14:44:40 #8 6.896   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
14:44:40 #8 6.896   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
14:44:40 #8 6.896   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
14:44:40 #8 6.896   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
14:44:40 #8 6.896   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
14:44:40 #8 6.896   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
14:44:40 #8 6.896   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
14:44:40 #8 6.896   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
14:44:40 #8 6.896   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
14:44:42 #8 8.707 The following NEW packages will be installed:
14:44:42 #8 8.707   autoconf automake autopoint autotools-dev binutils
14:44:42 #8 8.707   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
14:44:42 #8 8.707   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
14:44:42 #8 8.707   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
14:44:42 #8 8.707   intltool-debian libarchive-zip-perl libasan6 libatomic1
14:44:42 #8 8.707   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
14:44:42 #8 8.707   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
14:44:42 #8 8.707   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
14:44:42 #8 8.707   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
14:44:42 #8 8.707   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
14:44:42 #8 8.707   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
14:44:42 #8 8.707   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
14:44:42 #8 8.707   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
14:44:42 #8 8.707   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
14:44:42 #8 8.707   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
14:44:42 #8 8.707   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
14:44:42 #8 8.707   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
14:44:42 #8 8.708   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
14:44:42 #8 8.708   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
14:44:42 #8 8.708   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
14:44:42 #8 8.708   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
14:44:42 #8 8.708   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
14:44:42 #8 8.708   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
14:44:42 #8 8.708   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
14:44:42 #8 8.708   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
14:44:42 #8 8.708   po-debconf python3 python3-minimal python3.9 python3.9-minimal
14:44:42 #8 8.709   sensible-utils wdiff xz-utils
14:44:42 #8 8.709 The following packages will be upgraded:
14:44:42 #8 8.710   libc6 perl-base
14:44:42 #8 9.205 2 upgraded, 126 newly installed, 0 to remove and 14 not upgraded.
14:44:42 #8 9.205 Need to get 80.9 MB of archives.
14:44:42 #8 9.205 After this operation, 300 MB of additional disk space will be used.
14:44:42 #8 9.205 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf perl-base armhf 5.32.1-4+deb11u2 [1433 kB]
14:44:42 #8 9.246 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1 [2297 kB]
14:44:43 #8 9.953 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8 [137 kB]
14:44:43 #8 9.955 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
14:44:43 #8 9.955 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
14:44:43 #8 9.962 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
14:44:43 #8 9.963 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
14:44:43 #8 9.966 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
14:44:43 #8 10.07 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
14:44:43 #8 10.28 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
14:44:43 #8 10.28 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
14:44:43 #8 10.50 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
14:44:43 #8 10.50 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
14:44:43 #8 10.59 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2 [73.4 kB]
14:44:43 #8 10.60 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
14:44:44 #8 10.70 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
14:44:44 #8 10.70 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
14:44:44 #8 10.70 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
14:44:44 #8 10.70 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
14:44:44 #8 10.81 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
14:44:44 #8 10.82 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
14:44:44 #8 10.82 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
14:44:44 #8 10.82 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
14:44:44 #8 10.82 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
14:44:44 #8 10.82 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
14:44:44 #8 10.91 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
14:44:44 #8 10.91 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
14:44:44 #8 10.91 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
14:44:44 #8 10.92 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2 [215 kB]
14:44:44 #8 11.03 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
14:44:44 #8 11.03 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
14:44:44 #8 11.03 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
14:44:44 #8 11.03 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
14:44:44 #8 11.03 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
14:44:44 #8 11.04 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
14:44:44 #8 11.14 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
14:44:44 #8 11.15 Get:37 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1 [266 kB]
14:44:44 #8 11.35 Get:38 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20211007-2 [1012 kB]
14:44:44 #8 11.35 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
14:44:44 #8 11.36 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
14:44:44 #8 11.36 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
14:44:44 #8 11.36 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
14:44:44 #8 11.56 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
14:44:44 #8 11.56 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
14:44:44 #8 11.57 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
14:44:44 #8 11.67 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
14:44:45 #8 11.67 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
14:44:45 #8 12.04 Get:48 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1 [1813 kB]
14:44:45 #8 12.10 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
14:44:45 #8 12.10 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
14:44:45 #8 12.11 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
14:44:45 #8 12.11 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
14:44:45 #8 12.11 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
14:44:45 #8 12.11 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
14:44:45 #8 12.21 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
14:44:45 #8 12.31 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
14:44:45 #8 12.32 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
14:44:46 #8 13.28 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
14:44:46 #8 13.28 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
14:44:46 #8 13.28 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [173 kB]
14:44:46 #8 13.28 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
14:44:46 #8 13.29 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
14:44:46 #8 13.29 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
14:44:46 #8 13.29 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
14:44:46 #8 13.29 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
14:44:46 #8 13.29 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
14:44:46 #8 13.39 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
14:44:46 #8 13.50 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.9+rpi1 [1538 kB]
14:44:46 #8 13.51 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
14:44:46 #8 13.60 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
14:44:47 #8 13.61 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.9+rpi1 [2152 kB]
14:44:47 #8 13.72 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
14:44:47 #8 13.72 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
14:44:47 #8 13.72 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
14:44:47 #8 14.36 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7 [580 kB]
14:44:47 #8 14.36 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
14:44:47 #8 14.46 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
14:44:47 #8 14.46 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
14:44:47 #8 14.46 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
14:44:47 #8 14.56 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
14:44:47 #8 14.56 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
14:44:47 #8 14.56 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
14:44:47 #8 14.56 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
14:44:47 #8 14.56 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
14:44:47 #8 14.57 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
14:44:47 #8 14.57 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
14:44:47 #8 14.57 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
14:44:47 #8 14.57 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
14:44:47 #8 14.68 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
14:44:48 #8 14.68 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
14:44:48 #8 14.68 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
14:44:48 #8 14.68 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
14:44:48 #8 14.68 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
14:44:48 #8 14.78 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
14:44:48 #8 14.78 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
14:44:48 #8 14.78 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
14:44:48 #8 14.78 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
14:44:48 #8 14.79 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
14:44:48 #8 14.89 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
14:44:48 #8 14.89 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
14:44:48 #8 14.89 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
14:44:48 #8 14.89 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
14:44:48 #8 14.99 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
14:44:48 #8 15.00 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
14:44:48 #8 15.16 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
14:44:49 #8 15.48 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
14:44:49 #8 15.57 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
14:44:49 #8 15.57 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
14:44:49 #8 15.57 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
14:44:49 #8 15.57 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
14:44:49 #8 15.65 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
14:44:49 #8 15.65 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
14:44:49 #8 15.65 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
14:44:49 #8 15.65 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
14:44:49 #8 15.73 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
14:44:49 #8 15.73 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
14:44:49 #8 15.78 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
14:44:49 #8 15.78 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
14:44:49 #8 15.78 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
14:44:49 #8 15.78 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
14:44:49 #8 15.78 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
14:44:49 #8 15.78 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
14:44:49 #8 15.78 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
14:44:49 #8 15.87 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
14:44:49 #8 15.87 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3 [301 kB]
14:44:49 #8 15.94 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
14:44:49 #8 15.96 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
14:44:49 #8 16.04 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1 [4724 kB]
14:44:50 #8 16.61 debconf: delaying package configuration, since apt-utils is not installed
14:44:50 #8 16.64 Fetched 80.9 MB in 8s (10.6 MB/s)
14:44:50 #8 16.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 ... 7757 files and directories currently installed.)
14:44:50 #8 16.68 Preparing to unpack .../perl-base_5.32.1-4+deb11u2_armhf.deb ...
14:44:50 #8 16.70 Unpacking perl-base (5.32.1-4+deb11u2) over (5.32.1-4+deb11u1) ...
14:44:51 #8 18.55 Setting up perl-base (5.32.1-4+deb11u2) ...
14:44:51 #8 18.60 Selecting previously unselected package bsdextrautils.
14:44:51 #8 18.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7757 files and directories currently installed.)
14:44:51 #8 18.60 Preparing to unpack .../bsdextrautils_2.36.1-8_armhf.deb ...
14:44:51 #8 18.61 Unpacking bsdextrautils (2.36.1-8) ...
14:44:51 #8 18.67 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1_armhf.deb ...
14:44:52 #8 18.79 Unpacking libc6:armhf (2.31-13+rpt2+rpi1) over (2.31-13+rpi1) ...
14:44:53 #8 19.82 Setting up libc6:armhf (2.31-13+rpt2+rpi1) ...
14:44:54 #8 20.97 Selecting previously unselected package libuchardet0:armhf.
14:44:54 #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 ... 7788 files and directories currently installed.)
14:44:54 #8 20.98 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
14:44:54 #8 20.99 Unpacking libuchardet0:armhf (0.0.7-1) ...
14:44:54 #8 21.02 Selecting previously unselected package groff-base.
14:44:54 #8 21.02 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
14:44:54 #8 21.03 Unpacking groff-base (1.22.4-6) ...
14:44:54 #8 21.13 Selecting previously unselected package libgdbm6:armhf.
14:44:54 #8 21.13 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
14:44:54 #8 21.13 Unpacking libgdbm6:armhf (1.19-2) ...
14:44:54 #8 21.18 Selecting previously unselected package libpipeline1:armhf.
14:44:54 #8 21.18 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
14:44:54 #8 21.18 Unpacking libpipeline1:armhf (1.5.3-1) ...
14:44:54 #8 21.23 Selecting previously unselected package man-db.
14:44:54 #8 21.23 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
14:44:54 #8 21.24 Unpacking man-db (2.9.4-2) ...
14:44:54 #8 21.34 Selecting previously unselected package perl-modules-5.32.
14:44:54 #8 21.35 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
14:44:54 #8 21.35 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
14:44:55 #8 21.71 Selecting previously unselected package libgdbm-compat4:armhf.
14:44:55 #8 21.71 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
14:44:55 #8 21.72 Unpacking libgdbm-compat4:armhf (1.19-2) ...
14:44:55 #8 21.76 Selecting previously unselected package libperl5.32:armhf.
14:44:55 #8 21.76 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
14:44:55 #8 21.76 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
14:44:55 #8 22.16 Selecting previously unselected package perl.
14:44:55 #8 22.16 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
14:44:55 #8 22.18 Unpacking perl (5.32.1-4+deb11u2) ...
14:44:55 #8 22.24 Selecting previously unselected package libpython3.9-minimal:armhf.
14:44:55 #8 22.25 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
14:44:55 #8 22.25 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
14:44:55 #8 22.36 Selecting previously unselected package libexpat1:armhf.
14:44:55 #8 22.36 Preparing to unpack .../10-libexpat1_2.2.10-2_armhf.deb ...
14:44:55 #8 22.37 Unpacking libexpat1:armhf (2.2.10-2) ...
14:44:55 #8 22.41 Selecting previously unselected package python3.9-minimal.
14:44:55 #8 22.42 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
14:44:55 #8 22.42 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
14:44:56 #8 22.59 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
14:44:56 #8 22.61 Setting up libexpat1:armhf (2.2.10-2) ...
14:44:56 #8 22.62 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
14:44:56 #8 23.31 Selecting previously unselected package python3-minimal.
14:44:56 #8 23.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10595 files and directories currently installed.)
14:44:56 #8 23.32 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
14:44:56 #8 23.32 Unpacking python3-minimal (3.9.2-3) ...
14:44:56 #8 23.36 Selecting previously unselected package media-types.
14:44:56 #8 23.36 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
14:44:56 #8 23.36 Unpacking media-types (4.0.0) ...
14:44:56 #8 23.40 Selecting previously unselected package libmpdec3:armhf.
14:44:56 #8 23.40 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
14:44:56 #8 23.41 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
14:44:56 #8 23.44 Selecting previously unselected package libpython3.9-stdlib:armhf.
14:44:56 #8 23.45 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
14:44:56 #8 23.45 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
14:44:57 #8 23.62 Selecting previously unselected package python3.9.
14:44:57 #8 23.62 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
14:44:57 #8 23.63 Unpacking python3.9 (3.9.2-1+rpi1) ...
14:44:57 #8 23.67 Selecting previously unselected package libpython3-stdlib:armhf.
14:44:57 #8 23.67 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
14:44:57 #8 23.67 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
14:44:57 #8 23.70 Setting up python3-minimal (3.9.2-3) ...
14:44:57 #8 23.89 Selecting previously unselected package python3.
14:44:57 #8 23.89 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10992 files and directories currently installed.)
14:44:57 #8 23.90 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
14:44:57 #8 23.90 Unpacking python3 (3.9.2-3) ...
14:44:57 #8 23.94 Selecting previously unselected package sensible-utils.
14:44:57 #8 23.94 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
14:44:57 #8 23.94 Unpacking sensible-utils (0.0.14) ...
14:44:57 #8 23.98 Selecting previously unselected package bzip2.
14:44:57 #8 23.98 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
14:44:57 #8 23.98 Unpacking bzip2 (1.0.8-4) ...
14:44:57 #8 24.01 Selecting previously unselected package libmagic-mgc.
14:44:57 #8 24.02 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
14:44:57 #8 24.03 Unpacking libmagic-mgc (1:5.39-3) ...
14:44:57 #8 24.10 Selecting previously unselected package libmagic1:armhf.
14:44:57 #8 24.10 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
14:44:57 #8 24.11 Unpacking libmagic1:armhf (1:5.39-3) ...
14:44:57 #8 24.15 Selecting previously unselected package file.
14:44:57 #8 24.15 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
14:44:57 #8 24.15 Unpacking file (1:5.39-3) ...
14:44:57 #8 24.18 Selecting previously unselected package gettext-base.
14:44:57 #8 24.19 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
14:44:57 #8 24.19 Unpacking gettext-base (0.21-4) ...
14:44:57 #8 24.25 Selecting previously unselected package xz-utils.
14:44:57 #8 24.25 Preparing to unpack .../007-xz-utils_5.2.5-2_armhf.deb ...
14:44:57 #8 24.25 Unpacking xz-utils (5.2.5-2) ...
14:44:57 #8 24.30 Selecting previously unselected package libsigsegv2:armhf.
14:44:57 #8 24.30 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
14:44:57 #8 24.31 Unpacking libsigsegv2:armhf (2.13-1) ...
14:44:57 #8 24.34 Selecting previously unselected package m4.
14:44:57 #8 24.34 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
14:44:57 #8 24.35 Unpacking m4 (1.4.18-5) ...
14:44:57 #8 24.39 Selecting previously unselected package autoconf.
14:44:57 #8 24.39 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
14:44:57 #8 24.39 Unpacking autoconf (2.69-14) ...
14:44:57 #8 24.45 Selecting previously unselected package autotools-dev.
14:44:57 #8 24.46 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
14:44:57 #8 24.46 Unpacking autotools-dev (20180224.1+nmu1) ...
14:44:57 #8 24.50 Selecting previously unselected package automake.
14:44:57 #8 24.50 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
14:44:57 #8 24.51 Unpacking automake (1:1.16.3-2) ...
14:44:57 #8 24.58 Selecting previously unselected package autopoint.
14:44:57 #8 24.58 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
14:44:57 #8 24.58 Unpacking autopoint (0.21-4) ...
14:44:57 #8 24.62 Selecting previously unselected package binutils-common:armhf.
14:44:58 #8 24.62 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
14:44:58 #8 24.63 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
14:44:58 #8 24.85 Selecting previously unselected package libbinutils:armhf.
14:44:58 #8 24.86 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
14:44:58 #8 24.86 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
14:44:58 #8 24.93 Selecting previously unselected package libctf-nobfd0:armhf.
14:44:58 #8 24.93 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
14:44:58 #8 24.94 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
14:44:58 #8 24.97 Selecting previously unselected package libctf0:armhf.
14:44:58 #8 24.97 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
14:44:58 #8 24.98 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
14:44:58 #8 25.01 Selecting previously unselected package binutils-arm-linux-gnueabihf.
14:44:58 #8 25.01 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
14:44:58 #8 25.01 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
14:44:58 #8 25.24 Selecting previously unselected package binutils.
14:44:58 #8 25.24 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
14:44:58 #8 25.24 Unpacking binutils (2.35.2-2+rpi1) ...
14:44:58 #8 25.28 Selecting previously unselected package libisl23:armhf.
14:44:58 #8 25.28 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
14:44:58 #8 25.29 Unpacking libisl23:armhf (0.23-1) ...
14:44:58 #8 25.36 Selecting previously unselected package libmpfr6:armhf.
14:44:58 #8 25.37 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
14:44:58 #8 25.37 Unpacking libmpfr6:armhf (4.1.0-3) ...
14:44:58 #8 25.42 Selecting previously unselected package libmpc3:armhf.
14:44:58 #8 25.43 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
14:44:58 #8 25.43 Unpacking libmpc3:armhf (1.2.0-1) ...
14:44:58 #8 25.47 Selecting previously unselected package cpp-10.
14:44:58 #8 25.47 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
14:44:58 #8 25.47 Unpacking cpp-10 (10.2.1-6+rpi1) ...
14:44:59 #8 26.05 Selecting previously unselected package cpp.
14:44:59 #8 26.05 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
14:44:59 #8 26.05 Unpacking cpp (4:10.2.1-1+rpi1) ...
14:44:59 #8 26.08 Selecting previously unselected package libdebhelper-perl.
14:44:59 #8 26.08 Preparing to unpack .../025-libdebhelper-perl_13.3.4_all.deb ...
14:44:59 #8 26.08 Unpacking libdebhelper-perl (13.3.4) ...
14:44:59 #8 26.13 Selecting previously unselected package libcc1-0:armhf.
14:44:59 #8 26.13 Preparing to unpack .../026-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
14:44:59 #8 26.13 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
14:44:59 #8 26.17 Selecting previously unselected package libgomp1:armhf.
14:44:59 #8 26.17 Preparing to unpack .../027-libgomp1_10.2.1-6+rpi1_armhf.deb ...
14:44:59 #8 26.17 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
14:44:59 #8 26.21 Selecting previously unselected package libatomic1:armhf.
14:44:59 #8 26.21 Preparing to unpack .../028-libatomic1_10.2.1-6+rpi1_armhf.deb ...
14:44:59 #8 26.22 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
14:44:59 #8 26.25 Selecting previously unselected package libasan6:armhf.
14:44:59 #8 26.26 Preparing to unpack .../029-libasan6_10.2.1-6+rpi1_armhf.deb ...
14:44:59 #8 26.26 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
14:44:59 #8 26.48 Selecting previously unselected package libubsan1:armhf.
14:44:59 #8 26.49 Preparing to unpack .../030-libubsan1_10.2.1-6+rpi1_armhf.deb ...
14:44:59 #8 26.49 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
14:44:59 #8 26.58 Selecting previously unselected package libgcc-10-dev:armhf.
14:44:59 #8 26.58 Preparing to unpack .../031-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
14:44:59 #8 26.59 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
14:44:59 #8 26.69 Selecting previously unselected package gcc-10.
14:45:00 #8 26.69 Preparing to unpack .../032-gcc-10_10.2.1-6+rpi1_armhf.deb ...
14:45:00 #8 26.70 Unpacking gcc-10 (10.2.1-6+rpi1) ...
14:45:01 #8 27.82 Selecting previously unselected package gcc.
14:45:01 #8 27.82 Preparing to unpack .../033-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
14:45:01 #8 27.82 Unpacking gcc (4:10.2.1-1+rpi1) ...
14:45:01 #8 27.85 Selecting previously unselected package libc-dev-bin.
14:45:01 #8 27.85 Preparing to unpack .../034-libc-dev-bin_2.31-13+rpt2+rpi1_armhf.deb ...
14:45:01 #8 27.86 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1) ...
14:45:01 #8 27.89 Selecting previously unselected package linux-libc-dev:armhf.
14:45:01 #8 27.89 Preparing to unpack .../035-linux-libc-dev_1%3a1.20211007-2_armhf.deb ...
14:45:01 #8 27.90 Unpacking linux-libc-dev:armhf (1:1.20211007-2) ...
14:45:01 #8 28.04 Selecting previously unselected package libcrypt-dev:armhf.
14:45:01 #8 28.04 Preparing to unpack .../036-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
14:45:01 #8 28.04 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
14:45:01 #8 28.08 Selecting previously unselected package libtirpc-dev:armhf.
14:45:01 #8 28.08 Preparing to unpack .../037-libtirpc-dev_1.3.1-1_armhf.deb ...
14:45:01 #8 28.08 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
14:45:01 #8 28.12 Selecting previously unselected package libnsl-dev:armhf.
14:45:01 #8 28.13 Preparing to unpack .../038-libnsl-dev_1.3.0-2_armhf.deb ...
14:45:01 #8 28.13 Unpacking libnsl-dev:armhf (1.3.0-2) ...
14:45:01 #8 28.16 Selecting previously unselected package libc6-dev:armhf.
14:45:01 #8 28.16 Preparing to unpack .../039-libc6-dev_2.31-13+rpt2+rpi1_armhf.deb ...
14:45:01 #8 28.17 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
14:45:01 #8 28.36 Selecting previously unselected package libtool.
14:45:01 #8 28.36 Preparing to unpack .../040-libtool_2.4.6-15_all.deb ...
14:45:01 #8 28.37 Unpacking libtool (2.4.6-15) ...
14:45:01 #8 28.41 Selecting previously unselected package dh-autoreconf.
14:45:01 #8 28.41 Preparing to unpack .../041-dh-autoreconf_20_all.deb ...
14:45:01 #8 28.42 Unpacking dh-autoreconf (20) ...
14:45:01 #8 28.45 Selecting previously unselected package libarchive-zip-perl.
14:45:01 #8 28.45 Preparing to unpack .../042-libarchive-zip-perl_1.68-1_all.deb ...
14:45:01 #8 28.45 Unpacking libarchive-zip-perl (1.68-1) ...
14:45:01 #8 28.49 Selecting previously unselected package libsub-override-perl.
14:45:01 #8 28.49 Preparing to unpack .../043-libsub-override-perl_0.09-2_all.deb ...
14:45:01 #8 28.50 Unpacking libsub-override-perl (0.09-2) ...
14:45:01 #8 28.53 Selecting previously unselected package libfile-stripnondeterminism-perl.
14:45:01 #8 28.53 Preparing to unpack .../044-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
14:45:01 #8 28.53 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
14:45:01 #8 28.56 Selecting previously unselected package dh-strip-nondeterminism.
14:45:01 #8 28.56 Preparing to unpack .../045-dh-strip-nondeterminism_1.12.0-1_all.deb ...
14:45:01 #8 28.57 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
14:45:01 #8 28.60 Selecting previously unselected package libdpkg-perl.
14:45:01 #8 28.60 Preparing to unpack .../046-libdpkg-perl_1.20.9+rpi1_all.deb ...
14:45:01 #8 28.61 Unpacking libdpkg-perl (1.20.9+rpi1) ...
14:45:02 #8 28.73 Selecting previously unselected package patch.
14:45:02 #8 28.73 Preparing to unpack .../047-patch_2.7.6-7_armhf.deb ...
14:45:02 #8 28.74 Unpacking patch (2.7.6-7) ...
14:45:02 #8 28.79 Selecting previously unselected package make.
14:45:02 #8 28.80 Preparing to unpack .../048-make_4.3-4.1_armhf.deb ...
14:45:02 #8 28.81 Unpacking make (4.3-4.1) ...
14:45:02 #8 28.87 Selecting previously unselected package dpkg-dev.
14:45:02 #8 28.87 Preparing to unpack .../049-dpkg-dev_1.20.9+rpi1_all.deb ...
14:45:02 #8 28.88 Unpacking dpkg-dev (1.20.9+rpi1) ...
14:45:02 #8 28.97 Selecting previously unselected package libelf1:armhf.
14:45:02 #8 28.98 Preparing to unpack .../050-libelf1_0.183-1_armhf.deb ...
14:45:02 #8 28.98 Unpacking libelf1:armhf (0.183-1) ...
14:45:02 #8 29.02 Selecting previously unselected package dwz.
14:45:02 #8 29.03 Preparing to unpack .../051-dwz_0.13+20210201-1_armhf.deb ...
14:45:02 #8 29.03 Unpacking dwz (0.13+20210201-1) ...
14:45:02 #8 29.08 Selecting previously unselected package libicu67:armhf.
14:45:02 #8 29.08 Preparing to unpack .../052-libicu67_67.1-7_armhf.deb ...
14:45:02 #8 29.08 Unpacking libicu67:armhf (67.1-7) ...
14:45:03 #8 29.85 Selecting previously unselected package libxml2:armhf.
14:45:03 #8 29.85 Preparing to unpack .../053-libxml2_2.9.10+dfsg-6.7_armhf.deb ...
14:45:03 #8 29.85 Unpacking libxml2:armhf (2.9.10+dfsg-6.7) ...
14:45:03 #8 29.94 Selecting previously unselected package gettext.
14:45:03 #8 29.94 Preparing to unpack .../054-gettext_0.21-4_armhf.deb ...
14:45:03 #8 29.94 Unpacking gettext (0.21-4) ...
14:45:03 #8 30.06 Selecting previously unselected package intltool-debian.
14:45:03 #8 30.06 Preparing to unpack .../055-intltool-debian_0.35.0+20060710.5_all.deb ...
14:45:03 #8 30.07 Unpacking intltool-debian (0.35.0+20060710.5) ...
14:45:03 #8 30.10 Selecting previously unselected package po-debconf.
14:45:03 #8 30.10 Preparing to unpack .../056-po-debconf_1.0.21+nmu1_all.deb ...
14:45:03 #8 30.11 Unpacking po-debconf (1.0.21+nmu1) ...
14:45:03 #8 30.15 Selecting previously unselected package debhelper.
14:45:03 #8 30.15 Preparing to unpack .../057-debhelper_13.3.4_all.deb ...
14:45:03 #8 30.16 Unpacking debhelper (13.3.4) ...
14:45:03 #8 30.25 Selecting previously unselected package libfakeroot:armhf.
14:45:03 #8 30.25 Preparing to unpack .../058-libfakeroot_1.25.3-1.1_armhf.deb ...
14:45:03 #8 30.26 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
14:45:03 #8 30.29 Selecting previously unselected package fakeroot.
14:45:03 #8 30.30 Preparing to unpack .../059-fakeroot_1.25.3-1.1_armhf.deb ...
14:45:03 #8 30.30 Unpacking fakeroot (1.25.3-1.1) ...
14:45:03 #8 30.33 Selecting previously unselected package libfile-dirlist-perl.
14:45:03 #8 30.33 Preparing to unpack .../060-libfile-dirlist-perl_0.05-2_all.deb ...
14:45:03 #8 30.34 Unpacking libfile-dirlist-perl (0.05-2) ...
14:45:03 #8 30.37 Selecting previously unselected package libfile-which-perl.
14:45:03 #8 30.37 Preparing to unpack .../061-libfile-which-perl_1.23-1_all.deb ...
14:45:03 #8 30.38 Unpacking libfile-which-perl (1.23-1) ...
14:45:03 #8 30.41 Selecting previously unselected package libfile-homedir-perl.
14:45:03 #8 30.41 Preparing to unpack .../062-libfile-homedir-perl_1.006-1_all.deb ...
14:45:03 #8 30.42 Unpacking libfile-homedir-perl (1.006-1) ...
14:45:03 #8 30.45 Selecting previously unselected package libfile-touch-perl.
14:45:03 #8 30.45 Preparing to unpack .../063-libfile-touch-perl_0.11-1_all.deb ...
14:45:03 #8 30.46 Unpacking libfile-touch-perl (0.11-1) ...
14:45:03 #8 30.49 Selecting previously unselected package libio-pty-perl.
14:45:03 #8 30.49 Preparing to unpack .../064-libio-pty-perl_1%3a1.15-2_armhf.deb ...
14:45:03 #8 30.49 Unpacking libio-pty-perl (1:1.15-2) ...
14:45:03 #8 30.53 Selecting previously unselected package libipc-run-perl.
14:45:03 #8 30.53 Preparing to unpack .../065-libipc-run-perl_20200505.0-1_all.deb ...
14:45:03 #8 30.53 Unpacking libipc-run-perl (20200505.0-1) ...
14:45:03 #8 30.57 Selecting previously unselected package libclass-method-modifiers-perl.
14:45:03 #8 30.57 Preparing to unpack .../066-libclass-method-modifiers-perl_2.13-1_all.deb ...
14:45:03 #8 30.57 Unpacking libclass-method-modifiers-perl (2.13-1) ...
14:45:03 #8 30.62 Selecting previously unselected package libb-hooks-op-check-perl.
14:45:03 #8 30.62 Preparing to unpack .../067-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
14:45:03 #8 30.63 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
14:45:03 #8 30.66 Selecting previously unselected package libdynaloader-functions-perl.
14:45:03 #8 30.66 Preparing to unpack .../068-libdynaloader-functions-perl_0.003-1.1_all.deb ...
14:45:03 #8 30.67 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
14:45:04 #8 30.70 Selecting previously unselected package libdevel-callchecker-perl.
14:45:04 #8 30.70 Preparing to unpack .../069-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
14:45:04 #8 30.71 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
14:45:04 #8 30.73 Selecting previously unselected package libparams-classify-perl.
14:45:04 #8 30.74 Preparing to unpack .../070-libparams-classify-perl_0.015-1+b3_armhf.deb ...
14:45:04 #8 30.74 Unpacking libparams-classify-perl (0.015-1+b3) ...
14:45:04 #8 30.77 Selecting previously unselected package libmodule-runtime-perl.
14:45:04 #8 30.77 Preparing to unpack .../071-libmodule-runtime-perl_0.016-1_all.deb ...
14:45:04 #8 30.78 Unpacking libmodule-runtime-perl (0.016-1) ...
14:45:04 #8 30.81 Selecting previously unselected package libimport-into-perl.
14:45:04 #8 30.81 Preparing to unpack .../072-libimport-into-perl_1.002005-1_all.deb ...
14:45:04 #8 30.81 Unpacking libimport-into-perl (1.002005-1) ...
14:45:04 #8 30.84 Selecting previously unselected package librole-tiny-perl.
14:45:04 #8 30.84 Preparing to unpack .../073-librole-tiny-perl_2.002004-1_all.deb ...
14:45:04 #8 30.85 Unpacking librole-tiny-perl (2.002004-1) ...
14:45:04 #8 30.88 Selecting previously unselected package libstrictures-perl.
14:45:04 #8 30.88 Preparing to unpack .../074-libstrictures-perl_2.000006-1_all.deb ...
14:45:04 #8 30.88 Unpacking libstrictures-perl (2.000006-1) ...
14:45:04 #8 30.91 Selecting previously unselected package libsub-quote-perl.
14:45:04 #8 30.91 Preparing to unpack .../075-libsub-quote-perl_2.006006-1_all.deb ...
14:45:04 #8 30.92 Unpacking libsub-quote-perl (2.006006-1) ...
14:45:04 #8 30.95 Selecting previously unselected package libmoo-perl.
14:45:04 #8 30.95 Preparing to unpack .../076-libmoo-perl_2.004004-1_all.deb ...
14:45:04 #8 30.95 Unpacking libmoo-perl (2.004004-1) ...
14:45:04 #8 30.99 Selecting previously unselected package libencode-locale-perl.
14:45:04 #8 30.99 Preparing to unpack .../077-libencode-locale-perl_1.05-1.1_all.deb ...
14:45:04 #8 31.00 Unpacking libencode-locale-perl (1.05-1.1) ...
14:45:04 #8 31.02 Selecting previously unselected package libtimedate-perl.
14:45:04 #8 31.02 Preparing to unpack .../078-libtimedate-perl_2.3300-2_all.deb ...
14:45:04 #8 31.03 Unpacking libtimedate-perl (2.3300-2) ...
14:45:04 #8 31.06 Selecting previously unselected package libhttp-date-perl.
14:45:04 #8 31.07 Preparing to unpack .../079-libhttp-date-perl_6.05-1_all.deb ...
14:45:04 #8 31.07 Unpacking libhttp-date-perl (6.05-1) ...
14:45:04 #8 31.15 Selecting previously unselected package libfile-listing-perl.
14:45:04 #8 31.15 Preparing to unpack .../080-libfile-listing-perl_6.14-1_all.deb ...
14:45:04 #8 31.15 Unpacking libfile-listing-perl (6.14-1) ...
14:45:04 #8 31.19 Selecting previously unselected package libhtml-tagset-perl.
14:45:04 #8 31.19 Preparing to unpack .../081-libhtml-tagset-perl_3.20-4_all.deb ...
14:45:04 #8 31.19 Unpacking libhtml-tagset-perl (3.20-4) ...
14:45:04 #8 31.23 Selecting previously unselected package liburi-perl.
14:45:04 #8 31.23 Preparing to unpack .../082-liburi-perl_5.08-1_all.deb ...
14:45:04 #8 31.23 Unpacking liburi-perl (5.08-1) ...
14:45:04 #8 31.27 Selecting previously unselected package libhtml-parser-perl.
14:45:04 #8 31.27 Preparing to unpack .../083-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
14:45:04 #8 31.27 Unpacking libhtml-parser-perl (3.75-1+b1) ...
14:45:04 #8 31.33 Selecting previously unselected package libhtml-tree-perl.
14:45:04 #8 31.33 Preparing to unpack .../084-libhtml-tree-perl_5.07-2_all.deb ...
14:45:04 #8 31.33 Unpacking libhtml-tree-perl (5.07-2) ...
14:45:04 #8 31.37 Selecting previously unselected package libio-html-perl.
14:45:04 #8 31.38 Preparing to unpack .../085-libio-html-perl_1.004-2_all.deb ...
14:45:04 #8 31.38 Unpacking libio-html-perl (1.004-2) ...
14:45:04 #8 31.49 Selecting previously unselected package liblwp-mediatypes-perl.
14:45:04 #8 31.49 Preparing to unpack .../086-liblwp-mediatypes-perl_6.04-1_all.deb ...
14:45:04 #8 31.50 Unpacking liblwp-mediatypes-perl (6.04-1) ...
14:45:04 #8 31.53 Selecting previously unselected package libhttp-message-perl.
14:45:04 #8 31.53 Preparing to unpack .../087-libhttp-message-perl_6.28-1_all.deb ...
14:45:04 #8 31.53 Unpacking libhttp-message-perl (6.28-1) ...
14:45:04 #8 31.56 Selecting previously unselected package libhttp-cookies-perl.
14:45:04 #8 31.56 Preparing to unpack .../088-libhttp-cookies-perl_6.10-1_all.deb ...
14:45:04 #8 31.57 Unpacking libhttp-cookies-perl (6.10-1) ...
14:45:04 #8 31.60 Selecting previously unselected package libhttp-negotiate-perl.
14:45:05 #8 31.60 Preparing to unpack .../089-libhttp-negotiate-perl_6.01-1_all.deb ...
14:45:05 #8 31.60 Unpacking libhttp-negotiate-perl (6.01-1) ...
14:45:05 #8 31.63 Selecting previously unselected package perl-openssl-defaults:armhf.
14:45:05 #8 31.63 Preparing to unpack .../090-perl-openssl-defaults_5_armhf.deb ...
14:45:05 #8 31.63 Unpacking perl-openssl-defaults:armhf (5) ...
14:45:05 #8 31.66 Selecting previously unselected package libnet-ssleay-perl.
14:45:05 #8 31.66 Preparing to unpack .../091-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
14:45:05 #8 31.67 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
14:45:05 #8 31.73 Selecting previously unselected package libio-socket-ssl-perl.
14:45:05 #8 31.73 Preparing to unpack .../092-libio-socket-ssl-perl_2.069-1_all.deb ...
14:45:05 #8 31.74 Unpacking libio-socket-ssl-perl (2.069-1) ...
14:45:05 #8 31.78 Selecting previously unselected package libnet-http-perl.
14:45:05 #8 31.78 Preparing to unpack .../093-libnet-http-perl_6.20-1_all.deb ...
14:45:05 #8 31.78 Unpacking libnet-http-perl (6.20-1) ...
14:45:05 #8 31.82 Selecting previously unselected package liblwp-protocol-https-perl.
14:45:05 #8 31.82 Preparing to unpack .../094-liblwp-protocol-https-perl_6.10-1_all.deb ...
14:45:05 #8 31.82 Unpacking liblwp-protocol-https-perl (6.10-1) ...
14:45:05 #8 31.85 Selecting previously unselected package libtry-tiny-perl.
14:45:05 #8 31.85 Preparing to unpack .../095-libtry-tiny-perl_0.30-1_all.deb ...
14:45:05 #8 31.86 Unpacking libtry-tiny-perl (0.30-1) ...
14:45:05 #8 31.89 Selecting previously unselected package libwww-robotrules-perl.
14:45:05 #8 31.89 Preparing to unpack .../096-libwww-robotrules-perl_6.02-1_all.deb ...
14:45:05 #8 31.90 Unpacking libwww-robotrules-perl (6.02-1) ...
14:45:05 #8 31.93 Selecting previously unselected package libwww-perl.
14:45:05 #8 31.93 Preparing to unpack .../097-libwww-perl_6.52-1_all.deb ...
14:45:05 #8 31.94 Unpacking libwww-perl (6.52-1) ...
14:45:05 #8 31.98 Selecting previously unselected package patchutils.
14:45:05 #8 31.98 Preparing to unpack .../098-patchutils_0.4.2-1_armhf.deb ...
14:45:05 #8 31.99 Unpacking patchutils (0.4.2-1) ...
14:45:05 #8 32.03 Selecting previously unselected package libtinfo5:armhf.
14:45:05 #8 32.03 Preparing to unpack .../099-libtinfo5_6.2+20201114-2_armhf.deb ...
14:45:05 #8 32.04 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
14:45:05 #8 32.08 Selecting previously unselected package wdiff.
14:45:05 #8 32.08 Preparing to unpack .../100-wdiff_1.2.2-2_armhf.deb ...
14:45:05 #8 32.08 Unpacking wdiff (1.2.2-2) ...
14:45:05 #8 32.14 Selecting previously unselected package devscripts.
14:45:05 #8 32.14 Preparing to unpack .../101-devscripts_2.21.3+deb11u1_armhf.deb ...
14:45:05 #8 32.16 Unpacking devscripts (2.21.3+deb11u1) ...
14:45:05 #8 32.26 Selecting previously unselected package equivs.
14:45:05 #8 32.26 Preparing to unpack .../102-equivs_2.3.1_all.deb ...
14:45:05 #8 32.26 Unpacking equivs (2.3.1) ...
14:45:05 #8 32.30 Selecting previously unselected package libcurl3-gnutls:armhf.
14:45:05 #8 32.30 Preparing to unpack .../103-libcurl3-gnutls_7.74.0-1.3_armhf.deb ...
14:45:05 #8 32.31 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3) ...
14:45:05 #8 32.36 Selecting previously unselected package liberror-perl.
14:45:05 #8 32.36 Preparing to unpack .../104-liberror-perl_0.17029-1_all.deb ...
14:45:05 #8 32.36 Unpacking liberror-perl (0.17029-1) ...
14:45:05 #8 32.39 Selecting previously unselected package git-man.
14:45:05 #8 32.39 Preparing to unpack .../105-git-man_1%3a2.30.2-1_all.deb ...
14:45:05 #8 32.40 Unpacking git-man (1:2.30.2-1) ...
14:45:05 #8 32.49 Selecting previously unselected package git.
14:45:05 #8 32.50 Preparing to unpack .../106-git_1%3a2.30.2-1_armhf.deb ...
14:45:05 #8 32.51 Unpacking git (1:2.30.2-1) ...
14:45:06 #8 32.94 Setting up media-types (4.0.0) ...
14:45:06 #8 32.96 Setting up libpipeline1:armhf (1.5.3-1) ...
14:45:06 #8 32.97 Setting up bsdextrautils (2.36.1-8) ...
14:45:06 #8 32.99 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
14:45:06 #8 32.99 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
14:45:06 #8 33.00 Setting up libicu67:armhf (67.1-7) ...
14:45:06 #8 33.01 Setting up libmagic-mgc (1:5.39-3) ...
14:45:06 #8 33.02 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
14:45:06 #8 33.04 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
14:45:06 #8 33.05 Setting up libmagic1:armhf (1:5.39-3) ...
14:45:06 #8 33.07 Setting up perl-openssl-defaults:armhf (5) ...
14:45:06 #8 33.08 Setting up linux-libc-dev:armhf (1:1.20211007-2) ...
14:45:06 #8 33.10 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
14:45:06 #8 33.11 Setting up gettext-base (0.21-4) ...
14:45:06 #8 33.12 Setting up libcurl3-gnutls:armhf (7.74.0-1.3) ...
14:45:06 #8 33.13 Setting up file (1:5.39-3) ...
14:45:06 #8 33.15 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
14:45:06 #8 33.16 Setting up bzip2 (1.0.8-4) ...
14:45:06 #8 33.18 Setting up libfakeroot:armhf (1.25.3-1.1) ...
14:45:06 #8 33.19 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
14:45:06 #8 33.21 Setting up fakeroot (1.25.3-1.1) ...
14:45:06 #8 33.22 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
14:45:06 #8 33.22 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
14:45:06 #8 33.22 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
14:45:06 #8 33.22 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
14:45:06 #8 33.22 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
14:45:06 #8 33.22 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
14:45:06 #8 33.22 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
14:45:06 #8 33.22 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
14:45:06 #8 33.22 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
14:45:06 #8 33.23 Setting up autotools-dev (20180224.1+nmu1) ...
14:45:06 #8 33.24 Setting up libtirpc-dev:armhf (1.3.1-1) ...
14:45:06 #8 33.26 Setting up make (4.3-4.1) ...
14:45:06 #8 33.28 Setting up libmpfr6:armhf (4.1.0-3) ...
14:45:06 #8 33.30 Setting up libsigsegv2:armhf (2.13-1) ...
14:45:06 #8 33.31 Setting up xz-utils (5.2.5-2) ...
14:45:06 #8 33.32 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.32 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
14:45:06 #8 33.33 Setting up libmpc3:armhf (1.2.0-1) ...
14:45:06 #8 33.35 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
14:45:06 #8 33.36 Setting up patch (2.7.6-7) ...
14:45:06 #8 33.37 Setting up autopoint (0.21-4) ...
14:45:06 #8 33.39 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
14:45:06 #8 33.40 Setting up libnsl-dev:armhf (1.3.0-2) ...
14:45:06 #8 33.41 Setting up sensible-utils (0.0.14) ...
14:45:06 #8 33.42 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
14:45:06 #8 33.44 Setting up libuchardet0:armhf (0.0.7-1) ...
14:45:06 #8 33.45 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
14:45:06 #8 33.47 Setting up git-man (1:2.30.2-1) ...
14:45:06 #8 33.48 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
14:45:06 #8 33.49 Setting up libisl23:armhf (0.23-1) ...
14:45:06 #8 33.51 Setting up libc-dev-bin (2.31-13+rpt2+rpi1) ...
14:45:06 #8 33.52 Setting up libtinfo5:armhf (6.2+20201114-2) ...
14:45:06 #8 33.53 Setting up libelf1:armhf (0.183-1) ...
14:45:06 #8 33.55 Setting up libxml2:armhf (2.9.10+dfsg-6.7) ...
14:45:06 #8 33.56 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
14:45:06 #8 33.57 Setting up cpp-10 (10.2.1-6+rpi1) ...
14:45:06 #8 33.59 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
14:45:06 #8 33.60 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
14:45:06 #8 33.61 Setting up libgdbm6:armhf (1.19-2) ...
14:45:06 #8 33.62 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
14:45:06 #8 33.64 Setting up wdiff (1.2.2-2) ...
14:45:06 #8 33.65 Setting up gettext (0.21-4) ...
14:45:06 #8 33.66 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
14:45:06 #8 33.68 Setting up m4 (1.4.18-5) ...
14:45:06 #8 33.70 Setting up libgdbm-compat4:armhf (1.19-2) ...
14:45:06 #8 33.71 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
14:45:07 #8 33.72 Setting up dwz (0.13+20210201-1) ...
14:45:07 #8 33.74 Setting up groff-base (1.22.4-6) ...
14:45:07 #8 33.76 Setting up cpp (4:10.2.1-1+rpi1) ...
14:45:07 #8 33.78 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
14:45:07 #8 33.80 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
14:45:07 #8 33.81 Setting up python3.9 (3.9.2-1+rpi1) ...
14:45:07 #8 34.53 Setting up python3 (3.9.2-3) ...
14:45:08 #8 34.63 Setting up binutils (2.35.2-2+rpi1) ...
14:45:08 #8 34.65 Setting up man-db (2.9.4-2) ...
14:45:08 #8 34.76 Building database of manual pages ...
14:45:11 #8 37.41 Setting up perl (5.32.1-4+deb11u2) ...
14:45:11 #8 37.45 Setting up libio-html-perl (1.004-2) ...
14:45:11 #8 37.48 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
14:45:11 #8 37.50 Setting up gcc-10 (10.2.1-6+rpi1) ...
14:45:11 #8 37.51 Setting up libdpkg-perl (1.20.9+rpi1) ...
14:45:11 #8 37.53 Setting up autoconf (2.69-14) ...
14:45:11 #8 37.58 Setting up libtimedate-perl (2.3300-2) ...
14:45:11 #8 37.65 Setting up libsub-override-perl (0.09-2) ...
14:45:11 #8 37.73 Setting up libstrictures-perl (2.000006-1) ...
14:45:11 #8 37.76 Setting up libsub-quote-perl (2.006006-1) ...
14:45:11 #8 37.79 Setting up libfile-dirlist-perl (0.05-2) ...
14:45:11 #8 37.80 Setting up liburi-perl (5.08-1) ...
14:45:11 #8 37.83 Setting up libfile-touch-perl (0.11-1) ...
14:45:11 #8 37.85 Setting up libnet-ssleay-perl (1.88-3+b1) ...
14:45:11 #8 37.87 Setting up automake (1:1.16.3-2) ...
14:45:11 #8 37.88 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
14:45:11 #8 37.88 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
14:45:11 #8 37.88 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
14:45:11 #8 37.90 Setting up libhttp-date-perl (6.05-1) ...
14:45:11 #8 37.92 Setting up libfile-which-perl (1.23-1) ...
14:45:11 #8 38.03 Setting up libfile-listing-perl (6.14-1) ...
14:45:11 #8 38.05 Setting up libdynaloader-functions-perl (0.003-1.1) ...
14:45:11 #8 38.06 Setting up libclass-method-modifiers-perl (2.13-1) ...
14:45:11 #8 38.07 Setting up libio-pty-perl (1:1.15-2) ...
14:45:11 #8 38.09 Setting up libtool (2.4.6-15) ...
14:45:11 #8 38.10 Setting up libarchive-zip-perl (1.68-1) ...
14:45:11 #8 38.11 Setting up libhtml-tagset-perl (3.20-4) ...
14:45:11 #8 38.13 Setting up libdebhelper-perl (13.3.4) ...
14:45:11 #8 38.14 Setting up liblwp-mediatypes-perl (6.04-1) ...
14:45:11 #8 38.15 Setting up libtry-tiny-perl (0.30-1) ...
14:45:11 #8 38.17 Setting up libnet-http-perl (6.20-1) ...
14:45:11 #8 38.19 Setting up libencode-locale-perl (1.05-1.1) ...
14:45:11 #8 38.21 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
14:45:11 #8 38.23 Setting up gcc (4:10.2.1-1+rpi1) ...
14:45:11 #8 38.25 Setting up dpkg-dev (1.20.9+rpi1) ...
14:45:11 #8 38.28 Setting up intltool-debian (0.35.0+20060710.5) ...
14:45:11 #8 38.30 Setting up liberror-perl (0.17029-1) ...
14:45:11 #8 38.32 Setting up dh-autoreconf (20) ...
14:45:11 #8 38.34 Setting up patchutils (0.4.2-1) ...
14:45:11 #8 38.35 Setting up libipc-run-perl (20200505.0-1) ...
14:45:11 #8 38.37 Setting up git (1:2.30.2-1) ...
14:45:11 #8 38.41 Setting up libwww-robotrules-perl (6.02-1) ...
14:45:11 #8 38.43 Setting up libhtml-parser-perl (3.75-1+b1) ...
14:45:11 #8 38.45 Setting up librole-tiny-perl (2.002004-1) ...
14:45:11 #8 38.47 Setting up libfile-homedir-perl (1.006-1) ...
14:45:11 #8 38.48 Setting up libio-socket-ssl-perl (2.069-1) ...
14:45:11 #8 38.50 Setting up libhttp-message-perl (6.28-1) ...
14:45:11 #8 38.53 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
14:45:11 #8 38.56 Setting up libhttp-negotiate-perl (6.01-1) ...
14:45:12 #8 38.58 Setting up libhttp-cookies-perl (6.10-1) ...
14:45:12 #8 38.59 Setting up po-debconf (1.0.21+nmu1) ...
14:45:12 #8 38.61 Setting up libhtml-tree-perl (5.07-2) ...
14:45:12 #8 38.62 Setting up libparams-classify-perl (0.015-1+b3) ...
14:45:12 #8 38.64 Setting up libmodule-runtime-perl (0.016-1) ...
14:45:12 #8 38.66 Setting up dh-strip-nondeterminism (1.12.0-1) ...
14:45:12 #8 38.67 Setting up libimport-into-perl (1.002005-1) ...
14:45:12 #8 38.69 Setting up libmoo-perl (2.004004-1) ...
14:45:12 #8 38.70 Setting up debhelper (13.3.4) ...
14:45:12 #8 38.72 Setting up equivs (2.3.1) ...
14:45:12 #8 38.74 Setting up liblwp-protocol-https-perl (6.10-1) ...
14:45:12 #8 38.76 Setting up libwww-perl (6.52-1) ...
14:45:12 #8 38.77 Setting up devscripts (2.21.3+deb11u1) ...
14:45:12 #8 38.93 Processing triggers for libc-bin (2.31-13+rpi1) ...
14:45:13 #8 DONE 39.8s
14:45:13 
14:45:13 #10 [stage-1 3/8] COPY common /root/build-deb/debian
14:45:13 #10 sha256:49950e36c8f43b596a2c449d660e5d7da5bc1fbdc906e6629ed9f8f0788dce51
14:45:13 #10 DONE 0.1s
14:45:13 
14:45:13 #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
14:45:13 #11 sha256:dac232459abf650125996ea8254ed9585d7c6b93170b7eb4390f44ec9230bb77
14:45:14 #11 1.116 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
14:45:14 #11 1.116 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
14:45:16 #11 1.442 Reading package lists...
14:45:16 #11 2.834 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?)
14:45:16 #11 3.139 dpkg-buildpackage: info: source package docker-ce-build-deps
14:45:16 #11 3.139 dpkg-buildpackage: info: source version 1.0
14:45:16 #11 3.139 dpkg-buildpackage: info: source distribution unstable
14:45:16 #11 3.139 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
14:45:16 #11 3.176  dpkg-source --before-build .
14:45:16 #11 3.177 dpkg-buildpackage: info: host architecture armhf
14:45:16 #11 3.283  debian/rules clean
14:45:16 #11 3.285 dh clean
14:45:16 #11 3.368    dh_clean
14:45:16 #11 3.404  debian/rules binary
14:45:16 #11 3.406 dh binary
14:45:16 #11 3.479    dh_update_autotools_config
14:45:16 #11 3.509    dh_autoreconf
14:45:16 #11 3.553    create-stamp debian/debhelper-build-stamp
14:45:16 #11 3.553    dh_prep
14:45:16 #11 3.583    dh_install
14:45:16 #11 3.620    dh_installdocs
14:45:17 #11 3.662    dh_installchangelogs
14:45:17 #11 3.750    dh_perl
14:45:17 #11 3.788    dh_link
14:45:17 #11 3.825    dh_strip_nondeterminism
14:45:17 #11 3.892    dh_compress
14:45:17 #11 3.935    dh_fixperms
14:45:17 #11 3.979    dh_missing
14:45:17 #11 4.007    dh_installdeb
14:45:17 #11 4.045    dh_gencontrol
14:45:17 #11 4.168    dh_md5sums
14:45:17 #11 4.203    dh_builddeb
14:45:17 #11 4.232 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
14:45:17 #11 4.250  dpkg-genbuildinfo --build=binary
14:45:17 #11 4.392  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
14:45:17 #11 4.479 dpkg-genchanges: info: binary-only upload (no source code included)
14:45:17 #11 4.482  dpkg-source --after-build .
14:45:17 #11 4.590 dpkg-buildpackage: info: binary-only upload (no source included)
14:45:18 #11 4.594 
14:45:18 #11 4.594 The package has been created.
14:45:18 #11 4.594 Attention, the package has been created in the current directory,
14:45:18 #11 4.594 not in ".." as indicated by the message above!
14:45:18 #11 4.615 Selecting previously unselected package docker-ce-build-deps.
14:45:18 #11 4.626 (Reading database ... 17323 files and directories currently installed.)
14:45:18 #11 4.627 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
14:45:18 #11 4.631 Unpacking docker-ce-build-deps (1.0) ...
14:45:19 #11 4.679 Reading package lists...
14:45:19 #11 6.021 Building dependency tree...
14:45:19 #11 6.196 Reading state information...
14:45:19 #11 6.221 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
14:45:19 #11 6.443 Starting 2 pkgProblemResolver with broken count: 0
14:45:19 #11 6.445 Done
14:45:19 #11 6.626  Done
14:45:20 #11 6.793 Starting pkgProblemResolver with broken count: 0
14:45:20 #11 6.836 Starting 2 pkgProblemResolver with broken count: 0
14:45:20 #11 6.839 Done
14:45:20 #11 7.180 The following additional packages will be installed:
14:45:20 #11 7.180   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
14:45:20 #11 7.180   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
14:45:20 #11 7.181   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
14:45:20 #11 7.181   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
14:45:20 #11 7.181   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
14:45:20 #11 7.181   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
14:45:20 #11 7.183 Suggested packages:
14:45:20 #11 7.183   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
14:45:20 #11 7.183   libstdc++-10-doc
14:45:20 #11 7.183 Recommended packages:
14:45:20 #11 7.183   libglib2.0-data shared-mime-info xdg-user-dirs
14:45:20 #11 7.599 The following NEW packages will be installed:
14:45:20 #11 7.599   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
14:45:20 #11 7.600   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
14:45:20 #11 7.600   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
14:45:20 #11 7.600   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
14:45:20 #11 7.600   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
14:45:20 #11 7.601   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
14:45:21 #11 8.059 0 upgraded, 31 newly installed, 0 to remove and 14 not upgraded.
14:45:21 #11 8.059 1 not fully installed or removed.
14:45:21 #11 8.059 Need to get 19.6 MB of archives.
14:45:21 #11 8.059 After this operation, 84.0 MB of additional disk space will be used.
14:45:21 #11 8.059 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
14:45:22 #11 8.719 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
14:45:22 #11 9.112 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
14:45:22 #11 9.113 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
14:45:22 #11 9.114 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
14:45:22 #11 9.115 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf cmake-data all 3.18.4-2+rpi1 [1725 kB]
14:45:22 #11 9.204 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2 [294 kB]
14:45:22 #11 9.282 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
14:45:22 #11 9.283 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
14:45:22 #11 9.285 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-1 [118 kB]
14:45:22 #11 9.286 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf cmake armhf 3.18.4-2+rpi1 [3118 kB]
14:45:22 #11 9.475 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
14:45:22 #11 9.479 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [218 kB]
14:45:22 #11 9.488 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [279 kB]
14:45:22 #11 9.489 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
14:45:22 #11 9.490 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
14:45:22 #11 9.492 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
14:45:22 #11 9.493 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-6+rpi1 [123 kB]
14:45:22 #11 9.497 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
14:45:22 #11 9.563 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
14:45:22 #11 9.569 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [187 kB]
14:45:22 #11 9.662 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.7 kB]
14:45:23 #11 9.663 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2 [626 kB]
14:45:23 #11 9.669 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
14:45:23 #11 9.699 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
14:45:23 #11 9.714 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
14:45:23 #11 9.725 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
14:45:23 #11 9.729 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1 [87.7 kB]
14:45:23 #11 9.740 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-6+rpi1 [401 kB]
14:45:23 #11 9.759 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
14:45:23 #11 9.833 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
14:45:23 #11 10.09 debconf: delaying package configuration, since apt-utils is not installed
14:45:23 #11 10.13 Fetched 19.6 MB in 2s (8455 kB/s)
14:45:23 #11 10.16 Selecting previously unselected package libstdc++-10-dev:armhf.
14:45:23 #11 10.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 ... 17327 files and directories currently installed.)
14:45:23 #11 10.17 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
14:45:23 #11 10.18 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
14:45:23 #11 10.40 Selecting previously unselected package g++-10.
14:45:23 #11 10.41 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
14:45:23 #11 10.41 Unpacking g++-10 (10.2.1-6+rpi1) ...
14:45:24 #11 11.04 Selecting previously unselected package g++.
14:45:24 #11 11.04 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
14:45:24 #11 11.04 Unpacking g++ (4:10.2.1-1+rpi1) ...
14:45:24 #11 11.07 Selecting previously unselected package build-essential.
14:45:24 #11 11.07 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
14:45:24 #11 11.08 Unpacking build-essential (12.9) ...
14:45:24 #11 11.12 Selecting previously unselected package bash-completion.
14:45:24 #11 11.12 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
14:45:24 #11 11.64 Unpacking bash-completion (1:2.11-2) ...
14:45:25 #11 11.76 Selecting previously unselected package cmake-data.
14:45:25 #11 11.76 Preparing to unpack .../05-cmake-data_3.18.4-2+rpi1_all.deb ...
14:45:25 #11 11.77 Unpacking cmake-data (3.18.4-2+rpi1) ...
14:45:25 #11 12.10 Selecting previously unselected package libarchive13:armhf.
14:45:25 #11 12.10 Preparing to unpack .../06-libarchive13_3.4.3-2_armhf.deb ...
14:45:25 #11 12.11 Unpacking libarchive13:armhf (3.4.3-2) ...
14:45:25 #11 12.17 Selecting previously unselected package libjsoncpp24:armhf.
14:45:25 #11 12.17 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
14:45:25 #11 12.17 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
14:45:25 #11 12.22 Selecting previously unselected package librhash0:armhf.
14:45:25 #11 12.22 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
14:45:25 #11 12.22 Unpacking librhash0:armhf (1.4.1-2) ...
14:45:25 #11 12.27 Selecting previously unselected package libuv1:armhf.
14:45:25 #11 12.27 Preparing to unpack .../09-libuv1_1.40.0-1_armhf.deb ...
14:45:25 #11 12.27 Unpacking libuv1:armhf (1.40.0-1) ...
14:45:25 #11 12.31 Selecting previously unselected package cmake.
14:45:25 #11 12.31 Preparing to unpack .../10-cmake_3.18.4-2+rpi1_armhf.deb ...
14:45:25 #11 12.32 Unpacking cmake (3.18.4-2+rpi1) ...
14:45:25 #11 12.65 Selecting previously unselected package dh-apparmor.
14:45:25 #11 12.65 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
14:45:25 #11 12.66 Unpacking dh-apparmor (2.13.6-10) ...
14:45:25 #11 12.70 Selecting previously unselected package libbtrfs0:armhf.
14:45:26 #11 12.70 Preparing to unpack .../12-libbtrfs0_5.10.1-2_armhf.deb ...
14:45:26 #11 12.71 Unpacking libbtrfs0:armhf (5.10.1-2) ...
14:45:26 #11 12.75 Selecting previously unselected package libbtrfs-dev:armhf.
14:45:26 #11 12.75 Preparing to unpack .../13-libbtrfs-dev_5.10.1-2_armhf.deb ...
14:45:26 #11 12.76 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
14:45:26 #11 12.81 Selecting previously unselected package dmsetup.
14:45:26 #11 12.81 Preparing to unpack .../14-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
14:45:26 #11 12.82 Unpacking dmsetup (2:1.02.175-2.1) ...
14:45:26 #11 12.86 Selecting previously unselected package libdevmapper1.02.1:armhf.
14:45:26 #11 12.86 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
14:45:26 #11 12.87 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
14:45:26 #11 12.92 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
14:45:26 #11 12.92 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
14:45:26 #11 12.92 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
14:45:26 #11 12.95 Selecting previously unselected package libudev-dev:armhf.
14:45:26 #11 12.96 Preparing to unpack .../17-libudev-dev_247.3-6+rpi1_armhf.deb ...
14:45:26 #11 12.96 Unpacking libudev-dev:armhf (247.3-6+rpi1) ...
14:45:26 #11 13.00 Selecting previously unselected package libsepol1-dev:armhf.
14:45:26 #11 13.00 Preparing to unpack .../18-libsepol1-dev_3.1-1_armhf.deb ...
14:45:26 #11 13.00 Unpacking libsepol1-dev:armhf (3.1-1) ...
14:45:26 #11 13.07 Selecting previously unselected package libpcre2-16-0:armhf.
14:45:26 #11 13.07 Preparing to unpack .../19-libpcre2-16-0_10.36-2_armhf.deb ...
14:45:26 #11 13.08 Unpacking libpcre2-16-0:armhf (10.36-2) ...
14:45:26 #11 13.13 Selecting previously unselected package libpcre2-32-0:armhf.
14:45:26 #11 13.13 Preparing to unpack .../20-libpcre2-32-0_10.36-2_armhf.deb ...
14:45:26 #11 13.13 Unpacking libpcre2-32-0:armhf (10.36-2) ...
14:45:26 #11 13.18 Selecting previously unselected package libpcre2-posix2:armhf.
14:45:26 #11 13.19 Preparing to unpack .../21-libpcre2-posix2_10.36-2_armhf.deb ...
14:45:26 #11 13.19 Unpacking libpcre2-posix2:armhf (10.36-2) ...
14:45:26 #11 13.22 Selecting previously unselected package libpcre2-dev:armhf.
14:45:26 #11 13.22 Preparing to unpack .../22-libpcre2-dev_10.36-2_armhf.deb ...
14:45:26 #11 13.23 Unpacking libpcre2-dev:armhf (10.36-2) ...
14:45:26 #11 13.31 Selecting previously unselected package libselinux1-dev:armhf.
14:45:26 #11 13.31 Preparing to unpack .../23-libselinux1-dev_3.1-3_armhf.deb ...
14:45:26 #11 13.31 Unpacking libselinux1-dev:armhf (3.1-3) ...
14:45:26 #11 13.36 Selecting previously unselected package libdevmapper-dev:armhf.
14:45:26 #11 13.36 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
14:45:26 #11 13.36 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
14:45:26 #11 13.40 Selecting previously unselected package libltdl7:armhf.
14:45:26 #11 13.40 Preparing to unpack .../25-libltdl7_2.4.6-15_armhf.deb ...
14:45:26 #11 13.41 Unpacking libltdl7:armhf (2.4.6-15) ...
14:45:26 #11 13.44 Selecting previously unselected package libltdl-dev:armhf.
14:45:26 #11 13.44 Preparing to unpack .../26-libltdl-dev_2.4.6-15_armhf.deb ...
14:45:26 #11 13.45 Unpacking libltdl-dev:armhf (2.4.6-15) ...
14:45:26 #11 13.49 Selecting previously unselected package libseccomp-dev:armhf.
14:45:26 #11 13.49 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+rpi1_armhf.deb ...
14:45:26 #11 13.50 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1) ...
14:45:26 #11 13.53 Selecting previously unselected package libsystemd-dev:armhf.
14:45:26 #11 13.53 Preparing to unpack .../28-libsystemd-dev_247.3-6+rpi1_armhf.deb ...
14:45:26 #11 13.54 Unpacking libsystemd-dev:armhf (247.3-6+rpi1) ...
14:45:26 #11 13.61 Selecting previously unselected package libglib2.0-0:armhf.
14:45:26 #11 13.62 Preparing to unpack .../29-libglib2.0-0_2.66.8-1_armhf.deb ...
14:45:26 #11 13.62 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
14:45:27 #11 13.75 Selecting previously unselected package pkg-config.
14:45:27 #11 13.75 Preparing to unpack .../30-pkg-config_0.29.2-1_armhf.deb ...
14:45:27 #11 13.76 Unpacking pkg-config (0.29.2-1) ...
14:45:27 #11 13.80 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1) ...
14:45:27 #11 13.81 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
14:45:27 #11 13.83 Setting up g++-10 (10.2.1-6+rpi1) ...
14:45:27 #11 13.84 Setting up libarchive13:armhf (3.4.3-2) ...
14:45:27 #11 13.85 Setting up libglib2.0-0:armhf (2.66.8-1) ...
14:45:27 #11 13.86 No schema files found: doing nothing.
14:45:27 #11 13.87 Setting up libsepol1-dev:armhf (3.1-1) ...
14:45:27 #11 13.88 Setting up libpcre2-16-0:armhf (10.36-2) ...
14:45:27 #11 13.90 Setting up libbtrfs0:armhf (5.10.1-2) ...
14:45:27 #11 13.91 Setting up libpcre2-32-0:armhf (10.36-2) ...
14:45:27 #11 13.92 Setting up libuv1:armhf (1.40.0-1) ...
14:45:27 #11 13.94 Setting up bash-completion (1:2.11-2) ...
14:45:27 #11 14.52 Setting up pkg-config (0.29.2-1) ...
14:45:27 #11 14.57 Setting up libudev-dev:armhf (247.3-6+rpi1) ...
14:45:27 #11 14.59 Setting up libpcre2-posix2:armhf (10.36-2) ...
14:45:27 #11 14.60 Setting up libltdl7:armhf (2.4.6-15) ...
14:45:27 #11 14.61 Setting up libjsoncpp24:armhf (1.9.4-4) ...
14:45:27 #11 14.62 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
14:45:27 #11 14.64 Setting up g++ (4:10.2.1-1+rpi1) ...
14:45:27 #11 14.66 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
14:45:27 #11 14.67 Setting up librhash0:armhf (1.4.1-2) ...
14:45:27 #11 14.68 Setting up build-essential (12.9) ...
14:45:27 #11 14.69 Setting up cmake-data (3.18.4-2+rpi1) ...
14:45:27 #11 14.71 Setting up dh-apparmor (2.13.6-10) ...
14:45:27 #11 14.72 Setting up libsystemd-dev:armhf (247.3-6+rpi1) ...
14:45:27 #11 14.73 Setting up libpcre2-dev:armhf (10.36-2) ...
14:45:27 #11 14.75 Setting up libselinux1-dev:armhf (3.1-3) ...
14:45:27 #11 14.76 Setting up libltdl-dev:armhf (2.4.6-15) ...
14:45:27 #11 14.77 Setting up cmake (3.18.4-2+rpi1) ...
14:45:27 #11 14.79 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
14:45:28 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
14:45:28 Unable to find image 'alpine:latest' locally
14:45:28 latest: Pulling from library/alpine
14:45:28 a0d0a0d46f8b: Already exists
14:45:28 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
14:45:28 Status: Downloaded newer image for alpine:latest
14:45:28 mkdir -p build/mac/arm64/docker
14:45:28 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
14:45:28 #11 14.80 Setting up dmsetup (2:1.02.175-2.1) ...
14:45:28 #11 14.81 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
14:45:28 #11 14.83 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
14:45:28 #11 14.84 Setting up docker-ce-build-deps (1.0) ...
14:45:28 #11 14.85 Processing triggers for libc-bin (2.31-13+rpi1) ...
14:45:28 #11 14.87 Processing triggers for man-db (2.9.4-2) ...
14:45:28 #11 DONE 15.1s
14:45:28 
14:45:28 #12 [stage-1 5/8] COPY sources/ /sources
14:45:28 #12 sha256:7b232a774dc8269328cfc490e2330b406fd4605ca5a780ae009d66b8a8e10c9a
14:45:28 #12 DONE 0.1s
14:45:28 
14:45:28 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
14:45:28 #14 sha256:fff7d1485222a3adb85f8e593081d82d811f64b90b9755321619be38f42bf212
14:45:29 Cloning into '/go/src/github.com/docker/buildx'...
14:45:32 #14 DONE 3.2s
14:45:32 
14:45:32 #15 [stage-1 7/8] WORKDIR /root/build-deb
14:45:32 #15 sha256:6fd0abefdd70a7c3ab40afca67f5862ed7c754d020eb95c103e319c1234f86ff
14:45:32 #15 DONE 0.0s
14:45:32 
14:45:32 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
14:45:32 #16 sha256:0ca22cfcf760d58f92b45d5e9717f246e7113d7a4b30724b6afc8e0ed96d2128
14:45:32 #16 DONE 0.0s
14:45:32 
14:45:32 #17 exporting to image
14:45:32 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:45:32 #17 exporting layers
14:45:32 Fetching origin
14:45:32 + GO111MODULE=on
14:45:32 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
14:45:33 ~/rpmbuild/BUILD/src
14:45:33 + popd
14:45:33 + exit 0
14:45:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pVPjC2
14:45:33 + umask 022
14:45:33 + cd /root/rpmbuild/BUILD
14:45:33 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64 '!=' / ']'
14:45:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:33 + mkdir -p /root/rpmbuild/BUILDROOT
14:45:33 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:33 + cd src
14:45:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin
14:45:33 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/docker
14:45:33 + pushd /root/rpmbuild/BUILD/src/plugins
14:45:33 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
14:45:33 + for installer in '*.installer'
14:45:33 + '[' buildx.installer '!=' scan.installer ']'
14:45:33 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:33 + PREFIX=/usr/libexec/docker/cli-plugins
14:45:33 + bash buildx.installer install_plugin
14:45:33 + popd
14:45:33 ~/rpmbuild/BUILD/src
14:45:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/bash-completion/completions
14:45:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/zsh/vendor-completions
14:45:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/fish/vendor_completions.d
14:45:33 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/bash-completion/completions/docker
14:45:33 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
14:45:33 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
14:45:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man1
14:45:33 + 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.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man1
14:45:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man5
14:45:33 + 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.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man5
14:45:33 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man8
14:45:33 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man8
14:45:33 + mkdir -p build-docs
14:45:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
14:45:33 + cp cli/LICENSE build-docs/LICENSE
14:45:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
14:45:33 + cp cli/MAINTAINERS build-docs/MAINTAINERS
14:45:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
14:45:33 + cp cli/NOTICE build-docs/NOTICE
14:45:33 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
14:45:33 + cp cli/README.md build-docs/README.md
14:45:33 + /usr/lib/rpm/check-buildroot
14:45:33 + /usr/lib/rpm/redhat/brp-compress
14:45:33 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
14:45:33 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:45:33 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
14:45:33 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
14:45:33 + /usr/lib/rpm/redhat/brp-python-hardlink
14:45:33 + /usr/lib/rpm/redhat/brp-java-repack-jars
14:45:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ShHqvX
14:45:33 + umask 022
14:45:33 + cd /root/rpmbuild/BUILD
14:45:33 + cd src
14:45:33 ++ cli/build/docker --version
14:45:33 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
14:45:33 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7' = 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
14:45:33 + echo 'PASS: cli version OK'
14:45:33 PASS: cli version OK
14:45:33 + exit 0
14:45:33 Processing files: docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:33 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Z6gWAS
14:45:33 + umask 022
14:45:33 + cd /root/rpmbuild/BUILD
14:45:33 + cd src
14:45:33 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
14:45:33 + export DOCDIR
14:45:33 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
14:45:33 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
14:45:33 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
14:45:33 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
14:45:33 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
14:45:33 + exit 0
14:45:33 Provides: docker-ce-cli = 1:0.0.0.20211015144600.e57b5f7-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20211015144600.e57b5f7-0.el7
14:45:33 Requires(interp): /bin/sh
14:45:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:45:33 Requires(post): /bin/sh
14:45:33 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)
14:45:33 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
14:45:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:33 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.src.rpm
14:45:38 #17 exporting layers 6.0s done
14:45:38 #17 writing image sha256:515d2ccc45094ac52973b5194da93a3f42771aebdcb56433be3bac42bc5ffb40 done
14:45:38 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
14:45:38 #17 DONE 6.0s
14:45:38 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144600-e57b5f7 -e VERSION=0.0.0-20211015144600-e57b5f7 -e CLI_GITCOMMIT=e57b5f7 -e ENGINE_GITCOMMIT=921658a -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
14:45:38 + set -e
14:45:38 + mkdir -p /root/build-deb/engine
14:45:38 + tar -C /root/build-deb -xzf /sources/engine.tgz
14:45:38 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64.rpm
14:45:38 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QVAdhc
14:45:38 + umask 022
14:45:38 + cd /root/rpmbuild/BUILD
14:45:38 + cd src
14:45:38 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:38 + exit 0
14:45:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pCaB2A
14:45:38 + umask 022
14:45:38 + cd /root/rpmbuild/BUILD
14:45:38 + cd /root/rpmbuild/BUILD
14:45:38 + rm -rf src
14:45:38 + /usr/bin/mkdir -p src
14:45:38 + cd src
14:45:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:45:38 + /usr/bin/tar -xf -
14:45:38 + STATUS=0
14:45:38 + '[' 0 -ne 0 ']'
14:45:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:45:38 + /usr/bin/tar -xf -
14:45:39 + mkdir -p /root/build-deb/cli
14:45:39 + tar -C /root/build-deb -xzf /sources/cli.tgz
14:45:39 + STATUS=0
14:45:39 + '[' 0 -ne 0 ']'
14:45:39 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:45:39 + exit 0
14:45:39 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.W4sqv3
14:45:39 + umask 022
14:45:39 + cd /root/rpmbuild/BUILD
14:45:39 + cd src
14:45:39 + export DOCKER_GITCOMMIT=921658a
14:45:39 + DOCKER_GITCOMMIT=921658a
14:45:39 + mkdir -p /go/src/github.com/docker
14:45:39 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
14:45:39 + TMP_GOPATH=/go
14:45:39 + GOPROXY=https://proxy.golang.org
14:45:39 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
14:45:39 + RM_GOPATH=0
14:45:39 + TMP_GOPATH=/go
14:45:39 + : /usr/local/bin
14:45:39 + '[' -z /go ']'
14:45:39 + export GOPATH=/go
14:45:39 + GOPATH=/go
14:45:39 + case "$(go env GOARCH)" in
14:45:39 ++ go env GOARCH
14:45:39 + export GO_BUILDMODE=-buildmode=pie
14:45:39 + GO_BUILDMODE=-buildmode=pie
14:45:39 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
14:45:39 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
14:45:39 + bin=rootlesskit
14:45:39 + shift
14:45:39 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
14:45:39 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
14:45:39 ++ : v0.14.4
14:45:39 + install_rootlesskit dynamic
14:45:39 + case "$1" in
14:45:39 + install_rootlesskit_dynamic
14:45:39 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
14:45:39 + ROOTLESSKIT_LDFLAGS=-linkmode=external
14:45:39 + export BUILD_MODE=-buildmode=pie
14:45:39 + BUILD_MODE=-buildmode=pie
14:45:39 + _install_rootlesskit
14:45:39 + echo 'Install rootlesskit version v0.14.4'
14:45:39 Install rootlesskit version v0.14.4
14:45:39 + for f in rootlesskit rootlesskit-docker-proxy
14:45:39 + GOBIN=/usr/local/bin
14:45:39 + GO111MODULE=on
14:45:39 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
14:45:39 + mkdir -p /root/build-deb/scan-cli-plugin
14:45:39 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
14:45:39 + mkdir -p /go/src/github.com/docker
14:45:39 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
14:45:39 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
14:45:39 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
14:45:39 VERSION AAA 0.0.0-20211015144600-e57b5f7
14:45:39 VERSION bbb 0.0.0-20211015144600-e57b5f7
14:45:39 + EPOCH=5
14:45:39 + EPOCH_SEP=
14:45:39 + [[ ! -z 5 ]]
14:45:39 + EPOCH_SEP=:
14:45:39 + [[ -z 0.0.0-20211015144600-e57b5f7 ]]
14:45:39 + echo VERSION AAA 0.0.0-20211015144600-e57b5f7
14:45:39 + VERSION=0.0.0-20211015144600-e57b5f7
14:45:39 + echo VERSION bbb 0.0.0-20211015144600-e57b5f7
14:45:39 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
14:45:39 + debSource=docker-ce
14:45:39 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
14:45:39 + debMaintainer='Docker <support@docker.com>'
14:45:39 ++ date --rfc-2822
14:45:39 + debDate='Mon, 18 Oct 2021 14:45:39 +0000'
14:45:39 + cat
14:45:39 + export CLI_GITCOMMIT=e57b5f7
14:45:39 + CLI_GITCOMMIT=e57b5f7
14:45:39 + export ENGINE_GITCOMMIT=921658a
14:45:39 + ENGINE_GITCOMMIT=921658a
14:45:39 + export SCAN_GITCOMMIT=35651ca
14:45:39 + SCAN_GITCOMMIT=35651ca
14:45:39 VERSION BBB 0.0.0-20211015144600-e57b5f7
14:45:39 + echo VERSION BBB 0.0.0-20211015144600-e57b5f7
14:45:39 + dpkg-buildpackage -uc -us -I.git
14:45:39 dpkg-buildpackage: info: source package docker-ce
14:45:39 dpkg-buildpackage: info: source version 5:0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye
14:45:39 dpkg-buildpackage: info: source distribution bullseye
14:45:39 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
14:45:39  dpkg-source -I.git --before-build .
14:45:39 dpkg-buildpackage: info: host architecture armhf
14:45:39 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
14:45:39  debian/rules clean
14:45:39 dh clean --with=bash-completion
14:45:39    dh_clean
14:45:40  dpkg-source -I.git -b .
14:45:40 dpkg-source: warning: native package version may not have a revision
14:45:40 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144600-e57b5f7-0~raspbian'
14:45:40 dpkg-source: info: using source format '1.0'
14:45:40 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz
14:45:40 go: downloading github.com/pkg/errors v0.9.1
14:45:40 go: downloading github.com/sirupsen/logrus v1.8.1
14:45:40 go: downloading github.com/urfave/cli/v2 v2.3.0
14:45:40 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:45:40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:45:40 go: downloading github.com/google/uuid v1.3.0
14:45:40 go: downloading github.com/moby/vpnkit v0.5.0
14:45:40 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:45:40 go: downloading github.com/gofrs/flock v0.8.1
14:45:40 go: downloading github.com/gorilla/mux v1.8.0
14:45:40 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:45:40 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:45:40 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:45:41 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:45:41 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:45:43 make[1]: Leaving directory '/root/build-deb'
14:45:43    debian/rules override_dh_auto_test
14:45:43 make[1]: Entering directory '/root/build-deb'
14:45:43 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
14:45:43 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build 921658a" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
14:45:43 PASS: daemon version OK
14:45:43 ver="$(cli/build/docker --version)"; \
14:45:43 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
14:45:43 PASS: cli version OK
14:45:43 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
14:45:43 # TODO change once we support scan-plugin on other architectures
14:45:43 if [ "amd64" = "amd64" ]; then \
14:45:43 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
14:45:43 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
14:45:43 fi
14:45:43 PASS: docker-scan version OK
14:45:43 make[1]: Leaving directory '/root/build-deb'
14:45:43    create-stamp debian/debhelper-build-stamp
14:45:43  debian/rules binary
14:45:43 dh binary --with=bash-completion
14:45:43    dh_testroot
14:45:43    dh_prep
14:45:43    debian/rules override_dh_auto_install
14:45:43 make[1]: Entering directory '/root/build-deb'
14:45:43 # docker-ce-cli install
14:45:43 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
14:45:43 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
14:45:43 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
14:45:43 set -e;cd /sources && \
14:45:43 	tar xzf plugin-installers.tgz; \
14:45:43 	for installer in plugins/*.installer; do \
14:45:43 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
14:45:43 		PREFIX=/usr/libexec/docker/cli-plugins \
14:45:43 			bash ${installer} install_plugin; \
14:45:43 	done
14:45:43 # docker-ce install
14:45:43 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
14:45:43 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
14:45:43 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/dockerd
14:45:43 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/docker-proxy
14:45:43 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
14:45:43 # docker-scan-plugin install
14:45:43 # TODO change once we support scan-plugin on other architectures
14:45:43 if [ "amd64" = "amd64" ]; then \
14:45:43 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
14:45:43 fi
14:45:43 # docker-ce-rootless-extras install
14:45:43 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
14:45:43 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
14:45:43 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
14:45:43 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
14:45:43 # TODO: how can we install vpnkit?
14:45:43 make[1]: Leaving directory '/root/build-deb'
14:45:43    debian/rules override_dh_install
14:45:43 make[1]: Entering directory '/root/build-deb'
14:45:43 dh_install
14:45:43 # TODO Can we do this from within our container?
14:45:43 dh_apparmor --profile-name=docker-ce -pdocker-ce
14:45:43 make[1]: Leaving directory '/root/build-deb'
14:45:43    dh_installdocs
14:45:43    dh_installchangelogs
14:45:43    dh_installman
14:45:43    dh_bash-completion
14:45:43    dh_systemd_enable
14:45:43    debian/rules override_dh_installinit
14:45:43 make[1]: Entering directory '/root/build-deb'
14:45:43 # use "docker" as our service name, not "docker-ce"
14:45:43 dh_installinit --name=docker
14:45:43 make[1]: Leaving directory '/root/build-deb'
14:45:43    dh_systemd_start
14:45:43    dh_perl
14:45:43    dh_link
14:45:43    dh_strip_nondeterminism
14:45:43    dh_compress
14:45:43    dh_fixperms
14:45:43    dh_missing
14:45:43    debian/rules override_dh_strip
14:45:43 make[1]: Entering directory '/root/build-deb'
14:45:43 # Go has lots of problems with stripping, so just don't
14:45:43 make[1]: Leaving directory '/root/build-deb'
14:45:43    dh_makeshlibs
14:45:43    debian/rules override_dh_shlibdeps
14:45:43 make[1]: Entering directory '/root/build-deb'
14:45:43 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
14:45:46 + for f in rootlesskit rootlesskit-docker-proxy
14:45:46 + GOBIN=/usr/local/bin
14:45:46 + GO111MODULE=on
14:45:46 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
14:45:48 + return
14:45:48 + exit 0
14:45:48 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.n9fd3S
14:45:48 + umask 022
14:45:48 + cd /root/rpmbuild/BUILD
14:45:48 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64 '!=' / ']'
14:45:48 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:48 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:48 + mkdir -p /root/rpmbuild/BUILDROOT
14:45:48 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:48 + cd src
14:45:48 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/dockerd-rootless.sh
14:45:48 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
14:45:48 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/rootlesskit
14:45:48 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
14:45:48 + /usr/lib/rpm/check-buildroot
14:45:48 + /usr/lib/rpm/redhat/brp-compress
14:45:48 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
14:45:48 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:45:48 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
14:45:48 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
14:45:48 + /usr/lib/rpm/redhat/brp-python-hardlink
14:45:48 + /usr/lib/rpm/redhat/brp-java-repack-jars
14:45:48 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Wk4OQI
14:45:48 + umask 022
14:45:48 + cd /root/rpmbuild/BUILD
14:45:48 + cd src
14:45:48 + /usr/local/bin/rootlesskit -v
14:45:48 rootlesskit version 0.14.4
14:45:48 + exit 0
14:45:48 Processing files: docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:48 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144600.e57b5f7-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144600.e57b5f7-0.el7
14:45:48 Requires(interp): /bin/sh /bin/sh /bin/sh
14:45:48 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:45:48 Requires(post): /bin/sh
14:45:48 Requires(preun): /bin/sh
14:45:48 Requires(postun): /bin/sh
14:45:48 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)
14:45:48 Conflicts: rootlesskit
14:45:48 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:48 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.src.rpm
14:45:49 make[1]: Leaving directory '/root/build-deb'
14:45:49    dh_installdeb
14:45:49    debian/rules override_dh_gencontrol
14:45:49 make[1]: Entering directory '/root/build-deb'
14:45:49 # Use separate version for the scan-plugin package, then generate the other control files as usual
14:45:49 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
14:45:49 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
14:45:49 if [ "amd64" = "amd64" ]; then \
14:45:49 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
14:45:49 fi
14:45:49 dh_gencontrol --remaining-packages
14:45:50 make[1]: Leaving directory '/root/build-deb'
14:45:50    dh_md5sums
14:45:50 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc
14:45:50  debian/rules build
14:45:50 dh build --with=bash-completion
14:45:50    dh_update_autotools_config
14:45:50    dh_autoreconf
14:45:50    debian/rules override_dh_auto_build
14:45:50 make[1]: Entering directory '/root/build-deb'
14:45:50 # Build the daemon and dependencies
14:45:50 cd engine && DOCKER_GITCOMMIT=921658a PRODUCT=docker ./hack/make.sh dynbinary
14:45:50 
14:45:50 Removing bundles/
14:45:50 
14:45:50 ---> Making bundle: dynbinary (in bundles/dynbinary)
14:45:50 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:45:50 GOOS="" GOARCH="" GOARM=""
14:45:50    dh_builddeb
14:45:50 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'.
14:45:50 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'.
14:45:51 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64.rpm
14:45:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FWuWhq
14:45:51 + umask 022
14:45:51 + cd /root/rpmbuild/BUILD
14:45:51 + cd src
14:45:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
14:45:51 + exit 0
14:45:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uDYrRp
14:45:51 + umask 022
14:45:51 + cd /root/rpmbuild/BUILD
14:45:51 + cd /root/rpmbuild/BUILD
14:45:51 + rm -rf src
14:45:51 + /usr/bin/mkdir -p src
14:45:51 + cd src
14:45:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
14:45:51 + /usr/bin/tar -xf -
14:45:51 + STATUS=0
14:45:51 + '[' 0 -ne 0 ']'
14:45:51 + /usr/bin/tar -xf -
14:45:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
14:45:51 + STATUS=0
14:45:51 + '[' 0 -ne 0 ']'
14:45:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:45:51 + exit 0
14:45:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.j4DNTp
14:45:51 + umask 022
14:45:51 + cd /root/rpmbuild/BUILD
14:45:51 + cd src
14:45:51 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
14:45:51 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
14:45:51 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
14:45:51 GO111MODULE=on make -f builder.Makefile build
14:45:51 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
14:45:51 mkdir -p bin
14:45:51 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
14:45:52 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
14:45:52 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
14:45:53 go: downloading github.com/spf13/cobra v1.0.0
14:45:53 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
14:45:53 go: downloading github.com/docker/distribution v2.7.1+incompatible
14:45:53 go: downloading github.com/docker/go-connections v0.4.0
14:45:53 go: downloading github.com/sirupsen/logrus v1.4.2
14:45:53 go: downloading github.com/spf13/pflag v1.0.3
14:45:53 go: downloading github.com/theupdateframework/notary v0.6.1
14:45:53 go: downloading github.com/opencontainers/image-spec v1.0.1
14:45:53 go: downloading github.com/docker/go-units v0.4.0
14:45:53 go: downloading github.com/Masterminds/semver/v3 v3.1.0
14:45:53 go: downloading github.com/google/uuid v1.1.1
14:45:53 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:45:53 go: downloading github.com/opencontainers/go-digest v1.0.0
14:45:53 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
14:45:53 go: downloading github.com/docker/go v1.5.1-1
14:45:53 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
14:45:54 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
14:45:54 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
14:45:54 go: downloading github.com/morikuni/aec v1.0.0
14:45:54 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
14:45:54 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
14:45:54 go: downloading github.com/containerd/containerd v1.3.4
14:45:54 go: downloading google.golang.org/grpc v1.23.1
14:45:54 go: downloading github.com/docker/docker-credential-helpers v0.6.3
14:45:54 go: downloading github.com/gorilla/mux v1.7.4
14:45:54 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
14:45:54 go: downloading github.com/gogo/protobuf v1.3.1
14:45:54 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:45:54 go: downloading github.com/golang/protobuf v1.3.2
14:45:55 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
14:45:55 go: downloading github.com/docker/go-metrics v0.0.1
14:45:55 go: downloading github.com/prometheus/client_golang v1.1.0
14:45:55 go: downloading github.com/beorn7/perks v1.0.1
14:45:55 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
14:45:55 go: downloading github.com/prometheus/common v0.6.0
14:45:55 go: downloading github.com/prometheus/procfs v0.0.3
14:45:55 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
14:46:12 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'.
14:46:27 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
14:46:27 ~/rpmbuild/BUILD/src
14:46:27 + popd
14:46:27 + exit 0
14:46:27 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oC9jFQ
14:46:27 + umask 022
14:46:27 + cd /root/rpmbuild/BUILD
14:46:27 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64 '!=' / ']'
14:46:27 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
14:46:27 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
14:46:27 + mkdir -p /root/rpmbuild/BUILDROOT
14:46:27 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
14:46:27 + cd src
14:46:27 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
14:46:27 + 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
14:46:27 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
14:46:27 + popd
14:46:27 ~/rpmbuild/BUILD/src
14:46:27 + /usr/lib/rpm/check-buildroot
14:46:27 + /usr/lib/rpm/redhat/brp-compress
14:46:27 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
14:46:27 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:46:27 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
14:46:27 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
14:46:27 + /usr/lib/rpm/redhat/brp-python-hardlink
14:46:27 + /usr/lib/rpm/redhat/brp-java-repack-jars
14:46:27 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VU2mai
14:46:27 + umask 022
14:46:27 + cd /root/rpmbuild/BUILD
14:46:27 + cd src
14:46:27 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
14:46:27 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
14:46:27 PASS: docker-scan version OK
14:46:27 + ver=v0.8.0
14:46:27 + test v0.8.0 = v0.8.0
14:46:27 + echo 'PASS: docker-scan version OK'
14:46:27 + exit 0
14:46:27 Processing files: docker-scan-plugin-0.8.0-0.el7.x86_64
14:46:27 Provides: docker-scan-plugin = 0:0.8.0-0.el7 docker-scan-plugin(x86-64) = 0:0.8.0-0.el7
14:46:27 Requires(interp): /bin/sh /bin/sh /bin/sh
14:46:27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:46:27 Requires(post): /bin/sh
14:46:27 Requires(preun): /bin/sh
14:46:27 Requires(postun): /bin/sh
14:46:27 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
14:46:27 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.el7.src.rpm
14:46:27 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.el7.x86_64.rpm
14:46:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iR8W6G
14:46:27 + umask 022
14:46:27 + cd /root/rpmbuild/BUILD
14:46:27 + cd src
14:46:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
14:46:27 + exit 0
14:46:28 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
14:46:29 == Building packages for centos-8 ==
14:46:29 mkdir -p "rpmbuild/centos-8"
14:46:29 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
14:46:30 #1 [internal] load build definition from Dockerfile
14:46:30 #1 sha256:50fa37f72894949d47c3a3e583c868d25d98b4a6cd1993ab215c989e2e1a7f7a
14:46:30 #1 transferring dockerfile: 1.62kB done
14:46:30 #1 DONE 0.0s
14:46:30 
14:46:30 #2 [internal] load .dockerignore
14:46:30 #2 sha256:60a4bd031d5504f346b8b8cc4d09e34a5f4d7ddefe93bf2ae0c56e8b39623523
14:46:30 #2 transferring context: 2B done
14:46:30 #2 DONE 0.0s
14:46:30 
14:46:30 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:46:30 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
14:46:30 #4 ...
14:46:30 
14:46:30 #5 [auth] library/centos:pull token for registry-1.docker.io
14:46:30 #5 sha256:696e6b9fc3784de5a5011c19ea1c3485be6a6883012fa86da6504111f25f4d7d
14:46:30 #5 DONE 0.0s
14:46:30 
14:46:30 #6 [auth] library/golang:pull token for registry-1.docker.io
14:46:30 #6 sha256:c3d9c64b14264bf52e6436c207ffb3de68ba4d68529bf2d5fbda2cbb9a176372
14:46:30 #6 DONE 0.0s
14:46:30 
14:46:30 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:46:30 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
14:46:30 #4 DONE 0.3s
14:46:30 
14:46:30 #3 [internal] load metadata for docker.io/library/centos:8
14:46:30 #3 sha256:0f4c16f11bd64c9382bfa626d7c8af1e8a90f6d58793a0367081f85067f800b9
14:46:30 #3 DONE 0.4s
14:46:30 
14:46:30 #12 [internal] load build context
14:46:30 #12 sha256:4ea495ebc4b213e5248f8654ff8a56b5ce8e752a8b39cfe36c427983610a6800
14:46:30 #12 transferring context: 216B done
14:46:30 #12 DONE 0.0s
14:46:30 
14:46:30 #15 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:46:30 #15 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:46:30 #15 CACHED
14:46:30 
14:46:30 #7 [stage-1 1/9] FROM docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177
14:46:30 #7 sha256:5d18bf816b6874e1743e18d7103bd9e7f581dec365306e493929ac16c754b4b2
14:46:30 #7 resolve docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 done
14:46:30 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 2.10MB / 83.52MB 0.1s
14:46:30 #7 sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 762B / 762B done
14:46:30 #7 sha256:a1801b843b1bfaf77c501e7a6d3f709401a1e0c83863037fa3aab063a7fdb9dc 529B / 529B done
14:46:30 #7 sha256:5d0da3dc976460b72c77d94c8a1ad043720b0416bfc16c52c45d4847e53fadb6 2.14kB / 2.14kB done
14:46:31 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 26.21MB / 83.52MB 0.3s
14:46:31 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 42.99MB / 83.52MB 0.5s
14:46:31 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 57.67MB / 83.52MB 0.6s
14:46:31 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 66.06MB / 83.52MB 0.7s
14:46:31 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 0.9s
14:46:32 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 1.5s done
14:46:32 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 0.1s
14:46:36 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 3.4s done
14:46:36 #7 DONE 5.1s
14:46:36 
14:46:36 #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
14:46:36 #8 sha256:a612b90f588e8bcac1c155b01820085e52a8458c1cd162834ff920a9b8ee4c86
14:46:37 #8 DONE 1.2s
14:46:37 
14:46:37 #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
14:46:37 #9 sha256:aa3f435f1fe821abdfbeedf2a857f496bbc41ede68496a3f9a24953ebc1c4e87
14:46:38 #9 DONE 0.8s
14:46:38 
14:46:38 #10 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
14:46:38 #10 sha256:dbcd8a47c2e2b89b63f59b44b7f6e8aeb5a69dd4e158e965bc3a5a40459b9c85
14:46:38 #10 DONE 0.9s
14:46:38 
14:46:38 #11 [stage-1 5/9] RUN yum install -y rpm-build rpmlint yum-utils
14:46:38 #11 sha256:e4f34146c2aa02fa5d7724db3c3bb2b60aad59dd710a6713bff8c88c23561690
14:46:39 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'.
14:46:41 #11 2.195 CentOS Linux 8 - AppStream                      8.1 MB/s | 9.3 MB     00:01    
14:46:45 #11 6.203 CentOS Linux 8 - BaseOS                         8.3 MB/s | 7.5 MB     00:00    
14:46:47 #11 8.773 CentOS Linux 8 - Extras                          15 kB/s |  10 kB     00:00    
14:46:48 #11 9.658 CentOS Linux 8 - PowerTools                     2.9 MB/s | 2.4 MB     00:00    
14:46:50 #11 11.28 Dependencies resolved.
14:46:50 #11 11.29 =============================================================================================
14:46:50 #11 11.29  Package                      Arch    Version                                Repo        Size
14:46:50 #11 11.29 =============================================================================================
14:46:50 #11 11.29 Installing:
14:46:50 #11 11.29  rpm-build                    x86_64  4.14.3-14.el8_4                        appstream  173 k
14:46:50 #11 11.29  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
14:46:50 #11 11.29  yum-utils                    noarch  4.0.18-4.el8                           baseos      71 k
14:46:50 #11 11.29 Upgrading:
14:46:50 #11 11.29  python3-rpm                  x86_64  4.14.3-14.el8_4                        baseos     158 k
14:46:50 #11 11.29  rpm                          x86_64  4.14.3-14.el8_4                        baseos     542 k
14:46:50 #11 11.29  rpm-build-libs               x86_64  4.14.3-14.el8_4                        baseos     155 k
14:46:50 #11 11.29  rpm-libs                     x86_64  4.14.3-14.el8_4                        baseos     339 k
14:46:50 #11 11.29 Installing dependencies:
14:46:50 #11 11.29  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
14:46:50 #11 11.29  dbus-glib                    x86_64  0.110-2.el8                            baseos     127 k
14:46:50 #11 11.29  desktop-file-utils           x86_64  0.23-8.el8                             appstream   80 k
14:46:50 #11 11.29  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
14:46:50 #11 11.29  dnf-plugins-core             noarch  4.0.18-4.el8                           baseos      69 k
14:46:50 #11 11.29  dwz                          x86_64  0.12-9.el8                             appstream  109 k
14:46:50 #11 11.29  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
14:46:50 #11 11.29  elfutils                     x86_64  0.182-3.el8                            baseos     540 k
14:46:50 #11 11.29  emacs-filesystem             noarch  1:26.1-5.el8                           baseos      69 k
14:46:50 #11 11.29  file                         x86_64  5.33-16.el8_3.1                        baseos      77 k
14:46:50 #11 11.29  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
14:46:50 #11 11.29  gdb-headless                 x86_64  8.2-15.el8                             appstream  3.7 M
14:46:50 #11 11.29  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
14:46:50 #11 11.29  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
14:46:50 #11 11.29  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
14:46:50 #11 11.29  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
14:46:50 #11 11.29  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
14:46:50 #11 11.29  libbabeltrace                x86_64  1.5.4-3.el8                            baseos     200 k
14:46:50 #11 11.29  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
14:46:50 #11 11.29  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
14:46:50 #11 11.29  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
14:46:50 #11 11.29  ncurses                      x86_64  6.1-7.20180224.el8                     baseos     387 k
14:46:50 #11 11.29  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
14:46:50 #11 11.29  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
14:46:50 #11 11.29  openssl                      x86_64  1:1.1.1g-15.el8_3                      baseos     707 k
14:46:50 #11 11.29  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
14:46:50 #11 11.29  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
14:46:50 #11 11.29  perl-Data-Dumper             x86_64  2.167-399.el8                          baseos      58 k
14:46:50 #11 11.29  perl-Digest                  noarch  1.17-395.el8                           appstream   27 k
14:46:50 #11 11.29  perl-Digest-MD5              x86_64  2.55-396.el8                           appstream   37 k
14:46:50 #11 11.29  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
14:46:50 #11 11.29  perl-Errno                   x86_64  1.28-419.el8_4.1                       baseos      76 k
14:46:50 #11 11.29  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
14:46:50 #11 11.29  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
14:46:50 #11 11.29  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
14:46:50 #11 11.29  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
14:46:50 #11 11.29  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
14:46:50 #11 11.29  perl-IO                      x86_64  1.38-419.el8_4.1                       baseos     142 k
14:46:50 #11 11.29  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
14:46:50 #11 11.29  perl-Net-SSLeay              x86_64  1.88-1.module_el8.3.0+410+ff426aa3     appstream  379 k
14:46:50 #11 11.29  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
14:46:50 #11 11.29  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
14:46:50 #11 11.29  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
14:46:50 #11 11.29  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
14:46:50 #11 11.29  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
14:46:50 #11 11.29  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
14:46:50 #11 11.29  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
14:46:50 #11 11.29  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
14:46:50 #11 11.29  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
14:46:50 #11 11.29  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
14:46:50 #11 11.29  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
14:46:50 #11 11.29  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
14:46:50 #11 11.29  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
14:46:50 #11 11.29  perl-URI                     noarch  1.73-3.el8                             appstream  116 k
14:46:50 #11 11.29  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
14:46:50 #11 11.29  perl-constant                noarch  1.33-396.el8                           baseos      25 k
14:46:50 #11 11.29  perl-interpreter             x86_64  4:5.26.3-419.el8_4.1                   baseos     6.3 M
14:46:50 #11 11.29  perl-libnet                  noarch  3.11-3.el8                             appstream  121 k
14:46:50 #11 11.29  perl-libs                    x86_64  4:5.26.3-419.el8_4.1                   baseos     1.6 M
14:46:50 #11 11.29  perl-macros                  x86_64  4:5.26.3-419.el8_4.1                   baseos      72 k
14:46:50 #11 11.29  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
14:46:50 #11 11.29  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
14:46:50 #11 11.29  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
14:46:50 #11 11.29  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
14:46:50 #11 11.29  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
14:46:50 #11 11.29  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
14:46:50 #11 11.29  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
14:46:50 #11 11.29  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
14:46:50 #11 11.29  python-rpm-macros            noarch  3-41.el8                               appstream   15 k
14:46:50 #11 11.29  python-srpm-macros           noarch  3-41.el8                               appstream   15 k
14:46:50 #11 11.29  python3-dateutil             noarch  1:2.6.1-6.el8                          baseos     251 k
14:46:50 #11 11.29  python3-dbus                 x86_64  1.2.4-15.el8                           baseos     134 k
14:46:50 #11 11.29  python3-dnf-plugins-core     noarch  4.0.18-4.el8                           baseos     234 k
14:46:50 #11 11.29  python3-rpm-macros           noarch  3-41.el8                               appstream   14 k
14:46:50 #11 11.29  python3-six                  noarch  1.11.0-8.el8                           baseos      38 k
14:46:50 #11 11.29  qt5-srpm-macros              noarch  5.12.5-3.el8                           appstream   10 k
14:46:50 #11 11.29  redhat-rpm-config            noarch  125-1.el8                              appstream   86 k
14:46:50 #11 11.29  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
14:46:50 #11 11.29  unzip                        x86_64  6.0-45.el8_4                           baseos     195 k
14:46:50 #11 11.29  zip                          x86_64  3.0-23.el8                             baseos     270 k
14:46:50 #11 11.29  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
14:46:50 #11 11.29 Installing weak dependencies:
14:46:50 #11 11.29  elfutils-debuginfod-client   x86_64  0.182-3.el8                            baseos      65 k
14:46:50 #11 11.29  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
14:46:50 #11 11.29  perl-IO-Socket-SSL           noarch  2.066-4.module_el8.3.0+410+ff426aa3    appstream  298 k
14:46:50 #11 11.29  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
14:46:50 #11 11.29 Enabling module streams:
14:46:50 #11 11.29  perl                                 5.26                                                   
14:46:50 #11 11.29  perl-IO-Socket-SSL                   2.066                                                  
14:46:50 #11 11.29  perl-libwww-perl                     6.34                                                   
14:46:50 #11 11.29 
14:46:50 #11 11.29 Transaction Summary
14:46:50 #11 11.29 =============================================================================================
14:46:50 #11 11.29 Install  88 Packages
14:46:50 #11 11.29 Upgrade   4 Packages
14:46:50 #11 11.29 
14:46:50 #11 11.30 Total download size: 27 M
14:46:50 #11 11.30 Downloading Packages:
14:46:51 #11 12.28 (1/92): efi-srpm-macros-3-3.el8.noarch.rpm       97 kB/s |  22 kB     00:00    
14:46:51 #11 12.28 (2/92): desktop-file-utils-0.23-8.el8.x86_64.rp 349 kB/s |  80 kB     00:00    
14:46:51 #11 12.29 (3/92): dwz-0.12-9.el8.x86_64.rpm               463 kB/s | 109 kB     00:00    
14:46:51 #11 12.29 (4/92): gc-7.6.4-3.el8.x86_64.rpm                14 MB/s | 109 kB     00:00    
14:46:51 #11 12.29 (5/92): go-srpm-macros-2-17.el8.noarch.rpm      4.3 MB/s |  13 kB     00:00    
14:46:51 #11 12.29 (6/92): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  2.0 MB/s | 9.3 kB     00:00    
14:46:51 #11 12.30 (7/92): libatomic_ops-7.6.2-3.el8.x86_64.rpm    7.6 MB/s |  38 kB     00:00    
14:46:51 #11 12.30 (8/92): libipt-1.6.1-8.el8.x86_64.rpm            10 MB/s |  50 kB     00:00    
14:46:51 #11 12.30 (9/92): ocaml-srpm-macros-5-4.el8.noarch.rpm    3.4 MB/s | 9.4 kB     00:00    
14:46:51 #11 12.31 (10/92): openblas-srpm-macros-2-2.el8.noarch.rp 2.3 MB/s | 7.9 kB     00:00    
14:46:51 #11 12.31 (11/92): perl-Digest-1.17-395.el8.noarch.rpm    8.7 MB/s |  27 kB     00:00    
14:46:51 #11 12.32 (12/92): perl-Digest-MD5-2.55-396.el8.x86_64.rp 8.4 MB/s |  37 kB     00:00    
14:46:51 #11 12.32 (13/92): perl-IO-Socket-IP-0.39-5.el8.noarch.rp  10 MB/s |  47 kB     00:00    
14:46:51 #11 12.33 (14/92): perl-IO-Socket-SSL-2.066-4.module_el8.  25 MB/s | 298 kB     00:00    
14:46:51 #11 12.34 (15/92): perl-Mozilla-CA-20160104-7.module_el8. 4.8 MB/s |  15 kB     00:00    
14:46:51 #11 12.35 (16/92): perl-Net-SSLeay-1.88-1.module_el8.3.0+  31 MB/s | 379 kB     00:00    
14:46:51 #11 12.36 (17/92): perl-URI-1.73-3.el8.noarch.rpm          14 MB/s | 116 kB     00:00    
14:46:51 #11 12.36 (18/92): perl-libnet-3.11-3.el8.noarch.rpm       16 MB/s | 121 kB     00:00    
14:46:51 #11 12.37 (19/92): perl-srpm-macros-1-25.el8.noarch.rpm   3.2 MB/s |  11 kB     00:00    
14:46:51 #11 12.39 (20/92): guile-2.0.14-7.el8.x86_64.rpm           37 MB/s | 3.5 MB     00:00    
14:46:51 #11 12.39 (21/92): python-rpm-macros-3-41.el8.noarch.rpm  837 kB/s |  15 kB     00:00    
14:46:51 #11 12.39 (22/92): python-srpm-macros-3-41.el8.noarch.rpm 4.3 MB/s |  15 kB     00:00    
14:46:51 #11 12.41 (23/92): gdb-headless-8.2-15.el8.x86_64.rpm      29 MB/s | 3.7 MB     00:00    
14:46:51 #11 12.41 (24/92): python3-rpm-macros-3-41.el8.noarch.rpm 755 kB/s |  14 kB     00:00    
14:46:51 #11 12.41 (25/92): qt5-srpm-macros-5.12.5-3.el8.noarch.rp 641 kB/s |  10 kB     00:00    
14:46:51 #11 12.41 (26/92): redhat-rpm-config-125-1.el8.noarch.rpm  22 MB/s |  86 kB     00:00    
14:46:51 #11 12.41 (27/92): rust-srpm-macros-5-2.el8.noarch.rpm    2.6 MB/s | 9.2 kB     00:00    
14:46:51 #11 12.42 (28/92): rpm-build-4.14.3-14.el8_4.x86_64.rpm    19 MB/s | 173 kB     00:00    
14:46:51 #11 12.42 (29/92): bzip2-1.0.6-26.el8.x86_64.rpm           12 MB/s |  60 kB     00:00    
14:46:51 #11 12.43 (30/92): rpmlint-1.10-14.el8.noarch.rpm         9.8 MB/s | 192 kB     00:00    
14:46:51 #11 12.43 (31/92): zstd-1.4.4-1.el8.x86_64.rpm             26 MB/s | 393 kB     00:00    
14:46:51 #11 12.43 (32/92): dbus-glib-0.110-2.el8.x86_64.rpm        15 MB/s | 127 kB     00:00    
14:46:51 #11 12.43 (33/92): dnf-plugins-core-4.0.18-4.el8.noarch.r  23 MB/s |  69 kB     00:00    
14:46:51 #11 12.44 (34/92): elfutils-debuginfod-client-0.182-3.el8  12 MB/s |  65 kB     00:00    
14:46:51 #11 12.44 (35/92): diffutils-3.6-6.el8.x86_64.rpm          26 MB/s | 358 kB     00:00    
14:46:51 #11 12.44 (36/92): emacs-filesystem-26.1-5.el8.noarch.rpm  14 MB/s |  69 kB     00:00    
14:46:51 #11 12.45 (37/92): elfutils-0.182-3.el8.x86_64.rpm         35 MB/s | 540 kB     00:00    
14:46:51 #11 12.45 (38/92): file-5.33-16.el8_3.1.x86_64.rpm         13 MB/s |  77 kB     00:00    
14:46:51 #11 12.45 (39/92): libpkgconf-1.4.2-1.el8.x86_64.rpm      8.5 MB/s |  35 kB     00:00    
14:46:51 #11 12.46 (40/92): libtool-ltdl-2.4.6-25.el8.x86_64.rpm   7.4 MB/s |  58 kB     00:00    
14:46:51 #11 12.46 (41/92): libbabeltrace-1.5.4-3.el8.x86_64.rpm    13 MB/s | 200 kB     00:00    
14:46:51 #11 12.47 (42/92): groff-base-1.22.3-18.el8.x86_64.rpm     36 MB/s | 1.0 MB     00:00    
14:46:51 #11 12.48 (43/92): patch-2.7.6-11.el8.x86_64.rpm           28 MB/s | 138 kB     00:00    
14:46:51 #11 12.48 (44/92): openssl-1.1.1g-15.el8_3.x86_64.rpm      32 MB/s | 707 kB     00:00    
14:46:51 #11 12.49 (45/92): ncurses-6.1-7.20180224.el8.x86_64.rpm   14 MB/s | 387 kB     00:00    
14:46:51 #11 12.49 (46/92): perl-Data-Dumper-2.167-399.el8.x86_64.  14 MB/s |  58 kB     00:00    
14:46:51 #11 12.49 (47/92): perl-Carp-1.42-396.el8.noarch.rpm      2.7 MB/s |  30 kB     00:00    
14:46:51 #11 12.49 (48/92): perl-Errno-1.28-419.el8_4.1.x86_64.rpm  13 MB/s |  76 kB     00:00    
14:46:51 #11 12.49 (49/92): perl-Exporter-5.72-396.el8.noarch.rpm  5.7 MB/s |  34 kB     00:00    
14:46:51 #11 12.50 (50/92): perl-File-Path-2.15-2.el8.noarch.rpm    12 MB/s |  38 kB     00:00    
14:46:51 #11 12.50 (51/92): perl-File-Temp-0.230.600-1.el8.noarch.  14 MB/s |  63 kB     00:00    
14:46:51 #11 12.50 (52/92): perl-Getopt-Long-2.50-4.el8.noarch.rpm  16 MB/s |  63 kB     00:00    
14:46:51 #11 12.50 (53/92): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm   11 MB/s |  58 kB     00:00    
14:46:51 #11 12.51 (54/92): perl-IO-1.38-419.el8_4.1.x86_64.rpm     22 MB/s | 142 kB     00:00    
14:46:51 #11 12.51 (55/92): perl-MIME-Base64-3.15-396.el8.x86_64.r 6.3 MB/s |  31 kB     00:00    
14:46:51 #11 12.51 (56/92): perl-PathTools-3.74-1.el8.x86_64.rpm    19 MB/s |  90 kB     00:00    
14:46:51 #11 12.51 (57/92): perl-Pod-Escapes-1.07-395.el8.noarch.r 5.5 MB/s |  20 kB     00:00    
14:46:51 #11 12.52 (58/92): perl-Pod-Perldoc-3.28-396.el8.noarch.r  19 MB/s |  86 kB     00:00    
14:46:51 #11 12.52 (59/92): perl-Pod-Simple-3.35-395.el8.noarch.rp  31 MB/s | 213 kB     00:00    
14:46:51 #11 12.52 (60/92): perl-Pod-Usage-1.69-395.el8.noarch.rpm 8.1 MB/s |  34 kB     00:00    
14:46:51 #11 12.53 (61/92): perl-Socket-2.027-3.el8.x86_64.rpm      11 MB/s |  59 kB     00:00    
14:46:51 #11 12.53 (62/92): perl-Scalar-List-Utils-1.49-2.el8.x86_ 7.6 MB/s |  68 kB     00:00    
14:46:51 #11 12.53 (63/92): perl-Storable-3.11-3.el8.x86_64.rpm     18 MB/s |  98 kB     00:00    
14:46:51 #11 12.54 (64/92): perl-Term-Cap-1.17-395.el8.noarch.rpm  6.8 MB/s |  23 kB     00:00    
14:46:51 #11 12.54 (65/92): perl-Text-ParseWords-3.30-395.el8.noar 3.7 MB/s |  18 kB     00:00    
14:46:51 #11 12.55 (66/92): perl-Text-Tabs+Wrap-2013.0523-395.el8. 5.0 MB/s |  24 kB     00:00    
14:46:51 #11 12.55 (67/92): perl-Time-Local-1.280-1.el8.noarch.rpm 9.9 MB/s |  34 kB     00:00    
14:46:51 #11 12.55 (68/92): perl-Term-ANSIColor-4.06-396.el8.noarc 1.8 MB/s |  46 kB     00:00    
14:46:51 #11 12.56 (69/92): perl-Unicode-Normalize-1.25-396.el8.x8  16 MB/s |  82 kB     00:00    
14:46:51 #11 12.59 (70/92): perl-Encode-2.97-3.el8.x86_64.rpm       14 MB/s | 1.5 MB     00:00    
14:46:51 #11 12.59 (71/92): perl-constant-1.33-396.el8.noarch.rpm  723 kB/s |  25 kB     00:00    
14:46:51 #11 12.60 (72/92): perl-macros-5.26.3-419.el8_4.1.x86_64.  14 MB/s |  72 kB     00:00    
14:46:51 #11 12.60 (73/92): perl-parent-0.237-1.el8.noarch.rpm     6.5 MB/s |  20 kB     00:00    
14:46:51 #11 12.61 (74/92): perl-podlators-4.11-1.el8.noarch.rpm    17 MB/s | 118 kB     00:00    
14:46:51 #11 12.61 (75/92): perl-threads-2.21-2.el8.x86_64.rpm      13 MB/s |  61 kB     00:00    
14:46:51 #11 12.62 (76/92): perl-threads-shared-1.58-2.el8.x86_64.  11 MB/s |  48 kB     00:00    
14:46:51 #11 12.63 (77/92): pkgconf-1.4.2-1.el8.x86_64.rpm         2.7 MB/s |  38 kB     00:00    
14:46:51 #11 12.64 (78/92): perl-libs-5.26.3-419.el8_4.1.x86_64.rp  33 MB/s | 1.6 MB     00:00    
14:46:51 #11 12.64 (79/92): pkgconf-m4-1.4.2-1.el8.noarch.rpm      2.2 MB/s |  17 kB     00:00    
14:46:51 #11 12.64 (80/92): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 4.4 MB/s |  15 kB     00:00    
14:46:51 #11 12.65 (81/92): python3-dateutil-2.6.1-6.el8.noarch.rp  23 MB/s | 251 kB     00:00    
14:46:51 #11 12.65 (82/92): python3-dbus-1.2.4-15.el8.x86_64.rpm    13 MB/s | 134 kB     00:00    
14:46:51 #11 12.66 (83/92): python3-six-1.11.0-8.el8.noarch.rpm    8.3 MB/s |  38 kB     00:00    
14:46:51 #11 12.66 (84/92): python3-dnf-plugins-core-4.0.18-4.el8.  20 MB/s | 234 kB     00:00    
14:46:51 #11 12.66 (85/92): unzip-6.0-45.el8_4.x86_64.rpm           24 MB/s | 195 kB     00:00    
14:46:51 #11 12.67 (86/92): yum-utils-4.0.18-4.el8.noarch.rpm       10 MB/s |  71 kB     00:00    
14:46:51 #11 12.68 (87/92): python3-rpm-4.14.3-14.el8_4.x86_64.rpm  18 MB/s | 158 kB     00:00    
14:46:51 #11 12.68 (88/92): zip-3.0-23.el8.x86_64.rpm               19 MB/s | 270 kB     00:00    
14:46:51 #11 12.69 (89/92): rpm-build-libs-4.14.3-14.el8_4.x86_64.  24 MB/s | 155 kB     00:00    
14:46:51 #11 12.69 (90/92): rpm-4.14.3-14.el8_4.x86_64.rpm          41 MB/s | 542 kB     00:00    
14:46:51 #11 12.72 (91/92): perl-interpreter-5.26.3-419.el8_4.1.x8  39 MB/s | 6.3 MB     00:00    
14:46:51 #11 12.72 (92/92): rpm-libs-4.14.3-14.el8_4.x86_64.rpm    9.7 MB/s | 339 kB     00:00    
14:46:51 #11 12.72 --------------------------------------------------------------------------------
14:46:51 #11 12.73 Total                                            19 MB/s |  27 MB     00:01     
14:46:51 #11 12.81 Running transaction check
14:46:51 #11 12.89 Transaction check succeeded.
14:46:51 #11 12.89 Running transaction test
14:46:52 #11 13.20 Transaction test succeeded.
14:46:52 #11 13.20 Running transaction
14:46:53 #11 14.30   Preparing        :                                                        1/1 
14:46:53 #11 14.36   Upgrading        : rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
14:46:53 #11 14.38   Running scriptlet: rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
14:46:53 #11 14.45   Upgrading        : rpm-4.14.3-14.el8_4.x86_64                            2/96 
14:46:53 #11 14.48   Upgrading        : rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
14:46:53 #11 14.50   Running scriptlet: rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
14:46:53 #11 14.53   Installing       : unzip-6.0-45.el8_4.x86_64                             4/96 
14:46:53 #11 14.67   Installing       : groff-base-1.22.3-18.el8.x86_64                       5/96 
14:46:53 #11 14.70   Installing       : file-5.33-16.el8_3.1.x86_64                           6/96 
14:46:53 #11 14.72   Installing       : bzip2-1.0.6-26.el8.x86_64                             7/96 
14:46:53 #11 14.73   Installing       : python-srpm-macros-3-41.el8.noarch                    8/96 
14:46:53 #11 14.74   Installing       : python-rpm-macros-3-41.el8.noarch                     9/96 
14:46:53 #11 14.75   Installing       : python3-rpm-macros-3-41.el8.noarch                   10/96 
14:46:53 #11 14.79   Installing       : zip-3.0-23.el8.x86_64                                11/96 
14:46:53 #11 14.82   Upgrading        : python3-rpm-4.14.3-14.el8_4.x86_64                   12/96 
14:46:53 #11 14.83   Installing       : efi-srpm-macros-3-3.el8.noarch                       13/96 
14:46:53 #11 14.85   Installing       : python3-six-1.11.0-8.el8.noarch                      14/96 
14:46:53 #11 14.89   Installing       : python3-dateutil-1:2.6.1-6.el8.noarch                15/96 
14:46:53 #11 14.90   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        16/96 
14:46:54 #11 14.93   Installing       : patch-2.7.6-11.el8.x86_64                            17/96 
14:46:54 #11 15.01   Installing       : openssl-1:1.1.1g-15.el8_3.x86_64                     18/96 
14:46:54 #11 15.06   Installing       : ncurses-6.1-7.20180224.el8.x86_64                    19/96 
14:46:54 #11 15.08   Installing       : perl-Digest-1.17-395.el8.noarch                      20/96 
14:46:54 #11 15.09   Installing       : perl-Digest-MD5-2.55-396.el8.x86_64                  21/96 
14:46:54 #11 15.11   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                22/96 
14:46:54 #11 15.14   Installing       : perl-libnet-3.11-3.el8.noarch                        23/96 
14:46:54 #11 15.22   Installing       : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   24/96 
14:46:54 #11 15.25   Installing       : perl-URI-1.73-3.el8.noarch                           25/96 
14:46:54 #11 15.27   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               26/96 
14:46:54 #11 15.29   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   27/96 
14:46:54 #11 15.30   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  28/96 
14:46:54 #11 15.33   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 29/96 
14:46:54 #11 15.38   Installing       : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   30/96 
14:46:54 #11 15.40   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              31/96 
14:46:54 #11 15.41   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    32/96 
14:46:54 #11 15.43   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                33/96 
14:46:54 #11 15.47   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                34/96 
14:46:54 #11 15.49   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    35/96 
14:46:54 #11 15.51   Installing       : perl-podlators-4.11-1.el8.noarch                     36/96 
14:46:54 #11 15.54   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 37/96 
14:46:54 #11 15.55   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             38/96 
14:46:54 #11 15.57   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 39/96 
14:46:54 #11 15.58   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 40/96 
14:46:54 #11 15.61   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    41/96 
14:46:54 #11 15.63   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 42/96 
14:46:54 #11 15.64   Installing       : perl-Errno-1.28-419.el8_4.1.x86_64                   43/96 
14:46:54 #11 15.65   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     44/96 
14:46:54 #11 15.88   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      45/96 
14:46:54 #11 15.91   Installing       : perl-Carp-1.42-396.el8.noarch                        46/96 
14:46:55 #11 15.92   Installing       : perl-Exporter-5.72-396.el8.noarch                    47/96 
14:46:55 #11 16.14   Installing       : perl-libs-4:5.26.3-419.el8_4.1.x86_64                48/96 
14:46:55 #11 16.17   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           49/96 
14:46:55 #11 16.19   Installing       : perl-parent-1:0.237-1.el8.noarch                     50/96 
14:46:55 #11 16.20   Installing       : perl-macros-4:5.26.3-419.el8_4.1.x86_64              51/96 
14:46:55 #11 16.22   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         52/96 
14:46:55 #11 16.25   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           53/96 
14:46:55 #11 16.27   Installing       : perl-File-Path-2.15-2.el8.noarch                     54/96 
14:46:55 #11 16.29   Installing       : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
14:46:55 #11 16.33   Installing       : perl-PathTools-3.74-1.el8.x86_64                     56/96 
14:46:55 #11 16.35   Installing       : perl-constant-1.33-396.el8.noarch                    57/96 
14:46:55 #11 16.36   Installing       : perl-threads-1:2.21-2.el8.x86_64                     58/96 
14:46:55 #11 16.38   Installing       : perl-threads-shared-1.58-2.el8.x86_64                59/96 
14:46:55 #11 16.93   Installing       : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         60/96 
14:46:55 #11 16.96   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
14:46:55 #11 17.00   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
14:46:55 #11 17.01   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        62/96 
14:46:55 #11 17.03   Installing       : pkgconf-1.4.2-1.el8.x86_64                           63/96 
14:46:55 #11 17.04   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                64/96 
14:46:55 #11 17.08   Installing       : libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
14:46:55 #11 17.09   Running scriptlet: libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
14:46:56 #11 17.11   Installing       : emacs-filesystem-1:26.1-5.el8.noarch                 66/96 
14:46:56 #11 17.13   Installing       : desktop-file-utils-0.23-8.el8.x86_64                 67/96 
14:46:56 #11 17.15   Installing       : elfutils-debuginfod-client-0.182-3.el8.x86_64        68/96 
14:46:56 #11 17.23   Installing       : elfutils-0.182-3.el8.x86_64                          69/96 
14:46:56 #11 17.28   Installing       : diffutils-3.6-6.el8.x86_64                           70/96 
14:46:56 #11 17.30   Running scriptlet: diffutils-3.6-6.el8.x86_64                           70/96 
14:46:56 #11 17.32   Installing       : dbus-glib-0.110-2.el8.x86_64                         71/96 
14:46:56 #11 17.33   Running scriptlet: dbus-glib-0.110-2.el8.x86_64                         71/96 
14:46:56 #11 17.36   Installing       : python3-dbus-1.2.4-15.el8.x86_64                     72/96 
14:46:56 #11 17.40   Installing       : python3-dnf-plugins-core-4.0.18-4.el8.noarch         73/96 
14:46:56 #11 17.43   Installing       : dnf-plugins-core-4.0.18-4.el8.noarch                 74/96 
14:46:56 #11 17.49   Installing       : zstd-1.4.4-1.el8.x86_64                              75/96 
14:46:56 #11 17.50   Installing       : rust-srpm-macros-5-2.el8.noarch                      76/96 
14:46:56 #11 17.52   Installing       : qt5-srpm-macros-5.12.5-3.el8.noarch                  77/96 
14:46:56 #11 17.53   Installing       : perl-srpm-macros-1-25.el8.noarch                     78/96 
14:46:56 #11 17.54   Installing       : openblas-srpm-macros-2-2.el8.noarch                  79/96 
14:46:56 #11 17.55   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     80/96 
14:46:56 #11 17.56   Installing       : libipt-1.6.1-8.el8.x86_64                            81/96 
14:46:56 #11 17.58   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     82/96 
14:46:57 #11 17.60   Installing       : gc-7.6.4-3.el8.x86_64                                83/96 
14:46:57 #11 17.98   Installing       : guile-5:2.0.14-7.el8.x86_64                          84/96 
14:46:57 #11 18.01   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          84/96 
14:46:57 #11 18.39   Installing       : gdb-headless-8.2-15.el8.x86_64                       85/96 
14:46:57 #11 18.41   Installing       : go-srpm-macros-2-17.el8.noarch                       86/96 
14:46:57 #11 18.43   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   87/96 
14:46:57 #11 18.45   Installing       : dwz-0.12-9.el8.x86_64                                88/96 
14:46:57 #11 18.47   Installing       : redhat-rpm-config-125-1.el8.noarch                   89/96 
14:46:57 #11 18.50   Installing       : rpm-build-4.14.3-14.el8_4.x86_64                     90/96 
14:46:57 #11 18.52   Installing       : yum-utils-4.0.18-4.el8.noarch                        91/96 
14:46:57 #11 18.56   Installing       : rpmlint-1.10-14.el8.noarch                           92/96 
14:46:57 #11 18.57   Cleanup          : python3-rpm-4.14.3-13.el8.x86_64                     93/96 
14:46:57 #11 18.59   Cleanup          : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
14:46:57 #11 18.59   Running scriptlet: rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
14:46:57 #11 18.62   Cleanup          : rpm-4.14.3-13.el8.x86_64                             95/96 
14:46:57 #11 18.65   Cleanup          : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
14:46:57 #11 18.65   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
14:46:57 #11 18.70   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          96/96 
14:46:57 #11 18.70   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
14:46:57 #11 18.84   Verifying        : desktop-file-utils-0.23-8.el8.x86_64                  1/96 
14:46:57 #11 18.84   Verifying        : dwz-0.12-9.el8.x86_64                                 2/96 
14:46:57 #11 18.84   Verifying        : efi-srpm-macros-3-3.el8.noarch                        3/96 
14:46:57 #11 18.84   Verifying        : gc-7.6.4-3.el8.x86_64                                 4/96 
14:46:57 #11 18.84   Verifying        : gdb-headless-8.2-15.el8.x86_64                        5/96 
14:46:57 #11 18.84   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    6/96 
14:46:57 #11 18.84   Verifying        : go-srpm-macros-2-17.el8.noarch                        7/96 
14:46:57 #11 18.84   Verifying        : guile-5:2.0.14-7.el8.x86_64                           8/96 
14:46:57 #11 18.84   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                      9/96 
14:46:57 #11 18.84   Verifying        : libipt-1.6.1-8.el8.x86_64                            10/96 
14:46:57 #11 18.84   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     11/96 
14:46:57 #11 18.85   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  12/96 
14:46:57 #11 18.85   Verifying        : perl-Digest-1.17-395.el8.noarch                      13/96 
14:46:57 #11 18.85   Verifying        : perl-Digest-MD5-2.55-396.el8.x86_64                  14/96 
14:46:57 #11 18.85   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/96 
14:46:57 #11 18.85   Verifying        : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   16/96 
14:46:57 #11 18.85   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   17/96 
14:46:57 #11 18.85   Verifying        : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   18/96 
14:46:57 #11 18.85   Verifying        : perl-URI-1.73-3.el8.noarch                           19/96 
14:46:57 #11 18.85   Verifying        : perl-libnet-3.11-3.el8.noarch                        20/96 
14:46:57 #11 18.85   Verifying        : perl-srpm-macros-1-25.el8.noarch                     21/96 
14:46:57 #11 18.85   Verifying        : python-rpm-macros-3-41.el8.noarch                    22/96 
14:46:57 #11 18.85   Verifying        : python-srpm-macros-3-41.el8.noarch                   23/96 
14:46:57 #11 18.85   Verifying        : python3-rpm-macros-3-41.el8.noarch                   24/96 
14:46:57 #11 18.85   Verifying        : qt5-srpm-macros-5.12.5-3.el8.noarch                  25/96 
14:46:57 #11 18.85   Verifying        : redhat-rpm-config-125-1.el8.noarch                   26/96 
14:46:57 #11 18.85   Verifying        : rpm-build-4.14.3-14.el8_4.x86_64                     27/96 
14:46:57 #11 18.85   Verifying        : rpmlint-1.10-14.el8.noarch                           28/96 
14:46:57 #11 18.85   Verifying        : rust-srpm-macros-5-2.el8.noarch                      29/96 
14:46:57 #11 18.85   Verifying        : zstd-1.4.4-1.el8.x86_64                              30/96 
14:46:57 #11 18.85   Verifying        : bzip2-1.0.6-26.el8.x86_64                            31/96 
14:46:57 #11 18.85   Verifying        : dbus-glib-0.110-2.el8.x86_64                         32/96 
14:46:57 #11 18.85   Verifying        : diffutils-3.6-6.el8.x86_64                           33/96 
14:46:57 #11 18.85   Verifying        : dnf-plugins-core-4.0.18-4.el8.noarch                 34/96 
14:46:57 #11 18.85   Verifying        : elfutils-0.182-3.el8.x86_64                          35/96 
14:46:57 #11 18.85   Verifying        : elfutils-debuginfod-client-0.182-3.el8.x86_64        36/96 
14:46:57 #11 18.85   Verifying        : emacs-filesystem-1:26.1-5.el8.noarch                 37/96 
14:46:57 #11 18.85   Verifying        : file-5.33-16.el8_3.1.x86_64                          38/96 
14:46:57 #11 18.85   Verifying        : groff-base-1.22.3-18.el8.x86_64                      39/96 
14:46:57 #11 18.85   Verifying        : libbabeltrace-1.5.4-3.el8.x86_64                     40/96 
14:46:57 #11 18.85   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        41/96 
14:46:57 #11 18.85   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     42/96 
14:46:57 #11 18.85   Verifying        : ncurses-6.1-7.20180224.el8.x86_64                    43/96 
14:46:57 #11 18.85   Verifying        : openssl-1:1.1.1g-15.el8_3.x86_64                     44/96 
14:46:57 #11 18.85   Verifying        : patch-2.7.6-11.el8.x86_64                            45/96 
14:46:57 #11 18.85   Verifying        : perl-Carp-1.42-396.el8.noarch                        46/96 
14:46:57 #11 18.85   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                47/96 
14:46:57 #11 18.85   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      48/96 
14:46:57 #11 18.85   Verifying        : perl-Errno-1.28-419.el8_4.1.x86_64                   49/96 
14:46:57 #11 18.85   Verifying        : perl-Exporter-5.72-396.el8.noarch                    50/96 
14:46:57 #11 18.85   Verifying        : perl-File-Path-2.15-2.el8.noarch                     51/96 
14:46:57 #11 18.85   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                52/96 
14:46:57 #11 18.85   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 53/96 
14:46:57 #11 18.85   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    54/96 
14:46:57 #11 18.85   Verifying        : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
14:46:57 #11 18.85   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 56/96 
14:46:57 #11 18.85   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     57/96 
14:46:57 #11 18.85   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               58/96 
14:46:57 #11 18.85   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 59/96 
14:46:57 #11 18.85   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                60/96 
14:46:57 #11 18.85   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 61/96 
14:46:57 #11 18.85   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           62/96 
14:46:57 #11 18.85   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     63/96 
14:46:57 #11 18.85   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    64/96 
14:46:57 #11 18.85   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              65/96 
14:46:57 #11 18.85   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    66/96 
14:46:57 #11 18.85   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             67/96 
14:46:57 #11 18.85   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         68/96 
14:46:57 #11 18.85   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 69/96 
14:46:57 #11 18.85   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           70/96 
14:46:57 #11 18.85   Verifying        : perl-constant-1.33-396.el8.noarch                    71/96 
14:46:57 #11 18.85   Verifying        : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         72/96 
14:46:57 #11 18.85   Verifying        : perl-libs-4:5.26.3-419.el8_4.1.x86_64                73/96 
14:46:57 #11 18.85   Verifying        : perl-macros-4:5.26.3-419.el8_4.1.x86_64              74/96 
14:46:57 #11 18.85   Verifying        : perl-parent-1:0.237-1.el8.noarch                     75/96 
14:46:57 #11 18.85   Verifying        : perl-podlators-4.11-1.el8.noarch                     76/96 
14:46:57 #11 18.85   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     77/96 
14:46:57 #11 18.85   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                78/96 
14:46:57 #11 18.85   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           79/96 
14:46:57 #11 18.85   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        80/96 
14:46:57 #11 18.85   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                81/96 
14:46:57 #11 18.85   Verifying        : python3-dateutil-1:2.6.1-6.el8.noarch                82/96 
14:46:57 #11 18.85   Verifying        : python3-dbus-1.2.4-15.el8.x86_64                     83/96 
14:46:57 #11 18.85   Verifying        : python3-dnf-plugins-core-4.0.18-4.el8.noarch         84/96 
14:46:57 #11 18.85   Verifying        : python3-six-1.11.0-8.el8.noarch                      85/96 
14:46:57 #11 18.85   Verifying        : unzip-6.0-45.el8_4.x86_64                            86/96 
14:46:57 #11 18.85   Verifying        : yum-utils-4.0.18-4.el8.noarch                        87/96 
14:46:57 #11 18.85   Verifying        : zip-3.0-23.el8.x86_64                                88/96 
14:46:57 #11 18.85   Verifying        : python3-rpm-4.14.3-14.el8_4.x86_64                   89/96 
14:46:57 #11 18.85   Verifying        : python3-rpm-4.14.3-13.el8.x86_64                     90/96 
14:46:57 #11 18.85   Verifying        : rpm-4.14.3-14.el8_4.x86_64                           91/96 
14:46:57 #11 18.85   Verifying        : rpm-4.14.3-13.el8.x86_64                             92/96 
14:46:57 #11 18.85   Verifying        : rpm-build-libs-4.14.3-14.el8_4.x86_64                93/96 
14:46:57 #11 18.85   Verifying        : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
14:46:57 #11 18.85   Verifying        : rpm-libs-4.14.3-14.el8_4.x86_64                      95/96 
14:46:58 #11 18.85   Verifying        : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
14:46:58 #11 19.64 
14:46:58 #11 19.64 Upgraded:
14:46:58 #11 19.64   python3-rpm-4.14.3-14.el8_4.x86_64        rpm-4.14.3-14.el8_4.x86_64         
14:46:58 #11 19.64   rpm-build-libs-4.14.3-14.el8_4.x86_64     rpm-libs-4.14.3-14.el8_4.x86_64    
14:46:58 #11 19.64 Installed:
14:46:58 #11 19.64   bzip2-1.0.6-26.el8.x86_64                                                     
14:46:58 #11 19.64   dbus-glib-0.110-2.el8.x86_64                                                  
14:46:58 #11 19.64   desktop-file-utils-0.23-8.el8.x86_64                                          
14:46:58 #11 19.64   diffutils-3.6-6.el8.x86_64                                                    
14:46:58 #11 19.64   dnf-plugins-core-4.0.18-4.el8.noarch                                          
14:46:58 #11 19.64   dwz-0.12-9.el8.x86_64                                                         
14:46:58 #11 19.64   efi-srpm-macros-3-3.el8.noarch                                                
14:46:58 #11 19.64   elfutils-0.182-3.el8.x86_64                                                   
14:46:58 #11 19.64   elfutils-debuginfod-client-0.182-3.el8.x86_64                                 
14:46:58 #11 19.64   emacs-filesystem-1:26.1-5.el8.noarch                                          
14:46:58 #11 19.64   file-5.33-16.el8_3.1.x86_64                                                   
14:46:58 #11 19.64   gc-7.6.4-3.el8.x86_64                                                         
14:46:58 #11 19.64   gdb-headless-8.2-15.el8.x86_64                                                
14:46:58 #11 19.64   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
14:46:58 #11 19.64   go-srpm-macros-2-17.el8.noarch                                                
14:46:58 #11 19.64   groff-base-1.22.3-18.el8.x86_64                                               
14:46:58 #11 19.64   guile-5:2.0.14-7.el8.x86_64                                                   
14:46:58 #11 19.64   libatomic_ops-7.6.2-3.el8.x86_64                                              
14:46:58 #11 19.64   libbabeltrace-1.5.4-3.el8.x86_64                                              
14:46:58 #11 19.64   libipt-1.6.1-8.el8.x86_64                                                     
14:46:58 #11 19.64   libpkgconf-1.4.2-1.el8.x86_64                                                 
14:46:58 #11 19.64   libtool-ltdl-2.4.6-25.el8.x86_64                                              
14:46:58 #11 19.64   ncurses-6.1-7.20180224.el8.x86_64                                             
14:46:58 #11 19.64   ocaml-srpm-macros-5-4.el8.noarch                                              
14:46:58 #11 19.64   openblas-srpm-macros-2-2.el8.noarch                                           
14:46:58 #11 19.64   openssl-1:1.1.1g-15.el8_3.x86_64                                              
14:46:58 #11 19.64   patch-2.7.6-11.el8.x86_64                                                     
14:46:58 #11 19.64   perl-Carp-1.42-396.el8.noarch                                                 
14:46:58 #11 19.64   perl-Data-Dumper-2.167-399.el8.x86_64                                         
14:46:58 #11 19.64   perl-Digest-1.17-395.el8.noarch                                               
14:46:58 #11 19.64   perl-Digest-MD5-2.55-396.el8.x86_64                                           
14:46:58 #11 19.64   perl-Encode-4:2.97-3.el8.x86_64                                               
14:46:58 #11 19.64   perl-Errno-1.28-419.el8_4.1.x86_64                                            
14:46:58 #11 19.64   perl-Exporter-5.72-396.el8.noarch                                             
14:46:58 #11 19.64   perl-File-Path-2.15-2.el8.noarch                                              
14:46:58 #11 19.64   perl-File-Temp-0.230.600-1.el8.noarch                                         
14:46:58 #11 19.64   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
14:46:58 #11 19.64   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
14:46:58 #11 19.64   perl-IO-1.38-419.el8_4.1.x86_64                                               
14:46:58 #11 19.64   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
14:46:58 #11 19.64   perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch                 
14:46:58 #11 19.64   perl-MIME-Base64-3.15-396.el8.x86_64                                          
14:46:58 #11 19.64   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
14:46:58 #11 19.64   perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64                     
14:46:58 #11 19.64   perl-PathTools-3.74-1.el8.x86_64                                              
14:46:58 #11 19.64   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
14:46:58 #11 19.64   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
14:46:58 #11 19.64   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
14:46:58 #11 19.64   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
14:46:58 #11 19.64   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
14:46:58 #11 19.64   perl-Socket-4:2.027-3.el8.x86_64                                              
14:46:58 #11 19.64   perl-Storable-1:3.11-3.el8.x86_64                                             
14:46:58 #11 19.64   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
14:46:58 #11 19.64   perl-Term-Cap-1.17-395.el8.noarch                                             
14:46:58 #11 19.64   perl-Text-ParseWords-3.30-395.el8.noarch                                      
14:46:58 #11 19.64   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
14:46:58 #11 19.64   perl-Time-Local-1:1.280-1.el8.noarch                                          
14:46:58 #11 19.64   perl-URI-1.73-3.el8.noarch                                                    
14:46:58 #11 19.64   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
14:46:58 #11 19.64   perl-constant-1.33-396.el8.noarch                                             
14:46:58 #11 19.64   perl-interpreter-4:5.26.3-419.el8_4.1.x86_64                                  
14:46:58 #11 19.64   perl-libnet-3.11-3.el8.noarch                                                 
14:46:58 #11 19.64   perl-libs-4:5.26.3-419.el8_4.1.x86_64                                         
14:46:58 #11 19.64   perl-macros-4:5.26.3-419.el8_4.1.x86_64                                       
14:46:58 #11 19.64   perl-parent-1:0.237-1.el8.noarch                                              
14:46:58 #11 19.64   perl-podlators-4.11-1.el8.noarch                                              
14:46:58 #11 19.64   perl-srpm-macros-1-25.el8.noarch                                              
14:46:58 #11 19.64   perl-threads-1:2.21-2.el8.x86_64                                              
14:46:58 #11 19.64   perl-threads-shared-1.58-2.el8.x86_64                                         
14:46:58 #11 19.64   pkgconf-1.4.2-1.el8.x86_64                                                    
14:46:58 #11 19.64   pkgconf-m4-1.4.2-1.el8.noarch                                                 
14:46:58 #11 19.64   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
14:46:58 #11 19.64   python-rpm-macros-3-41.el8.noarch                                             
14:46:58 #11 19.64   python-srpm-macros-3-41.el8.noarch                                            
14:46:58 #11 19.64   python3-dateutil-1:2.6.1-6.el8.noarch                                         
14:46:58 #11 19.64   python3-dbus-1.2.4-15.el8.x86_64                                              
14:46:58 #11 19.64   python3-dnf-plugins-core-4.0.18-4.el8.noarch                                  
14:46:58 #11 19.64   python3-rpm-macros-3-41.el8.noarch                                            
14:46:58 #11 19.64   python3-six-1.11.0-8.el8.noarch                                               
14:46:58 #11 19.64   qt5-srpm-macros-5.12.5-3.el8.noarch                                           
14:46:58 #11 19.64   redhat-rpm-config-125-1.el8.noarch                                            
14:46:58 #11 19.64   rpm-build-4.14.3-14.el8_4.x86_64                                              
14:46:58 #11 19.64   rpmlint-1.10-14.el8.noarch                                                    
14:46:58 #11 19.64   rust-srpm-macros-5-2.el8.noarch                                               
14:46:58 #11 19.64   unzip-6.0-45.el8_4.x86_64                                                     
14:46:58 #11 19.64   yum-utils-4.0.18-4.el8.noarch                                                 
14:46:58 #11 19.64   zip-3.0-23.el8.x86_64                                                         
14:46:58 #11 19.64   zstd-1.4.4-1.el8.x86_64                                                       
14:46:58 #11 19.64 
14:46:58 #11 19.64 Complete!
14:46:58 #11 DONE 20.1s
14:46:58 
14:46:58 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
14:46:58 #13 sha256:a25bd032b7a4316c7e81a9b2abe6d09a99392006ddbda8d62284bd260677e4af
14:46:58 #13 DONE 0.1s
14:46:58 
14:46:58 #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
14:46:58 #14 sha256:512090942a249d1a429bad635fe96f9b8990a1df3a2795c70ffb745c06c848bd
14:47:00 #14 1.330 Last metadata expiration check: 0:00:12 ago on Mon Oct 18 14:46:48 2021.
14:47:01 #14 2.151 Package bash-4.4.19-14.el8.x86_64 is already installed.
14:47:01 #14 2.152 Package bash-4.4.19-14.el8.x86_64 is already installed.
14:47:01 #14 2.153 Package ca-certificates-2020.2.41-80.0.el8_2.noarch is already installed.
14:47:01 #14 2.155 Package libarchive-3.3.3-1.el8.x86_64 is already installed.
14:47:01 #14 2.156 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
14:47:01 #14 2.157 Package systemd-239-45.el8.x86_64 is already installed.
14:47:01 #14 2.158 Package tar-2:1.30-5.el8.x86_64 is already installed.
14:47:01 #14 2.161 Package bash-4.4.19-14.el8.x86_64 is already installed.
14:47:01 #14 2.651 Dependencies resolved.
14:47:01 #14 2.678 =========================================================================================
14:47:01 #14 2.678  Package                        Arch    Version                         Repository   Size
14:47:01 #14 2.678 =========================================================================================
14:47:01 #14 2.678 Installing:
14:47:01 #14 2.678  cmake                          x86_64  3.18.2-11.el8_4                 appstream   9.8 M
14:47:01 #14 2.678  device-mapper-devel            x86_64  8:1.02.175-5.el8                powertools  282 k
14:47:01 #14 2.678  gcc                            x86_64  8.4.1-1.el8                     appstream    23 M
14:47:01 #14 2.678  git                            x86_64  2.27.0-1.el8                    appstream   164 k
14:47:01 #14 2.678  glibc-static                   x86_64  2.28-151.el8                    powertools  2.1 M
14:47:01 #14 2.678  libseccomp-devel               x86_64  2.5.1-1.el8                     appstream    57 k
14:47:01 #14 2.678  libselinux-devel               x86_64  2.9-5.el8                       baseos      200 k
14:47:01 #14 2.678  libtool                        x86_64  2.4.6-25.el8                    appstream   709 k
14:47:01 #14 2.678  libtool-ltdl-devel             x86_64  2.4.6-25.el8                    appstream   184 k
14:47:01 #14 2.678  make                           x86_64  1:4.2.1-10.el8                  baseos      498 k
14:47:01 #14 2.678  selinux-policy-devel           noarch  3.14.3-67.el8_4.2               baseos      1.5 M
14:47:01 #14 2.678  systemd-devel                  x86_64  239-45.el8_4.3                  baseos      380 k
14:47:01 #14 2.678  which                          x86_64  2.21-12.el8                     baseos       49 k
14:47:01 #14 2.678 Upgrading:
14:47:01 #14 2.678  bash                           x86_64  4.4.20-1.el8_4                  baseos      1.5 M
14:47:01 #14 2.678  ca-certificates                noarch  2021.2.50-80.0.el8_4            baseos      390 k
14:47:01 #14 2.678  systemd                        x86_64  239-45.el8_4.3                  baseos      3.6 M
14:47:01 #14 2.678  systemd-libs                   x86_64  239-45.el8_4.3                  baseos      1.1 M
14:47:01 #14 2.678  systemd-pam                    x86_64  239-45.el8_4.3                  baseos      469 k
14:47:01 #14 2.678  systemd-udev                   x86_64  239-45.el8_4.3                  baseos      1.4 M
14:47:01 #14 2.678 Installing dependencies:
14:47:01 #14 2.678  annobin                        x86_64  9.50-1.el8                      appstream   107 k
14:47:01 #14 2.678  autoconf                       noarch  2.69-27.el8                     appstream   710 k
14:47:01 #14 2.678  automake                       noarch  1.16.1-7.el8                    appstream   713 k
14:47:01 #14 2.678  checkpolicy                    x86_64  2.9-1.el8                       baseos      348 k
14:47:01 #14 2.678  cmake-data                     noarch  3.18.2-11.el8_4                 appstream   1.6 M
14:47:01 #14 2.678  cmake-filesystem               x86_64  3.18.2-11.el8_4                 appstream    44 k
14:47:01 #14 2.678  cmake-rpm-macros               noarch  3.18.2-11.el8_4                 appstream    44 k
14:47:01 #14 2.678  cpp                            x86_64  8.4.1-1.el8                     appstream    10 M
14:47:01 #14 2.678  git-core                       x86_64  2.27.0-1.el8                    appstream   5.7 M
14:47:01 #14 2.678  git-core-doc                   noarch  2.27.0-1.el8                    appstream   2.5 M
14:47:01 #14 2.678  glibc-devel                    x86_64  2.28-151.el8                    baseos      1.0 M
14:47:01 #14 2.678  glibc-headers                  x86_64  2.28-151.el8                    baseos      478 k
14:47:01 #14 2.678  isl                            x86_64  0.16.1-6.el8                    appstream   841 k
14:47:01 #14 2.678  kbd-legacy                     noarch  2.0.4-10.el8                    baseos      481 k
14:47:01 #14 2.678  kbd-misc                       noarch  2.0.4-10.el8                    baseos      1.5 M
14:47:01 #14 2.678  kernel-headers                 x86_64  4.18.0-305.19.1.el8_4           baseos      7.1 M
14:47:01 #14 2.678  libedit                        x86_64  3.1-23.20170329cvs.el8          baseos      102 k
14:47:01 #14 2.678  libgomp                        x86_64  8.4.1-1.el8                     baseos      204 k
14:47:01 #14 2.678  libmpc                         x86_64  1.1.0-9.1.el8                   appstream    61 k
14:47:01 #14 2.678  libselinux-utils               x86_64  2.9-5.el8                       baseos      243 k
14:47:01 #14 2.678  libsepol-devel                 x86_64  2.9-2.el8                       baseos       86 k
14:47:01 #14 2.678  libuv                          x86_64  1:1.41.1-1.el8_4                appstream   156 k
14:47:01 #14 2.678  libxcrypt-devel                x86_64  4.1.1-4.el8                     baseos       25 k
14:47:01 #14 2.678  libxcrypt-static               x86_64  4.1.1-4.el8                     powertools   53 k
14:47:01 #14 2.678  m4                             x86_64  1.4.18-7.el8                    baseos      223 k
14:47:01 #14 2.678  openssh                        x86_64  8.0p1-6.el8_4.2                 baseos      521 k
14:47:01 #14 2.678  openssh-clients                x86_64  8.0p1-6.el8_4.2                 baseos      667 k
14:47:01 #14 2.678  pcre2-devel                    x86_64  10.32-2.el8                     baseos      605 k
14:47:01 #14 2.678  pcre2-utf16                    x86_64  10.32-2.el8                     baseos      229 k
14:47:01 #14 2.678  pcre2-utf32                    x86_64  10.32-2.el8                     baseos      220 k
14:47:01 #14 2.678  perl-Error                     noarch  1:0.17025-2.el8                 appstream    46 k
14:47:01 #14 2.678  perl-Git                       noarch  2.27.0-1.el8                    appstream    77 k
14:47:01 #14 2.678  perl-TermReadKey               x86_64  2.37-7.el8                      appstream    40 k
14:47:01 #14 2.678  perl-Thread-Queue              noarch  3.13-1.el8                      appstream    24 k
14:47:01 #14 2.678  policycoreutils                x86_64  2.9-14.el8                      baseos      373 k
14:47:01 #14 2.678  policycoreutils-devel          x86_64  2.9-14.el8                      baseos      292 k
14:47:01 #14 2.678  policycoreutils-python-utils   noarch  2.9-14.el8                      baseos      252 k
14:47:01 #14 2.678  python3-audit                  x86_64  3.0-0.17.20191104git1c2f876.el8 baseos       86 k
14:47:01 #14 2.678  python3-libselinux             x86_64  2.9-5.el8                       baseos      283 k
14:47:01 #14 2.678  python3-libsemanage            x86_64  2.9-6.el8                       baseos      127 k
14:47:01 #14 2.678  python3-policycoreutils        noarch  2.9-14.el8                      baseos      2.2 M
14:47:01 #14 2.678  python3-setools                x86_64  4.3.0-2.el8                     baseos      626 k
14:47:01 #14 2.678  rpm-plugin-selinux             x86_64  4.14.3-14.el8_4                 baseos       76 k
14:47:01 #14 2.678  selinux-policy                 noarch  3.14.3-67.el8_4.2               baseos      628 k
14:47:01 #14 2.678  selinux-policy-minimum         noarch  3.14.3-67.el8_4.2               baseos       13 M
14:47:01 #14 2.678  vim-filesystem                 noarch  2:8.0.1763-15.el8               appstream    48 k
14:47:01 #14 2.678  xkeyboard-config               noarch  2.28-1.el8                      appstream   782 k
14:47:01 #14 2.678 Installing weak dependencies:
14:47:01 #14 2.678  kbd                            x86_64  2.0.4-10.el8                    baseos      390 k
14:47:01 #14 2.678  libxkbcommon                   x86_64  0.9.1-1.el8                     appstream   116 k
14:47:01 #14 2.678 
14:47:01 #14 2.678 Transaction Summary
14:47:01 #14 2.678 =========================================================================================
14:47:01 #14 2.678 Install  62 Packages
14:47:01 #14 2.678 Upgrade   6 Packages
14:47:01 #14 2.678 
14:47:01 #14 2.684 Total download size: 104 M
14:47:01 #14 2.694 Downloading Packages:
14:47:06 #14 6.510 (1/68): autoconf-2.69-27.el8.noarch.rpm         2.8 MB/s | 710 kB     00:00    
14:47:06 #14 6.514 (2/68): automake-1.16.1-7.el8.noarch.rpm        2.8 MB/s | 713 kB     00:00    
14:47:06 #14 6.516 (3/68): annobin-9.50-1.el8.x86_64.rpm           426 kB/s | 107 kB     00:00    
14:47:06 #14 6.522 (4/68): cmake-filesystem-3.18.2-11.el8_4.x86_64 7.0 MB/s |  44 kB     00:00    
14:47:06 #14 6.528 (5/68): cmake-rpm-macros-3.18.2-11.el8_4.noarch 8.8 MB/s |  44 kB     00:00    
14:47:06 #14 6.565 (6/68): cmake-data-3.18.2-11.el8_4.noarch.rpm    33 MB/s | 1.6 MB     00:00    
14:47:06 #14 6.736 (7/68): cmake-3.18.2-11.el8_4.x86_64.rpm         43 MB/s | 9.8 MB     00:00    
14:47:06 #14 6.745 (8/68): git-2.27.0-1.el8.x86_64.rpm              21 MB/s | 164 kB     00:00    
14:47:06 #14 6.813 (9/68): cpp-8.4.1-1.el8.x86_64.rpm               37 MB/s |  10 MB     00:00    
14:47:06 #14 6.852 (10/68): git-core-doc-2.27.0-1.el8.noarch.rpm    67 MB/s | 2.5 MB     00:00    
14:47:06 #14 6.882 (11/68): isl-0.16.1-6.el8.x86_64.rpm             28 MB/s | 841 kB     00:00    
14:47:06 #14 6.887 (12/68): libmpc-1.1.0-9.1.el8.x86_64.rpm         15 MB/s |  61 kB     00:00    
14:47:06 #14 6.893 (13/68): libseccomp-devel-2.5.1-1.el8.x86_64.rp 9.8 MB/s |  57 kB     00:00    
14:47:06 #14 6.914 (14/68): libtool-2.4.6-25.el8.x86_64.rpm         33 MB/s | 709 kB     00:00    
14:47:06 #14 6.929 (15/68): libtool-ltdl-devel-2.4.6-25.el8.x86_64  13 MB/s | 184 kB     00:00    
14:47:06 #14 6.940 (16/68): libuv-1.41.1-1.el8_4.x86_64.rpm         14 MB/s | 156 kB     00:00    
14:47:06 #14 6.946 (17/68): libxkbcommon-0.9.1-1.el8.x86_64.rpm     20 MB/s | 116 kB     00:00    
14:47:06 #14 6.951 (18/68): perl-Error-0.17025-2.el8.noarch.rpm    9.9 MB/s |  46 kB     00:00    
14:47:06 #14 6.959 (19/68): perl-Git-2.27.0-1.el8.noarch.rpm        11 MB/s |  77 kB     00:00    
14:47:06 #14 6.963 (20/68): perl-TermReadKey-2.37-7.el8.x86_64.rpm  10 MB/s |  40 kB     00:00    
14:47:06 #14 6.999 (21/68): git-core-2.27.0-1.el8.x86_64.rpm        22 MB/s | 5.7 MB     00:00    
14:47:06 #14 7.000 (22/68): perl-Thread-Queue-3.13-1.el8.noarch.rp 653 kB/s |  24 kB     00:00    
14:47:06 #14 7.018 (23/68): vim-filesystem-8.0.1763-15.el8.noarch. 2.6 MB/s |  48 kB     00:00    
14:47:06 #14 7.022 (24/68): xkeyboard-config-2.28-1.el8.noarch.rpm  36 MB/s | 782 kB     00:00    
14:47:06 #14 7.030 (25/68): checkpolicy-2.9-1.el8.x86_64.rpm        30 MB/s | 348 kB     00:00    
14:47:06 #14 7.047 (26/68): glibc-headers-2.28-151.el8.x86_64.rpm   28 MB/s | 478 kB     00:00    
14:47:06 #14 7.052 (27/68): glibc-devel-2.28-151.el8.x86_64.rpm     34 MB/s | 1.0 MB     00:00    
14:47:06 #14 7.061 (28/68): kbd-2.0.4-10.el8.x86_64.rpm             28 MB/s | 390 kB     00:00    
14:47:06 #14 7.073 (29/68): kbd-legacy-2.0.4-10.el8.noarch.rpm      24 MB/s | 481 kB     00:00    
14:47:06 #14 7.114 (30/68): kbd-misc-2.0.4-10.el8.noarch.rpm        28 MB/s | 1.5 MB     00:00    
14:47:06 #14 7.136 (31/68): libedit-3.1-23.20170329cvs.el8.x86_64. 4.9 MB/s | 102 kB     00:00    
14:47:06 #14 7.148 (32/68): libgomp-8.4.1-1.el8.x86_64.rpm          16 MB/s | 204 kB     00:00    
14:47:06 #14 7.160 (33/68): libselinux-devel-2.9-5.el8.x86_64.rpm   18 MB/s | 200 kB     00:00    
14:47:06 #14 7.173 (34/68): libselinux-utils-2.9-5.el8.x86_64.rpm   19 MB/s | 243 kB     00:00    
14:47:06 #14 7.181 (35/68): libsepol-devel-2.9-2.el8.x86_64.rpm     11 MB/s |  86 kB     00:00    
14:47:06 #14 7.187 (36/68): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 4.5 MB/s |  25 kB     00:00    
14:47:06 #14 7.197 (37/68): m4-1.4.18-7.el8.x86_64.rpm              24 MB/s | 223 kB     00:00    
14:47:06 #14 7.217 (38/68): make-4.2.1-10.el8.x86_64.rpm            24 MB/s | 498 kB     00:00    
14:47:06 #14 7.235 (39/68): openssh-8.0p1-6.el8_4.2.x86_64.rpm      29 MB/s | 521 kB     00:00    
14:47:06 #14 7.367 (40/68): gcc-8.4.1-1.el8.x86_64.rpm              29 MB/s |  23 MB     00:00    
14:47:06 #14 7.405 (41/68): kernel-headers-4.18.0-305.19.1.el8_4.x  22 MB/s | 7.1 MB     00:00    
14:47:06 #14 7.409 (42/68): openssh-clients-8.0p1-6.el8_4.2.x86_64 3.7 MB/s | 667 kB     00:00    
14:47:06 #14 7.414 (43/68): pcre2-devel-10.32-2.el8.x86_64.rpm      13 MB/s | 605 kB     00:00    
14:47:06 #14 7.416 (44/68): pcre2-utf16-10.32-2.el8.x86_64.rpm      21 MB/s | 229 kB     00:00    
14:47:06 #14 7.420 (45/68): pcre2-utf32-10.32-2.el8.x86_64.rpm      21 MB/s | 220 kB     00:00    
14:47:06 #14 7.426 (46/68): policycoreutils-2.9-14.el8.x86_64.rpm   31 MB/s | 373 kB     00:00    
14:47:06 #14 7.436 (47/68): policycoreutils-python-utils-2.9-14.el  16 MB/s | 252 kB     00:00    
14:47:06 #14 7.437 (48/68): python3-audit-3.0-0.17.20191104git1c2f 8.1 MB/s |  86 kB     00:00    
14:47:06 #14 7.439 (49/68): policycoreutils-devel-2.9-14.el8.x86_6  13 MB/s | 292 kB     00:00    
14:47:06 #14 7.443 (50/68): python3-libsemanage-2.9-6.el8.x86_64.r  22 MB/s | 127 kB     00:00    
14:47:06 #14 7.449 (51/68): python3-libselinux-2.9-5.el8.x86_64.rp  21 MB/s | 283 kB     00:00    
14:47:06 #14 7.457 (52/68): rpm-plugin-selinux-4.14.3-14.el8_4.x86  10 MB/s |  76 kB     00:00    
14:47:06 #14 7.471 (53/68): python3-setools-4.3.0-2.el8.x86_64.rpm  22 MB/s | 626 kB     00:00    
14:47:06 #14 7.480 (54/68): selinux-policy-3.14.3-67.el8_4.2.noarc  27 MB/s | 628 kB     00:00    
14:47:06 #14 7.499 (55/68): python3-policycoreutils-2.9-14.el8.noa  38 MB/s | 2.2 MB     00:00    
14:47:06 #14 7.516 (56/68): systemd-devel-239-45.el8_4.3.x86_64.rp  22 MB/s | 380 kB     00:00    
14:47:06 #14 7.520 (57/68): which-2.21-12.el8.x86_64.rpm            13 MB/s |  49 kB     00:00    
14:47:06 #14 7.541 (58/68): device-mapper-devel-1.02.175-5.el8.x86  14 MB/s | 282 kB     00:00    
14:47:06 #14 7.551 (59/68): selinux-policy-devel-3.14.3-67.el8_4.2  19 MB/s | 1.5 MB     00:00    
14:47:06 #14 7.560 (60/68): libxcrypt-static-4.1.1-4.el8.x86_64.rp 6.3 MB/s |  53 kB     00:00    
14:47:06 #14 7.610 (61/68): glibc-static-2.28-151.el8.x86_64.rpm    30 MB/s | 2.1 MB     00:00    
14:47:06 #14 7.617 (62/68): bash-4.4.20-1.el8_4.x86_64.rpm          27 MB/s | 1.5 MB     00:00    
14:47:06 #14 7.635 (63/68): ca-certificates-2021.2.50-80.0.el8_4.n  16 MB/s | 390 kB     00:00    
14:47:06 #14 7.714 (64/68): selinux-policy-minimum-3.14.3-67.el8_4  57 MB/s |  13 MB     00:00    
14:47:06 #14 7.725 (65/68): systemd-libs-239-45.el8_4.3.x86_64.rpm  12 MB/s | 1.1 MB     00:00    
14:47:06 #14 7.748 (66/68): systemd-239-45.el8_4.3.x86_64.rpm       27 MB/s | 3.6 MB     00:00    
14:47:06 #14 7.760 (67/68): systemd-udev-239-45.el8_4.3.x86_64.rpm  40 MB/s | 1.4 MB     00:00    
14:47:06 #14 7.777 (68/68): systemd-pam-239-45.el8_4.3.x86_64.rpm  7.3 MB/s | 469 kB     00:00    
14:47:06 #14 7.781 --------------------------------------------------------------------------------
14:47:06 #14 7.782 Total                                            20 MB/s | 104 MB     00:05     
14:47:07 #14 7.929 Running transaction check
14:47:07 #14 8.076 Transaction check succeeded.
14:47:07 #14 8.076 Running transaction test
14:47:08 #14 9.083 Transaction test succeeded.
14:47:08 #14 9.085 Running transaction
14:47:09 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
14:47:09 cd /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
14:47:09 #1 [internal] booting buildkit
14:47:09 #1 pulling image moby/buildkit:buildx-stable-1
14:47:09 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done
14:47:09 #1 creating container buildx_buildkit_hopeful_wescoff0
14:47:09 #14 10.23   Preparing        :                                                        1/1 
14:47:09 #14 10.28   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                             1/1 
14:47:09 #14 10.44   Upgrading        : bash-4.4.20-1.el8_4.x86_64                            1/74 
14:47:09 #14 10.46   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                            1/74 
14:47:09 #14 10.48   Installing       : python3-libselinux-2.9-5.el8.x86_64                   2/74 
14:47:09 #14 10.52   Installing       : m4-1.4.18-7.el8.x86_64                                3/74 
14:47:09 #14 10.55   Running scriptlet: m4-1.4.18-7.el8.x86_64                                3/74 
14:47:09 #14 10.61   Installing       : autoconf-2.69-27.el8.noarch                           4/74 
14:47:09 #14 10.64   Running scriptlet: autoconf-2.69-27.el8.noarch                           4/74 
14:47:09 #14 10.70   Installing       : make-1:4.2.1-10.el8.x86_64                            5/74 
14:47:09 #14 10.72   Running scriptlet: make-1:4.2.1-10.el8.x86_64                            5/74 
14:47:09 #14 10.85   Upgrading        : systemd-libs-239-45.el8_4.3.x86_64                    6/74 
14:47:09 #14 10.86   Running scriptlet: systemd-libs-239-45.el8_4.3.x86_64                    6/74 
14:47:09 #14 10.92   Installing       : checkpolicy-2.9-1.el8.x86_64                          7/74 
14:47:09 #14 10.94   Installing       : libmpc-1.1.0-9.1.el8.x86_64                           8/74 
14:47:10 #14 10.96   Installing       : cmake-rpm-macros-3.18.2-11.el8_4.noarch               9/74 
14:47:10 #1 creating container buildx_buildkit_hopeful_wescoff0 2.2s done
14:47:10 #1 DONE 5.2s
14:47:11 
14:47:11 #2 [internal] load build definition from Dockerfile
14:47:11 #2 transferring dockerfile: 2.55kB done
14:47:11 #2 DONE 0.1s
14:47:11 
14:47:11 #3 [internal] load .dockerignore
14:47:11 #3 transferring context: 174B done
14:47:11 #3 DONE 0.1s
14:47:11 
14:47:11 #5 [auth] docker/dockerfile:pull token for registry-1.docker.io
14:47:11 #14 10.97   Installing       : cmake-filesystem-3.18.2-11.el8_4.x86_64              10/74 
14:47:11 #14 12.01   Installing       : cpp-8.4.1-1.el8.x86_64                               11/74 
14:47:11 #14 12.03   Running scriptlet: cpp-8.4.1-1.el8.x86_64                               11/74 
14:47:11 #14 12.05   Installing       : python3-libsemanage-2.9-6.el8.x86_64                 12/74 
14:47:11 #5 DONE 0.0s
14:47:11 
14:47:11 #4 resolve image config for docker.io/docker/dockerfile:1.3
14:47:11 #14 12.14   Installing       : python3-setools-4.3.0-2.el8.x86_64                   13/74 
14:47:11 #14 12.18   Installing       : libgomp-8.4.1-1.el8.x86_64                           14/74 
14:47:11 #14 12.19   Running scriptlet: libgomp-8.4.1-1.el8.x86_64                           14/74 
14:47:11 #14 12.21   Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64                       15/74 
14:47:11 #14 12.29   Installing       : openssh-8.0p1-6.el8_4.2.x86_64                       15/74 
14:47:11 #14 12.31   Installing       : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   16/74 
14:47:11 #14 12.35   Installing       : pcre2-utf32-10.32-2.el8.x86_64                       17/74 
14:47:11 #14 12.38   Installing       : pcre2-utf16-10.32-2.el8.x86_64                       18/74 
14:47:11 #14 12.46   Installing       : pcre2-devel-10.32-2.el8.x86_64                       19/74 
14:47:11 #14 12.49   Installing       : libsepol-devel-2.9-2.el8.x86_64                      20/74 
14:47:11 #14 12.53   Installing       : libselinux-devel-2.9-5.el8.x86_64                    21/74 
14:47:11 #14 12.57   Installing       : libselinux-utils-2.9-5.el8.x86_64                    22/74 
14:47:11 #14 12.62   Installing       : policycoreutils-2.9-14.el8.x86_64                    23/74 
14:47:11 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:47:11 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:47:11 GOOS="" GOARCH="" GOARM=""
14:47:11 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:47:11 
14:47:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
14:47:11 + RM_GOPATH=0
14:47:11 + TMP_GOPATH=/go
14:47:11 + : /usr/local/bin
14:47:11 + '[' -z /go ']'
14:47:11 + export GOPATH=/go
14:47:11 + GOPATH=/go
14:47:11 + case "$(go env GOARCH)" in
14:47:11 ++ go env GOARCH
14:47:11 + export GO_BUILDMODE=-buildmode=pie
14:47:11 + GO_BUILDMODE=-buildmode=pie
14:47:11 ++ dirname hack/dockerfile/install/install.sh
14:47:11 + dir=hack/dockerfile/install
14:47:11 + bin=tini
14:47:11 + shift
14:47:11 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
14:47:11 + . hack/dockerfile/install/tini.installer
14:47:11 ++ : v0.19.0
14:47:11 Install tini version v0.19.0
14:47:11 + install_tini
14:47:11 + echo 'Install tini version v0.19.0'
14:47:11 + git clone https://github.com/krallin/tini.git /go/tini
14:47:11 Cloning into '/go/tini'...
14:47:11 + cd /go/tini
14:47:11 + git checkout -q v0.19.0
14:47:11 + cmake .
14:47:11 -- The C compiler identification is GNU 10.2.1
14:47:11 -- Detecting C compiler ABI info
14:47:11 -- Detecting C compiler ABI info - done
14:47:11 -- Check for working C compiler: /usr/bin/cc - skipped
14:47:11 -- Detecting C compile features
14:47:11 -- Detecting C compile features - done
14:47:11 -- Performing Test HAS_BUILTIN_FORTIFY
14:47:11 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:47:11 -- Configuring done
14:47:11 -- Generating done
14:47:11 -- Build files have been written to: /go/tini
14:47:11 + make tini-static
14:47:11 make[2]: Entering directory '/go/tini'
14:47:11 make[3]: Entering directory '/go/tini'
14:47:11 make[4]: Entering directory '/go/tini'
14:47:11 make[5]: Entering directory '/go/tini'
14:47:11 Scanning dependencies of target tini-static
14:47:11 make[5]: Leaving directory '/go/tini'
14:47:11 make[5]: Entering directory '/go/tini'
14:47:11 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:47:11 [100%] Linking C executable tini-static
14:47:11 make[5]: Leaving directory '/go/tini'
14:47:11 [100%] Built target tini-static
14:47:11 make[4]: Leaving directory '/go/tini'
14:47:11 make[3]: Leaving directory '/go/tini'
14:47:11 make[2]: Leaving directory '/go/tini'
14:47:11 + mkdir -p /usr/local/bin
14:47:11 + cp tini-static /usr/local/bin/docker-init
14:47:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
14:47:11 + RM_GOPATH=0
14:47:11 + TMP_GOPATH=/go
14:47:11 + : /usr/local/bin
14:47:11 + '[' -z /go ']'
14:47:11 + export GOPATH=/go
14:47:11 + GOPATH=/go
14:47:11 + case "$(go env GOARCH)" in
14:47:11 ++ go env GOARCH
14:47:11 + export GO_BUILDMODE=-buildmode=pie
14:47:11 + GO_BUILDMODE=-buildmode=pie
14:47:11 ++ dirname hack/dockerfile/install/install.sh
14:47:11 + dir=hack/dockerfile/install
14:47:11 + bin=rootlesskit
14:47:11 + shift
14:47:11 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
14:47:11 + . hack/dockerfile/install/rootlesskit.installer
14:47:11 ++ : v0.14.4
14:47:11 + install_rootlesskit dynamic
14:47:11 + case "$1" in
14:47:11 + install_rootlesskit_dynamic
14:47:11 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
14:47:11 + ROOTLESSKIT_LDFLAGS=-linkmode=external
14:47:11 + export BUILD_MODE=-buildmode=pie
14:47:11 + BUILD_MODE=-buildmode=pie
14:47:11 + _install_rootlesskit
14:47:11 + echo 'Install rootlesskit version v0.14.4'
14:47:11 + for f in rootlesskit rootlesskit-docker-proxy
14:47:11 + GOBIN=/usr/local/bin
14:47:11 + GO111MODULE=on
14:47:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
14:47:11 Install rootlesskit version v0.14.4
14:47:11 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
14:47:11 #14 12.64   Running scriptlet: policycoreutils-2.9-14.el8.x86_64                    23/74 
14:47:11 #14 12.86   Installing       : python3-policycoreutils-2.9-14.el8.noarch            24/74 
14:47:11 #14 12.90   Installing       : policycoreutils-python-utils-2.9-14.el8.noarch       25/74 
14:47:11 #14 12.91   Installing       : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            26/74 
14:47:11 #14 12.93   Installing       : selinux-policy-3.14.3-67.el8_4.2.noarch              27/74 
14:47:11 #14 12.94   Running scriptlet: selinux-policy-3.14.3-67.el8_4.2.noarch              27/74 
14:47:11 #4 DONE 0.7s
14:47:11 
14:47:11 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
14:47:11 #6 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 0.0s done
14:47:11 #6 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s
14:47:12 #6 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s done
14:47:12 #6 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338
14:47:12 #6 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done
14:47:12 #6 DONE 0.4s
14:47:12 
14:47:12 #11 [auth] tonistiigi/xx:pull token for registry-1.docker.io
14:47:12 #11 DONE 0.0s
14:47:12 
14:47:12 #12 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
14:47:12 #12 DONE 0.0s
14:47:12 
14:47:12 #13 [auth] library/golang:pull token for registry-1.docker.io
14:47:12 #13 DONE 0.0s
14:47:12 
14:47:12 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.9-alpine
14:47:13 #9 DONE 0.8s
14:47:13 
14:47:13 #7 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
14:47:13 #7 DONE 0.8s
14:47:13 
14:47:13 #10 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
14:47:13 #10 DONE 0.8s
14:47:13 
14:47:13 #8 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
14:47:13 #8 DONE 0.9s
14:47:13 
14:47:13 #21 [internal] load build context
14:47:13 #21 DONE 0.0s
14:47:13 
14:47:13 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
14:47:13 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.1s done
14:47:13 #15 DONE 0.0s
14:47:13 
14:47:13 #27 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
14:47:13 #27 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
14:47:13 #27 DONE 0.0s
14:47:13 
14:47:13 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
14:47:13 #14 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.1s done
14:47:13 #14 DONE 0.1s
14:47:13 
14:47:13 #22 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
14:47:13 #14 12.97   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
14:47:13 #14 14.39   Installing       : selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
14:47:13 #22 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
14:47:13 #22 DONE 0.0s
14:47:13 
14:47:13 #27 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
14:47:13 #27 DONE 0.1s
14:47:13 
14:47:13 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
14:47:13 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.1s done
14:47:13 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 0.1s done
14:47:13 #15 DONE 0.2s
14:47:13 
14:47:13 #21 [internal] load build context
14:47:16 #21 transferring context: 21.97MB 2.3s
14:47:17  dpkg-genbuildinfo
14:47:17 #21 transferring context: 51.23MB 3.8s done
14:47:17 #21 DONE 4.1s
14:47:17 
14:47:17 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
14:47:17 #14 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 156B / 156B 0.4s done
14:47:17 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 105.80MB / 105.80MB 3.0s done
14:47:17 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.3s done
14:47:17 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.1s done
14:47:17 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.3s done
14:47:17 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.8s done
14:47:17 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.2s done
14:47:17 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 0.1s done
14:47:17 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2
14:47:18  dpkg-genchanges  >../docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.changes
14:47:19 dpkg-genchanges: info: including full source code in upload
14:47:19  dpkg-source -I.git --after-build .
14:47:19 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:47:19 + destination=/build
14:47:19 + mkdir -p /build
14:47:19 + mv -v /root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.buildinfo /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.changes /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb /root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb /build
14:47:19 copied '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'
14:47:19 removed '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'
14:47:19 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'
14:47:19 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'
14:47:19 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.dsc'
14:47:19 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.dsc'
14:47:19 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.tar.gz'
14:47:19 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.tar.gz'
14:47:19 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.buildinfo'
14:47:19 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.buildinfo'
14:47:19 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.changes' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.changes'
14:47:19 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.changes'
14:47:19 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'
14:47:19 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal_amd64.deb'
14:47:19 copied '/root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'
14:47:19 removed '/root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'
14:47:20 #14 14.44   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
14:47:20 #14 21.17   Installing       : policycoreutils-devel-2.9-14.el8.x86_64              29/74 
14:47:20 #14 21.41   Installing       : selinux-policy-devel-3.14.3-67.el8_4.2.noarch        30/74 
14:47:20 #14 21.45   Running scriptlet: selinux-policy-devel-3.14.3-67.el8_4.2.noarch        30/74 
14:47:20 #14 21.47   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                31/74 
14:47:21 #14 21.58   Installing       : openssh-clients-8.0p1-6.el8_4.2.x86_64               32/74 
14:47:21 #14 22.30   Installing       : git-core-2.27.0-1.el8.x86_64                         33/74 
14:47:22 #14 22.68   Installing       : git-core-doc-2.27.0-1.el8.noarch                     34/74 
14:47:22 #14 22.95   Installing       : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          35/74 
14:47:22 #14 22.99   Running scriptlet: glibc-headers-2.28-151.el8.x86_64                    36/74 
14:47:22 #14 23.08   Installing       : glibc-headers-2.28-151.el8.x86_64                    36/74 
14:47:22 #14 23.10   Installing       : libxcrypt-devel-4.1.1-4.el8.x86_64                   37/74 
14:47:22 #14 23.20   Installing       : glibc-devel-2.28-151.el8.x86_64                      38/74 
14:47:22 #14 23.22   Running scriptlet: glibc-devel-2.28-151.el8.x86_64                      38/74 
14:47:22 #14 23.24   Installing       : libxcrypt-static-4.1.1-4.el8.x86_64                  39/74 
14:47:22 #14 23.62   Installing       : glibc-static-2.28-151.el8.x86_64                     40/74 
14:47:22 #14 23.82   Installing       : kbd-misc-2.0.4-10.el8.noarch                         41/74 
14:47:23 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
14:47:23 #14 23.91   Installing       : kbd-legacy-2.0.4-10.el8.noarch                       42/74 
14:47:23 #14 23.98   Installing       : kbd-2.0.4-10.el8.x86_64                              43/74 
14:47:23 #14 24.12   Installing       : xkeyboard-config-2.28-1.el8.noarch                   44/74 
14:47:23 #14 24.15   Installing       : libxkbcommon-0.9.1-1.el8.x86_64                      45/74 
14:47:23 #14 24.20   Upgrading        : systemd-pam-239-45.el8_4.3.x86_64                    46/74 
14:47:23 == Building packages for ubuntu-hirsute ==
14:47:23 mkdir -p "debbuild/ubuntu-hirsute"
14:47:23 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-hirsute/x86_64 -f ubuntu-hirsute/Dockerfile .
14:47:23 #14 24.22   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/74 
14:47:23 #14 24.67   Upgrading        : systemd-239-45.el8_4.3.x86_64                        47/74 
14:47:23 #14 24.71   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/74 
14:47:23 #14 24.82   Installing       : systemd-devel-239-45.el8_4.3.x86_64                  48/74 
14:47:23 #14 24.84   Installing       : vim-filesystem-2:8.0.1763-15.el8.noarch              49/74 
14:47:23 #14 24.85   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  50/74 
14:47:24 #14 24.93   Installing       : automake-1.16.1-7.el8.noarch                         51/74 
14:47:24 #14 24.95   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   52/74 
14:47:24 #14 24.97   Installing       : perl-Error-1:0.17025-2.el8.noarch                    53/74 
14:47:24 #14 24.99   Installing       : perl-Git-2.27.0-1.el8.noarch                         54/74 
14:47:24 #14 25.02   Installing       : git-2.27.0-1.el8.x86_64                              55/74 
14:47:24 #14 ...
14:47:24 
14:47:24 #27 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
14:47:24 #27 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.8s done
14:47:24 #27 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
14:47:24 #27 ...
14:47:24 
14:47:24 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
14:47:24 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 6.8s done
14:47:24 #14 extracting sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948
14:47:24 #14 extracting sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 0.1s done
14:47:24 #14 DONE 10.2s
14:47:24 
14:47:24 #16 [linux/amd64 build-base-alpine 1/3] COPY --from=xx / /
14:47:24 #14 25.05   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        56/74 
14:47:24 #1 [internal] load build definition from Dockerfile
14:47:24 #1 sha256:9dec63fa7cf6aa892340893a14074fba56afd4b2303354c431f5f36894e077e5
14:47:24 #1 transferring dockerfile: 1.22kB done
14:47:24 #1 DONE 0.0s
14:47:24 
14:47:24 #2 [internal] load .dockerignore
14:47:24 #2 sha256:ee55ead918589b9258c0ba13e3576bd9b18b87b902323c37eae8bb8ecce2e583
14:47:24 #2 transferring context: 2B done
14:47:24 #2 DONE 0.0s
14:47:24 
14:47:24 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
14:47:24 #5 sha256:02f7b0dd04c77f3ffc4655acc997946f8cf947d61f6bc0418325ac928a0b5475
14:47:24 #5 DONE 0.0s
14:47:24 
14:47:24 #6 [auth] library/golang:pull token for registry-1.docker.io
14:47:24 #6 sha256:d4f16bcb79260e8301acbe9f98c28fed72ff0c2185dc6ea44d698168365eeb3f
14:47:24 #6 DONE 0.0s
14:47:24 
14:47:24 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:47:24 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
14:47:24 #4 DONE 0.2s
14:47:24 
14:47:24 #3 [internal] load metadata for docker.io/library/ubuntu:hirsute
14:47:24 #3 sha256:4e2b45bdbcc0cac28506a4b9f369177f0116286e15d2650bc444a6032daf6994
14:47:24 #3 DONE 0.3s
14:47:24 
14:47:24 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:47:24 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:47:24 #14 DONE 0.0s
14:47:24 
14:47:24 #10 [internal] load build context
14:47:24 #10 sha256:f29af11be4875c9923c502113cedf1ca7dde3c122a61112e464faff6d3e80898
14:47:24 #10 transferring context: 756B 0.0s done
14:47:24 #10 DONE 0.0s
14:47:24 
14:47:24 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:47:24 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:47:24 #14 CACHED
14:47:24 
14:47:24 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:hirsute@sha256:26cd4ff32a9c031eaca3d6f589a7799f28b34a539e1bd81acbf1a6efeec4b1ce
14:47:24 #7 sha256:aec37616e4f00aabe5967165598bc79f0c303e19be323aa6064b43005d834c22
14:47:24 #7 resolve docker.io/library/ubuntu:hirsute@sha256:26cd4ff32a9c031eaca3d6f589a7799f28b34a539e1bd81acbf1a6efeec4b1ce 0.0s done
14:47:24 #7 sha256:0b19ac4988412eaf6ab191ab246d2e1bc9d792ce9a57ef3e97635b41118c4fe9 529B / 529B done
14:47:24 #7 sha256:de6f83bfe0b632bd4a5018a57a9c0386564d6ece1645862388200d5a81dae9a7 1.46kB / 1.46kB done
14:47:24 #7 sha256:80d63867ecd7f5e4a966c8400729828e902773a9f03109a2ec69605ddc8045a9 7.34MB / 31.70MB 0.1s
14:47:24 #7 sha256:26cd4ff32a9c031eaca3d6f589a7799f28b34a539e1bd81acbf1a6efeec4b1ce 1.42kB / 1.42kB done
14:47:25 #7 sha256:80d63867ecd7f5e4a966c8400729828e902773a9f03109a2ec69605ddc8045a9 16.78MB / 31.70MB 0.2s
14:47:25 #7 sha256:80d63867ecd7f5e4a966c8400729828e902773a9f03109a2ec69605ddc8045a9 31.70MB / 31.70MB 0.4s
14:47:25 #7 sha256:80d63867ecd7f5e4a966c8400729828e902773a9f03109a2ec69605ddc8045a9 31.70MB / 31.70MB 0.6s done
14:47:25 #16 DONE 0.8s
14:47:25 
14:47:25 #17 [linux/amd64 build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
14:47:25 #17 0.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
14:47:25 #14 25.43   Installing       : cmake-data-3.18.2-11.el8_4.noarch                    57/74 
14:47:25 #14 26.36   Installing       : cmake-3.18.2-11.el8_4.x86_64                         58/74 
14:47:25 #7 extracting sha256:80d63867ecd7f5e4a966c8400729828e902773a9f03109a2ec69605ddc8045a9 0.1s
14:47:25 #14 26.47   Installing       : isl-0.16.1-6.el8.x86_64                              59/74 
14:47:26 #17 1.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
14:47:26 #17 1.580 (1/18) Installing libffi (3.3-r2)
14:47:26 #17 1.585 (2/18) Installing libgcc (10.3.1_git20210424-r2)
14:47:26 #17 1.587 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
14:47:26 #17 1.607 (4/18) Installing xz-libs (5.2.5-r0)
14:47:26 #17 1.619 (5/18) Installing libxml2 (2.9.12-r1)
14:47:26 #17 1.642 (6/18) Installing llvm11-libs (11.1.0-r2)
14:47:27 #7 extracting sha256:80d63867ecd7f5e4a966c8400729828e902773a9f03109a2ec69605ddc8045a9 1.2s done
14:47:27 #7 DONE 2.0s
14:47:27 
14:47:27 #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
14:47:27 #8 sha256:707335f2c541be07906a3bb4a7265c79908c74b6caf0ba8af5fd2c9e7a05e034
14:47:27 #8 DONE 0.9s
14:47:27 #14 26.48   Running scriptlet: isl-0.16.1-6.el8.x86_64                              59/74 
14:47:27 #14 28.14   Installing       : gcc-8.4.1-1.el8.x86_64                               60/74 
14:47:27 #14 28.17   Running scriptlet: gcc-8.4.1-1.el8.x86_64                               60/74 
14:47:27 #14 28.21   Installing       : annobin-9.50-1.el8.x86_64                            61/74 
14:47:27 #14 28.29   Installing       : libtool-2.4.6-25.el8.x86_64                          62/74 
14:47:27 #14 28.30   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          62/74 
14:47:27 #14 28.33   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               63/74 
14:47:27 #14 28.35   Installing       : device-mapper-devel-8:1.02.175-5.el8.x86_64          64/74 
14:47:27 
14:47:27 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
14:47:27 #9 sha256:aef651e08e9c49c593a550f3803963a4fcbff973858ac3167391fe37597fa4c6
14:47:27 #14 28.55   Upgrading        : systemd-udev-239-45.el8_4.3.x86_64                   65/74 
14:47:27 #14 28.59   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   65/74 
14:47:27 #14 28.78   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
14:47:28 #14 28.83   Upgrading        : ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
14:47:28 #14 28.84   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
14:47:28 #17 2.745 (7/18) Installing clang-libs (11.1.0-r1)
14:47:28 #14 29.12   Installing       : which-2.21-12.el8.x86_64                             67/74 
14:47:28 #14 29.14   Installing       : libseccomp-devel-2.5.1-1.el8.x86_64                  68/74 
14:47:28 #14 29.15   Cleanup          : ca-certificates-2020.2.41-80.0.el8_2.noarch          69/74 
14:47:28 #14 29.17   Cleanup          : systemd-udev-239-45.el8.x86_64                       70/74 
14:47:28 #14 29.17   Running scriptlet: systemd-udev-239-45.el8.x86_64                       70/74 
14:47:28 #14 29.21   Running scriptlet: systemd-239-45.el8.x86_64                            71/74 
14:47:28 #14 29.23   Cleanup          : systemd-239-45.el8.x86_64                            71/74 
14:47:28 #14 29.27   Cleanup          : systemd-libs-239-45.el8.x86_64                       72/74 
14:47:28 #14 29.30   Cleanup          : bash-4.4.19-14.el8.x86_64                            73/74 
14:47:28 #14 29.30   Running scriptlet: bash-4.4.19-14.el8.x86_64                            73/74 
14:47:28 #14 29.32   Cleanup          : systemd-pam-239-45.el8.x86_64                        74/74 
14:47:28 #14 29.33   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          74/74 
14:47:28 #9 1.025 Get:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease [110 kB]
14:47:28 #14 29.61   Running scriptlet: systemd-pam-239-45.el8.x86_64                        74/74 
14:47:28 #14 29.81   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        74/74 
14:47:28 #14 29.85   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   74/74 
14:47:29 #9 1.224 Get:2 http://archive.ubuntu.com/ubuntu hirsute InRelease [269 kB]
14:47:29 #9 1.239 Get:3 http://security.ubuntu.com/ubuntu hirsute-security/multiverse amd64 Packages [3640 B]
14:47:29 #9 1.258 Get:4 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 Packages [265 kB]
14:47:29 #9 1.278 Get:5 http://security.ubuntu.com/ubuntu hirsute-security/restricted amd64 Packages [258 kB]
14:47:29 #9 1.288 Get:6 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 Packages [322 kB]
14:47:29 #17 3.741 (8/18) Installing clang (11.1.0-r1)
14:47:29 #14 29.92   Verifying        : annobin-9.50-1.el8.x86_64                             1/74 
14:47:29 #14 29.92   Verifying        : autoconf-2.69-27.el8.noarch                           2/74 
14:47:29 #14 29.92   Verifying        : automake-1.16.1-7.el8.noarch                          3/74 
14:47:29 #14 29.92   Verifying        : cmake-3.18.2-11.el8_4.x86_64                          4/74 
14:47:29 #14 29.92   Verifying        : cmake-data-3.18.2-11.el8_4.noarch                     5/74 
14:47:29 #14 29.92   Verifying        : cmake-filesystem-3.18.2-11.el8_4.x86_64               6/74 
14:47:29 #14 29.92   Verifying        : cmake-rpm-macros-3.18.2-11.el8_4.noarch               7/74 
14:47:29 #14 29.92   Verifying        : cpp-8.4.1-1.el8.x86_64                                8/74 
14:47:29 #14 29.92   Verifying        : gcc-8.4.1-1.el8.x86_64                                9/74 
14:47:29 #14 29.92   Verifying        : git-2.27.0-1.el8.x86_64                              10/74 
14:47:29 #14 29.92   Verifying        : git-core-2.27.0-1.el8.x86_64                         11/74 
14:47:29 #14 29.92   Verifying        : git-core-doc-2.27.0-1.el8.noarch                     12/74 
14:47:29 #14 29.92   Verifying        : isl-0.16.1-6.el8.x86_64                              13/74 
14:47:29 #14 29.92   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          14/74 
14:47:29 #14 29.92   Verifying        : libseccomp-devel-2.5.1-1.el8.x86_64                  15/74 
14:47:29 #14 29.92   Verifying        : libtool-2.4.6-25.el8.x86_64                          16/74 
14:47:29 #14 29.92   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               17/74 
14:47:29 #14 29.92   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        18/74 
14:47:29 #14 29.92   Verifying        : libxkbcommon-0.9.1-1.el8.x86_64                      19/74 
14:47:29 #14 29.92   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    20/74 
14:47:29 #14 29.92   Verifying        : perl-Git-2.27.0-1.el8.noarch                         21/74 
14:47:29 #14 29.92   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   22/74 
14:47:29 #14 29.92   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  23/74 
14:47:29 #14 29.92   Verifying        : vim-filesystem-2:8.0.1763-15.el8.noarch              24/74 
14:47:29 #14 29.92   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   25/74 
14:47:29 #14 29.92   Verifying        : checkpolicy-2.9-1.el8.x86_64                         26/74 
14:47:29 #14 29.92   Verifying        : glibc-devel-2.28-151.el8.x86_64                      27/74 
14:47:29 #14 29.93   Verifying        : glibc-headers-2.28-151.el8.x86_64                    28/74 
14:47:29 #14 29.93   Verifying        : kbd-2.0.4-10.el8.x86_64                              29/74 
14:47:29 #14 29.93   Verifying        : kbd-legacy-2.0.4-10.el8.noarch                       30/74 
14:47:29 #14 29.93   Verifying        : kbd-misc-2.0.4-10.el8.noarch                         31/74 
14:47:29 #14 29.93   Verifying        : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          32/74 
14:47:29 #14 29.93   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                33/74 
14:47:29 #14 29.93   Verifying        : libgomp-8.4.1-1.el8.x86_64                           34/74 
14:47:29 #14 29.93   Verifying        : libselinux-devel-2.9-5.el8.x86_64                    35/74 
14:47:29 #14 29.93   Verifying        : libselinux-utils-2.9-5.el8.x86_64                    36/74 
14:47:29 #14 29.93   Verifying        : libsepol-devel-2.9-2.el8.x86_64                      37/74 
14:47:29 #14 29.93   Verifying        : libxcrypt-devel-4.1.1-4.el8.x86_64                   38/74 
14:47:29 #14 29.93   Verifying        : m4-1.4.18-7.el8.x86_64                               39/74 
14:47:29 #14 29.93   Verifying        : make-1:4.2.1-10.el8.x86_64                           40/74 
14:47:29 #14 29.93   Verifying        : openssh-8.0p1-6.el8_4.2.x86_64                       41/74 
14:47:29 #14 29.93   Verifying        : openssh-clients-8.0p1-6.el8_4.2.x86_64               42/74 
14:47:29 #14 29.93   Verifying        : pcre2-devel-10.32-2.el8.x86_64                       43/74 
14:47:29 #14 29.93   Verifying        : pcre2-utf16-10.32-2.el8.x86_64                       44/74 
14:47:29 #14 29.93   Verifying        : pcre2-utf32-10.32-2.el8.x86_64                       45/74 
14:47:29 #14 29.93   Verifying        : policycoreutils-2.9-14.el8.x86_64                    46/74 
14:47:29 #14 29.93   Verifying        : policycoreutils-devel-2.9-14.el8.x86_64              47/74 
14:47:29 #14 29.93   Verifying        : policycoreutils-python-utils-2.9-14.el8.noarch       48/74 
14:47:29 #14 29.93   Verifying        : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   49/74 
14:47:29 #14 29.93   Verifying        : python3-libselinux-2.9-5.el8.x86_64                  50/74 
14:47:29 #14 29.93   Verifying        : python3-libsemanage-2.9-6.el8.x86_64                 51/74 
14:47:29 #14 29.93   Verifying        : python3-policycoreutils-2.9-14.el8.noarch            52/74 
14:47:29 #14 29.93   Verifying        : python3-setools-4.3.0-2.el8.x86_64                   53/74 
14:47:29 #14 29.93   Verifying        : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            54/74 
14:47:29 #14 29.93   Verifying        : selinux-policy-3.14.3-67.el8_4.2.noarch              55/74 
14:47:29 #14 29.93   Verifying        : selinux-policy-devel-3.14.3-67.el8_4.2.noarch        56/74 
14:47:29 #14 29.93   Verifying        : selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      57/74 
14:47:29 #14 29.93   Verifying        : systemd-devel-239-45.el8_4.3.x86_64                  58/74 
14:47:29 #14 29.93   Verifying        : which-2.21-12.el8.x86_64                             59/74 
14:47:29 #14 29.93   Verifying        : device-mapper-devel-8:1.02.175-5.el8.x86_64          60/74 
14:47:29 #14 29.93   Verifying        : glibc-static-2.28-151.el8.x86_64                     61/74 
14:47:29 #14 29.93   Verifying        : libxcrypt-static-4.1.1-4.el8.x86_64                  62/74 
14:47:29 #14 29.93   Verifying        : bash-4.4.20-1.el8_4.x86_64                           63/74 
14:47:29 #14 29.93   Verifying        : bash-4.4.19-14.el8.x86_64                            64/74 
14:47:29 #14 29.93   Verifying        : ca-certificates-2021.2.50-80.0.el8_4.noarch          65/74 
14:47:29 #14 29.93   Verifying        : ca-certificates-2020.2.41-80.0.el8_2.noarch          66/74 
14:47:29 #14 29.93   Verifying        : systemd-239-45.el8_4.3.x86_64                        67/74 
14:47:29 #14 29.93   Verifying        : systemd-239-45.el8.x86_64                            68/74 
14:47:29 #14 29.93   Verifying        : systemd-libs-239-45.el8_4.3.x86_64                   69/74 
14:47:29 #14 29.93   Verifying        : systemd-libs-239-45.el8.x86_64                       70/74 
14:47:29 #14 29.93   Verifying        : systemd-pam-239-45.el8_4.3.x86_64                    71/74 
14:47:29 #14 29.93   Verifying        : systemd-pam-239-45.el8.x86_64                        72/74 
14:47:29 #14 29.93   Verifying        : systemd-udev-239-45.el8_4.3.x86_64                   73/74 
14:47:29 #9 1.613 Get:7 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease [115 kB]
14:47:29 #9 1.712 Get:8 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease [101 kB]
14:47:29 #17 4.160 (9/18) Installing libmagic (5.40-r1)
14:47:29 #17 4.196 (10/18) Installing file (5.40-r1)
14:47:29 #17 4.199 (11/18) Installing brotli-libs (1.0.9-r5)
14:47:29 #17 4.212 (12/18) Installing nghttp2-libs (1.43.0-r0)
14:47:29 #17 4.218 (13/18) Installing libcurl (7.79.1-r0)
14:47:29 #9 1.805 Get:9 http://archive.ubuntu.com/ubuntu hirsute/main amd64 Packages [1791 kB]
14:47:29 #17 4.228 (14/18) Installing expat (2.4.1-r0)
14:47:29 #17 4.234 (15/18) Installing pcre2 (10.36-r0)
14:47:29 #17 4.246 (16/18) Installing git (2.32.0-r0)
14:47:29 #17 4.429 (17/18) Installing lld (11.1.0-r0)
14:47:29 #17 4.474 (18/18) Installing llvm11 (11.1.0-r2)
14:47:29 #14 29.93   Verifying        : systemd-udev-239-45.el8.x86_64                       74/74 
14:47:29 #14 30.60 
14:47:29 #14 30.60 Upgraded:
14:47:29 #14 30.60   bash-4.4.20-1.el8_4.x86_64        ca-certificates-2021.2.50-80.0.el8_4.noarch
14:47:29 #14 30.60   systemd-239-45.el8_4.3.x86_64     systemd-libs-239-45.el8_4.3.x86_64         
14:47:29 #14 30.60   systemd-pam-239-45.el8_4.3.x86_64 systemd-udev-239-45.el8_4.3.x86_64         
14:47:29 #14 30.60 Installed:
14:47:29 #14 30.60   annobin-9.50-1.el8.x86_64                                                     
14:47:29 #14 30.60   autoconf-2.69-27.el8.noarch                                                   
14:47:29 #14 30.60   automake-1.16.1-7.el8.noarch                                                  
14:47:29 #14 30.60   checkpolicy-2.9-1.el8.x86_64                                                  
14:47:29 #14 30.60   cmake-3.18.2-11.el8_4.x86_64                                                  
14:47:29 #14 30.60   cmake-data-3.18.2-11.el8_4.noarch                                             
14:47:29 #14 30.60   cmake-filesystem-3.18.2-11.el8_4.x86_64                                       
14:47:29 #14 30.60   cmake-rpm-macros-3.18.2-11.el8_4.noarch                                       
14:47:29 #14 30.60   cpp-8.4.1-1.el8.x86_64                                                        
14:47:29 #14 30.60   device-mapper-devel-8:1.02.175-5.el8.x86_64                                   
14:47:29 #14 30.60   gcc-8.4.1-1.el8.x86_64                                                        
14:47:29 #14 30.60   git-2.27.0-1.el8.x86_64                                                       
14:47:29 #14 30.60   git-core-2.27.0-1.el8.x86_64                                                  
14:47:29 #14 30.60   git-core-doc-2.27.0-1.el8.noarch                                              
14:47:29 #14 30.60   glibc-devel-2.28-151.el8.x86_64                                               
14:47:29 #14 30.60   glibc-headers-2.28-151.el8.x86_64                                             
14:47:29 #14 30.60   glibc-static-2.28-151.el8.x86_64                                              
14:47:29 #14 30.60   isl-0.16.1-6.el8.x86_64                                                       
14:47:29 #14 30.60   kbd-2.0.4-10.el8.x86_64                                                       
14:47:29 #14 30.60   kbd-legacy-2.0.4-10.el8.noarch                                                
14:47:29 #14 30.60   kbd-misc-2.0.4-10.el8.noarch                                                  
14:47:29 #14 30.60   kernel-headers-4.18.0-305.19.1.el8_4.x86_64                                   
14:47:29 #14 30.60   libedit-3.1-23.20170329cvs.el8.x86_64                                         
14:47:29 #14 30.60   libgomp-8.4.1-1.el8.x86_64                                                    
14:47:29 #14 30.60   libmpc-1.1.0-9.1.el8.x86_64                                                   
14:47:29 #14 30.60   libseccomp-devel-2.5.1-1.el8.x86_64                                           
14:47:29 #14 30.60   libselinux-devel-2.9-5.el8.x86_64                                             
14:47:29 #14 30.60   libselinux-utils-2.9-5.el8.x86_64                                             
14:47:29 #14 30.60   libsepol-devel-2.9-2.el8.x86_64                                               
14:47:29 #14 30.60   libtool-2.4.6-25.el8.x86_64                                                   
14:47:29 #14 30.60   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
14:47:29 #14 30.60   libuv-1:1.41.1-1.el8_4.x86_64                                                 
14:47:29 #14 30.60   libxcrypt-devel-4.1.1-4.el8.x86_64                                            
14:47:29 #14 30.60   libxcrypt-static-4.1.1-4.el8.x86_64                                           
14:47:29 #14 30.60   libxkbcommon-0.9.1-1.el8.x86_64                                               
14:47:29 #14 30.60   m4-1.4.18-7.el8.x86_64                                                        
14:47:29 #14 30.60   make-1:4.2.1-10.el8.x86_64                                                    
14:47:29 #14 30.60   openssh-8.0p1-6.el8_4.2.x86_64                                                
14:47:29 #14 30.60   openssh-clients-8.0p1-6.el8_4.2.x86_64                                        
14:47:29 #14 30.60   pcre2-devel-10.32-2.el8.x86_64                                                
14:47:29 #14 30.60   pcre2-utf16-10.32-2.el8.x86_64                                                
14:47:29 #14 30.60   pcre2-utf32-10.32-2.el8.x86_64                                                
14:47:29 #14 30.60   perl-Error-1:0.17025-2.el8.noarch                                             
14:47:29 #14 30.60   perl-Git-2.27.0-1.el8.noarch                                                  
14:47:29 #14 30.60   perl-TermReadKey-2.37-7.el8.x86_64                                            
14:47:29 #14 30.60   perl-Thread-Queue-3.13-1.el8.noarch                                           
14:47:29 #14 30.60   policycoreutils-2.9-14.el8.x86_64                                             
14:47:29 #14 30.60   policycoreutils-devel-2.9-14.el8.x86_64                                       
14:47:29 #14 30.60   policycoreutils-python-utils-2.9-14.el8.noarch                                
14:47:29 #14 30.60   python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64                          
14:47:29 #14 30.60   python3-libselinux-2.9-5.el8.x86_64                                           
14:47:29 #14 30.60   python3-libsemanage-2.9-6.el8.x86_64                                          
14:47:29 #14 30.60   python3-policycoreutils-2.9-14.el8.noarch                                     
14:47:29 #14 30.60   python3-setools-4.3.0-2.el8.x86_64                                            
14:47:29 #14 30.60   rpm-plugin-selinux-4.14.3-14.el8_4.x86_64                                     
14:47:29 #14 30.60   selinux-policy-3.14.3-67.el8_4.2.noarch                                       
14:47:29 #14 30.60   selinux-policy-devel-3.14.3-67.el8_4.2.noarch                                 
14:47:29 #14 30.60   selinux-policy-minimum-3.14.3-67.el8_4.2.noarch                               
14:47:29 #14 30.60   systemd-devel-239-45.el8_4.3.x86_64                                           
14:47:29 #14 30.60   vim-filesystem-2:8.0.1763-15.el8.noarch                                       
14:47:29 #14 30.60   which-2.21-12.el8.x86_64                                                      
14:47:29 #14 30.60   xkeyboard-config-2.28-1.el8.noarch                                            
14:47:29 #14 30.60 
14:47:29 #14 30.60 Complete!
14:47:29 #9 2.027 Get:10 http://archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages [16.8 MB]
14:47:29 go: downloading github.com/pkg/errors v0.9.1
14:47:29 go: downloading github.com/sirupsen/logrus v1.8.1
14:47:29 go: downloading github.com/urfave/cli/v2 v2.3.0
14:47:29 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:47:29 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:47:29 go: downloading github.com/google/uuid v1.3.0
14:47:29 go: downloading github.com/moby/vpnkit v0.5.0
14:47:29 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:47:29 go: downloading github.com/gofrs/flock v0.8.1
14:47:29 go: downloading github.com/gorilla/mux v1.8.0
14:47:29 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:47:29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:47:29 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:47:30 #17 4.966 Executing busybox-1.33.1-r3.trigger
14:47:30 #17 4.989 OK: 285 MiB in 33 packages
14:47:30 #14 DONE 31.2s
14:47:30 
14:47:30 #16 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
14:47:30 #16 sha256:5fd4c12a1886cc4cdd651ec05a3da4197d89a80299694293b31effa0fab33677
14:47:30 #9 2.875 Get:11 http://archive.ubuntu.com/ubuntu hirsute/multiverse amd64 Packages [252 kB]
14:47:30 #9 2.879 Get:12 http://archive.ubuntu.com/ubuntu hirsute/restricted amd64 Packages [111 kB]
14:47:30 #9 2.881 Get:13 http://archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 Packages [404 kB]
14:47:30 #9 2.894 Get:14 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 Packages [506 kB]
14:47:30 #9 2.904 Get:15 http://archive.ubuntu.com/ubuntu hirsute-updates/multiverse amd64 Packages [8165 B]
14:47:30 #9 2.905 Get:16 http://archive.ubuntu.com/ubuntu hirsute-updates/restricted amd64 Packages [276 kB]
14:47:30 #9 2.916 Get:17 http://archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 Packages [3950 B]
14:47:31 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:47:31 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:47:31 #9 3.918 Fetched 21.6 MB in 3s (6781 kB/s)
14:47:32 #9 3.918 Reading package lists...
14:47:32 #17 DONE 7.1s
14:47:32 
14:47:32 #18 [linux/amd64 build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
14:47:32 #18 DONE 0.1s
14:47:32 
14:47:32 #19 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
14:47:32 #19 0.221 skipping packages installation on darwin
14:47:32 #19 DONE 0.3s
14:47:32 
14:47:32 #25 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
14:47:32 #25 0.212 skipping packages installation on darwin
14:47:32 #25 DONE 0.3s
14:47:32 
14:47:32 #20 [linux/amd64 build 1/2] RUN --mount=type=cache,target=/root/.cache     GO111MODULE=auto go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0
14:47:33 #9 4.583 Reading package lists...
14:47:33 #9 5.213 Building dependency tree...
14:47:33 #9 5.352 Reading state information...
14:47:33 #9 5.499 The following additional packages will be installed:
14:47:33 #9 5.499   autoconf automake autopoint autotools-dev binutils binutils-common
14:47:33 #9 5.499   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
14:47:33 #9 5.499   ca-certificates cpp cpp-10 dctrl-tools debhelper debugedit dh-autoreconf
14:47:33 #9 5.499   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
14:47:33 #9 5.499   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
14:47:33 #9 5.499   gcc-10-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
14:47:33 #9 5.499   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
14:47:33 #9 5.499   intltool-debian iso-codes less libalgorithm-diff-perl
14:47:33 #9 5.499   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
14:47:33 #9 5.499   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
14:47:33 #9 5.499   libarray-intspan-perl libasan6 libasn1-8-heimdal libassuan0 libatomic1
14:47:33 #9 5.499   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
14:47:33 #9 5.499   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
14:47:33 #9 5.499   libcapture-tiny-perl libcbor0.6 libcc1-0 libclass-data-inheritable-perl
14:47:33 #9 5.499   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
14:47:33 #9 5.499   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
14:47:33 #9 5.499   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
14:47:33 #9 5.499   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
14:47:33 #9 5.499   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
14:47:33 #9 5.499   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
14:47:33 #9 5.499   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
14:47:33 #9 5.499   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
14:47:33 #9 5.499   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
14:47:33 #9 5.499   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
14:47:33 #9 5.499   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
14:47:33 #9 5.499   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
14:47:33 #9 5.499   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
14:47:33 #9 5.499   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-10-dev
14:47:33 #9 5.499   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
14:47:33 #9 5.499   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
14:47:33 #9 5.499   libgssapi3-heimdal libhash-fieldhash-perl libhcrypto4-heimdal
14:47:33 #9 5.499   libheimbase1-heimdal libheimntlm0-heimdal libhtml-form-perl
14:47:33 #9 5.499   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
14:47:33 #9 5.499   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
14:47:33 #9 5.499   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
14:47:33 #9 5.499   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhx509-5-heimdal
14:47:33 #9 5.499   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
14:47:33 #9 5.499   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
14:47:33 #9 5.499   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
14:47:33 #9 5.499   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
14:47:33 #9 5.499   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl
14:47:33 #9 5.499   libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common
14:47:33 #9 5.499   liblist-compare-perl liblist-moreutils-perl liblist-moreutils-xs-perl
14:47:33 #9 5.499   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
14:47:33 #9 5.499   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
14:47:33 #9 5.499   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
14:47:33 #9 5.499   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
14:47:33 #9 5.499   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
14:47:33 #9 5.500   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
14:47:33 #9 5.500   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
14:47:33 #9 5.500   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
14:47:33 #9 5.500   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
14:47:33 #9 5.500   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
14:47:33 #9 5.500   libnumber-range-perl libobject-id-perl libpackage-stash-perl
14:47:33 #9 5.500   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
14:47:33 #9 5.500   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
14:47:33 #9 5.500   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
14:47:33 #9 5.500   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
14:47:33 #9 5.500   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
14:47:33 #9 5.500   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
14:47:33 #9 5.500   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
14:47:33 #9 5.500   libregexp-pattern-perl libroken18-heimdal librole-tiny-perl librtmp1
14:47:33 #9 5.500   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
14:47:33 #9 5.500   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
14:47:33 #9 5.500   libsqlite3-0 libssh-4 libstdc++-10-dev libstrictures-perl
14:47:33 #9 5.500   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
14:47:33 #9 5.500   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
14:47:33 #9 5.500   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
14:47:33 #9 5.500   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
14:47:33 #9 5.500   libtext-levenshteinxs-perl libtext-markdown-discount-perl
14:47:33 #9 5.500   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
14:47:33 #9 5.500   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
14:47:33 #9 5.500   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
14:47:33 #9 5.500   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
14:47:33 #9 5.500   libvariable-magic-perl libwant-perl libwebp6 libwind0-heimdal libwww-perl
14:47:33 #9 5.500   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
14:47:33 #9 5.500   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
14:47:33 #9 5.500   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
14:47:33 #9 5.500   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
14:47:33 #9 5.500   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
14:47:33 #9 5.500   media-types netbase openssh-client openssl patch patchutils perl
14:47:33 #9 5.500   perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf
14:47:33 #9 5.500   publicsuffix python-apt-common python3 python3-apt python3-certifi
14:47:33 #9 5.500   python3-chardet python3-debian python3-gpg python3-idna python3-magic
14:47:33 #9 5.500   python3-minimal python3-pkg-resources python3-requests python3-six
14:47:33 #9 5.500   python3-unidiff python3-urllib3 python3-xdg python3.9 python3.9-minimal
14:47:33 #9 5.500   readline-common rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth
14:47:33 #9 5.500   xz-utils
14:47:33 #9 5.501 Suggested packages:
14:47:33 #9 5.501   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
14:47:33 #9 5.501   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
14:47:33 #9 5.501   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
14:47:33 #9 5.501   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
14:47:33 #9 5.501   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
14:47:33 #9 5.501   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
14:47:33 #9 5.501   postgresql-client pristine-lfs pristine-tar quilt ratt reprotest
14:47:33 #9 5.501   svn-buildpackage w3m debian-keyring libsoap-lite-perl dbus-user-session
14:47:33 #9 5.501   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
14:47:33 #9 5.501   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
14:47:33 #9 5.501   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
14:47:33 #9 5.501   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
14:47:33 #9 5.501   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
14:47:33 #9 5.501   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
14:47:33 #9 5.501   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
14:47:33 #9 5.501   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
14:47:33 #9 5.501   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
14:47:33 #9 5.501   libstdc++-10-doc libbareword-filehandles-perl libindirect-perl
14:47:33 #9 5.501   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
14:47:33 #9 5.501   libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
14:47:33 #9 5.501   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
14:47:33 #9 5.501   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
14:47:33 #9 5.501   diffutils-doc perl-doc libterm-readline-gnu-perl
14:47:33 #9 5.501   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
14:47:33 #9 5.501   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
14:47:33 #9 5.501   python-apt-doc python3-setuptools python3-cryptography python3-openssl
14:47:33 #9 5.501   python3-socks python-requests-doc python3.9-venv python3.9-doc
14:47:33 #9 5.501   binfmt-support readline-doc zip wdiff-doc
14:47:33 #16 DONE 3.3s
14:47:33 
14:47:33 #17 [stage-1 9/9] WORKDIR /root/rpmbuild
14:47:33 #17 sha256:dc0a4c87b24c188108665bbe66fb7b8404463779ca8d8773cc6434aa20a47654
14:47:33 #17 DONE 0.0s
14:47:33 
14:47:33 #18 exporting to image
14:47:33 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:47:33 #18 exporting layers
14:47:33 #9 5.763 The following NEW packages will be installed:
14:47:33 #9 5.763   autoconf automake autopoint autotools-dev binutils binutils-common
14:47:33 #9 5.763   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
14:47:33 #9 5.763   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debugedit devscripts
14:47:33 #9 5.763   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
14:47:33 #9 5.763   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
14:47:33 #9 5.763   g++ g++-10 gcc gcc-10 gcc-10-base gettext gettext-base git git-man gnupg
14:47:33 #9 5.763   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
14:47:33 #9 5.764   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
14:47:33 #9 5.764   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
14:47:33 #9 5.764   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
14:47:33 #9 5.764   libarray-intspan-perl libasan6 libasn1-8-heimdal libassuan0 libatomic1
14:47:33 #9 5.764   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
14:47:33 #9 5.764   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
14:47:33 #9 5.764   libcapture-tiny-perl libcbor0.6 libcc1-0 libclass-data-inheritable-perl
14:47:33 #9 5.764   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
14:47:33 #9 5.764   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
14:47:33 #9 5.764   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
14:47:33 #9 5.764   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
14:47:33 #9 5.764   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
14:47:33 #9 5.764   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
14:47:33 #9 5.764   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
14:47:33 #9 5.764   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
14:47:33 #9 5.764   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
14:47:33 #9 5.764   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
14:47:33 #9 5.764   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
14:47:33 #9 5.764   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
14:47:33 #9 5.764   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
14:47:33 #9 5.764   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-10-dev
14:47:33 #9 5.764   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
14:47:33 #9 5.764   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
14:47:33 #9 5.764   libgssapi3-heimdal libhash-fieldhash-perl libhcrypto4-heimdal
14:47:33 #9 5.764   libheimbase1-heimdal libheimntlm0-heimdal libhtml-form-perl
14:47:33 #9 5.764   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
14:47:33 #9 5.764   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
14:47:33 #9 5.764   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
14:47:33 #9 5.764   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhx509-5-heimdal
14:47:33 #9 5.764   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
14:47:33 #9 5.764   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
14:47:33 #9 5.764   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
14:47:33 #9 5.764   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
14:47:33 #9 5.764   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl
14:47:33 #9 5.764   libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common
14:47:33 #9 5.764   liblist-compare-perl liblist-moreutils-perl liblist-moreutils-xs-perl
14:47:33 #9 5.764   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
14:47:33 #9 5.764   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
14:47:33 #9 5.764   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
14:47:33 #9 5.764   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
14:47:33 #9 5.764   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
14:47:33 #9 5.764   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
14:47:33 #9 5.764   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
14:47:33 #9 5.764   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
14:47:33 #9 5.764   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
14:47:33 #9 5.764   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
14:47:33 #9 5.764   libnumber-range-perl libobject-id-perl libpackage-stash-perl
14:47:33 #9 5.764   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
14:47:33 #9 5.764   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
14:47:33 #9 5.764   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
14:47:33 #9 5.764   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
14:47:33 #9 5.764   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
14:47:33 #9 5.764   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
14:47:33 #9 5.764   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
14:47:33 #9 5.764   libregexp-pattern-perl libroken18-heimdal librole-tiny-perl librtmp1
14:47:33 #9 5.764   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
14:47:33 #9 5.764   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
14:47:33 #9 5.764   libsqlite3-0 libssh-4 libstdc++-10-dev libstrictures-perl
14:47:33 #9 5.764   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
14:47:33 #9 5.764   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
14:47:33 #9 5.764   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
14:47:33 #9 5.765   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
14:47:33 #9 5.765   libtext-levenshteinxs-perl libtext-markdown-discount-perl
14:47:33 #9 5.765   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
14:47:33 #9 5.765   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
14:47:33 #9 5.765   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
14:47:33 #9 5.765   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
14:47:33 #9 5.765   libvariable-magic-perl libwant-perl libwebp6 libwind0-heimdal libwww-perl
14:47:33 #9 5.765   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
14:47:33 #9 5.765   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
14:47:33 #9 5.765   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
14:47:33 #9 5.765   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
14:47:33 #9 5.765   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
14:47:33 #9 5.765   media-types netbase openssh-client openssl patch patchutils perl
14:47:33 #9 5.765   perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf
14:47:33 #9 5.765   publicsuffix python-apt-common python3 python3-apt python3-certifi
14:47:33 #9 5.765   python3-chardet python3-debian python3-gpg python3-idna python3-magic
14:47:33 #9 5.765   python3-minimal python3-pkg-resources python3-requests python3-six
14:47:33 #9 5.765   python3-unidiff python3-urllib3 python3-xdg python3.9 python3.9-minimal
14:47:33 #9 5.765   readline-common rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth
14:47:33 #9 5.765   xz-utils
14:47:33 #9 6.183 0 upgraded, 372 newly installed, 0 to remove and 0 not upgraded.
14:47:33 #9 6.183 Need to get 118 MB of archives.
14:47:33 #9 6.183 After this operation, 486 MB of additional disk space will be used.
14:47:33 #9 6.183 Get:1 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblocale-gettext-perl amd64 1.07-4build1 [16.9 kB]
14:47:34 #20 1.068 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
14:47:34 #9 6.328 Get:2 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libpython3.9-minimal amd64 3.9.5-3~21.04 [756 kB]
14:47:34 #9 6.671 Get:3 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexpat1 amd64 2.2.10-2 [76.2 kB]
14:47:34 #9 6.682 Get:4 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3.9-minimal amd64 3.9.5-3~21.04 [1912 kB]
14:47:34 #9 6.803 Get:5 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-minimal amd64 3.9.4-1 [23.7 kB]
14:47:34 #9 6.804 Get:6 http://archive.ubuntu.com/ubuntu hirsute/main amd64 media-types all 4.0.0 [22.2 kB]
14:47:34 #9 6.804 Get:7 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 tzdata all 2021a-2ubuntu0.21.04 [296 kB]
14:47:34 #9 6.816 Get:8 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpdec3 amd64 2.5.1-2 [79.8 kB]
14:47:34 #9 6.821 Get:9 http://archive.ubuntu.com/ubuntu hirsute/main amd64 readline-common all 8.1-1 [54.1 kB]
14:47:34 #9 6.825 Get:10 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libreadline8 amd64 8.1-1 [137 kB]
14:47:34 #9 6.832 Get:11 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsqlite3-0 amd64 3.34.1-3 [588 kB]
14:47:34 #9 6.860 Get:12 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libpython3.9-stdlib amd64 3.9.5-3~21.04 [1684 kB]
14:47:34 #9 6.940 Get:13 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3.9 amd64 3.9.5-3~21.04 [423 kB]
14:47:34 #9 6.954 Get:14 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpython3-stdlib amd64 3.9.4-1 [6984 B]
14:47:34 #9 6.954 Get:15 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3 amd64 3.9.4-1 [22.2 kB]
14:47:34 #9 6.956 Get:16 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bsdextrautils amd64 2.36.1-7ubuntu2 [81.6 kB]
14:47:34 #9 6.961 Get:17 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libuchardet0 amd64 0.0.7-1 [68.0 kB]
14:47:34 #9 6.962 Get:18 http://archive.ubuntu.com/ubuntu hirsute/main amd64 groff-base amd64 1.22.4-6 [864 kB]
14:47:34 #9 7.043 Get:19 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgdbm6 amd64 1.19-2 [27.5 kB]
14:47:34 #20 1.843 go: downloading github.com/akavel/rsrc v0.10.2
14:47:34 #9 7.044 Get:20 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpipeline1 amd64 1.5.3-1 [27.8 kB]
14:47:34 #9 7.045 Get:21 http://archive.ubuntu.com/ubuntu hirsute/main amd64 man-db amd64 2.9.4-2 [1154 kB]
14:47:34 #9 7.112 Get:22 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 perl-modules-5.32 all 5.32.1-3ubuntu2.1 [2755 kB]
14:47:34 #9 7.251 Get:23 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgdbm-compat4 amd64 1.19-2 [6236 B]
14:47:34 #9 7.251 Get:24 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libperl5.32 amd64 5.32.1-3ubuntu2.1 [4046 kB]
14:47:35 #9 7.443 Get:25 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 perl amd64 5.32.1-3ubuntu2.1 [225 kB]
14:47:35 #9 7.448 Get:26 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 openssl amd64 1.1.1j-1ubuntu3.5 [623 kB]
14:47:35 #9 7.476 Get:27 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 ca-certificates all 20210119ubuntu0.21.04.1 [146 kB]
14:47:35 #9 7.483 Get:28 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 distro-info-data all 0.46ubuntu4.3 [5164 B]
14:47:35 #9 7.484 Get:29 http://archive.ubuntu.com/ubuntu hirsute/main amd64 less amd64 551-2 [123 kB]
14:47:35 #9 7.488 Get:30 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmd0 amd64 1.0.3-3build1 [21.5 kB]
14:47:35 #9 7.490 Get:31 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbsd0 amd64 0.11.3-1ubuntu2 [41.1 kB]
14:47:35 #9 7.491 Get:32 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libelf1 amd64 0.183-8 [47.3 kB]
14:47:35 #9 7.494 Get:33 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libicu67 amd64 67.1-6ubuntu2 [8619 kB]
14:47:35 #9 7.928 Get:34 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libxml2 amd64 2.9.10+dfsg-6.3ubuntu0.1 [698 kB]
14:47:35 #9 7.935 Get:35 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
14:47:35 #9 7.936 Get:36 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
14:47:35 #9 7.936 Get:37 http://archive.ubuntu.com/ubuntu hirsute/main amd64 netbase all 6.2 [13.0 kB]
14:47:35 #9 7.937 Get:38 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-pkg-resources all 52.0.0-3 [129 kB]
14:47:35 #9 7.964 Get:39 http://archive.ubuntu.com/ubuntu hirsute/main amd64 ucf all 3.0043 [56.1 kB]
14:47:35 #9 7.965 Get:40 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmagic-mgc amd64 1:5.39-3 [228 kB]
14:47:35 #9 7.971 Get:41 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmagic1 amd64 1:5.39-3 [80.6 kB]
14:47:35 #9 7.973 Get:42 http://archive.ubuntu.com/ubuntu hirsute/main amd64 file amd64 1:5.39-3 [23.7 kB]
14:47:35 #9 8.002 Get:43 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gettext-base amd64 0.21-3ubuntu2 [39.5 kB]
14:47:35 #9 8.075 Get:44 http://archive.ubuntu.com/ubuntu hirsute/main amd64 iso-codes all 4.6.0-1 [2769 kB]
14:47:36 #9 8.178 Get:45 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu3 [21.7 kB]
14:47:36 #9 8.179 Get:46 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libedit2 amd64 3.1-20191231-2 [87.8 kB]
14:47:36 #9 8.180 Get:47 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfido2-1 amd64 1.6.0-2 [53.4 kB]
14:47:36 #9 8.181 Get:48 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpng16-16 amd64 1.6.37-3build3 [184 kB]
14:47:36 #9 8.185 Get:49 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpsl5 amd64 0.21.0-1.2 [53.5 kB]
14:47:36 #9 8.220 Get:50 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxau6 amd64 1:1.0.9-1build3 [7360 B]
14:47:36 #9 8.221 Get:51 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu3 [10.3 kB]
14:47:36 #9 8.221 Get:52 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxcb1 amd64 1.14-3ubuntu1 [45.3 kB]
14:47:36 #9 8.222 Get:53 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libx11-data all 2:1.7.0-2ubuntu0.1 [112 kB]
14:47:36 #9 8.252 Get:54 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libx11-6 amd64 2:1.7.0-2ubuntu0.1 [577 kB]
14:47:36 #9 8.333 Get:55 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxext6 amd64 2:1.3.4-0ubuntu3 [28.9 kB]
14:47:36 #9 8.334 Get:56 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
14:47:36 #9 8.335 Get:57 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 manpages all 5.10-1ubuntu0.1 [1375 kB]
14:47:36 #9 8.362 Get:58 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 openssh-client amd64 1:8.4p1-5ubuntu1.1 [702 kB]
14:47:36 #9 8.419 Get:59 http://archive.ubuntu.com/ubuntu hirsute/main amd64 publicsuffix all 20210108.1309-1 [116 kB]
14:47:36 #9 8.421 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]
14:47:36 #9 8.422 Get:61 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3-apt amd64 2.2.0~ubuntu0.21.04.1 [151 kB]
14:47:36 #9 8.424 Get:62 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libunwind8 amd64 1.3.2-2 [50.9 kB]
14:47:36 #9 8.425 Get:63 http://archive.ubuntu.com/ubuntu hirsute/main amd64 strace amd64 5.11-0ubuntu1 [414 kB]
14:47:36 #9 8.433 Get:64 http://archive.ubuntu.com/ubuntu hirsute/main amd64 xauth amd64 1:1.1-1 [24.8 kB]
14:47:36 #9 8.478 Get:65 http://archive.ubuntu.com/ubuntu hirsute/main amd64 xz-utils amd64 5.2.5-1.0build2 [81.6 kB]
14:47:36 #9 8.480 Get:66 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsigsegv2 amd64 2.13-1ubuntu1 [14.2 kB]
14:47:36 #9 8.481 Get:67 http://archive.ubuntu.com/ubuntu hirsute/main amd64 m4 amd64 1.4.18-5 [200 kB]
14:47:36 #9 8.550 Get:68 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autoconf all 2.69-14 [293 kB]
14:47:36 #9 8.557 Get:69 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autotools-dev all 20180224.1+nmu1 [39.4 kB]
14:47:36 #9 8.558 Get:70 http://archive.ubuntu.com/ubuntu hirsute/main amd64 automake all 1:1.16.3-2ubuntu1 [552 kB]
14:47:36 #9 8.568 Get:71 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autopoint all 0.21-3ubuntu2 [422 kB]
14:47:36 #9 8.576 Get:72 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils-common amd64 2.36.1-6ubuntu1 [217 kB]
14:47:36 #9 8.580 Get:73 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbinutils amd64 2.36.1-6ubuntu1 [584 kB]
14:47:36 #9 8.635 Get:74 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libctf-nobfd0 amd64 2.36.1-6ubuntu1 [97.8 kB]
14:47:36 #9 8.637 Get:75 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libctf0 amd64 2.36.1-6ubuntu1 [95.0 kB]
14:47:36 #9 8.638 Get:76 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils-x86-64-linux-gnu amd64 2.36.1-6ubuntu1 [1830 kB]
14:47:36 #9 8.718 Get:77 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils amd64 2.36.1-6ubuntu1 [3388 B]
14:47:36 #9 8.718 Get:78 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc-dev-bin amd64 2.33-0ubuntu5 [19.3 kB]
14:47:36 #9 8.731 Get:79 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 linux-libc-dev amd64 5.11.0-38.42 [1230 kB]
14:47:36 #9 8.785 Get:80 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcrypt-dev amd64 1:4.4.17-1ubuntu3 [104 kB]
14:47:36 #9 8.787 Get:81 http://archive.ubuntu.com/ubuntu hirsute/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu4 [62.8 kB]
14:47:36 #9 8.789 Get:82 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtirpc-dev amd64 1.3.1-1build1 [183 kB]
14:47:36 #9 8.804 Get:83 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnsl-dev amd64 1.3.0-0ubuntu3 [66.4 kB]
14:47:36 #9 8.806 Get:84 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc6-dev amd64 2.33-0ubuntu5 [2143 kB]
14:47:36 #9 8.946 Get:85 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1 [20.1 kB]
14:47:36 #9 8.946 Get:86 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libisl23 amd64 0.23-1build1 [661 kB]
14:47:36 #9 9.017 Get:87 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpfr6 amd64 4.1.0-3build1 [1400 kB]
14:47:36 #9 9.111 Get:88 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpc3 amd64 1.2.0-1build1 [44.1 kB]
14:47:36 #9 9.112 Get:89 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cpp-10 amd64 10.3.0-1ubuntu1 [8612 kB]
14:47:37 #9 9.522 Get:90 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cpp amd64 4:10.3.0-1ubuntu1 [27.7 kB]
14:47:37 #9 9.523 Get:91 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcc1-0 amd64 11.1.0-1ubuntu1~21.04 [48.8 kB]
14:47:37 #9 9.524 Get:92 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libgomp1 amd64 11.1.0-1ubuntu1~21.04 [107 kB]
14:47:37 #9 9.526 Get:93 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libitm1 amd64 11.1.0-1ubuntu1~21.04 [26.4 kB]
14:47:37 #9 9.527 Get:94 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libatomic1 amd64 11.1.0-1ubuntu1~21.04 [9236 B]
14:47:37 #9 9.527 Get:95 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libasan6 amd64 11.1.0-1ubuntu1~21.04 [2139 kB]
14:47:37 #9 9.620 Get:96 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 liblsan0 amd64 11.1.0-1ubuntu1~21.04 [893 kB]
14:47:37 #9 9.660 Get:97 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libtsan0 amd64 11.1.0-1ubuntu1~21.04 [2090 kB]
14:47:37 #9 9.756 Get:98 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libubsan1 amd64 11.1.0-1ubuntu1~21.04 [844 kB]
14:47:37 #9 9.796 Get:99 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libquadmath0 amd64 11.1.0-1ubuntu1~21.04 [146 kB]
14:47:37 #9 9.801 Get:100 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgcc-10-dev amd64 10.3.0-1ubuntu1 [2337 kB]
14:47:37 #9 9.910 Get:101 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc-10 amd64 10.3.0-1ubuntu1 [17.5 MB]
14:47:37 + for f in rootlesskit rootlesskit-docker-proxy
14:47:37 + GOBIN=/usr/local/bin
14:47:37 + GO111MODULE=on
14:47:37 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
14:47:38 #20 DONE 5.1s
14:47:38 
14:47:38 #26 [linux/amd64 build 1/2] RUN --mount=type=cache,target=/root/.cache     GO111MODULE=auto go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0
14:47:38 #26 1.072 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
14:47:38 #26 1.811 go: downloading github.com/akavel/rsrc v0.10.2
14:47:38 #26 DONE 5.2s
14:47:38 
14:47:38 #27 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
14:47:38 + return
14:47:38 # Build the CLI
14:47:38 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 GITCOMMIT=e57b5f7 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
14:47:38 Building dynamic docker-linux-arm-v6
14:47:38 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 --ldflags     -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:45:39Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -buildmode=pie github.com/docker/cli/cmd/docker
14:47:38 #18 exporting layers 5.0s done
14:47:38 #18 writing image sha256:bbd99317f6ae9c1dae317a9fb1c7f6094dff0ccbcb433635c171a933c061f029 done
14:47:38 #18 naming to docker.io/rpmbuild-centos-8/x86_64 done
14:47:38 #18 DONE 5.0s
14:47:38 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli e57b5f7' --define '_gitcommit_engine 921658a' --define '_release 0' --define '_version 0.0.0.20211015144600.e57b5f7' --define '_origversion 0.0.0-20211015144600-e57b5f7' --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
14:47:39 #9 11.14 Get:102 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc amd64 4:10.3.0-1ubuntu1 [5212 B]
14:47:39 #9 11.21 Get:103 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstdc++-10-dev amd64 10.3.0-1ubuntu1 [1754 kB]
14:47:39 #27 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 21.6s done
14:47:39 #27 DONE 25.4s
14:47:39 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nrsD6h
14:47:39 + umask 022
14:47:39 + cd /root/rpmbuild/BUILD
14:47:39 + cd /root/rpmbuild/BUILD
14:47:39 + rm -rf src
14:47:39 + /usr/bin/mkdir -p src
14:47:39 + cd src
14:47:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:47:39 + /usr/bin/tar -xof -
14:47:39 #9 11.72 Get:104 http://archive.ubuntu.com/ubuntu hirsute/main amd64 g++-10 amd64 10.3.0-1ubuntu1 [9803 kB]
14:47:40 #9 12.18 Get:105 http://archive.ubuntu.com/ubuntu hirsute/main amd64 g++ amd64 4:10.3.0-1ubuntu1 [1608 B]
14:47:40 #9 12.18 Get:106 http://archive.ubuntu.com/ubuntu hirsute/main amd64 make amd64 4.3-4ubuntu1 [167 kB]
14:47:40 #9 12.19 Get:107 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdpkg-perl all 1.20.9ubuntu1 [232 kB]
14:47:40 #9 12.19 Get:108 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bzip2 amd64 1.0.8-4ubuntu3 [33.4 kB]
14:47:40 #9 12.19 Get:109 http://archive.ubuntu.com/ubuntu hirsute/main amd64 patch amd64 2.7.6-7 [105 kB]
14:47:40 #9 12.20 Get:110 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lto-disabled-list all 7 [11.9 kB]
14:47:40 #9 12.20 Get:111 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dpkg-dev all 1.20.9ubuntu1 [937 kB]
14:47:40 #9 12.24 Get:112 http://archive.ubuntu.com/ubuntu hirsute/main amd64 build-essential amd64 12.8ubuntu3 [4640 B]
14:47:40 #9 12.24 Get:113 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbrotli1 amd64 1.0.9-2build2 [274 kB]
14:47:40 #9 12.26 Get:114 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-2 [41.8 kB]
14:47:40 #9 12.26 Get:115 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-2 [181 kB]
14:47:40 #9 12.33 Get:116 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-2 [29.7 kB]
14:47:40 #9 12.33 Get:117 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-2 [88.0 kB]
14:47:40 #9 12.34 Get:118 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-2 [47.6 kB]
14:47:40 #9 12.34 Get:119 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-2 [107 kB]
14:47:40 #9 12.34 Get:120 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-2 [207 kB]
14:47:40 #9 12.35 Get:121 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-2 [15.1 kB]
14:47:40 #9 12.35 Get:122 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-2 [96.5 kB]
14:47:40 #9 12.36 Get:123 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu1 [14.7 kB]
14:47:40 #9 12.40 Get:124 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu1 [49.3 kB]
14:47:40 #9 12.41 Get:125 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-2ubuntu1 [156 kB]
14:47:40 #9 12.48 Get:126 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnghttp2-14 amd64 1.43.0-1 [72.5 kB]
14:47:40 #9 12.48 Get:127 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build2 [55.0 kB]
14:47:40 #9 12.48 Get:128 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libssh-4 amd64 0.9.5-1ubuntu0.1 [170 kB]
14:47:40 #9 12.49 Get:129 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcurl4 amd64 7.74.0-1ubuntu2.3 [252 kB]
14:47:40 #9 12.49 Get:130 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 curl amd64 7.74.0-1ubuntu2.3 [170 kB]
14:47:40 #9 12.49 Get:131 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
14:47:40 #9 12.49 Get:132 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdebhelper-perl all 13.3.4ubuntu1 [61.1 kB]
14:47:40 #9 12.49 Get:133 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtool all 2.4.6-15 [161 kB]
14:47:40 #9 12.55 Get:134 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dh-autoreconf all 20 [16.1 kB]
14:47:40 #9 12.55 Get:135 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
14:47:40 #9 12.62 Get:136 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-override-perl all 0.09-2 [9532 B]
14:47:40 #9 12.62 Get:137 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-stripnondeterminism-perl all 1.11.0-1 [17.0 kB]
14:47:40 #9 12.62 Get:138 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dh-strip-nondeterminism all 1.11.0-1 [5236 B]
14:47:40 #9 12.62 Get:139 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdw1 amd64 0.183-8 [225 kB]
14:47:40 #9 12.63 Get:140 http://archive.ubuntu.com/ubuntu hirsute/main amd64 debugedit amd64 1:0.1-0ubuntu2 [39.7 kB]
14:47:40 #9 12.63 Get:141 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dwz amd64 0.14-1 [98.1 kB]
14:47:40 #9 12.63 Get:142 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gettext amd64 0.21-3ubuntu2 [825 kB]
14:47:40 #9 12.65 Get:143 http://archive.ubuntu.com/ubuntu hirsute/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
14:47:40 #9 12.69 Get:144 http://archive.ubuntu.com/ubuntu hirsute/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
14:47:40 #9 12.70 Get:145 http://archive.ubuntu.com/ubuntu hirsute/main amd64 debhelper all 13.3.4ubuntu1 [920 kB]
14:47:40 #9 12.77 Get:146 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfakeroot amd64 1.25.3-1.1ubuntu2 [28.1 kB]
14:47:40 + STATUS=0
14:47:40 + '[' 0 -ne 0 ']'
14:47:40 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:47:40 + /usr/bin/tar -xof -
14:47:40 #9 12.77 Get:147 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fakeroot amd64 1.25.3-1.1ubuntu2 [62.9 kB]
14:47:40 #9 12.77 Get:148 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libassuan0 amd64 2.5.4-1ubuntu1 [35.7 kB]
14:47:40 #9 12.77 Get:149 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpgconf amd64 2.2.20-1ubuntu3 [125 kB]
14:47:40 #9 12.77 Get:150 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libksba8 amd64 1.5.0-3 [106 kB]
14:47:40 #9 12.77 Get:151 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnpth0 amd64 1.6-3 [8220 B]
14:47:40 #9 12.78 Get:152 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dirmngr amd64 2.2.20-1ubuntu3 [333 kB]
14:47:40 #9 12.78 Get:153 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg-l10n all 2.2.20-1ubuntu3 [51.4 kB]
14:47:40 #9 12.84 Get:154 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg-utils amd64 2.2.20-1ubuntu3 [485 kB]
14:47:40 #9 12.85 Get:155 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg amd64 2.2.20-1ubuntu3 [486 kB]
14:47:40 #9 12.91 Get:156 http://archive.ubuntu.com/ubuntu hirsute/main amd64 pinentry-curses amd64 1.1.0-4build1 [36.5 kB]
14:47:40 #9 12.91 Get:157 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-agent amd64 2.2.20-1ubuntu3 [233 kB]
14:47:40 #9 12.92 Get:158 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-wks-client amd64 2.2.20-1ubuntu3 [98.2 kB]
14:47:40 #9 12.92 Get:159 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-wks-server amd64 2.2.20-1ubuntu3 [91.0 kB]
14:47:40 #9 12.92 Get:160 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpgsm amd64 2.2.20-1ubuntu3 [217 kB]
14:47:40 #9 12.93 Get:161 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg all 2.2.20-1ubuntu3 [260 kB]
14:47:40 #9 12.93 Get:162 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
14:47:40 #9 12.93 Get:163 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
14:47:40 #9 12.98 Get:164 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
14:47:40 #9 12.98 Get:165 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-touch-perl all 0.11-1 [8284 B]
14:47:40 #9 13.01 Get:166 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-pty-perl amd64 1:1.15-2 [32.7 kB]
14:47:40 #9 13.01 Get:167 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
14:47:40 #9 13.01 Get:168 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
14:47:40 #9 13.01 Get:169 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libb-hooks-op-check-perl amd64 0.22-1build3 [10.3 kB]
14:47:40 #9 13.01 Get:170 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
14:47:40 #9 13.01 Get:171 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu2 [14.5 kB]
14:47:40 #9 13.01 Get:172 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-classify-perl amd64 0.015-1build3 [21.1 kB]
14:47:40 #9 13.06 Get:173 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
14:47:40 #9 13.09 Get:174 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
14:47:40 #9 13.09 Get:175 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
14:47:40 #9 13.09 Get:176 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
14:47:40 #9 13.09 Get:177 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
14:47:40 #9 13.09 Get:178 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoo-perl all 2.004004-1 [46.9 kB]
14:47:40 #9 13.09 Get:179 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
14:47:40 #9 13.09 Get:180 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
14:47:40 #9 13.09 Get:181 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
14:47:40 #9 13.13 Get:182 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
14:47:40 #9 13.17 Get:183 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
14:47:40 #9 13.17 Get:184 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liburi-perl all 5.07-1 [77.3 kB]
14:47:40 #9 13.17 Get:185 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-parser-perl amd64 3.75-1build1 [85.5 kB]
14:47:40 #9 13.17 Get:186 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
14:47:40 #9 13.17 Get:187 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
14:47:40 #9 13.17 Get:188 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
14:47:40 #9 13.18 Get:189 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-message-perl all 6.28-1 [75.5 kB]
14:47:40 #9 13.18 Get:190 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
14:47:40 #9 13.20 Get:191 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
14:47:40 #9 13.27 Get:192 http://archive.ubuntu.com/ubuntu hirsute/main amd64 perl-openssl-defaults amd64 5 [7404 B]
14:47:40 + STATUS=0
14:47:40 + '[' 0 -ne 0 ']'
14:47:40 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:47:40 + exit 0
14:47:40 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eFAiQf
14:47:40 + umask 022
14:47:40 + cd /root/rpmbuild/BUILD
14:47:40 + cd src
14:47:40 + export DOCKER_GITCOMMIT=921658a
14:47:40 + DOCKER_GITCOMMIT=921658a
14:47:40 + mkdir -p /go/src/github.com/docker
14:47:40 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
14:47:40 + pushd /root/rpmbuild/BUILD/src/engine
14:47:40 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
14:47:40 + TMP_GOPATH=/go
14:47:40 + hack/dockerfile/install/install.sh tini
14:47:40 + RM_GOPATH=0
14:47:40 + TMP_GOPATH=/go
14:47:40 + : /usr/local/bin
14:47:40 + '[' -z /go ']'
14:47:40 + export GOPATH=/go
14:47:40 + GOPATH=/go
14:47:40 + case "$(go env GOARCH)" in
14:47:40 ++ go env GOARCH
14:47:40 + export GO_BUILDMODE=-buildmode=pie
14:47:40 + GO_BUILDMODE=-buildmode=pie
14:47:40 ++ dirname hack/dockerfile/install/install.sh
14:47:40 + dir=hack/dockerfile/install
14:47:40 + bin=tini
14:47:40 + shift
14:47:40 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
14:47:40 + . hack/dockerfile/install/tini.installer
14:47:40 ++ : v0.19.0
14:47:40 + install_tini
14:47:40 + echo 'Install tini version v0.19.0'
14:47:40 Install tini version v0.19.0
14:47:40 + git clone https://github.com/krallin/tini.git /go/tini
14:47:40 Cloning into '/go/tini'...
14:47:41 #9 13.27 Get:193 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-ssleay-perl amd64 1.88-3ubuntu1 [292 kB]
14:47:41 #9 13.28 Get:194 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-socket-ssl-perl all 2.069-1 [179 kB]
14:47:41 #9 13.28 Get:195 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-http-perl all 6.20-1 [23.0 kB]
14:47:41 #9 13.28 Get:196 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
14:47:41 #9 13.28 Get:197 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
14:47:41 #9 13.28 Get:198 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
14:47:41 #9 13.28 Get:199 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwww-perl all 6.52-1 [140 kB]
14:47:41 #9 13.29 Get:200 http://archive.ubuntu.com/ubuntu hirsute/main amd64 patchutils amd64 0.4.2-1 [75.5 kB]
14:47:41 #9 13.35 Get:201 http://archive.ubuntu.com/ubuntu hirsute/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
14:47:41 #9 13.35 Get:202 http://archive.ubuntu.com/ubuntu hirsute/main amd64 devscripts amd64 2.21.1ubuntu1 [974 kB]
14:47:41 + cd /go/tini
14:47:41 + git checkout -q v0.19.0
14:47:41 + cmake .
14:47:41 -- The C compiler identification is GNU 8.4.1
14:47:41 -- Detecting C compiler ABI info
14:47:41 -- Detecting C compiler ABI info - done
14:47:41 -- Check for working C compiler: /usr/bin/cc - skipped
14:47:41 -- Detecting C compile features
14:47:41 -- Detecting C compile features - done
14:47:41 -- Performing Test HAS_BUILTIN_FORTIFY
14:47:41 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:47:41 -- Configuring done
14:47:41 -- Generating done
14:47:41 -- Build files have been written to: /go/tini
14:47:41 + make tini-static
14:47:41 Scanning dependencies of target tini-static
14:47:41 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:47:41 [100%] Linking C executable tini-static
14:47:41 #9 13.76 Get:203 http://archive.ubuntu.com/ubuntu hirsute/main amd64 diffstat amd64 1.64-1 [27.8 kB]
14:47:41 #9 13.93 Get:204 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
14:47:41 [100%] Built target tini-static
14:47:41 + mkdir -p /usr/local/bin
14:47:41 + cp tini-static /usr/local/bin/docker-init
14:47:41 + VERSION=0.0.0-20211015144600-e57b5f7
14:47:41 + PRODUCT=docker
14:47:41 + hack/make.sh dynbinary
14:47:41 
14:47:41 Removing bundles/
14:47:41 
14:47:41 ---> Making bundle: dynbinary (in bundles/dynbinary)
14:47:41 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:47:41 GOOS="" GOARCH="" GOARM=""
14:47:41 #9 14.07 Get:205 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-six all 1.15.0-2 [12.0 kB]
14:47:41 #9 14.08 Get:206 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-debian all 0.1.39 [71.0 kB]
14:47:41 #9 14.12 Get:207 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgpgme11 amd64 1.14.0-1ubuntu3 [122 kB]
14:47:41 #9 14.17 Get:208 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-gpg amd64 1.14.0-1ubuntu3 [173 kB]
14:47:41 #9 14.22 Get:209 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dput all 1.1.0ubuntu1 [44.0 kB]
14:47:41 #9 14.22 Get:210 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
14:47:42 #9 14.34 Get:211 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
14:47:42 #9 14.34 Get:212 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcurl3-gnutls amd64 7.74.0-1ubuntu2.3 [248 kB]
14:47:42 #9 14.35 Get:213 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
14:47:42 #9 14.35 Get:214 http://archive.ubuntu.com/ubuntu hirsute/main amd64 git-man all 1:2.30.2-1ubuntu1 [931 kB]
14:47:42 #9 14.39 Get:215 http://archive.ubuntu.com/ubuntu hirsute/main amd64 git amd64 1:2.30.2-1ubuntu1 [3457 kB]
14:47:42 #9 14.56 Get:216 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
14:47:42 #9 14.56 Get:217 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build1 [11.4 kB]
14:47:42 #9 14.56 Get:218 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
14:47:42 #9 14.56 Get:219 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
14:47:42 #9 14.56 Get:220 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libapt-pkg-perl amd64 0.1.39build1 [69.5 kB]
14:47:42 #9 14.56 Get:221 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
14:47:42 #9 14.56 Get:222 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
14:47:42 #9 14.57 Get:223 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
14:47:42 #9 14.57 Get:224 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
14:47:42 #9 14.63 Get:225 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libvariable-magic-perl amd64 0.62-1build3 [34.2 kB]
14:47:42 #9 14.64 Get:226 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [17.0 kB]
14:47:42 #9 14.64 Get:227 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfreetype6 amd64 2.10.4+dfsg-1build1 [348 kB]
14:47:42 #9 14.65 Get:228 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu3 [116 kB]
14:47:42 #9 14.65 Get:229 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjpeg-turbo8 amd64 2.0.6-0ubuntu2 [117 kB]
14:47:42 #9 14.65 Get:230 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
14:47:42 #9 14.65 Get:231 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdeflate0 amd64 1.7-1ubuntu1 [52.6 kB]
14:47:42 #9 14.65 Get:232 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
14:47:42 #9 14.65 Get:233 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.21.04.1 [184 kB]
14:47:42 #9 14.70 Get:234 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtiff5 amd64 4.2.0-1build1 [168 kB]
14:47:42 #9 14.73 Get:235 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
14:47:42 #9 14.73 Get:236 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu0.1 [116 kB]
14:47:42 #9 14.73 Get:237 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc-devtools amd64 2.33-0ubuntu5 [27.2 kB]
14:47:42 #9 14.73 Get:238 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
14:47:42 #9 14.73 Get:239 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
14:47:42 #9 14.73 Get:240 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-xsaccessor-perl amd64 1.19-3build7 [33.0 kB]
14:47:42 #9 14.73 Get:241 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclone-perl amd64 0.45-1build1 [10.6 kB]
14:47:42 #9 14.73 Get:242 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcommon-sense-perl amd64 3.75-1build4 [20.5 kB]
14:47:42 #9 14.77 Get:243 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libconfig-tiny-perl all 2.24-1 [12.4 kB]
14:47:42 #9 14.81 Get:244 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-util-perl amd64 1.102-1build1 [21.8 kB]
14:47:42 #9 14.81 Get:245 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
14:47:42 #9 14.81 Get:246 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-optlist-perl all 0.110-1.1 [10.2 kB]
14:47:42 #9 14.81 Get:247 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
14:47:42 #9 14.81 Get:248 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
14:47:42 #9 14.81 Get:249 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwant-perl amd64 0.29-1build5 [24.0 kB]
14:47:42 #9 14.81 Get:250 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
14:47:42 #9 14.81 Get:251 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcpanel-json-xs-perl amd64 4.25-1build1 [111 kB]
14:47:42 #9 14.85 Get:252 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
14:47:42 #9 14.88 Get:253 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexception-class-perl all 1.44-1 [25.9 kB]
14:47:42 #9 14.89 Get:254 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
14:47:42 #9 14.89 Get:255 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
14:47:42 #9 14.89 Get:256 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
14:47:42 #9 14.89 Get:257 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [39.4 kB]
14:47:42 #9 14.89 Get:258 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
14:47:42 #9 14.89 Get:259 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
14:47:42 #9 14.89 Get:260 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-dump-perl all 1.23-1.1 [24.9 kB]
14:47:42 #9 14.92 Get:261 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-messagepack-perl amd64 1.00-4build1 [33.4 kB]
14:47:42 #9 14.96 Get:262 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
14:47:42 #9 14.96 Get:263 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
14:47:42 #9 14.96 Get:264 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdistro-info-perl all 1.0 [5508 B]
14:47:42 #9 14.96 Get:265 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libemail-address-xs-perl amd64 1.04-1build4 [27.2 kB]
14:47:42 #9 14.96 Get:266 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
14:47:42 #9 14.97 Get:267 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
14:47:42 #9 14.97 Get:268 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
14:47:42 #9 14.97 Get:269 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-fcntllock-perl amd64 0.22-3build5 [33.1 kB]
14:47:42 #9 14.99 Get:270 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnumber-compare-perl all 0.03-1.1 [6620 B]
14:47:42 #9 15.04 Get:271 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-glob-perl all 0.11-1 [7992 B]
14:47:42 #9 15.04 Get:272 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
14:47:42 #9 15.04 Get:273 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
14:47:42 #9 15.04 Get:274 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
14:47:42 #9 15.04 Get:275 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
14:47:42 #9 15.05 Get:276 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
14:47:42 #9 15.05 Get:277 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-validate-perl amd64 1.30-1build1 [53.0 kB]
14:47:42 #9 15.05 Get:278 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [24.7 kB]
14:47:42 #9 15.06 Get:279 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
14:47:42 #9 15.12 Get:280 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
14:47:42 #9 15.12 Get:281 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
14:47:42 #9 15.12 Get:282 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
14:47:42 #9 15.12 Get:283 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-perl all 4.03000-1 [80.6 kB]
14:47:42 #9 15.12 Get:284 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblog-any-perl all 1.709-1 [67.7 kB]
14:47:42 #9 15.13 Get:285 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
14:47:42 #9 15.13 Get:286 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
14:47:42 #9 15.13 Get:287 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-identify-perl amd64 0.14-1build3 [10.6 kB]
14:47:42 #9 15.13 Get:288 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-name-perl amd64 0.26-1build1 [11.5 kB]
14:47:42 #9 15.20 Get:289 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
14:47:42 #9 15.20 Get:290 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpath-tiny-perl all 0.118-1 [42.2 kB]
14:47:42 #9 15.20 Get:291 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtype-tiny-perl all 1.012001-2 [318 kB]
14:47:42 #9 15.20 Get:292 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
14:47:42 #9 15.21 Get:293 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhash-fieldhash-perl amd64 0.15-1build3 [16.8 kB]
14:47:42 #9 15.21 Get:294 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
14:47:42 #9 15.21 Get:295 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
14:47:42 #9 15.21 Get:296 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
14:47:42 #9 15.21 Get:297 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-daemon-perl all 6.12-1 [21.7 kB]
14:47:42 #9 15.28 Get:298 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
14:47:42 #9 15.28 Get:299 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-xs-perl amd64 4.030-1build1 [84.5 kB]
14:47:42 #9 15.28 Get:300 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
14:47:42 #9 15.28 Get:301 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libldap-common all 2.4.57+dfsg-2ubuntu1 [16.4 kB]
14:47:42 #9 15.35 Get:302 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
14:47:42 #9 15.35 Get:303 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
14:47:43 #9 15.75 Get:304 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-someutils-xs-perl amd64 0.58-2build1 [32.2 kB]
14:47:43 #9 15.91 Get:305 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
14:47:43 #9 15.93 Get:306 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libltdl7 amd64 2.4.6-15 [38.8 kB]
14:47:43 #9 15.99 Get:307 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
14:47:43 #9 16.10 Get:308 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblzo2-2 amd64 2.10-2build1 [49.8 kB]
14:47:43 #9 16.13 Get:309 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
14:47:43 #9 16.13 Get:310 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
14:47:43 #9 16.14 Get:311 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
14:47:43 #9 16.14 Get:312 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
14:47:43 #9 16.16 Get:313 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmarkdown2 amd64 2.2.6-1ubuntu1 [36.0 kB]
14:47:43 #9 16.17 Get:314 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
14:47:43 #9 16.17 Get:315 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
14:47:43 #9 16.18 Get:316 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
14:47:43 #9 16.21 Get:317 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
14:47:44 #9 16.21 Get:318 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmouse-perl amd64 2.5.10-1build2 [155 kB]
14:47:44 #9 16.23 Get:319 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnumber-range-perl all 0.12-1.1 [8000 B]
14:47:44 #9 16.28 Get:320 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpackage-stash-xs-perl amd64 0.29-1build3 [18.4 kB]
14:47:44 #9 16.28 Get:321 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
14:47:44 #9 16.29 Get:322 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libperlio-gzip-perl amd64 0.19-1build6 [14.6 kB]
14:47:44 #9 16.29 Get:323 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
14:47:44 #9 16.30 Get:324 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
14:47:44 #9 16.30 Get:325 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libproc-processtable-perl amd64 0.59-2build1 [35.0 kB]
14:47:44 #9 16.31 Get:326 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libre2-9 amd64 20210201+dfsg-1 [166 kB]
14:47:44 #9 16.36 Get:327 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libre-engine-re2-perl amd64 0.14-1 [17.7 kB]
14:47:44 #9 16.36 Get:328 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
14:47:44 #9 16.36 Get:329 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
14:47:44 #9 16.43 Get:330 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libref-util-xs-perl amd64 0.117-1build3 [12.1 kB]
14:47:44 #9 16.43 Get:331 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [49.4 kB]
14:47:44 #9 16.43 Get:332 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
14:47:44 #9 16.43 Get:333 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu1 [48.8 kB]
14:47:44 #9 16.44 Get:334 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsereal-decoder-perl amd64 4.018+ds-1build1 [94.6 kB]
14:47:44 #9 16.44 Get:335 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsereal-encoder-perl amd64 4.018+ds-1build1 [97.9 kB]
14:47:44 #9 16.44 Get:336 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsort-key-perl amd64 1.33-2build3 [35.4 kB]
14:47:44 #9 16.50 Get:337 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
14:47:44 #9 16.50 Get:338 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
14:47:44 #9 16.50 Get:339 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
14:47:44 #9 16.58 Get:340 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libterm-readkey-perl amd64 2.38-1build2 [24.6 kB]
14:47:44 #9 16.58 Get:341 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build8 [8632 B]
14:47:44 #9 16.58 Get:342 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-markdown-discount-perl amd64 0.12-1build1 [11.9 kB]
14:47:44 #9 16.58 Get:343 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-xslate-perl amd64 3.5.8-1build2 [182 kB]
14:47:44 #9 16.59 Get:344 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
14:47:44 #9 16.59 Get:345 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtime-moment-perl amd64 0.44-1build4 [70.7 kB]
14:47:44 #9 16.59 Get:346 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [24.0 kB]
14:47:44 #9 16.65 Get:347 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libunicode-utf8-perl amd64 0.62-1build2 [18.2 kB]
14:47:44 #9 16.65 Get:348 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
14:47:44 #9 16.65 Get:349 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
14:47:44 #9 16.72 Get:350 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
14:47:44 #9 16.73 Get:351 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2build1 [312 kB]
14:47:44 #9 16.74 Get:352 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-parser-perl amd64 2.46-2 [192 kB]
14:47:44 #9 16.75 Get:353 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
14:47:44 #9 16.75 Get:354 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1build1 [28.0 kB]
14:47:44 #9 16.75 Get:355 http://archive.ubuntu.com/ubuntu hirsute/main amd64 licensecheck all 3.1.1-2 [36.7 kB]
14:47:44 #9 16.75 Get:356 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-size-perl amd64 0.83-1build2 [20.0 kB]
14:47:44 #9 16.80 Get:357 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
14:47:44 #9 16.80 Get:358 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lzip amd64 1.22-3 [80.9 kB]
14:47:44 #9 16.80 Get:359 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lzop amd64 1.04-2 [83.5 kB]
14:47:44 #9 16.87 Get:360 http://archive.ubuntu.com/ubuntu hirsute/main amd64 t1utils amd64 1.41-4 [56.0 kB]
14:47:44 #9 16.87 Get:361 http://archive.ubuntu.com/ubuntu hirsute/main amd64 unzip amd64 6.0-26ubuntu1 [168 kB]
14:47:44 #9 16.88 Get:362 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 lintian all 2.104.0ubuntu2 [942 kB]
14:47:44 #9 16.91 Get:363 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 manpages-dev all 5.10-1ubuntu0.1 [2309 kB]
14:47:44 #9 17.03 Get:364 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
14:47:44 #9 17.04 Get:365 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-idna all 2.10-1 [35.2 kB]
14:47:44 #9 17.04 Get:366 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-urllib3 all 1.26.2-1ubuntu1 [95.9 kB]
14:47:44 #9 17.04 Get:367 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
14:47:44 #9 17.04 Get:368 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
14:47:44 #9 17.04 Get:369 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-xdg all 0.27-2 [36.9 kB]
14:47:44 #9 17.04 Get:370 http://archive.ubuntu.com/ubuntu hirsute/main amd64 equivs all 2.3.1 [19.0 kB]
14:47:44 #9 17.04 Get:371 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
14:47:44 #9 17.05 Get:372 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-magic all 2:0.4.20-3 [12.3 kB]
14:47:44 #9 17.19 debconf: delaying package configuration, since apt-utils is not installed
14:47:44 #9 17.22 Fetched 118 MB in 11s (10.5 MB/s)
14:47:44 #9 17.23 Selecting previously unselected package liblocale-gettext-perl.
14:47:44 #9 17.23 (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.)
14:47:44 #9 17.24 Preparing to unpack .../liblocale-gettext-perl_1.07-4build1_amd64.deb ...
14:47:44 #9 17.24 Unpacking liblocale-gettext-perl (1.07-4build1) ...
14:47:44 #9 17.27 Selecting previously unselected package libpython3.9-minimal:amd64.
14:47:44 #9 17.27 Preparing to unpack .../libpython3.9-minimal_3.9.5-3~21.04_amd64.deb ...
14:47:45 #9 17.28 Unpacking libpython3.9-minimal:amd64 (3.9.5-3~21.04) ...
14:47:45 #9 17.39 Selecting previously unselected package libexpat1:amd64.
14:47:45 #9 17.39 Preparing to unpack .../libexpat1_2.2.10-2_amd64.deb ...
14:47:45 #9 17.40 Unpacking libexpat1:amd64 (2.2.10-2) ...
14:47:45 #9 17.44 Selecting previously unselected package python3.9-minimal.
14:47:45 #9 17.44 Preparing to unpack .../python3.9-minimal_3.9.5-3~21.04_amd64.deb ...
14:47:45 #9 17.44 Unpacking python3.9-minimal (3.9.5-3~21.04) ...
14:47:45 #9 17.64 Setting up libpython3.9-minimal:amd64 (3.9.5-3~21.04) ...
14:47:45 #9 17.65 Setting up libexpat1:amd64 (2.2.10-2) ...
14:47:45 #9 17.66 Setting up python3.9-minimal (3.9.5-3~21.04) ...
14:47:45 #9 18.36 Selecting previously unselected package python3-minimal.
14:47:46 
14:47:46 #23 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
14:47:46 #9 18.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 ... 4647 files and directories currently installed.)
14:47:46 #9 18.37 Preparing to unpack .../0-python3-minimal_3.9.4-1_amd64.deb ...
14:47:46 #9 18.37 Unpacking python3-minimal (3.9.4-1) ...
14:47:46 #9 18.39 Selecting previously unselected package media-types.
14:47:46 #9 18.40 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
14:47:46 #9 18.40 Unpacking media-types (4.0.0) ...
14:47:46 #9 18.45 Selecting previously unselected package tzdata.
14:47:46 #9 18.45 Preparing to unpack .../2-tzdata_2021a-2ubuntu0.21.04_all.deb ...
14:47:46 #9 18.45 Unpacking tzdata (2021a-2ubuntu0.21.04) ...
14:47:46 #9 18.64 Selecting previously unselected package libmpdec3:amd64.
14:47:46 #9 18.64 Preparing to unpack .../3-libmpdec3_2.5.1-2_amd64.deb ...
14:47:46 #9 18.65 Unpacking libmpdec3:amd64 (2.5.1-2) ...
14:47:46 #9 18.68 Selecting previously unselected package readline-common.
14:47:46 #9 18.68 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
14:47:46 #9 18.68 Unpacking readline-common (8.1-1) ...
14:47:46 #9 18.72 Selecting previously unselected package libreadline8:amd64.
14:47:46 #9 18.72 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
14:47:46 #9 18.73 Unpacking libreadline8:amd64 (8.1-1) ...
14:47:46 #9 18.77 Selecting previously unselected package libsqlite3-0:amd64.
14:47:46 #9 18.77 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
14:47:46 #9 18.77 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
14:47:46 #9 18.84 Selecting previously unselected package libpython3.9-stdlib:amd64.
14:47:46 #9 18.84 Preparing to unpack .../7-libpython3.9-stdlib_3.9.5-3~21.04_amd64.deb ...
14:47:46 #9 18.85 Unpacking libpython3.9-stdlib:amd64 (3.9.5-3~21.04) ...
14:47:46 #9 19.06 Selecting previously unselected package python3.9.
14:47:47 #9 19.07 Preparing to unpack .../8-python3.9_3.9.5-3~21.04_amd64.deb ...
14:47:47 #9 19.07 Unpacking python3.9 (3.9.5-3~21.04) ...
14:47:47 #9 19.10 Selecting previously unselected package libpython3-stdlib:amd64.
14:47:47 #9 19.10 Preparing to unpack .../9-libpython3-stdlib_3.9.4-1_amd64.deb ...
14:47:47 #9 19.11 Unpacking libpython3-stdlib:amd64 (3.9.4-1) ...
14:47:47 #9 19.13 Setting up python3-minimal (3.9.4-1) ...
14:47:47 #9 19.34 Selecting previously unselected package python3.
14:47:47 #9 19.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6941 files and directories currently installed.)
14:47:47 #9 19.34 Preparing to unpack .../000-python3_3.9.4-1_amd64.deb ...
14:47:47 #9 19.35 Unpacking python3 (3.9.4-1) ...
14:47:47 #9 19.37 Selecting previously unselected package bsdextrautils.
14:47:47 #9 19.37 Preparing to unpack .../001-bsdextrautils_2.36.1-7ubuntu2_amd64.deb ...
14:47:47 #9 19.38 Unpacking bsdextrautils (2.36.1-7ubuntu2) ...
14:47:47 #9 19.41 Selecting previously unselected package libuchardet0:amd64.
14:47:47 #9 19.41 Preparing to unpack .../002-libuchardet0_0.0.7-1_amd64.deb ...
14:47:47 #9 19.42 Unpacking libuchardet0:amd64 (0.0.7-1) ...
14:47:47 #9 19.45 Selecting previously unselected package groff-base.
14:47:47 #9 19.45 Preparing to unpack .../003-groff-base_1.22.4-6_amd64.deb ...
14:47:47 #9 19.45 Unpacking groff-base (1.22.4-6) ...
14:47:47 #9 19.59 Selecting previously unselected package libgdbm6:amd64.
14:47:47 #9 19.59 Preparing to unpack .../004-libgdbm6_1.19-2_amd64.deb ...
14:47:47 #9 19.60 Unpacking libgdbm6:amd64 (1.19-2) ...
14:47:47 #9 19.63 Selecting previously unselected package libpipeline1:amd64.
14:47:47 #9 19.63 Preparing to unpack .../005-libpipeline1_1.5.3-1_amd64.deb ...
14:47:47 #9 19.63 Unpacking libpipeline1:amd64 (1.5.3-1) ...
14:47:47 #9 19.67 Selecting previously unselected package man-db.
14:47:47 #9 19.68 Preparing to unpack .../006-man-db_2.9.4-2_amd64.deb ...
14:47:47 #9 19.68 Unpacking man-db (2.9.4-2) ...
14:47:47 #9 19.80 Selecting previously unselected package perl-modules-5.32.
14:47:47 #9 19.80 Preparing to unpack .../007-perl-modules-5.32_5.32.1-3ubuntu2.1_all.deb ...
14:47:47 #9 19.81 Unpacking perl-modules-5.32 (5.32.1-3ubuntu2.1) ...
14:47:47 #9 20.17 Selecting previously unselected package libgdbm-compat4:amd64.
14:47:48 #9 20.17 Preparing to unpack .../008-libgdbm-compat4_1.19-2_amd64.deb ...
14:47:48 #9 20.18 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
14:47:48 #9 20.21 Selecting previously unselected package libperl5.32:amd64.
14:47:48 #9 20.21 Preparing to unpack .../009-libperl5.32_5.32.1-3ubuntu2.1_amd64.deb ...
14:47:48 #9 20.21 Unpacking libperl5.32:amd64 (5.32.1-3ubuntu2.1) ...
14:47:48 #9 20.68 Selecting previously unselected package perl.
14:47:48 #9 20.68 Preparing to unpack .../010-perl_5.32.1-3ubuntu2.1_amd64.deb ...
14:47:48 #9 20.68 Unpacking perl (5.32.1-3ubuntu2.1) ...
14:47:48 #9 20.73 Selecting previously unselected package openssl.
14:47:48 #9 20.73 Preparing to unpack .../011-openssl_1.1.1j-1ubuntu3.5_amd64.deb ...
14:47:48 #9 20.73 Unpacking openssl (1.1.1j-1ubuntu3.5) ...
14:47:48 #9 20.82 Selecting previously unselected package ca-certificates.
14:47:48 #9 20.82 Preparing to unpack .../012-ca-certificates_20210119ubuntu0.21.04.1_all.deb ...
14:47:48 #9 20.83 Unpacking ca-certificates (20210119ubuntu0.21.04.1) ...
14:47:48 #9 20.87 Selecting previously unselected package distro-info-data.
14:47:48 #9 20.87 Preparing to unpack .../013-distro-info-data_0.46ubuntu4.3_all.deb ...
14:47:48 #9 20.88 Unpacking distro-info-data (0.46ubuntu4.3) ...
14:47:48 #9 20.90 Selecting previously unselected package less.
14:47:48 #9 20.90 Preparing to unpack .../014-less_551-2_amd64.deb ...
14:47:48 #9 20.91 Unpacking less (551-2) ...
14:47:48 #9 20.95 Selecting previously unselected package libmd0:amd64.
14:47:48 #9 20.95 Preparing to unpack .../015-libmd0_1.0.3-3build1_amd64.deb ...
14:47:48 #9 20.95 Unpacking libmd0:amd64 (1.0.3-3build1) ...
14:47:48 #9 20.98 Selecting previously unselected package libbsd0:amd64.
14:47:48 #9 20.98 Preparing to unpack .../016-libbsd0_0.11.3-1ubuntu2_amd64.deb ...
14:47:48 #9 20.98 Unpacking libbsd0:amd64 (0.11.3-1ubuntu2) ...
14:47:48 #9 21.02 Selecting previously unselected package libelf1:amd64.
14:47:48 #9 21.02 Preparing to unpack .../017-libelf1_0.183-8_amd64.deb ...
14:47:48 #9 21.02 Unpacking libelf1:amd64 (0.183-8) ...
14:47:48 #9 21.05 Selecting previously unselected package libicu67:amd64.
14:47:48 #9 21.05 Preparing to unpack .../018-libicu67_67.1-6ubuntu2_amd64.deb ...
14:47:48 #9 21.05 Unpacking libicu67:amd64 (67.1-6ubuntu2) ...
14:47:49 #9 21.86 Selecting previously unselected package libxml2:amd64.
14:47:49 #9 21.86 Preparing to unpack .../019-libxml2_2.9.10+dfsg-6.3ubuntu0.1_amd64.deb ...
14:47:49 #9 21.87 Unpacking libxml2:amd64 (2.9.10+dfsg-6.3ubuntu0.1) ...
14:47:49 #9 21.95 Selecting previously unselected package libyaml-0-2:amd64.
14:47:49 #9 21.95 Preparing to unpack .../020-libyaml-0-2_0.2.2-1_amd64.deb ...
14:47:49 #9 21.95 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
14:47:49 #9 21.98 Selecting previously unselected package lsb-release.
14:47:49 #9 21.98 Preparing to unpack .../021-lsb-release_11.1.0ubuntu2_all.deb ...
14:47:49 #9 21.99 Unpacking lsb-release (11.1.0ubuntu2) ...
14:47:49 #9 22.01 Selecting previously unselected package netbase.
14:47:49 #9 22.02 Preparing to unpack .../022-netbase_6.2_all.deb ...
14:47:49 #9 22.02 Unpacking netbase (6.2) ...
14:47:49 #9 22.04 Selecting previously unselected package python3-pkg-resources.
14:47:49 #9 22.05 Preparing to unpack .../023-python3-pkg-resources_52.0.0-3_all.deb ...
14:47:49 #9 22.05 Unpacking python3-pkg-resources (52.0.0-3) ...
14:47:49 #9 22.09 Selecting previously unselected package ucf.
14:47:49 #9 22.09 Preparing to unpack .../024-ucf_3.0043_all.deb ...
14:47:49 #9 22.10 Moving old data out of the way
14:47:49 #9 22.10 Unpacking ucf (3.0043) ...
14:47:49 #9 22.12 Selecting previously unselected package libmagic-mgc.
14:47:49 #9 22.13 Preparing to unpack .../025-libmagic-mgc_1%3a5.39-3_amd64.deb ...
14:47:49 #9 22.13 Unpacking libmagic-mgc (1:5.39-3) ...
14:47:49 #9 22.20 Selecting previously unselected package libmagic1:amd64.
14:47:49 #9 22.20 Preparing to unpack .../026-libmagic1_1%3a5.39-3_amd64.deb ...
14:47:49 #9 22.20 Unpacking libmagic1:amd64 (1:5.39-3) ...
14:47:49 #9 22.23 Selecting previously unselected package file.
14:47:49 #9 22.23 Preparing to unpack .../027-file_1%3a5.39-3_amd64.deb ...
14:47:49 #9 22.24 Unpacking file (1:5.39-3) ...
14:47:49 #9 22.26 Selecting previously unselected package gettext-base.
14:47:49 #9 22.26 Preparing to unpack .../028-gettext-base_0.21-3ubuntu2_amd64.deb ...
14:47:49 #9 22.26 Unpacking gettext-base (0.21-3ubuntu2) ...
14:47:49 #9 22.29 Selecting previously unselected package iso-codes.
14:47:49 #9 22.29 Preparing to unpack .../029-iso-codes_4.6.0-1_all.deb ...
14:47:49 #9 22.30 Unpacking iso-codes (4.6.0-1) ...
14:47:50 #9 22.66 Selecting previously unselected package libcbor0.6:amd64.
14:47:50 #9 22.66 Preparing to unpack .../030-libcbor0.6_0.6.0-0ubuntu3_amd64.deb ...
14:47:50 #9 22.67 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu3) ...
14:47:50 #9 22.70 Selecting previously unselected package libedit2:amd64.
14:47:50 #9 22.70 Preparing to unpack .../031-libedit2_3.1-20191231-2_amd64.deb ...
14:47:50 #9 22.70 Unpacking libedit2:amd64 (3.1-20191231-2) ...
14:47:50 #9 22.74 Selecting previously unselected package libfido2-1:amd64.
14:47:50 #9 22.74 Preparing to unpack .../032-libfido2-1_1.6.0-2_amd64.deb ...
14:47:50 #9 22.74 Unpacking libfido2-1:amd64 (1.6.0-2) ...
14:47:50 #9 22.78 Selecting previously unselected package libpng16-16:amd64.
14:47:50 #9 22.78 Preparing to unpack .../033-libpng16-16_1.6.37-3build3_amd64.deb ...
14:47:50 #9 22.79 Unpacking libpng16-16:amd64 (1.6.37-3build3) ...
14:47:50 #9 22.83 Selecting previously unselected package libpsl5:amd64.
14:47:50 #9 22.83 Preparing to unpack .../034-libpsl5_0.21.0-1.2_amd64.deb ...
14:47:50 #9 22.83 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
14:47:50 #9 22.86 Selecting previously unselected package libxau6:amd64.
14:47:50 #9 22.86 Preparing to unpack .../035-libxau6_1%3a1.0.9-1build3_amd64.deb ...
14:47:50 #9 22.87 Unpacking libxau6:amd64 (1:1.0.9-1build3) ...
14:47:50 #9 22.89 Selecting previously unselected package libxdmcp6:amd64.
14:47:50 #9 22.89 Preparing to unpack .../036-libxdmcp6_1%3a1.1.3-0ubuntu3_amd64.deb ...
14:47:50 #9 22.90 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu3) ...
14:47:50 #9 22.93 Selecting previously unselected package libxcb1:amd64.
14:47:50 #9 22.93 Preparing to unpack .../037-libxcb1_1.14-3ubuntu1_amd64.deb ...
14:47:50 #9 22.93 Unpacking libxcb1:amd64 (1.14-3ubuntu1) ...
14:47:50 #9 22.96 Selecting previously unselected package libx11-data.
14:47:50 #9 22.96 Preparing to unpack .../038-libx11-data_2%3a1.7.0-2ubuntu0.1_all.deb ...
14:47:50 #9 22.96 Unpacking libx11-data (2:1.7.0-2ubuntu0.1) ...
14:47:50 #9 23.03 Selecting previously unselected package libx11-6:amd64.
14:47:50 #9 23.03 Preparing to unpack .../039-libx11-6_2%3a1.7.0-2ubuntu0.1_amd64.deb ...
14:47:50 #9 23.03 Unpacking libx11-6:amd64 (2:1.7.0-2ubuntu0.1) ...
14:47:50 #9 23.11 Selecting previously unselected package libxext6:amd64.
14:47:50 #9 23.11 Preparing to unpack .../040-libxext6_2%3a1.3.4-0ubuntu3_amd64.deb ...
14:47:50 #9 23.11 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu3) ...
14:47:50 #9 23.14 Selecting previously unselected package libxmuu1:amd64.
14:47:51 #9 23.14 Preparing to unpack .../041-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
14:47:51 #9 23.15 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
14:47:51 #9 23.17 Selecting previously unselected package manpages.
14:47:51 #9 23.17 Preparing to unpack .../042-manpages_5.10-1ubuntu0.1_all.deb ...
14:47:51 #9 23.17 Unpacking manpages (5.10-1ubuntu0.1) ...
14:47:51 #9 23.29 Selecting previously unselected package openssh-client.
14:47:51 #9 23.30 Preparing to unpack .../043-openssh-client_1%3a8.4p1-5ubuntu1.1_amd64.deb ...
14:47:51 #9 23.30 Unpacking openssh-client (1:8.4p1-5ubuntu1.1) ...
14:47:51 #9 23.40 Selecting previously unselected package publicsuffix.
14:47:51 #9 23.40 Preparing to unpack .../044-publicsuffix_20210108.1309-1_all.deb ...
14:47:51 #9 23.40 Unpacking publicsuffix (20210108.1309-1) ...
14:47:51 #9 23.44 Selecting previously unselected package python-apt-common.
14:47:51 #9 23.44 Preparing to unpack .../045-python-apt-common_2.2.0~ubuntu0.21.04.1_all.deb ...
14:47:51 #9 23.44 Unpacking python-apt-common (2.2.0~ubuntu0.21.04.1) ...
14:47:51 #9 23.47 Selecting previously unselected package python3-apt.
14:47:51 #9 23.47 Preparing to unpack .../046-python3-apt_2.2.0~ubuntu0.21.04.1_amd64.deb ...
14:47:51 #9 23.47 Unpacking python3-apt (2.2.0~ubuntu0.21.04.1) ...
14:47:51 #9 23.51 Selecting previously unselected package libunwind8:amd64.
14:47:51 #9 23.52 Preparing to unpack .../047-libunwind8_1.3.2-2_amd64.deb ...
14:47:51 #9 23.52 Unpacking libunwind8:amd64 (1.3.2-2) ...
14:47:51 #9 23.55 Selecting previously unselected package strace.
14:47:51 #9 23.55 Preparing to unpack .../048-strace_5.11-0ubuntu1_amd64.deb ...
14:47:51 #9 23.55 Unpacking strace (5.11-0ubuntu1) ...
14:47:51 #9 23.62 Selecting previously unselected package xauth.
14:47:51 #9 23.63 Preparing to unpack .../049-xauth_1%3a1.1-1_amd64.deb ...
14:47:51 #9 23.63 Unpacking xauth (1:1.1-1) ...
14:47:51 #9 23.66 Selecting previously unselected package xz-utils.
14:47:51 #9 23.66 Preparing to unpack .../050-xz-utils_5.2.5-1.0build2_amd64.deb ...
14:47:51 #9 23.66 Unpacking xz-utils (5.2.5-1.0build2) ...
14:47:51 #9 23.70 Selecting previously unselected package libsigsegv2:amd64.
14:47:51 #9 23.70 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu1_amd64.deb ...
14:47:51 #9 23.71 Unpacking libsigsegv2:amd64 (2.13-1ubuntu1) ...
14:47:51 #9 23.73 Selecting previously unselected package m4.
14:47:51 #9 23.73 Preparing to unpack .../052-m4_1.4.18-5_amd64.deb ...
14:47:51 #9 23.73 Unpacking m4 (1.4.18-5) ...
14:47:51 #9 23.77 Selecting previously unselected package autoconf.
14:47:51 #9 23.77 Preparing to unpack .../053-autoconf_2.69-14_all.deb ...
14:47:51 #9 23.78 Unpacking autoconf (2.69-14) ...
14:47:51 #9 23.83 Selecting previously unselected package autotools-dev.
14:47:51 #9 23.83 Preparing to unpack .../054-autotools-dev_20180224.1+nmu1_all.deb ...
14:47:51 #9 23.84 Unpacking autotools-dev (20180224.1+nmu1) ...
14:47:51 #9 23.87 Selecting previously unselected package automake.
14:47:51 #9 23.87 Preparing to unpack .../055-automake_1%3a1.16.3-2ubuntu1_all.deb ...
14:47:51 #9 23.88 Unpacking automake (1:1.16.3-2ubuntu1) ...
14:47:51 #9 23.94 Selecting previously unselected package autopoint.
14:47:51 #9 23.95 Preparing to unpack .../056-autopoint_0.21-3ubuntu2_all.deb ...
14:47:51 #9 23.95 Unpacking autopoint (0.21-3ubuntu2) ...
14:47:51 #9 23.98 Selecting previously unselected package binutils-common:amd64.
14:47:51 #9 23.98 Preparing to unpack .../057-binutils-common_2.36.1-6ubuntu1_amd64.deb ...
14:47:51 #9 23.99 Unpacking binutils-common:amd64 (2.36.1-6ubuntu1) ...
14:47:51 #9 24.03 Selecting previously unselected package libbinutils:amd64.
14:47:51 #9 24.03 Preparing to unpack .../058-libbinutils_2.36.1-6ubuntu1_amd64.deb ...
14:47:51 #9 24.04 Unpacking libbinutils:amd64 (2.36.1-6ubuntu1) ...
14:47:51 #9 24.12 Selecting previously unselected package libctf-nobfd0:amd64.
14:47:51 #9 24.12 Preparing to unpack .../059-libctf-nobfd0_2.36.1-6ubuntu1_amd64.deb ...
14:47:51 #9 24.12 Unpacking libctf-nobfd0:amd64 (2.36.1-6ubuntu1) ...
14:47:51 #9 24.16 Selecting previously unselected package libctf0:amd64.
14:47:51 #9 24.16 Preparing to unpack .../060-libctf0_2.36.1-6ubuntu1_amd64.deb ...
14:47:51 #9 24.16 Unpacking libctf0:amd64 (2.36.1-6ubuntu1) ...
14:47:51 #9 24.19 Selecting previously unselected package binutils-x86-64-linux-gnu.
14:47:51 #9 24.19 Preparing to unpack .../061-binutils-x86-64-linux-gnu_2.36.1-6ubuntu1_amd64.deb ...
14:47:51 #9 24.20 Unpacking binutils-x86-64-linux-gnu (2.36.1-6ubuntu1) ...
14:47:52 #9 24.41 Selecting previously unselected package binutils.
14:47:52 #9 24.41 Preparing to unpack .../062-binutils_2.36.1-6ubuntu1_amd64.deb ...
14:47:52 #9 24.41 Unpacking binutils (2.36.1-6ubuntu1) ...
14:47:52 #9 24.44 Selecting previously unselected package libc-dev-bin.
14:47:52 #9 24.44 Preparing to unpack .../063-libc-dev-bin_2.33-0ubuntu5_amd64.deb ...
14:47:52 #9 24.44 Unpacking libc-dev-bin (2.33-0ubuntu5) ...
14:47:52 #9 24.47 Selecting previously unselected package linux-libc-dev:amd64.
14:47:52 #9 24.47 Preparing to unpack .../064-linux-libc-dev_5.11.0-38.42_amd64.deb ...
14:47:52 #9 24.47 Unpacking linux-libc-dev:amd64 (5.11.0-38.42) ...
14:47:52 #9 24.65 Selecting previously unselected package libcrypt-dev:amd64.
14:47:52 #9 24.66 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.17-1ubuntu3_amd64.deb ...
14:47:52 #9 24.66 Unpacking libcrypt-dev:amd64 (1:4.4.17-1ubuntu3) ...
14:47:52 #9 24.69 Selecting previously unselected package rpcsvc-proto.
14:47:52 #9 24.69 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu4_amd64.deb ...
14:47:52 #9 24.71 Unpacking rpcsvc-proto (1.4.2-0ubuntu4) ...
14:47:52 #9 24.74 Selecting previously unselected package libtirpc-dev:amd64.
14:47:52 #9 24.74 Preparing to unpack .../067-libtirpc-dev_1.3.1-1build1_amd64.deb ...
14:47:52 #9 24.75 Unpacking libtirpc-dev:amd64 (1.3.1-1build1) ...
14:47:52 #9 24.79 Selecting previously unselected package libnsl-dev:amd64.
14:47:52 #9 24.79 Preparing to unpack .../068-libnsl-dev_1.3.0-0ubuntu3_amd64.deb ...
14:47:52 #9 24.80 Unpacking libnsl-dev:amd64 (1.3.0-0ubuntu3) ...
14:47:52 #9 24.83 Selecting previously unselected package libc6-dev:amd64.
14:47:52 #9 24.83 Preparing to unpack .../069-libc6-dev_2.33-0ubuntu5_amd64.deb ...
14:47:52 #9 24.83 Unpacking libc6-dev:amd64 (2.33-0ubuntu5) ...
14:47:52 #23 7.311 Building static docker-darwin-amd64
14:47:52 #23 7.317 + go build -o /out/docker-darwin-amd64 -tags ' pkcs11' --ldflags '    -w          -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:47:52Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' '-buildmode=pie' github.com/docker/cli/cmd/docker
14:47:52 #9 25.10 Selecting previously unselected package gcc-10-base:amd64.
14:47:52 #9 25.10 Preparing to unpack .../070-gcc-10-base_10.3.0-1ubuntu1_amd64.deb ...
14:47:52 #9 25.11 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1) ...
14:47:52 #9 25.14 Selecting previously unselected package libisl23:amd64.
14:47:52 #9 25.14 Preparing to unpack .../071-libisl23_0.23-1build1_amd64.deb ...
14:47:52 #9 25.15 Unpacking libisl23:amd64 (0.23-1build1) ...
14:47:52 #9 25.23 Selecting previously unselected package libmpfr6:amd64.
14:47:52 #9 25.23 Preparing to unpack .../072-libmpfr6_4.1.0-3build1_amd64.deb ...
14:47:52 #9 25.23 Unpacking libmpfr6:amd64 (4.1.0-3build1) ...
14:47:53 #9 25.35 Selecting previously unselected package libmpc3:amd64.
14:47:53 #9 25.35 Preparing to unpack .../073-libmpc3_1.2.0-1build1_amd64.deb ...
14:47:53 #9 25.36 Unpacking libmpc3:amd64 (1.2.0-1build1) ...
14:47:53 #9 25.39 Selecting previously unselected package cpp-10.
14:47:53 #9 25.39 Preparing to unpack .../074-cpp-10_10.3.0-1ubuntu1_amd64.deb ...
14:47:53 #9 25.39 Unpacking cpp-10 (10.3.0-1ubuntu1) ...
14:47:54 #9 26.15 Selecting previously unselected package cpp.
14:47:54 #9 26.15 Preparing to unpack .../075-cpp_4%3a10.3.0-1ubuntu1_amd64.deb ...
14:47:54 #9 26.16 Unpacking cpp (4:10.3.0-1ubuntu1) ...
14:47:54 #9 26.19 Selecting previously unselected package libcc1-0:amd64.
14:47:54 #9 26.19 Preparing to unpack .../076-libcc1-0_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 26.20 Unpacking libcc1-0:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 26.23 Selecting previously unselected package libgomp1:amd64.
14:47:54 #9 26.23 Preparing to unpack .../077-libgomp1_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 26.23 Unpacking libgomp1:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 26.27 Selecting previously unselected package libitm1:amd64.
14:47:54 #9 26.27 Preparing to unpack .../078-libitm1_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 26.28 Unpacking libitm1:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 26.31 Selecting previously unselected package libatomic1:amd64.
14:47:54 #9 26.31 Preparing to unpack .../079-libatomic1_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 26.31 Unpacking libatomic1:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 26.34 Selecting previously unselected package libasan6:amd64.
14:47:54 #9 26.35 Preparing to unpack .../080-libasan6_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 26.35 Unpacking libasan6:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 26.59 Selecting previously unselected package liblsan0:amd64.
14:47:54 #9 26.59 Preparing to unpack .../081-liblsan0_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 26.59 Unpacking liblsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 26.71 Selecting previously unselected package libtsan0:amd64.
14:47:54 #9 26.71 Preparing to unpack .../082-libtsan0_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 26.72 Unpacking libtsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 26.95 Selecting previously unselected package libubsan1:amd64.
14:47:54 #9 26.96 Preparing to unpack .../083-libubsan1_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 26.96 Unpacking libubsan1:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 27.08 Selecting previously unselected package libquadmath0:amd64.
14:47:54 #9 27.08 Preparing to unpack .../084-libquadmath0_11.1.0-1ubuntu1~21.04_amd64.deb ...
14:47:54 #9 27.09 Unpacking libquadmath0:amd64 (11.1.0-1ubuntu1~21.04) ...
14:47:54 #9 27.12 Selecting previously unselected package libgcc-10-dev:amd64.
14:47:55 #9 27.12 Preparing to unpack .../085-libgcc-10-dev_10.3.0-1ubuntu1_amd64.deb ...
14:47:55 #9 27.13 Unpacking libgcc-10-dev:amd64 (10.3.0-1ubuntu1) ...
14:47:55 #9 27.35 Selecting previously unselected package gcc-10.
14:47:55 #9 27.35 Preparing to unpack .../086-gcc-10_10.3.0-1ubuntu1_amd64.deb ...
14:47:55 #9 27.36 Unpacking gcc-10 (10.3.0-1ubuntu1) ...
14:47:55 #23 ...
14:47:55 
14:47:55 #28 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
14:47:55 #28 7.327 Building static docker-darwin-arm64
14:47:55 #28 7.332 + go build -o /out/docker-darwin-arm64 -tags ' pkcs11' --ldflags '    -w          -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:47:52Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' '-buildmode=pie' github.com/docker/cli/cmd/docker
14:47:56 #9 28.84 Selecting previously unselected package gcc.
14:47:56 #9 28.84 Preparing to unpack .../087-gcc_4%3a10.3.0-1ubuntu1_amd64.deb ...
14:47:56 #9 28.85 Unpacking gcc (4:10.3.0-1ubuntu1) ...
14:47:56 #9 28.87 Selecting previously unselected package libstdc++-10-dev:amd64.
14:47:56 #9 28.87 Preparing to unpack .../088-libstdc++-10-dev_10.3.0-1ubuntu1_amd64.deb ...
14:47:56 #9 28.88 Unpacking libstdc++-10-dev:amd64 (10.3.0-1ubuntu1) ...
14:47:56 #9 29.13 Selecting previously unselected package g++-10.
14:47:56 #9 29.14 Preparing to unpack .../089-g++-10_10.3.0-1ubuntu1_amd64.deb ...
14:47:56 #9 29.14 Unpacking g++-10 (10.3.0-1ubuntu1) ...
14:47:57 #9 29.97 Selecting previously unselected package g++.
14:47:57 #9 29.97 Preparing to unpack .../090-g++_4%3a10.3.0-1ubuntu1_amd64.deb ...
14:47:57 #9 29.98 Unpacking g++ (4:10.3.0-1ubuntu1) ...
14:47:57 #9 30.00 Selecting previously unselected package make.
14:47:57 #9 30.00 Preparing to unpack .../091-make_4.3-4ubuntu1_amd64.deb ...
14:47:57 #9 30.01 Unpacking make (4.3-4ubuntu1) ...
14:47:57 #9 30.04 Selecting previously unselected package libdpkg-perl.
14:47:57 #9 30.05 Preparing to unpack .../092-libdpkg-perl_1.20.9ubuntu1_all.deb ...
14:47:57 #9 30.05 Unpacking libdpkg-perl (1.20.9ubuntu1) ...
14:47:57 #9 30.10 Selecting previously unselected package bzip2.
14:47:57 #9 30.10 Preparing to unpack .../093-bzip2_1.0.8-4ubuntu3_amd64.deb ...
14:47:57 #9 30.10 Unpacking bzip2 (1.0.8-4ubuntu3) ...
14:47:57 #9 30.13 Selecting previously unselected package patch.
14:47:58 #9 30.13 Preparing to unpack .../094-patch_2.7.6-7_amd64.deb ...
14:47:58 #9 30.13 Unpacking patch (2.7.6-7) ...
14:47:58 #9 30.17 Selecting previously unselected package lto-disabled-list.
14:47:58 #9 30.17 Preparing to unpack .../095-lto-disabled-list_7_all.deb ...
14:47:58 #9 30.17 Unpacking lto-disabled-list (7) ...
14:47:58 #9 30.20 Selecting previously unselected package dpkg-dev.
14:47:58 #9 30.20 Preparing to unpack .../096-dpkg-dev_1.20.9ubuntu1_all.deb ...
14:47:58 #9 30.20 Unpacking dpkg-dev (1.20.9ubuntu1) ...
14:47:58 #9 30.31 Selecting previously unselected package build-essential.
14:47:58 #9 30.31 Preparing to unpack .../097-build-essential_12.8ubuntu3_amd64.deb ...
14:47:58 #9 30.31 Unpacking build-essential (12.8ubuntu3) ...
14:47:58 #9 30.34 Selecting previously unselected package libbrotli1:amd64.
14:47:58 #9 30.34 Preparing to unpack .../098-libbrotli1_1.0.9-2build2_amd64.deb ...
14:47:58 #9 30.34 Unpacking libbrotli1:amd64 (1.0.9-2build2) ...
14:47:58 #9 30.40 Selecting previously unselected package libroken18-heimdal:amd64.
14:47:58 #9 30.40 Preparing to unpack .../099-libroken18-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.40 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.43 Selecting previously unselected package libasn1-8-heimdal:amd64.
14:47:58 #9 30.43 Preparing to unpack .../100-libasn1-8-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.44 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.48 Selecting previously unselected package libheimbase1-heimdal:amd64.
14:47:58 #9 30.48 Preparing to unpack .../101-libheimbase1-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.49 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.52 Selecting previously unselected package libhcrypto4-heimdal:amd64.
14:47:58 #9 30.52 Preparing to unpack .../102-libhcrypto4-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.52 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.56 Selecting previously unselected package libwind0-heimdal:amd64.
14:47:58 #9 30.56 Preparing to unpack .../103-libwind0-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.56 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.60 Selecting previously unselected package libhx509-5-heimdal:amd64.
14:47:58 #9 30.60 Preparing to unpack .../104-libhx509-5-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.60 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.64 Selecting previously unselected package libkrb5-26-heimdal:amd64.
14:47:58 #9 30.64 Preparing to unpack .../105-libkrb5-26-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.64 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.69 Selecting previously unselected package libheimntlm0-heimdal:amd64.
14:47:58 #9 30.69 Preparing to unpack .../106-libheimntlm0-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.69 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.72 Selecting previously unselected package libgssapi3-heimdal:amd64.
14:47:58 #9 30.72 Preparing to unpack .../107-libgssapi3-heimdal_7.7.0+dfsg-2_amd64.deb ...
14:47:58 #9 30.73 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-2) ...
14:47:58 #9 30.76 Selecting previously unselected package libsasl2-modules-db:amd64.
14:47:58 #9 30.76 Preparing to unpack .../108-libsasl2-modules-db_2.1.27+dfsg-2ubuntu1_amd64.deb ...
14:47:58 #9 30.76 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu1) ...
14:47:58 #9 30.79 Selecting previously unselected package libsasl2-2:amd64.
14:47:58 #9 30.79 Preparing to unpack .../109-libsasl2-2_2.1.27+dfsg-2ubuntu1_amd64.deb ...
14:47:58 #9 30.79 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu1) ...
14:47:58 #9 30.83 Selecting previously unselected package libldap-2.4-2:amd64.
14:47:58 #9 30.83 Preparing to unpack .../110-libldap-2.4-2_2.4.57+dfsg-2ubuntu1_amd64.deb ...
14:47:58 #9 30.83 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-2ubuntu1) ...
14:47:58 #9 30.87 Selecting previously unselected package libnghttp2-14:amd64.
14:47:58 #9 30.87 Preparing to unpack .../111-libnghttp2-14_1.43.0-1_amd64.deb ...
14:47:58 #9 30.88 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
14:47:58 #9 30.91 Selecting previously unselected package librtmp1:amd64.
14:47:58 #9 30.91 Preparing to unpack .../112-librtmp1_2.4+20151223.gitfa8646d.1-2build2_amd64.deb ...
14:47:58 #9 30.91 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build2) ...
14:47:58 #9 30.94 Selecting previously unselected package libssh-4:amd64.
14:47:58 #9 30.95 Preparing to unpack .../113-libssh-4_0.9.5-1ubuntu0.1_amd64.deb ...
14:47:58 #9 30.95 Unpacking libssh-4:amd64 (0.9.5-1ubuntu0.1) ...
14:47:58 #9 30.99 Selecting previously unselected package libcurl4:amd64.
14:47:58 #9 30.99 Preparing to unpack .../114-libcurl4_7.74.0-1ubuntu2.3_amd64.deb ...
14:47:58 #9 31.00 Unpacking libcurl4:amd64 (7.74.0-1ubuntu2.3) ...
14:47:58 #9 31.04 Selecting previously unselected package curl.
14:47:58 #9 31.04 Preparing to unpack .../115-curl_7.74.0-1ubuntu2.3_amd64.deb ...
14:47:58 #9 31.04 Unpacking curl (7.74.0-1ubuntu2.3) ...
14:47:58 #9 31.09 Selecting previously unselected package dctrl-tools.
14:47:58 #9 31.09 Preparing to unpack .../116-dctrl-tools_2.24-3_amd64.deb ...
14:47:58 #9 31.10 Unpacking dctrl-tools (2.24-3) ...
14:47:58 #9 31.12 Selecting previously unselected package libdebhelper-perl.
14:47:58 #9 31.13 Preparing to unpack .../117-libdebhelper-perl_13.3.4ubuntu1_all.deb ...
14:47:58 #9 31.13 Unpacking libdebhelper-perl (13.3.4ubuntu1) ...
14:47:58 #9 31.16 Selecting previously unselected package libtool.
14:47:58 #9 31.16 Preparing to unpack .../118-libtool_2.4.6-15_all.deb ...
14:47:58 #9 31.16 Unpacking libtool (2.4.6-15) ...
14:47:58 #9 31.20 Selecting previously unselected package dh-autoreconf.
14:47:59 #9 31.20 Preparing to unpack .../119-dh-autoreconf_20_all.deb ...
14:47:59 #9 31.21 Unpacking dh-autoreconf (20) ...
14:47:59 #9 31.23 Selecting previously unselected package libarchive-zip-perl.
14:47:59 #9 31.23 Preparing to unpack .../120-libarchive-zip-perl_1.68-1_all.deb ...
14:47:59 #9 31.23 Unpacking libarchive-zip-perl (1.68-1) ...
14:47:59 #9 31.27 Selecting previously unselected package libsub-override-perl.
14:47:59 #9 31.27 Preparing to unpack .../121-libsub-override-perl_0.09-2_all.deb ...
14:47:59 #9 31.27 Unpacking libsub-override-perl (0.09-2) ...
14:47:59 #9 31.30 Selecting previously unselected package libfile-stripnondeterminism-perl.
14:47:59 #9 31.30 Preparing to unpack .../122-libfile-stripnondeterminism-perl_1.11.0-1_all.deb ...
14:47:59 #9 31.30 Unpacking libfile-stripnondeterminism-perl (1.11.0-1) ...
14:47:59 #9 31.32 Selecting previously unselected package dh-strip-nondeterminism.
14:47:59 #9 31.32 Preparing to unpack .../123-dh-strip-nondeterminism_1.11.0-1_all.deb ...
14:47:59 #9 31.33 Unpacking dh-strip-nondeterminism (1.11.0-1) ...
14:47:59 #9 31.36 Selecting previously unselected package libdw1:amd64.
14:47:59 #9 31.36 Preparing to unpack .../124-libdw1_0.183-8_amd64.deb ...
14:47:59 #9 31.36 Unpacking libdw1:amd64 (0.183-8) ...
14:47:59 #9 31.40 Selecting previously unselected package debugedit.
14:47:59 #9 31.40 Preparing to unpack .../125-debugedit_1%3a0.1-0ubuntu2_amd64.deb ...
14:47:59 #9 31.41 Unpacking debugedit (1:0.1-0ubuntu2) ...
14:47:59 #9 31.44 Selecting previously unselected package dwz.
14:47:59 #9 31.44 Preparing to unpack .../126-dwz_0.14-1_amd64.deb ...
14:47:59 #9 31.44 Unpacking dwz (0.14-1) ...
14:47:59 #9 31.47 Selecting previously unselected package gettext.
14:47:59 #9 31.48 Preparing to unpack .../127-gettext_0.21-3ubuntu2_amd64.deb ...
14:47:59 #9 31.48 Unpacking gettext (0.21-3ubuntu2) ...
14:47:59 #9 31.60 Selecting previously unselected package intltool-debian.
14:47:59 #9 31.60 Preparing to unpack .../128-intltool-debian_0.35.0+20060710.5_all.deb ...
14:47:59 #9 31.62 Unpacking intltool-debian (0.35.0+20060710.5) ...
14:47:59 #9 31.66 Selecting previously unselected package po-debconf.
14:47:59 #9 31.66 Preparing to unpack .../129-po-debconf_1.0.21+nmu1_all.deb ...
14:47:59 #9 31.66 Unpacking po-debconf (1.0.21+nmu1) ...
14:47:59 #9 31.71 Selecting previously unselected package debhelper.
14:47:59 #9 31.71 Preparing to unpack .../130-debhelper_13.3.4ubuntu1_all.deb ...
14:47:59 #9 31.71 Unpacking debhelper (13.3.4ubuntu1) ...
14:47:59 #9 31.82 Selecting previously unselected package libfakeroot:amd64.
14:47:59 #9 31.82 Preparing to unpack .../131-libfakeroot_1.25.3-1.1ubuntu2_amd64.deb ...
14:47:59 #9 31.82 Unpacking libfakeroot:amd64 (1.25.3-1.1ubuntu2) ...
14:47:59 #9 31.85 Selecting previously unselected package fakeroot.
14:47:59 #9 31.86 Preparing to unpack .../132-fakeroot_1.25.3-1.1ubuntu2_amd64.deb ...
14:47:59 #9 31.86 Unpacking fakeroot (1.25.3-1.1ubuntu2) ...
14:47:59 #9 31.89 Selecting previously unselected package libassuan0:amd64.
14:47:59 #9 31.89 Preparing to unpack .../133-libassuan0_2.5.4-1ubuntu1_amd64.deb ...
14:47:59 #9 31.90 Unpacking libassuan0:amd64 (2.5.4-1ubuntu1) ...
14:47:59 #9 31.92 Selecting previously unselected package gpgconf.
14:47:59 #9 31.92 Preparing to unpack .../134-gpgconf_2.2.20-1ubuntu3_amd64.deb ...
14:47:59 #9 31.93 Unpacking gpgconf (2.2.20-1ubuntu3) ...
14:47:59 #9 31.97 Selecting previously unselected package libksba8:amd64.
14:47:59 #9 31.97 Preparing to unpack .../135-libksba8_1.5.0-3_amd64.deb ...
14:47:59 #9 31.97 Unpacking libksba8:amd64 (1.5.0-3) ...
14:47:59 #9 32.01 Selecting previously unselected package libnpth0:amd64.
14:47:59 #9 32.01 Preparing to unpack .../136-libnpth0_1.6-3_amd64.deb ...
14:47:59 #9 32.01 Unpacking libnpth0:amd64 (1.6-3) ...
14:47:59 #9 32.04 Selecting previously unselected package dirmngr.
14:47:59 #9 32.04 Preparing to unpack .../137-dirmngr_2.2.20-1ubuntu3_amd64.deb ...
14:47:59 #9 32.06 Unpacking dirmngr (2.2.20-1ubuntu3) ...
14:47:59 #9 32.11 Selecting previously unselected package gnupg-l10n.
14:47:59 #9 32.11 Preparing to unpack .../138-gnupg-l10n_2.2.20-1ubuntu3_all.deb ...
14:47:59 #9 32.11 Unpacking gnupg-l10n (2.2.20-1ubuntu3) ...
14:47:59 #9 32.14 Selecting previously unselected package gnupg-utils.
14:47:59 #9 32.14 Preparing to unpack .../139-gnupg-utils_2.2.20-1ubuntu3_amd64.deb ...
14:47:59 #9 32.15 Unpacking gnupg-utils (2.2.20-1ubuntu3) ...
14:47:59 #9 32.21 Selecting previously unselected package gpg.
14:47:59 #9 32.22 Preparing to unpack .../140-gpg_2.2.20-1ubuntu3_amd64.deb ...
14:47:59 #9 32.22 Unpacking gpg (2.2.20-1ubuntu3) ...
14:47:59 #9 32.29 Selecting previously unselected package pinentry-curses.
14:48:00 #9 32.29 Preparing to unpack .../141-pinentry-curses_1.1.0-4build1_amd64.deb ...
14:48:00 #9 32.29 Unpacking pinentry-curses (1.1.0-4build1) ...
14:48:00 #9 32.32 Selecting previously unselected package gpg-agent.
14:48:00 #9 32.32 Preparing to unpack .../142-gpg-agent_2.2.20-1ubuntu3_amd64.deb ...
14:48:00 #9 32.33 Unpacking gpg-agent (2.2.20-1ubuntu3) ...
14:48:00 #9 32.37 Selecting previously unselected package gpg-wks-client.
14:48:00 #9 32.38 Preparing to unpack .../143-gpg-wks-client_2.2.20-1ubuntu3_amd64.deb ...
14:48:00 #9 32.38 Unpacking gpg-wks-client (2.2.20-1ubuntu3) ...
14:48:00 #9 32.41 Selecting previously unselected package gpg-wks-server.
14:48:00 #9 32.41 Preparing to unpack .../144-gpg-wks-server_2.2.20-1ubuntu3_amd64.deb ...
14:48:00 #9 32.41 Unpacking gpg-wks-server (2.2.20-1ubuntu3) ...
14:48:00 #9 32.44 Selecting previously unselected package gpgsm.
14:48:00 #9 32.44 Preparing to unpack .../145-gpgsm_2.2.20-1ubuntu3_amd64.deb ...
14:48:00 #9 32.45 Unpacking gpgsm (2.2.20-1ubuntu3) ...
14:48:00 #9 32.49 Selecting previously unselected package gnupg.
14:48:00 #9 32.49 Preparing to unpack .../146-gnupg_2.2.20-1ubuntu3_all.deb ...
14:48:00 #9 32.49 Unpacking gnupg (2.2.20-1ubuntu3) ...
14:48:00 #9 32.53 Selecting previously unselected package libfile-dirlist-perl.
14:48:00 #9 32.54 Preparing to unpack .../147-libfile-dirlist-perl_0.05-2_all.deb ...
14:48:00 #9 32.54 Unpacking libfile-dirlist-perl (0.05-2) ...
14:48:00 #9 32.56 Selecting previously unselected package libfile-which-perl.
14:48:00 #9 32.56 Preparing to unpack .../148-libfile-which-perl_1.23-1_all.deb ...
14:48:00 #9 32.57 Unpacking libfile-which-perl (1.23-1) ...
14:48:00 #9 32.59 Selecting previously unselected package libfile-homedir-perl.
14:48:00 #9 32.59 Preparing to unpack .../149-libfile-homedir-perl_1.006-1_all.deb ...
14:48:00 #9 32.60 Unpacking libfile-homedir-perl (1.006-1) ...
14:48:00 #9 32.62 Selecting previously unselected package libfile-touch-perl.
14:48:00 #9 32.62 Preparing to unpack .../150-libfile-touch-perl_0.11-1_all.deb ...
14:48:00 #9 32.63 Unpacking libfile-touch-perl (0.11-1) ...
14:48:00 #9 32.65 Selecting previously unselected package libio-pty-perl.
14:48:00 #9 32.65 Preparing to unpack .../151-libio-pty-perl_1%3a1.15-2_amd64.deb ...
14:48:00 #9 32.66 Unpacking libio-pty-perl (1:1.15-2) ...
14:48:00 #9 32.68 Selecting previously unselected package libipc-run-perl.
14:48:00 #9 32.68 Preparing to unpack .../152-libipc-run-perl_20200505.0-1_all.deb ...
14:48:00 #9 32.69 Unpacking libipc-run-perl (20200505.0-1) ...
14:48:00 #9 32.72 Selecting previously unselected package libclass-method-modifiers-perl.
14:48:00 #9 32.72 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
14:48:00 #9 32.72 Unpacking libclass-method-modifiers-perl (2.13-1) ...
14:48:00 #9 32.75 Selecting previously unselected package libb-hooks-op-check-perl.
14:48:00 #9 32.75 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build3_amd64.deb ...
14:48:00 #9 32.75 Unpacking libb-hooks-op-check-perl (0.22-1build3) ...
14:48:00 #9 32.78 Selecting previously unselected package libdynaloader-functions-perl.
14:48:00 #9 32.78 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1.1_all.deb ...
14:48:00 #9 32.78 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
14:48:00 #9 32.81 Selecting previously unselected package libdevel-callchecker-perl.
14:48:00 #9 32.81 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu2_amd64.deb ...
14:48:00 #9 32.81 Unpacking libdevel-callchecker-perl (0.008-1ubuntu2) ...
14:48:00 #9 32.84 Selecting previously unselected package libparams-classify-perl.
14:48:00 #9 32.84 Preparing to unpack .../157-libparams-classify-perl_0.015-1build3_amd64.deb ...
14:48:00 #9 32.84 Unpacking libparams-classify-perl (0.015-1build3) ...
14:48:00 #9 32.87 Selecting previously unselected package libmodule-runtime-perl.
14:48:00 #9 32.87 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
14:48:00 #9 32.87 Unpacking libmodule-runtime-perl (0.016-1) ...
14:48:00 #9 32.90 Selecting previously unselected package libimport-into-perl.
14:48:00 #9 32.90 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
14:48:00 #9 32.90 Unpacking libimport-into-perl (1.002005-1) ...
14:48:00 #9 32.93 Selecting previously unselected package librole-tiny-perl.
14:48:00 #9 32.93 Preparing to unpack .../160-librole-tiny-perl_2.002004-1_all.deb ...
14:48:00 #9 32.93 Unpacking librole-tiny-perl (2.002004-1) ...
14:48:00 #9 32.96 Selecting previously unselected package libstrictures-perl.
14:48:00 #9 32.96 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
14:48:00 #9 32.96 Unpacking libstrictures-perl (2.000006-1) ...
14:48:00 #9 32.98 Selecting previously unselected package libsub-quote-perl.
14:48:00 #9 32.99 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
14:48:00 #9 32.99 Unpacking libsub-quote-perl (2.006006-1) ...
14:48:00 #9 33.01 Selecting previously unselected package libmoo-perl.
14:48:00 #9 33.02 Preparing to unpack .../163-libmoo-perl_2.004004-1_all.deb ...
14:48:00 #9 33.02 Unpacking libmoo-perl (2.004004-1) ...
14:48:00 #9 33.05 Selecting previously unselected package libencode-locale-perl.
14:48:00 #9 33.05 Preparing to unpack .../164-libencode-locale-perl_1.05-1.1_all.deb ...
14:48:00 #9 33.05 Unpacking libencode-locale-perl (1.05-1.1) ...
14:48:00 #9 33.07 Selecting previously unselected package libtimedate-perl.
14:48:00 #9 33.08 Preparing to unpack .../165-libtimedate-perl_2.3300-2_all.deb ...
14:48:00 #9 33.08 Unpacking libtimedate-perl (2.3300-2) ...
14:48:00 #9 33.11 Selecting previously unselected package libhttp-date-perl.
14:48:00 #9 33.11 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
14:48:00 #9 33.11 Unpacking libhttp-date-perl (6.05-1) ...
14:48:00 #9 33.13 Selecting previously unselected package libfile-listing-perl.
14:48:00 #9 33.14 Preparing to unpack .../167-libfile-listing-perl_6.14-1_all.deb ...
14:48:00 #9 33.15 Unpacking libfile-listing-perl (6.14-1) ...
14:48:00 #9 33.17 Selecting previously unselected package libhtml-tagset-perl.
14:48:00 #9 33.18 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
14:48:00 #9 33.18 Unpacking libhtml-tagset-perl (3.20-4) ...
14:48:00 #9 33.20 Selecting previously unselected package liburi-perl.
14:48:00 #9 33.21 Preparing to unpack .../169-liburi-perl_5.07-1_all.deb ...
14:48:00 #9 33.21 Unpacking liburi-perl (5.07-1) ...
14:48:00 #9 33.24 Selecting previously unselected package libhtml-parser-perl.
14:48:00 #9 33.24 Preparing to unpack .../170-libhtml-parser-perl_3.75-1build1_amd64.deb ...
14:48:00 #9 33.24 Unpacking libhtml-parser-perl (3.75-1build1) ...
14:48:00 #9 33.27 Selecting previously unselected package libhtml-tree-perl.
14:48:00 #9 33.28 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
14:48:00 #9 33.28 Unpacking libhtml-tree-perl (5.07-2) ...
14:48:00 #9 33.32 Selecting previously unselected package libio-html-perl.
14:48:01 #9 33.32 Preparing to unpack .../172-libio-html-perl_1.004-2_all.deb ...
14:48:01 #9 33.33 Unpacking libio-html-perl (1.004-2) ...
14:48:01 #9 33.35 Selecting previously unselected package liblwp-mediatypes-perl.
14:48:01 #9 33.35 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
14:48:01 #9 33.35 Unpacking liblwp-mediatypes-perl (6.04-1) ...
14:48:01 #9 33.38 Selecting previously unselected package libhttp-message-perl.
14:48:01 #9 33.38 Preparing to unpack .../174-libhttp-message-perl_6.28-1_all.deb ...
14:48:01 #9 33.38 Unpacking libhttp-message-perl (6.28-1) ...
14:48:01 #9 33.41 Selecting previously unselected package libhttp-cookies-perl.
14:48:01 #9 33.41 Preparing to unpack .../175-libhttp-cookies-perl_6.10-1_all.deb ...
14:48:01 #9 33.42 Unpacking libhttp-cookies-perl (6.10-1) ...
14:48:01 #9 33.44 Selecting previously unselected package libhttp-negotiate-perl.
14:48:01 #9 33.44 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
14:48:01 #9 33.45 Unpacking libhttp-negotiate-perl (6.01-1) ...
14:48:01 #9 33.47 Selecting previously unselected package perl-openssl-defaults:amd64.
14:48:01 #9 33.47 Preparing to unpack .../177-perl-openssl-defaults_5_amd64.deb ...
14:48:01 #9 33.48 Unpacking perl-openssl-defaults:amd64 (5) ...
14:48:01 #9 33.50 Selecting previously unselected package libnet-ssleay-perl.
14:48:01 #9 33.50 Preparing to unpack .../178-libnet-ssleay-perl_1.88-3ubuntu1_amd64.deb ...
14:48:01 #9 33.50 Unpacking libnet-ssleay-perl (1.88-3ubuntu1) ...
14:48:01 #9 33.56 Selecting previously unselected package libio-socket-ssl-perl.
14:48:01 #9 33.56 Preparing to unpack .../179-libio-socket-ssl-perl_2.069-1_all.deb ...
14:48:01 #9 33.57 Unpacking libio-socket-ssl-perl (2.069-1) ...
14:48:01 #9 33.61 Selecting previously unselected package libnet-http-perl.
14:48:01 #9 33.61 Preparing to unpack .../180-libnet-http-perl_6.20-1_all.deb ...
14:48:01 #9 33.62 Unpacking libnet-http-perl (6.20-1) ...
14:48:01 #9 33.64 Selecting previously unselected package liblwp-protocol-https-perl.
14:48:01 #9 33.65 Preparing to unpack .../181-liblwp-protocol-https-perl_6.10-1_all.deb ...
14:48:01 #9 33.65 Unpacking liblwp-protocol-https-perl (6.10-1) ...
14:48:01 #9 33.68 Selecting previously unselected package libtry-tiny-perl.
14:48:01 #9 33.68 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
14:48:01 #9 33.69 Unpacking libtry-tiny-perl (0.30-1) ...
14:48:01 #9 33.71 Selecting previously unselected package libwww-robotrules-perl.
14:48:01 #9 33.72 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
14:48:01 #9 33.72 Unpacking libwww-robotrules-perl (6.02-1) ...
14:48:01 #9 33.74 Selecting previously unselected package libwww-perl.
14:48:01 #9 33.74 Preparing to unpack .../184-libwww-perl_6.52-1_all.deb ...
14:48:01 #9 33.75 Unpacking libwww-perl (6.52-1) ...
14:48:01 #9 33.79 Selecting previously unselected package patchutils.
14:48:01 #9 33.79 Preparing to unpack .../185-patchutils_0.4.2-1_amd64.deb ...
14:48:01 #9 33.79 Unpacking patchutils (0.4.2-1) ...
14:48:01 #9 33.82 Selecting previously unselected package wdiff.
14:48:01 #9 33.83 Preparing to unpack .../186-wdiff_1.2.2-2build1_amd64.deb ...
14:48:01 #9 33.83 Unpacking wdiff (1.2.2-2build1) ...
14:48:01 #9 33.86 Selecting previously unselected package devscripts.
14:48:01 #9 33.87 Preparing to unpack .../187-devscripts_2.21.1ubuntu1_amd64.deb ...
14:48:01 #9 33.88 Unpacking devscripts (2.21.1ubuntu1) ...
14:48:01 #9 34.00 Selecting previously unselected package diffstat.
14:48:01 #9 34.00 Preparing to unpack .../188-diffstat_1.64-1_amd64.deb ...
14:48:01 #9 34.00 Unpacking diffstat (1.64-1) ...
14:48:01 #9 34.03 Selecting previously unselected package python3-chardet.
14:48:01 #9 34.03 Preparing to unpack .../189-python3-chardet_4.0.0-1_all.deb ...
14:48:01 #9 34.04 Unpacking python3-chardet (4.0.0-1) ...
14:48:01 #9 34.10 Selecting previously unselected package python3-six.
14:48:01 #9 34.10 Preparing to unpack .../190-python3-six_1.15.0-2_all.deb ...
14:48:01 #9 34.10 Unpacking python3-six (1.15.0-2) ...
14:48:01 #9 34.13 Selecting previously unselected package python3-debian.
14:48:01 #9 34.13 Preparing to unpack .../191-python3-debian_0.1.39_all.deb ...
14:48:01 #9 34.13 Unpacking python3-debian (0.1.39) ...
14:48:01 #9 34.17 Selecting previously unselected package libgpgme11:amd64.
14:48:01 #9 34.17 Preparing to unpack .../192-libgpgme11_1.14.0-1ubuntu3_amd64.deb ...
14:48:01 #9 34.18 Unpacking libgpgme11:amd64 (1.14.0-1ubuntu3) ...
14:48:01 #9 34.22 Selecting previously unselected package python3-gpg.
14:48:01 #9 34.22 Preparing to unpack .../193-python3-gpg_1.14.0-1ubuntu3_amd64.deb ...
14:48:01 #9 34.22 Unpacking python3-gpg (1.14.0-1ubuntu3) ...
14:48:01 #9 34.28 Selecting previously unselected package dput.
14:48:02 #9 34.28 Preparing to unpack .../194-dput_1.1.0ubuntu1_all.deb ...
14:48:02 #9 34.29 Unpacking dput (1.1.0ubuntu1) ...
14:48:02 #9 34.33 Selecting previously unselected package fonts-dejavu-core.
14:48:02 #9 34.33 Preparing to unpack .../195-fonts-dejavu-core_2.37-2build1_all.deb ...
14:48:02 #9 34.34 Unpacking fonts-dejavu-core (2.37-2build1) ...
14:48:02 #9 34.47 Selecting previously unselected package fontconfig-config.
14:48:02 #9 34.48 Preparing to unpack .../196-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
14:48:02 #9 34.48 Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
14:48:02 #9 34.52 Selecting previously unselected package libcurl3-gnutls:amd64.
14:48:02 #9 34.52 Preparing to unpack .../197-libcurl3-gnutls_7.74.0-1ubuntu2.3_amd64.deb ...
14:48:02 #9 34.52 Unpacking libcurl3-gnutls:amd64 (7.74.0-1ubuntu2.3) ...
14:48:02 #9 34.57 Selecting previously unselected package liberror-perl.
14:48:02 #9 34.57 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ...
14:48:02 #9 34.57 Unpacking liberror-perl (0.17029-1) ...
14:48:02 #9 34.60 Selecting previously unselected package git-man.
14:48:02 #9 34.60 Preparing to unpack .../199-git-man_1%3a2.30.2-1ubuntu1_all.deb ...
14:48:02 #9 34.60 Unpacking git-man (1:2.30.2-1ubuntu1) ...
14:48:02 #9 34.71 Selecting previously unselected package git.
14:48:02 #9 34.71 Preparing to unpack .../200-git_1%3a2.30.2-1ubuntu1_amd64.deb ...
14:48:02 #9 34.73 Unpacking git (1:2.30.2-1ubuntu1) ...
14:48:02 #9 35.12 Selecting previously unselected package libalgorithm-diff-perl.
14:48:02 #9 35.12 Preparing to unpack .../201-libalgorithm-diff-perl_1.201-1_all.deb ...
14:48:02 #9 35.13 Unpacking libalgorithm-diff-perl (1.201-1) ...
14:48:02 #9 35.16 Selecting previously unselected package libalgorithm-diff-xs-perl.
14:48:02 #9 35.16 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6build1_amd64.deb ...
14:48:02 #9 35.17 Unpacking libalgorithm-diff-xs-perl (0.04-6build1) ...
14:48:02 #9 35.19 Selecting previously unselected package libalgorithm-merge-perl.
14:48:02 #9 35.19 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ...
14:48:02 #9 35.20 Unpacking libalgorithm-merge-perl (0.08-3) ...
14:48:02 #9 35.22 Selecting previously unselected package libaliased-perl.
14:48:02 #9 35.22 Preparing to unpack .../204-libaliased-perl_0.34-1.1_all.deb ...
14:48:02 #9 35.23 Unpacking libaliased-perl (0.34-1.1) ...
14:48:02 #9 35.25 Selecting previously unselected package libapt-pkg-perl.
14:48:02 #9 35.25 Preparing to unpack .../205-libapt-pkg-perl_0.1.39build1_amd64.deb ...
14:48:02 #9 35.26 Unpacking libapt-pkg-perl (0.1.39build1) ...
14:48:02 #9 35.29 Selecting previously unselected package libarchive-cpio-perl.
14:48:02 #9 35.29 Preparing to unpack .../206-libarchive-cpio-perl_0.10-1.1_all.deb ...
14:48:02 #9 35.29 Unpacking libarchive-cpio-perl (0.10-1.1) ...
14:48:02 #9 35.32 Selecting previously unselected package libarray-intspan-perl.
14:48:02 #9 35.32 Preparing to unpack .../207-libarray-intspan-perl_2.004-1_all.deb ...
14:48:02 #9 35.32 Unpacking libarray-intspan-perl (2.004-1) ...
14:48:03 #9 35.35 Selecting previously unselected package libmodule-implementation-perl.
14:48:03 #9 35.35 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1.1_all.deb ...
14:48:03 #9 35.35 Unpacking libmodule-implementation-perl (0.09-1.1) ...
14:48:03 #9 35.38 Selecting previously unselected package libsub-exporter-progressive-perl.
14:48:03 #9 35.38 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
14:48:03 #9 35.38 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
14:48:03 #9 35.41 Selecting previously unselected package libvariable-magic-perl.
14:48:03 #9 35.41 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build3_amd64.deb ...
14:48:03 #9 35.41 Unpacking libvariable-magic-perl (0.62-1build3) ...
14:48:03 #9 35.44 Selecting previously unselected package libb-hooks-endofscope-perl.
14:48:03 #9 35.44 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
14:48:03 #9 35.45 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
14:48:03 #9 35.48 Selecting previously unselected package libfreetype6:amd64.
14:48:03 #9 35.48 Preparing to unpack .../212-libfreetype6_2.10.4+dfsg-1build1_amd64.deb ...
14:48:03 #9 35.49 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
14:48:03 #9 35.54 Selecting previously unselected package libfontconfig1:amd64.
14:48:03 #9 35.55 Preparing to unpack .../213-libfontconfig1_2.13.1-4.2ubuntu3_amd64.deb ...
14:48:03 #9 35.55 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
14:48:03 #9 35.59 Selecting previously unselected package libjpeg-turbo8:amd64.
14:48:03 #9 35.59 Preparing to unpack .../214-libjpeg-turbo8_2.0.6-0ubuntu2_amd64.deb ...
14:48:03 #9 35.59 Unpacking libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
14:48:03 #9 35.63 Selecting previously unselected package libjpeg8:amd64.
14:48:03 #9 35.63 Preparing to unpack .../215-libjpeg8_8c-2ubuntu8_amd64.deb ...
14:48:03 #9 35.63 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
14:48:03 #9 35.70 Selecting previously unselected package libdeflate0:amd64.
14:48:03 #9 35.70 Preparing to unpack .../216-libdeflate0_1.7-1ubuntu1_amd64.deb ...
14:48:03 #9 35.70 Unpacking libdeflate0:amd64 (1.7-1ubuntu1) ...
14:48:03 #9 35.74 Selecting previously unselected package libjbig0:amd64.
14:48:03 #9 35.74 Preparing to unpack .../217-libjbig0_2.1-3.1build1_amd64.deb ...
14:48:03 #9 35.75 Unpacking libjbig0:amd64 (2.1-3.1build1) ...
14:48:03 #9 35.78 Selecting previously unselected package libwebp6:amd64.
14:48:03 #9 35.78 Preparing to unpack .../218-libwebp6_0.6.1-2ubuntu0.21.04.1_amd64.deb ...
14:48:03 #9 35.79 Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.21.04.1) ...
14:48:03 #9 35.83 Selecting previously unselected package libtiff5:amd64.
14:48:03 #9 35.83 Preparing to unpack .../219-libtiff5_4.2.0-1build1_amd64.deb ...
14:48:03 #9 35.84 Unpacking libtiff5:amd64 (4.2.0-1build1) ...
14:48:03 #9 35.88 Selecting previously unselected package libxpm4:amd64.
14:48:03 #9 35.89 Preparing to unpack .../220-libxpm4_1%3a3.5.12-1_amd64.deb ...
14:48:03 #9 35.89 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
14:48:03 #9 35.93 Selecting previously unselected package libgd3:amd64.
14:48:03 #9 35.93 Preparing to unpack .../221-libgd3_2.3.0-2ubuntu0.1_amd64.deb ...
14:48:03 #9 35.93 Unpacking libgd3:amd64 (2.3.0-2ubuntu0.1) ...
14:48:03 #9 35.97 Selecting previously unselected package libc-devtools.
14:48:03 #9 35.97 Preparing to unpack .../222-libc-devtools_2.33-0ubuntu5_amd64.deb ...
14:48:03 #9 35.97 Unpacking libc-devtools (2.33-0ubuntu5) ...
14:48:03 #9 36.00 Selecting previously unselected package libcapture-tiny-perl.
14:48:03 #9 36.01 Preparing to unpack .../223-libcapture-tiny-perl_0.48-1_all.deb ...
14:48:03 #9 36.01 Unpacking libcapture-tiny-perl (0.48-1) ...
14:48:03 #9 36.03 Selecting previously unselected package libclass-data-inheritable-perl.
14:48:03 #9 36.03 Preparing to unpack .../224-libclass-data-inheritable-perl_0.08-3_all.deb ...
14:48:03 #9 36.04 Unpacking libclass-data-inheritable-perl (0.08-3) ...
14:48:03 #9 36.06 Selecting previously unselected package libclass-xsaccessor-perl.
14:48:03 #9 36.06 Preparing to unpack .../225-libclass-xsaccessor-perl_1.19-3build7_amd64.deb ...
14:48:03 #9 36.07 Unpacking libclass-xsaccessor-perl (1.19-3build7) ...
14:48:03 #9 36.10 Selecting previously unselected package libclone-perl.
14:48:03 #9 36.10 Preparing to unpack .../226-libclone-perl_0.45-1build1_amd64.deb ...
14:48:03 #9 36.10 Unpacking libclone-perl (0.45-1build1) ...
14:48:03 #9 36.12 Selecting previously unselected package libcommon-sense-perl.
14:48:03 #9 36.13 Preparing to unpack .../227-libcommon-sense-perl_3.75-1build4_amd64.deb ...
14:48:03 #9 36.13 Unpacking libcommon-sense-perl (3.75-1build4) ...
14:48:03 #9 36.16 Selecting previously unselected package libconfig-tiny-perl.
14:48:03 #9 36.16 Preparing to unpack .../228-libconfig-tiny-perl_2.24-1_all.deb ...
14:48:03 #9 36.16 Unpacking libconfig-tiny-perl (2.24-1) ...
14:48:03 #9 36.19 Selecting previously unselected package libparams-util-perl.
14:48:03 #9 36.19 Preparing to unpack .../229-libparams-util-perl_1.102-1build1_amd64.deb ...
14:48:03 #9 36.20 Unpacking libparams-util-perl (1.102-1build1) ...
14:48:03 #9 36.22 Selecting previously unselected package libsub-install-perl.
14:48:03 #9 36.22 Preparing to unpack .../230-libsub-install-perl_0.928-1.1_all.deb ...
14:48:03 #9 36.23 Unpacking libsub-install-perl (0.928-1.1) ...
14:48:03 #9 36.25 Selecting previously unselected package libdata-optlist-perl.
14:48:03 #9 36.25 Preparing to unpack .../231-libdata-optlist-perl_0.110-1.1_all.deb ...
14:48:03 #9 36.25 Unpacking libdata-optlist-perl (0.110-1.1) ...
14:48:03 #9 36.28 Selecting previously unselected package libsub-exporter-perl.
14:48:03 #9 36.28 Preparing to unpack .../232-libsub-exporter-perl_0.987-1_all.deb ...
14:48:03 #9 36.29 Unpacking libsub-exporter-perl (0.987-1) ...
14:48:03 #9 36.31 Selecting previously unselected package libconst-fast-perl.
14:48:03 #9 36.32 Preparing to unpack .../233-libconst-fast-perl_0.014-1.1_all.deb ...
14:48:03 #9 36.32 Unpacking libconst-fast-perl (0.014-1.1) ...
14:48:03 #9 36.34 Selecting previously unselected package libwant-perl.
14:48:03 #9 36.35 Preparing to unpack .../234-libwant-perl_0.29-1build5_amd64.deb ...
14:48:03 #9 36.35 Unpacking libwant-perl (0.29-1build5) ...
14:48:03 #9 36.38 Selecting previously unselected package libcontextual-return-perl.
14:48:03 #9 36.38 Preparing to unpack .../235-libcontextual-return-perl_0.004014-2_all.deb ...
14:48:03 #9 36.38 Unpacking libcontextual-return-perl (0.004014-2) ...
14:48:04 #9 36.41 Selecting previously unselected package libcpanel-json-xs-perl.
14:48:04 #9 36.41 Preparing to unpack .../236-libcpanel-json-xs-perl_4.25-1build1_amd64.deb ...
14:48:04 #9 36.42 Unpacking libcpanel-json-xs-perl (4.25-1build1) ...
14:48:04 #9 36.45 Selecting previously unselected package libdevel-stacktrace-perl.
14:48:04 #9 36.46 Preparing to unpack .../237-libdevel-stacktrace-perl_2.0400-1_all.deb ...
14:48:04 #9 36.46 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
14:48:04 #9 36.49 Selecting previously unselected package libexception-class-perl.
14:48:04 #9 36.49 Preparing to unpack .../238-libexception-class-perl_1.44-1_all.deb ...
14:48:04 #9 36.50 Unpacking libexception-class-perl (1.44-1) ...
14:48:04 #9 36.53 Selecting previously unselected package libiterator-perl.
14:48:04 #9 36.53 Preparing to unpack .../239-libiterator-perl_0.03+ds1-1.1_all.deb ...
14:48:04 #9 36.53 Unpacking libiterator-perl (0.03+ds1-1.1) ...
14:48:04 #9 36.56 Selecting previously unselected package libiterator-util-perl.
14:48:04 #9 36.56 Preparing to unpack .../240-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
14:48:04 #9 36.57 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
14:48:04 #9 36.59 Selecting previously unselected package libexporter-tiny-perl.
14:48:04 #9 36.60 Preparing to unpack .../241-libexporter-tiny-perl_1.002002-1_all.deb ...
14:48:04 #9 36.60 Unpacking libexporter-tiny-perl (1.002002-1) ...
14:48:04 #9 36.63 Selecting previously unselected package liblist-moreutils-xs-perl.
14:48:04 #9 36.63 Preparing to unpack .../242-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
14:48:04 #9 36.63 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
14:48:04 #9 36.66 Selecting previously unselected package liblist-moreutils-perl.
14:48:04 #9 36.66 Preparing to unpack .../243-liblist-moreutils-perl_0.430-2_all.deb ...
14:48:04 #9 36.67 Unpacking liblist-moreutils-perl (0.430-2) ...
14:48:04 #9 36.73 Selecting previously unselected package libdata-dpath-perl.
14:48:04 #9 36.73 Preparing to unpack .../244-libdata-dpath-perl_0.58-1_all.deb ...
14:48:04 #9 36.74 Unpacking libdata-dpath-perl (0.58-1) ...
14:48:04 #9 36.79 Selecting previously unselected package libdata-dump-perl.
14:48:04 #9 36.80 Preparing to unpack .../245-libdata-dump-perl_1.23-1.1_all.deb ...
14:48:04 #9 36.81 Unpacking libdata-dump-perl (1.23-1.1) ...
14:48:04 #9 36.87 Selecting previously unselected package libdata-messagepack-perl.
14:48:04 #9 36.87 Preparing to unpack .../246-libdata-messagepack-perl_1.00-4build1_amd64.deb ...
14:48:04 #9 36.88 Unpacking libdata-messagepack-perl (1.00-4build1) ...
14:48:04 #9 36.92 Selecting previously unselected package libnet-domain-tld-perl.
14:48:04 #9 36.93 Preparing to unpack .../247-libnet-domain-tld-perl_1.75-1.1_all.deb ...
14:48:04 #9 36.93 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
14:48:04 #9 36.98 Selecting previously unselected package libdata-validate-domain-perl.
14:48:04 #9 36.98 Preparing to unpack .../248-libdata-validate-domain-perl_0.10-1.1_all.deb ...
14:48:04 #9 36.99 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
14:48:04 #9 37.07 Selecting previously unselected package libdistro-info-perl.
14:48:04 #9 37.07 Preparing to unpack .../249-libdistro-info-perl_1.0_all.deb ...
14:48:04 #9 37.08 Unpacking libdistro-info-perl (1.0) ...
14:48:05 #9 37.15 Selecting previously unselected package libemail-address-xs-perl.
14:48:05 #9 37.15 Preparing to unpack .../250-libemail-address-xs-perl_1.04-1build4_amd64.deb ...
14:48:05 #9 37.16 Unpacking libemail-address-xs-perl (1.04-1build4) ...
14:48:05 #9 37.25 Selecting previously unselected package libipc-system-simple-perl.
14:48:05 #9 37.25 Preparing to unpack .../251-libipc-system-simple-perl_1.30-1_all.deb ...
14:48:05 #9 37.26 Unpacking libipc-system-simple-perl (1.30-1) ...
14:48:05 #9 37.29 Selecting previously unselected package libfile-basedir-perl.
14:48:05 #9 37.30 Preparing to unpack .../252-libfile-basedir-perl_0.08-1_all.deb ...
14:48:05 #9 37.30 Unpacking libfile-basedir-perl (0.08-1) ...
14:48:05 #9 37.33 Selecting previously unselected package libfile-chdir-perl.
14:48:05 #9 37.33 Preparing to unpack .../253-libfile-chdir-perl_0.1008-1.1_all.deb ...
14:48:05 #9 37.33 Unpacking libfile-chdir-perl (0.1008-1.1) ...
14:48:05 #9 37.36 Selecting previously unselected package libfile-fcntllock-perl.
14:48:05 #9 37.36 Preparing to unpack .../254-libfile-fcntllock-perl_0.22-3build5_amd64.deb ...
14:48:05 #9 37.36 Unpacking libfile-fcntllock-perl (0.22-3build5) ...
14:48:05 #9 37.39 Selecting previously unselected package libnumber-compare-perl.
14:48:05 #9 37.39 Preparing to unpack .../255-libnumber-compare-perl_0.03-1.1_all.deb ...
14:48:05 #9 37.40 Unpacking libnumber-compare-perl (0.03-1.1) ...
14:48:05 #9 37.42 Selecting previously unselected package libtext-glob-perl.
14:48:05 #9 37.42 Preparing to unpack .../256-libtext-glob-perl_0.11-1_all.deb ...
14:48:05 #9 37.43 Unpacking libtext-glob-perl (0.11-1) ...
14:48:05 #9 37.45 Selecting previously unselected package libfile-find-rule-perl.
14:48:05 #9 37.45 Preparing to unpack .../257-libfile-find-rule-perl_0.34-1_all.deb ...
14:48:05 #9 37.46 Unpacking libfile-find-rule-perl (0.34-1) ...
14:48:05 #9 37.48 Selecting previously unselected package libfont-afm-perl.
14:48:05 #9 37.49 Preparing to unpack .../258-libfont-afm-perl_1.20-3_all.deb ...
14:48:05 #9 37.49 Unpacking libfont-afm-perl (1.20-3) ...
14:48:05 #9 37.52 Selecting previously unselected package libio-string-perl.
14:48:05 #9 37.52 Preparing to unpack .../259-libio-string-perl_1.08-3.1_all.deb ...
14:48:05 #9 37.52 Unpacking libio-string-perl (1.08-3.1) ...
14:48:05 #9 37.55 Selecting previously unselected package libfont-ttf-perl.
14:48:05 #9 37.55 Preparing to unpack .../260-libfont-ttf-perl_1.06-1.1_all.deb ...
14:48:05 #9 37.55 Unpacking libfont-ttf-perl (1.06-1.1) ...
14:48:05 #9 37.61 Selecting previously unselected package libio-stringy-perl.
14:48:05 #9 37.61 Preparing to unpack .../261-libio-stringy-perl_2.111-3_all.deb ...
14:48:05 #9 37.61 Unpacking libio-stringy-perl (2.111-3) ...
14:48:05 #9 37.65 Selecting previously unselected package libparams-validate-perl:amd64.
14:48:05 #9 37.65 Preparing to unpack .../262-libparams-validate-perl_1.30-1build1_amd64.deb ...
14:48:05 #9 37.65 Unpacking libparams-validate-perl:amd64 (1.30-1build1) ...
14:48:05 #9 37.68 Selecting previously unselected package libgetopt-long-descriptive-perl.
14:48:05 #9 37.68 Preparing to unpack .../263-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
14:48:05 #9 37.69 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
14:48:05 #9 37.71 Selecting previously unselected package libsort-versions-perl.
14:48:05 #9 37.71 Preparing to unpack .../264-libsort-versions-perl_1.62-1_all.deb ...
14:48:05 #9 37.72 Unpacking libsort-versions-perl (1.62-1) ...
14:48:05 #9 37.75 Selecting previously unselected package libgit-wrapper-perl.
14:48:05 #9 37.75 Preparing to unpack .../265-libgit-wrapper-perl_0.048-1_all.deb ...
14:48:05 #9 37.75 Unpacking libgit-wrapper-perl (0.048-1) ...
14:48:05 #9 37.78 Selecting previously unselected package libhttp-tiny-multipart-perl.
14:48:05 #9 37.78 Preparing to unpack .../266-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
14:48:05 #9 37.78 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
14:48:05 #9 37.81 Selecting previously unselected package libio-prompter-perl.
14:48:05 #9 37.81 Preparing to unpack .../267-libio-prompter-perl_0.004015-1_all.deb ...
14:48:05 #9 37.81 Unpacking libio-prompter-perl (0.004015-1) ...
14:48:05 #9 37.84 Selecting previously unselected package libjson-perl.
14:48:05 #9 37.85 Preparing to unpack .../268-libjson-perl_4.03000-1_all.deb ...
14:48:05 #9 37.85 Unpacking libjson-perl (4.03000-1) ...
14:48:05 #9 37.88 Selecting previously unselected package liblog-any-perl.
14:48:05 #9 37.88 Preparing to unpack .../269-liblog-any-perl_1.709-1_all.deb ...
14:48:05 #9 37.89 Unpacking liblog-any-perl (1.709-1) ...
14:48:05 #9 37.92 Selecting previously unselected package liblog-any-adapter-screen-perl.
14:48:05 #9 37.92 Preparing to unpack .../270-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
14:48:05 #9 37.93 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
14:48:05 #9 37.95 Selecting previously unselected package libpackage-stash-perl.
14:48:05 #9 37.95 Preparing to unpack .../271-libpackage-stash-perl_0.39-1_all.deb ...
14:48:05 #9 37.96 Unpacking libpackage-stash-perl (0.39-1) ...
14:48:05 #9 37.99 Selecting previously unselected package libsub-identify-perl.
14:48:05 #9 37.99 Preparing to unpack .../272-libsub-identify-perl_0.14-1build3_amd64.deb ...
14:48:05 #9 37.99 Unpacking libsub-identify-perl (0.14-1build3) ...
14:48:05 #9 38.02 Selecting previously unselected package libsub-name-perl.
14:48:05 #9 38.02 Preparing to unpack .../273-libsub-name-perl_0.26-1build1_amd64.deb ...
14:48:05 #9 38.02 Unpacking libsub-name-perl (0.26-1build1) ...
14:48:05 #9 38.05 Selecting previously unselected package libnamespace-clean-perl.
14:48:05 #9 38.05 Preparing to unpack .../274-libnamespace-clean-perl_0.27-1_all.deb ...
14:48:05 #9 38.06 Unpacking libnamespace-clean-perl (0.27-1) ...
14:48:05 #9 38.08 Selecting previously unselected package libpath-tiny-perl.
14:48:05 #9 38.08 Preparing to unpack .../275-libpath-tiny-perl_0.118-1_all.deb ...
14:48:05 #9 38.09 Unpacking libpath-tiny-perl (0.118-1) ...
14:48:05 #9 38.11 Selecting previously unselected package libtype-tiny-perl.
14:48:05 #9 38.12 Preparing to unpack .../276-libtype-tiny-perl_1.012001-2_all.deb ...
14:48:05 #9 38.12 Unpacking libtype-tiny-perl (1.012001-2) ...
14:48:06 #9 38.17 Selecting previously unselected package libgitlab-api-v4-perl.
14:48:06 #9 38.18 Preparing to unpack .../277-libgitlab-api-v4-perl_0.26-1_all.deb ...
14:48:06 #9 38.18 Unpacking libgitlab-api-v4-perl (0.26-1) ...
14:48:06 #9 38.21 Selecting previously unselected package libhash-fieldhash-perl.
14:48:06 #9 38.22 Preparing to unpack .../278-libhash-fieldhash-perl_0.15-1build3_amd64.deb ...
14:48:06 #9 38.22 Unpacking libhash-fieldhash-perl (0.15-1build3) ...
14:48:06 #9 38.25 Selecting previously unselected package libhtml-form-perl.
14:48:06 #9 38.25 Preparing to unpack .../279-libhtml-form-perl_6.07-1_all.deb ...
14:48:06 #9 38.26 Unpacking libhtml-form-perl (6.07-1) ...
14:48:06 #9 38.29 Selecting previously unselected package libhtml-format-perl.
14:48:06 #9 38.29 Preparing to unpack .../280-libhtml-format-perl_2.12-1.1_all.deb ...
14:48:06 #9 38.29 Unpacking libhtml-format-perl (2.12-1.1) ...
14:48:06 #9 38.32 Selecting previously unselected package libhtml-html5-entities-perl.
14:48:06 #9 38.33 Preparing to unpack .../281-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
14:48:06 #9 38.33 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
14:48:06 #9 38.35 Selecting previously unselected package libhttp-daemon-perl.
14:48:06 #9 38.36 Preparing to unpack .../282-libhttp-daemon-perl_6.12-1_all.deb ...
14:48:06 #9 38.36 Unpacking libhttp-daemon-perl (6.12-1) ...
14:48:06 #9 38.39 Selecting previously unselected package libtypes-serialiser-perl.
14:48:06 #9 38.39 Preparing to unpack .../283-libtypes-serialiser-perl_1.01-1_all.deb ...
14:48:06 #9 38.39 Unpacking libtypes-serialiser-perl (1.01-1) ...
14:48:06 #9 38.42 Selecting previously unselected package libjson-xs-perl.
14:48:06 #9 38.42 Preparing to unpack .../284-libjson-xs-perl_4.030-1build1_amd64.deb ...
14:48:06 #9 38.44 Unpacking libjson-xs-perl (4.030-1build1) ...
14:48:06 #9 38.48 Selecting previously unselected package libjson-maybexs-perl.
14:48:06 #9 38.48 Preparing to unpack .../285-libjson-maybexs-perl_1.004003-1_all.deb ...
14:48:06 #9 38.48 Unpacking libjson-maybexs-perl (1.004003-1) ...
14:48:06 #9 38.51 Selecting previously unselected package libldap-common.
14:48:06 #9 38.51 Preparing to unpack .../286-libldap-common_2.4.57+dfsg-2ubuntu1_all.deb ...
14:48:06 #9 38.51 Unpacking libldap-common (2.4.57+dfsg-2ubuntu1) ...
14:48:06 #9 38.54 Selecting previously unselected package liblist-compare-perl.
14:48:06 #9 38.54 Preparing to unpack .../287-liblist-compare-perl_0.55-1_all.deb ...
14:48:06 #9 38.54 Unpacking liblist-compare-perl (0.55-1) ...
14:48:06 #9 38.57 Selecting previously unselected package liblist-someutils-perl.
14:48:06 #9 38.58 Preparing to unpack .../288-liblist-someutils-perl_0.58-1_all.deb ...
14:48:06 #9 38.59 Unpacking liblist-someutils-perl (0.58-1) ...
14:48:06 #9 38.61 Selecting previously unselected package liblist-someutils-xs-perl.
14:48:06 #9 38.62 Preparing to unpack .../289-liblist-someutils-xs-perl_0.58-2build1_amd64.deb ...
14:48:06 #9 38.62 Unpacking liblist-someutils-xs-perl (0.58-2build1) ...
14:48:06 #9 38.65 Selecting previously unselected package liblist-utilsby-perl.
14:48:06 #9 38.65 Preparing to unpack .../290-liblist-utilsby-perl_0.11-1_all.deb ...
14:48:06 #9 38.65 Unpacking liblist-utilsby-perl (0.11-1) ...
14:48:06 #9 38.68 Selecting previously unselected package libltdl7:amd64.
14:48:06 #9 38.68 Preparing to unpack .../291-libltdl7_2.4.6-15_amd64.deb ...
14:48:06 #9 38.69 Unpacking libltdl7:amd64 (2.4.6-15) ...
14:48:06 #9 38.71 Selecting previously unselected package libltdl-dev:amd64.
14:48:06 #9 38.72 Preparing to unpack .../292-libltdl-dev_2.4.6-15_amd64.deb ...
14:48:06 #9 38.72 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
14:48:06 #9 38.77 Selecting previously unselected package liblzo2-2:amd64.
14:48:06 #9 38.77 Preparing to unpack .../293-liblzo2-2_2.10-2build1_amd64.deb ...
14:48:06 #9 38.77 Unpacking liblzo2-2:amd64 (2.10-2build1) ...
14:48:06 #9 38.80 Selecting previously unselected package libsys-hostname-long-perl.
14:48:06 #9 38.80 Preparing to unpack .../294-libsys-hostname-long-perl_1.5-2_all.deb ...
14:48:06 #9 38.80 Unpacking libsys-hostname-long-perl (1.5-2) ...
14:48:06 #9 38.84 Selecting previously unselected package libmail-sendmail-perl.
14:48:06 #9 38.84 Preparing to unpack .../295-libmail-sendmail-perl_0.80-1.1_all.deb ...
14:48:06 #9 38.84 Unpacking libmail-sendmail-perl (0.80-1.1) ...
14:48:06 #9 38.87 Selecting previously unselected package libnet-smtp-ssl-perl.
14:48:06 #9 38.87 Preparing to unpack .../296-libnet-smtp-ssl-perl_1.04-1_all.deb ...
14:48:06 #9 38.88 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
14:48:06 #9 38.91 Selecting previously unselected package libmailtools-perl.
14:48:06 #9 38.91 Preparing to unpack .../297-libmailtools-perl_2.21-1_all.deb ...
14:48:06 #9 38.91 Unpacking libmailtools-perl (2.21-1) ...
14:48:06 #9 38.95 Selecting previously unselected package libmarkdown2:amd64.
14:48:06 #9 38.95 Preparing to unpack .../298-libmarkdown2_2.2.6-1ubuntu1_amd64.deb ...
14:48:06 #9 38.95 Unpacking libmarkdown2:amd64 (2.2.6-1ubuntu1) ...
14:48:06 #9 38.99 Selecting previously unselected package libmoox-aliases-perl.
14:48:06 #9 38.99 Preparing to unpack .../299-libmoox-aliases-perl_0.001006-1.1_all.deb ...
14:48:06 #9 38.99 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
14:48:06 #9 39.02 Selecting previously unselected package libnamespace-autoclean-perl.
14:48:06 #9 39.02 Preparing to unpack .../300-libnamespace-autoclean-perl_0.29-1_all.deb ...
14:48:06 #9 39.02 Unpacking libnamespace-autoclean-perl (0.29-1) ...
14:48:06 #9 39.05 Selecting previously unselected package libobject-id-perl.
14:48:06 #9 39.05 Preparing to unpack .../301-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
14:48:06 #9 39.05 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
14:48:06 #9 39.08 Selecting previously unselected package libmoox-struct-perl.
14:48:06 #9 39.08 Preparing to unpack .../302-libmoox-struct-perl_0.020-1_all.deb ...
14:48:06 #9 39.08 Unpacking libmoox-struct-perl (0.020-1) ...
14:48:06 #9 39.11 Selecting previously unselected package libmouse-perl.
14:48:06 #9 39.11 Preparing to unpack .../303-libmouse-perl_2.5.10-1build2_amd64.deb ...
14:48:06 #9 39.12 Unpacking libmouse-perl (2.5.10-1build2) ...
14:48:06 #9 39.16 Selecting previously unselected package libnumber-range-perl.
14:48:07 #9 39.16 Preparing to unpack .../304-libnumber-range-perl_0.12-1.1_all.deb ...
14:48:07 #9 39.16 Unpacking libnumber-range-perl (0.12-1.1) ...
14:48:07 #9 39.18 Selecting previously unselected package libpackage-stash-xs-perl.
14:48:07 #9 39.19 Preparing to unpack .../305-libpackage-stash-xs-perl_0.29-1build3_amd64.deb ...
14:48:07 #9 39.19 Unpacking libpackage-stash-xs-perl (0.29-1build3) ...
14:48:07 #9 39.21 Selecting previously unselected package libpath-iterator-rule-perl.
14:48:07 #9 39.22 Preparing to unpack .../306-libpath-iterator-rule-perl_1.014-1_all.deb ...
14:48:07 #9 39.22 Unpacking libpath-iterator-rule-perl (1.014-1) ...
14:48:07 #9 39.25 Selecting previously unselected package libperlio-gzip-perl.
14:48:07 #9 39.25 Preparing to unpack .../307-libperlio-gzip-perl_0.19-1build6_amd64.deb ...
14:48:07 #9 39.25 Unpacking libperlio-gzip-perl (0.19-1build6) ...
14:48:07 #9 39.29 Selecting previously unselected package libpod-parser-perl.
14:48:07 #9 39.29 Preparing to unpack .../308-libpod-parser-perl_1.63-2_all.deb ...
14:48:07 #9 39.30 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
14:48:07 #9 39.31 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
14:48:07 #9 39.31 Unpacking libpod-parser-perl (1.63-2) ...
14:48:07 #9 39.34 Selecting previously unselected package libpod-constants-perl.
14:48:07 #9 39.35 Preparing to unpack .../309-libpod-constants-perl_0.19-2_all.deb ...
14:48:07 #9 39.35 Unpacking libpod-constants-perl (0.19-2) ...
14:48:07 #9 39.37 Selecting previously unselected package libproc-processtable-perl.
14:48:07 #9 39.38 Preparing to unpack .../310-libproc-processtable-perl_0.59-2build1_amd64.deb ...
14:48:07 #9 39.38 Unpacking libproc-processtable-perl (0.59-2build1) ...
14:48:07 #9 39.41 Selecting previously unselected package libre2-9:amd64.
14:48:07 #9 39.41 Preparing to unpack .../311-libre2-9_20210201+dfsg-1_amd64.deb ...
14:48:07 #9 39.42 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
14:48:07 #9 39.45 Selecting previously unselected package libre-engine-re2-perl:amd64.
14:48:07 #9 39.46 Preparing to unpack .../312-libre-engine-re2-perl_0.14-1_amd64.deb ...
14:48:07 #9 39.46 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
14:48:07 #9 39.48 Selecting previously unselected package libreadonly-perl.
14:48:07 #9 39.49 Preparing to unpack .../313-libreadonly-perl_2.050-3_all.deb ...
14:48:07 #9 39.49 Unpacking libreadonly-perl (2.050-3) ...
14:48:07 #9 39.52 Selecting previously unselected package libref-util-perl.
14:48:07 #9 39.52 Preparing to unpack .../314-libref-util-perl_0.204-1_all.deb ...
14:48:07 #9 39.52 Unpacking libref-util-perl (0.204-1) ...
14:48:07 #9 39.55 Selecting previously unselected package libref-util-xs-perl.
14:48:07 #9 39.55 Preparing to unpack .../315-libref-util-xs-perl_0.117-1build3_amd64.deb ...
14:48:07 #9 39.55 Unpacking libref-util-xs-perl (0.117-1build3) ...
14:48:07 #9 39.58 Selecting previously unselected package libregexp-pattern-license-perl.
14:48:07 #9 39.58 Preparing to unpack .../316-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
14:48:07 #9 39.58 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
14:48:07 #9 39.61 Selecting previously unselected package libregexp-pattern-perl.
14:48:07 #9 39.61 Preparing to unpack .../317-libregexp-pattern-perl_0.2.14-1_all.deb ...
14:48:07 #9 39.62 Unpacking libregexp-pattern-perl (0.2.14-1) ...
14:48:07 #9 39.64 Selecting previously unselected package libsasl2-modules:amd64.
14:48:07 #9 39.65 Preparing to unpack .../318-libsasl2-modules_2.1.27+dfsg-2ubuntu1_amd64.deb ...
14:48:07 #9 39.65 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu1) ...
14:48:07 #9 39.68 Selecting previously unselected package libsereal-decoder-perl.
14:48:07 #9 39.68 Preparing to unpack .../319-libsereal-decoder-perl_4.018+ds-1build1_amd64.deb ...
14:48:07 #9 39.68 Unpacking libsereal-decoder-perl (4.018+ds-1build1) ...
14:48:07 #9 39.71 Selecting previously unselected package libsereal-encoder-perl.
14:48:07 #9 39.72 Preparing to unpack .../320-libsereal-encoder-perl_4.018+ds-1build1_amd64.deb ...
14:48:07 #9 39.72 Unpacking libsereal-encoder-perl (4.018+ds-1build1) ...
14:48:07 #9 39.75 Selecting previously unselected package libsort-key-perl.
14:48:07 #9 39.75 Preparing to unpack .../321-libsort-key-perl_1.33-2build3_amd64.deb ...
14:48:07 #9 39.76 Unpacking libsort-key-perl (1.33-2build3) ...
14:48:07 #9 39.78 Selecting previously unselected package libstring-copyright-perl.
14:48:07 #9 39.78 Preparing to unpack .../322-libstring-copyright-perl_0.003006-1_all.deb ...
14:48:07 #9 39.79 Unpacking libstring-copyright-perl (0.003006-1) ...
14:48:07 #9 39.81 Selecting previously unselected package libstring-escape-perl.
14:48:07 #9 39.81 Preparing to unpack .../323-libstring-escape-perl_2010.002-2_all.deb ...
14:48:07 #9 39.82 Unpacking libstring-escape-perl (2010.002-2) ...
14:48:07 #9 39.84 Selecting previously unselected package libstring-shellquote-perl.
14:48:07 #9 39.85 Preparing to unpack .../324-libstring-shellquote-perl_1.04-1_all.deb ...
14:48:07 #9 39.85 Unpacking libstring-shellquote-perl (1.04-1) ...
14:48:07 #9 39.87 Selecting previously unselected package libterm-readkey-perl.
14:48:07 #9 39.87 Preparing to unpack .../325-libterm-readkey-perl_2.38-1build2_amd64.deb ...
14:48:07 #9 39.88 Unpacking libterm-readkey-perl (2.38-1build2) ...
14:48:07 #9 39.91 Selecting previously unselected package libtext-levenshteinxs-perl.
14:48:07 #9 39.91 Preparing to unpack .../326-libtext-levenshteinxs-perl_0.03-4build8_amd64.deb ...
14:48:07 #9 39.91 Unpacking libtext-levenshteinxs-perl (0.03-4build8) ...
14:48:07 #9 39.94 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
14:48:07 #9 39.94 Preparing to unpack .../327-libtext-markdown-discount-perl_0.12-1build1_amd64.deb ...
14:48:07 #9 39.95 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1build1) ...
14:48:07 #9 39.97 Selecting previously unselected package libtext-xslate-perl.
14:48:07 #9 39.97 Preparing to unpack .../328-libtext-xslate-perl_3.5.8-1build2_amd64.deb ...
14:48:07 #9 39.98 Unpacking libtext-xslate-perl (3.5.8-1build2) ...
14:48:07 #9 40.02 Selecting previously unselected package libtime-duration-perl.
14:48:07 #9 40.02 Preparing to unpack .../329-libtime-duration-perl_1.21-1_all.deb ...
14:48:07 #9 40.02 Unpacking libtime-duration-perl (1.21-1) ...
14:48:07 #9 40.05 Selecting previously unselected package libtime-moment-perl.
14:48:07 #9 40.05 Preparing to unpack .../330-libtime-moment-perl_0.44-1build4_amd64.deb ...
14:48:07 #9 40.05 Unpacking libtime-moment-perl (0.44-1build4) ...
14:48:07 #9 40.08 Selecting previously unselected package libtype-tiny-xs-perl.
14:48:07 #9 40.08 Preparing to unpack .../331-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
14:48:07 #9 40.09 Unpacking libtype-tiny-xs-perl (0.022-1) ...
14:48:07 #9 40.11 Selecting previously unselected package libunicode-utf8-perl.
14:48:07 #9 40.11 Preparing to unpack .../332-libunicode-utf8-perl_0.62-1build2_amd64.deb ...
14:48:07 #9 40.12 Unpacking libunicode-utf8-perl (0.62-1build2) ...
14:48:07 #9 40.14 Selecting previously unselected package libxml-namespacesupport-perl.
14:48:07 #9 40.14 Preparing to unpack .../333-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
14:48:07 #9 40.14 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
14:48:07 #9 40.17 Selecting previously unselected package libxml-sax-base-perl.
14:48:07 #9 40.17 Preparing to unpack .../334-libxml-sax-base-perl_1.09-1.1_all.deb ...
14:48:07 #9 40.17 Unpacking libxml-sax-base-perl (1.09-1.1) ...
14:48:07 #9 40.22 Selecting previously unselected package libxml-sax-perl.
14:48:08 #9 40.22 Preparing to unpack .../335-libxml-sax-perl_1.02+dfsg-1_all.deb ...
14:48:08 #9 40.22 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
14:48:08 #9 40.26 Selecting previously unselected package libxml-libxml-perl.
14:48:08 #9 40.26 Preparing to unpack .../336-libxml-libxml-perl_2.0134+dfsg-2build1_amd64.deb ...
14:48:08 #9 40.26 Unpacking libxml-libxml-perl (2.0134+dfsg-2build1) ...
14:48:08 #9 40.32 Selecting previously unselected package libxml-parser-perl:amd64.
14:48:08 #9 40.32 Preparing to unpack .../337-libxml-parser-perl_2.46-2_amd64.deb ...
14:48:08 #9 40.33 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
14:48:08 #9 40.37 Selecting previously unselected package libxml-sax-expat-perl.
14:48:08 #9 40.37 Preparing to unpack .../338-libxml-sax-expat-perl_0.51-1_all.deb ...
14:48:08 #9 40.38 Unpacking libxml-sax-expat-perl (0.51-1) ...
14:48:08 #9 40.40 Selecting previously unselected package libyaml-libyaml-perl.
14:48:08 #9 40.40 Preparing to unpack .../339-libyaml-libyaml-perl_0.82+repack-1build1_amd64.deb ...
14:48:08 #9 40.41 Unpacking libyaml-libyaml-perl (0.82+repack-1build1) ...
14:48:08 #9 40.44 Selecting previously unselected package licensecheck.
14:48:08 #9 40.44 Preparing to unpack .../340-licensecheck_3.1.1-2_all.deb ...
14:48:08 #9 40.44 Unpacking licensecheck (3.1.1-2) ...
14:48:08 #9 40.48 Selecting previously unselected package libdevel-size-perl.
14:48:08 #9 40.48 Preparing to unpack .../341-libdevel-size-perl_0.83-1build2_amd64.deb ...
14:48:08 #9 40.48 Unpacking libdevel-size-perl (0.83-1build2) ...
14:48:08 #9 40.51 Selecting previously unselected package libipc-run3-perl.
14:48:08 #9 40.51 Preparing to unpack .../342-libipc-run3-perl_0.048-2_all.deb ...
14:48:08 #9 40.51 Unpacking libipc-run3-perl (0.048-2) ...
14:48:08 #9 40.55 Selecting previously unselected package lzip.
14:48:08 #9 40.55 Preparing to unpack .../343-lzip_1.22-3_amd64.deb ...
14:48:08 #9 40.55 Unpacking lzip (1.22-3) ...
14:48:08 #9 40.58 Selecting previously unselected package lzop.
14:48:08 #9 40.58 Preparing to unpack .../344-lzop_1.04-2_amd64.deb ...
14:48:08 #9 40.59 Unpacking lzop (1.04-2) ...
14:48:08 #9 40.62 Selecting previously unselected package t1utils.
14:48:08 #9 40.62 Preparing to unpack .../345-t1utils_1.41-4_amd64.deb ...
14:48:08 #9 40.62 Unpacking t1utils (1.41-4) ...
14:48:08 #9 40.66 Selecting previously unselected package unzip.
14:48:08 #9 40.66 Preparing to unpack .../346-unzip_6.0-26ubuntu1_amd64.deb ...
14:48:08 #9 40.66 Unpacking unzip (6.0-26ubuntu1) ...
14:48:08 #9 40.71 Selecting previously unselected package lintian.
14:48:08 #9 40.72 Preparing to unpack .../347-lintian_2.104.0ubuntu2_all.deb ...
14:48:08 #9 40.72 Unpacking lintian (2.104.0ubuntu2) ...
14:48:08 #9 41.01 Selecting previously unselected package manpages-dev.
14:48:08 #9 41.01 Preparing to unpack .../348-manpages-dev_5.10-1ubuntu0.1_all.deb ...
14:48:08 #9 41.02 Unpacking manpages-dev (5.10-1ubuntu0.1) ...
14:48:09 #9 41.27 Selecting previously unselected package python3-certifi.
14:48:09 #9 41.27 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
14:48:09 #9 41.27 Unpacking python3-certifi (2020.6.20-1) ...
14:48:09 #9 41.32 Selecting previously unselected package python3-idna.
14:48:09 #9 41.32 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
14:48:09 #9 41.32 Unpacking python3-idna (2.10-1) ...
14:48:09 #9 41.35 Selecting previously unselected package python3-urllib3.
14:48:09 #9 41.36 Preparing to unpack .../351-python3-urllib3_1.26.2-1ubuntu1_all.deb ...
14:48:09 #9 41.36 Unpacking python3-urllib3 (1.26.2-1ubuntu1) ...
14:48:09 #9 41.40 Selecting previously unselected package python3-requests.
14:48:09 #9 41.40 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2_all.deb ...
14:48:09 #9 41.40 Unpacking python3-requests (2.25.1+dfsg-2) ...
14:48:09 #9 41.43 Selecting previously unselected package python3-unidiff.
14:48:09 #9 41.44 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ...
14:48:09 #9 41.44 Unpacking python3-unidiff (0.5.5-2) ...
14:48:09 #9 41.47 Selecting previously unselected package python3-xdg.
14:48:09 #9 41.47 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ...
14:48:09 #9 41.47 Unpacking python3-xdg (0.27-2) ...
14:48:09 #9 41.50 Selecting previously unselected package equivs.
14:48:09 #9 41.50 Preparing to unpack .../355-equivs_2.3.1_all.deb ...
14:48:09 #9 41.51 Unpacking equivs (2.3.1) ...
14:48:09 #9 41.53 Selecting previously unselected package libauthen-sasl-perl.
14:48:09 #9 41.53 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ...
14:48:09 #9 41.54 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
14:48:09 #9 41.57 Selecting previously unselected package python3-magic.
14:48:09 #9 41.57 Preparing to unpack .../357-python3-magic_2%3a0.4.20-3_all.deb ...
14:48:09 #9 41.58 Unpacking python3-magic (2:0.4.20-3) ...
14:48:09 #9 41.62 Setting up libksba8:amd64 (1.5.0-3) ...
14:48:09 #9 41.63 Setting up media-types (4.0.0) ...
14:48:09 #9 41.64 Setting up libpipeline1:amd64 (1.5.3-1) ...
14:48:09 #9 41.65 Setting up wdiff (1.2.2-2build1) ...
14:48:09 #9 41.66 Setting up libxau6:amd64 (1:1.0.9-1build3) ...
14:48:09 #9 41.67 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
14:48:09 #9 41.68 Setting up lto-disabled-list (7) ...
14:48:09 #9 41.69 Setting up libpsl5:amd64 (0.21.0-1.2) ...
14:48:09 #9 41.70 Setting up bsdextrautils (2.36.1-7ubuntu2) ...
14:48:09 #9 41.71 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
14:48:09 #9 41.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
14:48:09 #9 41.72 Setting up libicu67:amd64 (67.1-6ubuntu2) ...
14:48:09 #9 41.73 Setting up libmagic-mgc (1:5.39-3) ...
14:48:09 #9 41.74 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
14:48:09 #9 41.75 Setting up distro-info-data (0.46ubuntu4.3) ...
14:48:09 #9 41.76 Setting up manpages (5.10-1ubuntu0.1) ...
14:48:09 #9 41.77 Setting up unzip (6.0-26ubuntu1) ...
14:48:09 #9 41.78 Setting up perl-modules-5.32 (5.32.1-3ubuntu2.1) ...
14:48:09 #9 41.79 Setting up libbrotli1:amd64 (1.0.9-2build2) ...
14:48:09 #9 41.80 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
14:48:09 #9 41.81 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu1) ...
14:48:09 #9 41.82 Setting up binutils-common:amd64 (2.36.1-6ubuntu1) ...
14:48:09 #9 41.83 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
14:48:09 #9 41.84 Setting up libmagic1:amd64 (1:5.39-3) ...
14:48:09 #9 41.86 Setting up libdeflate0:amd64 (1.7-1ubuntu1) ...
14:48:09 #9 41.87 Setting up less (551-2) ...
14:48:09 #9 41.88 Setting up perl-openssl-defaults:amd64 (5) ...
14:48:09 #9 41.89 Setting up linux-libc-dev:amd64 (5.11.0-38.42) ...
14:48:09 #9 41.90 Setting up libctf-nobfd0:amd64 (2.36.1-6ubuntu1) ...
14:48:09 #9 41.91 Setting up gettext-base (0.21-3ubuntu2) ...
14:48:09 #9 41.92 Setting up liblzo2-2:amd64 (2.10-2build1) ...
14:48:09 #9 41.93 Setting up libnpth0:amd64 (1.6-3) ...
14:48:09 #9 41.94 Setting up file (1:5.39-3) ...
14:48:09 #9 41.95 Setting up libassuan0:amd64 (2.5.4-1ubuntu1) ...
14:48:09 #9 41.96 Setting up libgomp1:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:09 #9 41.97 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu3) ...
14:48:09 #9 41.99 Setting up bzip2 (1.0.8-4ubuntu3) ...
14:48:09 #9 42.00 Setting up libldap-common (2.4.57+dfsg-2ubuntu1) ...
14:48:09 #9 42.01 Setting up libunwind8:amd64 (1.3.2-2) ...
14:48:09 #9 42.02 Setting up libjbig0:amd64 (2.1-3.1build1) ...
14:48:09 #9 42.03 Setting up libfakeroot:amd64 (1.25.3-1.1ubuntu2) ...
14:48:09 #9 42.04 Setting up libasan6:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:09 #9 42.05 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu1) ...
14:48:09 #9 42.06 Setting up tzdata (2021a-2ubuntu0.21.04) ...
14:48:09 #9 42.16 
14:48:09 #9 42.16 Current default time zone: 'Etc/UTC'
14:48:09 #9 42.16 Local time is now:      Mon Oct 18 14:48:09 UTC 2021.
14:48:09 #9 42.16 Universal Time is now:  Mon Oct 18 14:48:09 UTC 2021.
14:48:09 #9 42.16 Run 'dpkg-reconfigure tzdata' if you wish to change it.
14:48:09 #9 42.16 
14:48:09 #9 42.18 Setting up fakeroot (1.25.3-1.1ubuntu2) ...
14:48:09 #9 42.18 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
14:48:09 #9 42.19 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
14:48:09 #9 42.19 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
14:48:09 #9 42.19 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
14:48:09 #9 42.19 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
14:48:09 #9 42.19 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
14:48:09 #9 42.19 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
14:48:09 #9 42.19 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
14:48:09 #9 42.19 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
14:48:09 #9 42.19 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1) ...
14:48:09 #9 42.20 Setting up autotools-dev (20180224.1+nmu1) ...
14:48:09 #9 42.21 Setting up libtirpc-dev:amd64 (1.3.1-1build1) ...
14:48:09 #9 42.22 Setting up rpcsvc-proto (1.4.2-0ubuntu4) ...
14:48:09 #9 42.23 Setting up libx11-data (2:1.7.0-2ubuntu0.1) ...
14:48:09 #9 42.24 Setting up make (4.3-4ubuntu1) ...
14:48:09 #9 42.25 Setting up libmpfr6:amd64 (4.1.0-3build1) ...
14:48:09 #9 42.26 Setting up gnupg-l10n (2.2.20-1ubuntu3) ...
14:48:10 #9 42.27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build2) ...
14:48:10 #9 42.28 Setting up lzip (1.22-3) ...
14:48:10 #9 42.30 Setting up strace (5.11-0ubuntu1) ...
14:48:10 #9 42.31 Setting up libsigsegv2:amd64 (2.13-1ubuntu1) ...
14:48:10 #9 42.32 Setting up xz-utils (5.2.5-1.0build2) ...
14:48:10 #9 42.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.33 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
14:48:10 #9 42.34 Setting up t1utils (1.41-4) ...
14:48:10 #9 42.35 Setting up libquadmath0:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:10 #9 42.36 Setting up diffstat (1.64-1) ...
14:48:10 #9 42.37 Setting up libpng16-16:amd64 (1.6.37-3build3) ...
14:48:10 #9 42.38 Setting up libmpc3:amd64 (1.2.0-1build1) ...
14:48:10 #9 42.39 Setting up libatomic1:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:10 #9 42.40 Setting up patch (2.7.6-7) ...
14:48:10 #9 42.41 Setting up autopoint (0.21-3ubuntu2) ...
14:48:10 #9 42.41 Setting up libwebp6:amd64 (0.6.1-2ubuntu0.21.04.1) ...
14:48:10 #9 42.42 Setting up fonts-dejavu-core (2.37-2build1) ...
14:48:10 #9 42.47 Setting up ucf (3.0043) ...
14:48:10 #9 42.56 Setting up libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
14:48:10 #9 42.57 Setting up libltdl7:amd64 (2.4.6-15) ...
14:48:10 #9 42.58 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu1) ...
14:48:10 #9 42.59 Setting up libssh-4:amd64 (0.9.5-1ubuntu0.1) ...
14:48:10 #9 42.60 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:10 #9 42.61 Setting up libubsan1:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:10 #9 42.62 Setting up libmd0:amd64 (1.0.3-3build1) ...
14:48:10 #9 42.63 Setting up python-apt-common (2.2.0~ubuntu0.21.04.1) ...
14:48:10 #9 42.64 Setting up libnsl-dev:amd64 (1.3.0-0ubuntu3) ...
14:48:10 #9 42.64 Setting up libcrypt-dev:amd64 (1:4.4.17-1ubuntu3) ...
14:48:10 #9 42.65 Setting up libuchardet0:amd64 (0.0.7-1) ...
14:48:10 #9 42.68 Setting up lzop (1.04-2) ...
14:48:10 #9 42.69 Setting up libmpdec3:amd64 (2.5.1-2) ...
14:48:10 #9 42.69 Setting up git-man (1:2.30.2-1ubuntu1) ...
14:48:10 #9 42.70 Setting up netbase (6.2) ...
14:48:10 #9 42.72 Setting up libbinutils:amd64 (2.36.1-6ubuntu1) ...
14:48:10 #9 42.73 Setting up libfido2-1:amd64 (1.6.0-2) ...
14:48:10 #9 42.74 Setting up libisl23:amd64 (0.23-1build1) ...
14:48:10 #9 42.75 Setting up libc-dev-bin (2.33-0ubuntu5) ...
14:48:10 #9 42.76 Setting up openssl (1.1.1j-1ubuntu3.5) ...
14:48:10 #9 42.77 Setting up libbsd0:amd64 (0.11.3-1ubuntu2) ...
14:48:10 #9 42.78 Setting up libelf1:amd64 (0.183-8) ...
14:48:10 #9 42.79 Setting up readline-common (8.1-1) ...
14:48:10 #9 42.80 Setting up publicsuffix (20210108.1309-1) ...
14:48:10 #9 42.81 Setting up libxml2:amd64 (2.9.10+dfsg-6.3ubuntu0.1) ...
14:48:10 #9 42.82 Setting up libmarkdown2:amd64 (2.2.6-1ubuntu1) ...
14:48:10 #9 42.83 Setting up libcc1-0:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:10 #9 42.84 Setting up iso-codes (4.6.0-1) ...
14:48:10 #9 42.85 Setting up liblocale-gettext-perl (1.07-4build1) ...
14:48:10 #9 42.86 Setting up liblsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:10 #9 42.87 Setting up cpp-10 (10.3.0-1ubuntu1) ...
14:48:10 #9 42.88 Setting up dctrl-tools (2.24-3) ...
14:48:10 #9 42.90 Setting up libitm1:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:10 #9 42.91 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:10 #9 42.92 Setting up libgdbm6:amd64 (1.19-2) ...
14:48:10 #9 42.93 Setting up libtsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
14:48:10 #9 42.94 Setting up libctf0:amd64 (2.36.1-6ubuntu1) ...
14:48:10 #9 42.95 Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
14:48:10 #9 42.96 Setting up pinentry-curses (1.1.0-4build1) ...
14:48:10 #9 42.97 Setting up manpages-dev (5.10-1ubuntu0.1) ...
14:48:10 #9 42.99 Setting up libdw1:amd64 (0.183-8) ...
14:48:10 #9 43.01 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu3) ...
14:48:10 #9 43.02 Setting up libxcb1:amd64 (1.14-3ubuntu1) ...
14:48:10 #9 43.03 Setting up gettext (0.21-3ubuntu2) ...
14:48:10 #9 43.04 Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
14:48:10 #9 43.19 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:10 #9 43.20 Setting up libgcc-10-dev:amd64 (10.3.0-1ubuntu1) ...
14:48:10 #9 43.21 Setting up libedit2:amd64 (3.1-20191231-2) ...
14:48:10 #9 43.22 Setting up libreadline8:amd64 (8.1-1) ...
14:48:10 #9 43.23 Setting up m4 (1.4.18-5) ...
14:48:10 #9 43.24 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:10 #9 43.26 Setting up ca-certificates (20210119ubuntu0.21.04.1) ...
14:48:11 #9 43.60 Updating certificates in /etc/ssl/certs...
14:48:11 #9 44.01 128 added, 0 removed; done.
14:48:11 #9 44.05 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:11 #9 44.05 Setting up libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
14:48:11 #9 44.07 Setting up libgdbm-compat4:amd64 (1.19-2) ...
14:48:11 #9 44.07 Setting up libperl5.32:amd64 (5.32.1-3ubuntu2.1) ...
14:48:11 #9 44.09 Setting up dwz (0.14-1) ...
14:48:11 #9 44.09 Setting up groff-base (1.22.4-6) ...
14:48:11 #9 44.12 Setting up cpp (4:10.3.0-1ubuntu1) ...
14:48:11 #9 44.13 Setting up gpgconf (2.2.20-1ubuntu3) ...
14:48:11 #9 44.14 Setting up debugedit (1:0.1-0ubuntu2) ...
14:48:11 #9 44.15 Setting up libc6-dev:amd64 (2.33-0ubuntu5) ...
14:48:11 #9 44.16 Setting up libx11-6:amd64 (2:1.7.0-2ubuntu0.1) ...
14:48:11 #9 44.16 Setting up libtiff5:amd64 (4.2.0-1build1) ...
14:48:11 #9 44.17 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
14:48:11 #9 44.19 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
14:48:11 #9 44.20 Setting up gpg (2.2.20-1ubuntu3) ...
14:48:11 #9 44.21 Setting up libpython3.9-stdlib:amd64 (3.9.5-3~21.04) ...
14:48:11 #9 44.22 Setting up libpython3-stdlib:amd64 (3.9.4-1) ...
14:48:11 #9 44.23 Setting up gnupg-utils (2.2.20-1ubuntu3) ...
14:48:11 #9 44.24 Setting up binutils-x86-64-linux-gnu (2.36.1-6ubuntu1) ...
14:48:11 #9 44.24 Setting up libstdc++-10-dev:amd64 (10.3.0-1ubuntu1) ...
14:48:11 #9 44.25 Setting up gpg-agent (2.2.20-1ubuntu3) ...
14:48:12 #9 44.71 Setting up libxpm4:amd64 (1:3.5.12-1) ...
14:48:12 #9 44.72 Setting up openssh-client (1:8.4p1-5ubuntu1.1) ...
14:48:12 #9 44.80 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:12 #9 44.81 Setting up gpgsm (2.2.20-1ubuntu3) ...
14:48:12 #9 44.82 Setting up libxext6:amd64 (2:1.3.4-0ubuntu3) ...
14:48:12 #9 44.84 Setting up binutils (2.36.1-6ubuntu1) ...
14:48:12 #9 44.85 Setting up man-db (2.9.4-2) ...
14:48:12 #9 44.95 Building database of manual pages ...
14:48:12 #9 45.14 Setting up libgpgme11:amd64 (1.14.0-1ubuntu3) ...
14:48:12 #9 45.15 Setting up perl (5.32.1-3ubuntu2.1) ...
14:48:12 #9 45.17 Setting up libpackage-stash-xs-perl (0.29-1build3) ...
14:48:12 #9 45.18 Setting up libclass-data-inheritable-perl (0.08-3) ...
14:48:12 #9 45.19 Setting up libdata-dump-perl (1.23-1.1) ...
14:48:12 #9 45.20 Setting up libref-util-perl (0.204-1) ...
14:48:13 #9 45.20 Setting up libipc-system-simple-perl (1.30-1) ...
14:48:13 #9 45.21 Setting up libnet-domain-tld-perl (1.75-1.1) ...
14:48:13 #9 45.22 Setting up libhash-fieldhash-perl (0.15-1build3) ...
14:48:13 #9 45.23 Setting up libgd3:amd64 (2.3.0-2ubuntu0.1) ...
14:48:13 #9 45.24 Setting up libvariable-magic-perl (0.62-1build3) ...
14:48:13 #9 45.25 Setting up libio-html-perl (1.004-2) ...
14:48:13 #9 45.26 Setting up libpod-parser-perl (1.63-2) ...
14:48:13 #9 45.27 Setting up libb-hooks-op-check-perl (0.22-1build3) ...
14:48:13 #9 45.28 Setting up liblist-moreutils-xs-perl (0.430-2) ...
14:48:13 #9 45.29 Setting up gcc-10 (10.3.0-1ubuntu1) ...
14:48:13 #9 45.30 Setting up libparams-util-perl (1.102-1build1) ...
14:48:13 #9 45.31 Setting up libdpkg-perl (1.20.9ubuntu1) ...
14:48:13 #9 45.32 Setting up libtime-duration-perl (1.21-1) ...
14:48:13 #9 45.34 Setting up autoconf (2.69-14) ...
14:48:13 #9 45.36 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
14:48:13 #9 45.37 Setting up libarray-intspan-perl (2.004-1) ...
14:48:13 #9 45.38 Setting up libcapture-tiny-perl (0.48-1) ...
14:48:13 #9 45.39 Setting up libtimedate-perl (2.3300-2) ...
14:48:13 #9 45.40 Setting up gpg-wks-server (2.2.20-1ubuntu3) ...
14:48:13 #9 45.41 Setting up libsub-name-perl (0.26-1build1) ...
14:48:13 #9 45.43 Setting up libtype-tiny-xs-perl (0.022-1) ...
14:48:13 #9 45.44 Setting up libdata-validate-domain-perl (0.10-1.1) ...
14:48:13 #9 45.45 Setting up libproc-processtable-perl (0.59-2build1) ...
14:48:13 #9 45.46 Setting up libfile-chdir-perl (0.1008-1.1) ...
14:48:13 #9 45.47 Setting up xauth (1:1.1-1) ...
14:48:13 #9 45.48 Setting up libpath-tiny-perl (0.118-1) ...
14:48:13 #9 45.49 Setting up libarchive-cpio-perl (0.10-1.1) ...
14:48:13 #9 45.50 Setting up libjson-perl (4.03000-1) ...
14:48:13 #9 45.51 Setting up libipc-run3-perl (0.048-2) ...
14:48:13 #9 45.52 Setting up libsub-override-perl (0.09-2) ...
14:48:13 #9 45.53 Setting up libaliased-perl (0.34-1.1) ...
14:48:13 #9 45.54 Setting up libstrictures-perl (2.000006-1) ...
14:48:13 #9 45.55 Setting up libsub-quote-perl (2.006006-1) ...
14:48:13 #9 45.56 Setting up libdevel-stacktrace-perl (2.0400-1) ...
14:48:13 #9 45.57 Setting up libclass-xsaccessor-perl (1.19-3build7) ...
14:48:13 #9 45.58 Setting up libsort-versions-perl (1.62-1) ...
14:48:13 #9 45.59 Setting up libexporter-tiny-perl (1.002002-1) ...
14:48:13 #9 45.60 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
14:48:13 #9 45.61 Setting up libfile-dirlist-perl (0.05-2) ...
14:48:13 #9 45.62 Setting up libterm-readkey-perl (2.38-1build2) ...
14:48:13 #9 45.63 Setting up libtext-levenshteinxs-perl (0.03-4build8) ...
14:48:13 #9 45.64 Setting up libperlio-gzip-perl (0.19-1build6) ...
14:48:13 #9 45.65 Setting up libsys-hostname-long-perl (1.5-2) ...
14:48:13 #9 45.66 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
14:48:13 #9 45.67 Setting up libsereal-decoder-perl (4.018+ds-1build1) ...
14:48:13 #9 45.68 Setting up liburi-perl (5.07-1) ...
14:48:13 #9 45.69 Setting up libfile-touch-perl (0.11-1) ...
14:48:13 #9 45.70 Setting up python3.9 (3.9.5-3~21.04) ...
14:48:14 #9 46.29 Setting up libc-devtools (2.33-0ubuntu5) ...
14:48:14 #9 46.30 Setting up libemail-address-xs-perl (1.04-1build4) ...
14:48:14 #9 46.31 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:14 #9 46.32 Setting up libnet-ssleay-perl (1.88-3ubuntu1) ...
14:48:14 #9 46.34 Setting up automake (1:1.16.3-2ubuntu1) ...
14:48:14 #9 46.34 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
14:48:14 #9 46.34 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
14:48:14 #9 46.34 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
14:48:14 #9 46.35 Setting up libapt-pkg-perl (0.1.39build1) ...
14:48:14 #9 46.36 Setting up libstring-escape-perl (2010.002-2) ...
14:48:14 #9 46.37 Setting up libhttp-date-perl (6.05-1) ...
14:48:14 #9 46.38 Setting up libfile-which-perl (1.23-1) ...
14:48:14 #9 46.39 Setting up libfile-basedir-perl (0.08-1) ...
14:48:14 #9 46.40 Setting up libnumber-range-perl (0.12-1.1) ...
14:48:14 #9 46.41 Setting up libunicode-utf8-perl (0.62-1build2) ...
14:48:14 #9 46.42 Setting up libmouse-perl (2.5.10-1build2) ...
14:48:14 #9 46.44 Setting up g++-10 (10.3.0-1ubuntu1) ...
14:48:14 #9 46.45 Setting up libfile-listing-perl (6.14-1) ...
14:48:14 #9 46.46 Setting up libregexp-pattern-perl (0.2.14-1) ...
14:48:14 #9 46.47 Setting up libdata-messagepack-perl (1.00-4build1) ...
14:48:14 #9 46.48 Setting up libfont-afm-perl (1.20-3) ...
14:48:14 #9 46.48 Setting up libwant-perl (0.29-1build5) ...
14:48:14 #9 46.49 Setting up libdynaloader-functions-perl (0.003-1.1) ...
14:48:14 #9 46.50 Setting up libtext-glob-perl (0.11-1) ...
14:48:14 #9 46.51 Setting up libclass-method-modifiers-perl (2.13-1) ...
14:48:14 #9 46.52 Setting up liblist-compare-perl (0.55-1) ...
14:48:14 #9 46.53 Setting up libref-util-xs-perl (0.117-1build3) ...
14:48:14 #9 46.54 Setting up libio-pty-perl (1:1.15-2) ...
14:48:14 #9 46.57 Setting up libtool (2.4.6-15) ...
14:48:14 #9 46.58 Setting up libfile-fcntllock-perl (0.22-3build5) ...
14:48:14 #9 46.59 Setting up libsort-key-perl (1.33-2build3) ...
14:48:14 #9 46.60 Setting up libclone-perl (0.45-1build1) ...
14:48:14 #9 46.61 Setting up libalgorithm-diff-perl (1.201-1) ...
14:48:14 #9 46.62 Setting up libarchive-zip-perl (1.68-1) ...
14:48:14 #9 46.63 Setting up libsub-identify-perl (0.14-1build3) ...
14:48:14 #9 46.64 Setting up libdistro-info-perl (1.0) ...
14:48:14 #9 46.65 Setting up libcpanel-json-xs-perl (4.25-1build1) ...
14:48:14 #9 46.66 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
14:48:14 #9 46.66 Setting up libio-stringy-perl (2.111-3) ...
14:48:14 #9 46.68 Setting up liblist-moreutils-perl (0.430-2) ...
14:48:14 #9 46.69 Setting up libhtml-tagset-perl (3.20-4) ...
14:48:14 #9 46.70 Setting up liblog-any-perl (1.709-1) ...
14:48:14 #9 46.70 Setting up libauthen-sasl-perl (2.1600-1.1) ...
14:48:14 #9 46.71 Setting up libdevel-size-perl (0.83-1build2) ...
14:48:14 #9 46.72 Setting up libdebhelper-perl (13.3.4ubuntu1) ...
14:48:14 #9 46.73 Setting up libpod-constants-perl (0.19-2) ...
14:48:14 #9 46.74 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
14:48:14 #9 46.75 Setting up liblwp-mediatypes-perl (6.04-1) ...
14:48:14 #9 46.76 Setting up libyaml-libyaml-perl (0.82+repack-1build1) ...
14:48:14 #9 46.77 Setting up libtry-tiny-perl (0.30-1) ...
14:48:14 #9 46.78 Setting up libtype-tiny-perl (1.012001-2) ...
14:48:14 #9 46.79 Setting up libcommon-sense-perl (3.75-1build4) ...
14:48:14 #9 46.80 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
14:48:14 #9 46.81 Setting up libnet-http-perl (6.20-1) ...
14:48:14 #9 46.82 Setting up libtext-markdown-discount-perl:amd64 (0.12-1build1) ...
14:48:14 #9 46.83 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
14:48:14 #9 46.84 Setting up libtime-moment-perl (0.44-1build4) ...
14:48:14 #9 46.85 Setting up libencode-locale-perl (1.05-1.1) ...
14:48:14 #9 46.86 Setting up python3 (3.9.4-1) ...
14:48:14 #9 47.14 Setting up libexception-class-perl (1.44-1) ...
14:48:14 #9 47.15 Setting up python3-xdg (0.27-2) ...
14:48:15 #9 47.30 Setting up libconfig-tiny-perl (2.24-1) ...
14:48:15 #9 47.31 Setting up libsereal-encoder-perl (4.018+ds-1build1) ...
14:48:15 #9 47.32 Setting up libdevel-callchecker-perl (0.008-1ubuntu2) ...
14:48:15 #9 47.33 Setting up liblist-utilsby-perl (0.11-1) ...
14:48:15 #9 47.34 Setting up libstring-shellquote-perl (1.04-1) ...
14:48:15 #9 47.34 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:15 #9 47.35 Setting up libsub-install-perl (0.928-1.1) ...
14:48:15 #9 47.36 Setting up gcc (4:10.3.0-1ubuntu1) ...
14:48:15 #9 47.38 Setting up dpkg-dev (1.20.9ubuntu1) ...
14:48:15 #9 47.40 Setting up libnumber-compare-perl (0.03-1.1) ...
14:48:15 #9 47.41 Setting up intltool-debian (0.35.0+20060710.5) ...
14:48:15 #9 47.42 Setting up liberror-perl (0.17029-1) ...
14:48:15 #9 47.42 Setting up python3-six (1.15.0-2) ...
14:48:15 #9 47.56 Setting up dh-autoreconf (20) ...
14:48:15 #9 47.57 Setting up patchutils (0.4.2-1) ...
14:48:15 #9 47.58 Setting up libmail-sendmail-perl (0.80-1.1) ...
14:48:15 #9 47.59 Setting up libltdl-dev:amd64 (2.4.6-15) ...
14:48:15 #9 47.60 Setting up libjson-maybexs-perl (1.004003-1) ...
14:48:15 #9 47.61 Setting up libxml-sax-base-perl (1.09-1.1) ...
14:48:15 #9 47.62 Setting up libio-string-perl (1.08-3.1) ...
14:48:15 #9 47.63 Setting up libreadonly-perl (2.050-3) ...
14:48:15 #9 47.64 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-2) ...
14:48:15 #9 47.65 Setting up python3-gpg (1.14.0-1ubuntu3) ...
14:48:15 #9 47.81 Setting up python3-certifi (2020.6.20-1) ...
14:48:15 #9 47.95 Setting up libfile-find-rule-perl (0.34-1) ...
14:48:15 #9 47.95 Setting up libstring-copyright-perl (0.003006-1) ...
14:48:15 #9 47.96 Setting up python3-idna (2.10-1) ...
14:48:15 #9 48.16 Setting up libdata-optlist-perl (0.110-1.1) ...
14:48:15 #9 48.16 Setting up libipc-run-perl (20200505.0-1) ...
14:48:15 #9 48.17 Setting up libtext-xslate-perl (3.5.8-1build2) ...
14:48:15 #9 48.19 Setting up python3-urllib3 (1.26.2-1ubuntu1) ...
14:48:15 #9 48.36 Setting up libcontextual-return-perl (0.004014-2) ...
14:48:16 #9 48.37 Setting up libwww-robotrules-perl (6.02-1) ...
14:48:16 #9 48.38 Setting up libtypes-serialiser-perl (1.01-1) ...
14:48:16 #9 48.39 Setting up g++ (4:10.3.0-1ubuntu1) ...
14:48:16 #9 48.41 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
14:48:16 #9 48.41 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
14:48:16 #9 48.42 Setting up libhtml-parser-perl (3.75-1build1) ...
14:48:16 #9 48.43 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
14:48:16 #9 48.44 Setting up librole-tiny-perl (2.002004-1) ...
14:48:16 #9 48.45 Setting up build-essential (12.8ubuntu3) ...
14:48:16 #9 48.45 Setting up python3-unidiff (0.5.5-2) ...
14:48:16 #9 48.59 Setting up lsb-release (11.1.0ubuntu2) ...
14:48:16 #9 48.60 Setting up libfont-ttf-perl (1.06-1.1) ...
14:48:16 #9 48.61 Setting up libfile-homedir-perl (1.006-1) ...
14:48:16 #9 48.62 Setting up python3-magic (2:0.4.20-3) ...
14:48:16 #9 48.75 Setting up libalgorithm-diff-xs-perl (0.04-6build1) ...
14:48:16 #9 48.76 Setting up libio-socket-ssl-perl (2.069-1) ...
14:48:16 #9 48.77 Setting up libsub-exporter-perl (0.987-1) ...
14:48:16 #9 48.77 Setting up libalgorithm-merge-perl (0.08-3) ...
14:48:16 #9 48.78 Setting up libhttp-message-perl (6.28-1) ...
14:48:16 #9 48.79 Setting up libhtml-form-perl (6.07-1) ...
14:48:16 #9 48.82 Setting up python3-pkg-resources (52.0.0-3) ...
14:48:16 #9 49.00 Setting up libiterator-perl (0.03+ds1-1.1) ...
14:48:16 #9 49.01 Setting up libfile-stripnondeterminism-perl (1.11.0-1) ...
14:48:16 #9 49.02 Setting up libjson-xs-perl (4.030-1build1) ...
14:48:16 #9 49.03 Setting up libhttp-negotiate-perl (6.01-1) ...
14:48:16 #9 49.05 Setting up libio-prompter-perl (0.004015-1) ...
14:48:16 #9 49.06 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
14:48:16 #9 49.07 Setting up libhttp-cookies-perl (6.10-1) ...
14:48:16 #9 49.08 Setting up python3-apt (2.2.0~ubuntu0.21.04.1) ...
14:48:16 #9 49.23 Setting up po-debconf (1.0.21+nmu1) ...
14:48:16 #9 49.24 Setting up libhtml-tree-perl (5.07-2) ...
14:48:16 #9 49.25 Setting up libparams-classify-perl (0.015-1build3) ...
14:48:16 #9 49.26 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-2ubuntu1) ...
14:48:17 #9 49.27 Setting up libpath-iterator-rule-perl (1.014-1) ...
14:48:17 #9 49.28 Setting up libcurl3-gnutls:amd64 (7.74.0-1ubuntu2.3) ...
14:48:17 #9 49.29 Setting up libhtml-format-perl (2.12-1.1) ...
14:48:17 #9 49.30 Setting up libxml-sax-perl (1.02+dfsg-1) ...
14:48:17 #9 49.35 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
14:48:17 #9 49.41 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:48:17 #9 49.52 
14:48:17 #9 49.52 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:48:17 #9 49.55 Setting up dirmngr (2.2.20-1ubuntu3) ...
14:48:17 #9 49.68 Setting up python3-chardet (4.0.0-1) ...
14:48:17 #9 49.94 Setting up libnet-smtp-ssl-perl (1.04-1) ...
14:48:17 #9 49.95 Setting up libmodule-runtime-perl (0.016-1) ...
14:48:17 #9 49.96 Setting up libmailtools-perl (2.21-1) ...
14:48:17 #9 49.97 Setting up python3-debian (0.1.39) ...
14:48:17 #9 50.12 Setting up python3-requests (2.25.1+dfsg-2) ...
14:48:17 #9 50.27 Setting up git (1:2.30.2-1ubuntu1) ...
14:48:17 #9 50.30 Setting up libxml-libxml-perl (2.0134+dfsg-2build1) ...
14:48:17 #9 50.34 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
14:48:18 #9 50.40 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
14:48:18 #9 50.47 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:48:18 #9 50.59 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:48:18 #9 50.61 Setting up dh-strip-nondeterminism (1.11.0-1) ...
14:48:18 #9 50.62 Setting up libconst-fast-perl (0.014-1.1) ...
14:48:18 #9 50.64 Setting up libhttp-daemon-perl (6.12-1) ...
14:48:18 #9 50.65 Setting up libgit-wrapper-perl (0.048-1) ...
14:48:18 #9 50.65 Setting up libcurl4:amd64 (7.74.0-1ubuntu2.3) ...
14:48:18 #9 50.66 Setting up curl (7.74.0-1ubuntu2.3) ...
14:48:18 #9 50.67 Setting up libdata-dpath-perl (0.58-1) ...
14:48:18 #9 50.68 Setting up gpg-wks-client (2.2.20-1ubuntu3) ...
14:48:18 #9 50.69 Setting up libmodule-implementation-perl (0.09-1.1) ...
14:48:18 #9 50.70 Setting up libpackage-stash-perl (0.39-1) ...
14:48:18 #9 50.71 Setting up libimport-into-perl (1.002005-1) ...
14:48:18 #9 50.72 Setting up libmoo-perl (2.004004-1) ...
14:48:18 #9 50.73 Setting up liblist-someutils-perl (0.58-1) ...
14:48:18 #9 50.74 Setting up debhelper (13.3.4ubuntu1) ...
14:48:18 #9 50.75 Setting up dput (1.1.0ubuntu1) ...
14:48:18 #9 50.90 Setting up liblist-someutils-xs-perl (0.58-2build1) ...
14:48:18 #9 50.91 Setting up equivs (2.3.1) ...
14:48:18 #9 50.92 Setting up gnupg (2.2.20-1ubuntu3) ...
14:48:18 #9 50.93 Setting up libmoox-aliases-perl (0.001006-1.1) ...
14:48:18 #9 50.94 Setting up libparams-validate-perl:amd64 (1.30-1build1) ...
14:48:18 #9 50.94 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
14:48:18 #9 50.95 Setting up libnamespace-clean-perl (0.27-1) ...
14:48:18 #9 50.96 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
14:48:18 #9 50.98 Setting up libnamespace-autoclean-perl (0.29-1) ...
14:48:18 #9 50.99 Setting up libgitlab-api-v4-perl (0.26-1) ...
14:48:18 #9 51.00 Setting up libmoox-struct-perl (0.020-1) ...
14:48:18 #9 51.01 Setting up lintian (2.104.0ubuntu2) ...
14:48:18 #9 51.02 Setting up licensecheck (3.1.1-2) ...
14:48:18 #9 51.03 Setting up liblwp-protocol-https-perl (6.10-1) ...
14:48:18 #9 51.04 Setting up libwww-perl (6.52-1) ...
14:48:18 #9 51.05 Setting up devscripts (2.21.1ubuntu1) ...
14:48:18 #9 51.21 Setting up libxml-parser-perl:amd64 (2.46-2) ...
14:48:18 #9 51.22 Setting up libxml-sax-expat-perl (0.51-1) ...
14:48:18 #9 51.26 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
14:48:18 #9 51.30 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:48:19 #9 51.43 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:48:19 #9 51.46 Processing triggers for libc-bin (2.33-0ubuntu5) ...
14:48:19 #9 51.48 Processing triggers for ca-certificates (20210119ubuntu0.21.04.1) ...
14:48:19 #9 51.49 Updating certificates in /etc/ssl/certs...
14:48:19 #9 51.83 0 added, 0 removed; done.
14:48:19 #9 51.83 Running hooks in /etc/ca-certificates/update.d...
14:48:19 #9 51.83 done.
14:48:19 #9 DONE 52.1s
14:48:20 
14:48:20 #11 [stage-1 4/9] COPY common /root/build-deb/debian
14:48:20 #11 sha256:459762fbd26e49c3a882323688baa9d6e2617ce8accfdb4be7885cea82194ee6
14:48:20 #11 DONE 0.1s
14:48:20 
14:48: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
14:48:20 #12 sha256:040789e6ff9d7a466349ec10d95583485c22e00cf79e1db817e47e8cd647ef3b
14:48:21 #12 1.126 Hit:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease
14:48:21 #12 1.202 Hit:2 http://archive.ubuntu.com/ubuntu hirsute InRelease
14:48:21 #12 1.276 Hit:3 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease
14:48:21 #12 1.353 Hit:4 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease
14:48:23 #12 1.720 Reading package lists...
14:48:23 #12 3.157 dpkg-buildpackage: info: source package docker-ce-build-deps
14:48:23 #12 3.157 dpkg-buildpackage: info: source version 1.0
14:48:23 #12 3.157 dpkg-buildpackage: info: source distribution unstable
14:48:23 #12 3.157 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
14:48:23 #12 3.190  dpkg-source --before-build .
14:48:23 #12 3.190 dpkg-buildpackage: info: host architecture amd64
14:48:23 #12 3.285  debian/rules clean
14:48:23 #12 3.287 dh clean
14:48:23 #12 3.370    dh_clean
14:48:23 #12 3.402  debian/rules binary
14:48:23 #12 3.404 dh binary
14:48:23 #12 3.477    dh_update_autotools_config
14:48:23 #12 3.503    dh_autoreconf
14:48:23 #12 3.543    create-stamp debian/debhelper-build-stamp
14:48:23 #12 3.543    dh_prep
14:48:23 #12 3.570    dh_install
14:48:23 #12 3.601    dh_installdocs
14:48:23 #12 3.637    dh_installchangelogs
14:48:23 #12 3.715    dh_perl
14:48:23 #12 3.749    dh_link
14:48:23 #12 3.780    dh_strip_nondeterminism
14:48:23 #12 3.823    dh_compress
14:48:23 #12 3.859    dh_fixperms
14:48:23 #12 3.897    dh_missing
14:48:23 #12 3.921    dh_installdeb
14:48:23 #12 3.953    dh_gencontrol
14:48:24 #12 4.065    dh_md5sums
14:48:24 #12 4.097    dh_builddeb
14:48:24 #12 4.121 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
14:48:24 #12 4.140  dpkg-genbuildinfo --build=binary
14:48:24 #12 4.273  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
14:48:24 #12 4.349 dpkg-genchanges: info: binary-only upload (no source code included)
14:48:24 #12 4.352  dpkg-source --after-build .
14:48:24 #12 4.446 dpkg-buildpackage: info: binary-only upload (no source included)
14:48:24 #12 4.450 
14:48:24 #12 4.450 The package has been created.
14:48:24 #12 4.450 Attention, the package has been created in the current directory,
14:48:24 #12 4.450 not in ".." as indicated by the message above!
14:48:24 #12 4.472 Selecting previously unselected package docker-ce-build-deps.
14:48:24 #12 4.486 (Reading database ... 26710 files and directories currently installed.)
14:48:24 #12 4.487 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
14:48:24 #12 4.492 Unpacking docker-ce-build-deps (1.0) ...
14:48:25 #12 4.558 Reading package lists...
14:48:25 #12 5.189 Building dependency tree...
14:48:25 #12 5.332 Reading state information...
14:48:25 #12 5.351 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
14:48:25 #12 5.533 Starting 2 pkgProblemResolver with broken count: 0
14:48:25 #12 5.538 Done
14:48:25 #12 5.713  Done
14:48:25 #12 5.870 Starting pkgProblemResolver with broken count: 0
14:48:25 #12 5.903 Starting 2 pkgProblemResolver with broken count: 0
14:48:25 #12 5.906 Done
14:48:25 #12 6.126 The following additional packages will be installed:
14:48:25 #12 6.126   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
14:48:25 #12 6.126   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:48:25 #12 6.126   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
14:48:25 #12 6.126   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
14:48:25 #12 6.126   libsystemd-dev libudev-dev libuv1 pkg-config
14:48:25 #12 6.126 Suggested packages:
14:48:25 #12 6.126   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
14:48:25 #12 6.126 Recommended packages:
14:48:25 #12 6.126   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
14:48:26 #12 6.174 The following NEW packages will be installed:
14:48:26 #12 6.175   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
14:48:26 #12 6.175   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:48:26 #12 6.175   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
14:48:26 #12 6.175   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
14:48:26 #12 6.176   libsystemd-dev libudev-dev libuv1 pkg-config
14:48:26 #12 6.585 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
14:48:26 #12 6.585 1 not fully installed or removed.
14:48:26 #12 6.585 Need to get 12.0 MB of archives.
14:48:26 #12 6.585 After this operation, 50.5 MB of additional disk space will be used.
14:48:26 #12 6.585 Get:1 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bash-completion all 1:2.11-2ubuntu1 [179 kB]
14:48:26 #12 6.934 Get:2 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cmake-data all 3.18.4-2ubuntu1 [1705 kB]
14:48:27 #12 7.198 Get:3 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive13 amd64 3.4.3-2 [334 kB]
14:48:27 #12 7.220 Get:4 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjsoncpp24 amd64 1.9.4-4 [75.2 kB]
14:48:27 #12 7.224 Get:5 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librhash0 amd64 1.4.1-1 [119 kB]
14:48:27 #12 7.230 Get:6 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libuv1 amd64 1.40.0-1ubuntu0.1 [82.7 kB]
14:48:27 #12 7.233 Get:7 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cmake amd64 3.18.4-2ubuntu1 [5598 kB]
14:48:27 #12 7.492 Get:8 http://archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 dh-apparmor all 3.0.0-0ubuntu7.1 [9488 B]
14:48:27 #12 7.492 Get:9 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbtrfs0 amd64 5.10.1-1build1 [180 kB]
14:48:27 #12 7.496 Get:10 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbtrfs-dev amd64 5.10.1-1build1 [233 kB]
14:48:27 #12 7.511 Get:11 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2ubuntu4 [128 kB]
14:48:27 #12 7.518 Get:12 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2ubuntu4 [11.9 kB]
14:48:27 #12 7.519 Get:13 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libudev-dev amd64 247.3-3ubuntu3.6 [20.2 kB]
14:48:27 #12 7.520 Get:14 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsepol1-dev amd64 3.1-1ubuntu1 [330 kB]
14:48:27 #12 7.533 Get:15 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-16-0 amd64 10.36-2ubuntu5 [189 kB]
14:48:27 #12 7.540 Get:16 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-32-0 amd64 10.36-2ubuntu5 [179 kB]
14:48:27 #12 7.567 Get:17 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-posix2 amd64 10.36-2ubuntu5 [5996 B]
14:48:27 #12 7.567 Get:18 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-dev amd64 10.36-2ubuntu5 [686 kB]
14:48:27 #12 7.639 Get:19 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libselinux1-dev amd64 3.1-3build1 [148 kB]
14:48:27 #12 7.645 Get:20 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper-dev amd64 2:1.02.175-2ubuntu4 [35.8 kB]
14:48:27 #12 7.647 Get:21 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1 [85.4 kB]
14:48:27 #12 7.651 Get:22 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libsystemd-dev amd64 247.3-3ubuntu3.6 [299 kB]
14:48:27 #12 7.664 Get:23 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libglib2.0-0 amd64 2.68.1-1~ubuntu21.04.1 [1301 kB]
14:48:27 #12 7.724 Get:24 http://archive.ubuntu.com/ubuntu hirsute/main amd64 pkg-config amd64 0.29.2-1ubuntu1 [46.2 kB]
14:48:27 #12 7.908 debconf: delaying package configuration, since apt-utils is not installed
14:48:27 #12 7.946 Fetched 12.0 MB in 2s (7753 kB/s)
14:48:27 #12 7.973 Selecting previously unselected package bash-completion.
14:48:27 #12 7.973 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 26714 files and directories currently installed.)
14:48:27 #12 7.988 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
14:48:28 #12 8.466 Unpacking bash-completion (1:2.11-2ubuntu1) ...
14:48:28 #12 8.590 Selecting previously unselected package cmake-data.
14:48:28 #12 8.593 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu1_all.deb ...
14:48:28 #12 8.598 Unpacking cmake-data (3.18.4-2ubuntu1) ...
14:48:28 #12 8.990 Selecting previously unselected package libarchive13:amd64.
14:48:28 #12 8.990 Preparing to unpack .../02-libarchive13_3.4.3-2_amd64.deb ...
14:48:28 #12 8.996 Unpacking libarchive13:amd64 (3.4.3-2) ...
14:48:28 #12 9.054 Selecting previously unselected package libjsoncpp24:amd64.
14:48:28 #12 9.057 Preparing to unpack .../03-libjsoncpp24_1.9.4-4_amd64.deb ...
14:48:28 #12 9.061 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
14:48:28 #12 9.098 Selecting previously unselected package librhash0:amd64.
14:48:28 #12 9.101 Preparing to unpack .../04-librhash0_1.4.1-1_amd64.deb ...
14:48:28 #12 9.104 Unpacking librhash0:amd64 (1.4.1-1) ...
14:48:28 #12 9.142 Selecting previously unselected package libuv1:amd64.
14:48:28 #12 9.145 Preparing to unpack .../05-libuv1_1.40.0-1ubuntu0.1_amd64.deb ...
14:48:28 #12 9.149 Unpacking libuv1:amd64 (1.40.0-1ubuntu0.1) ...
14:48:28 #12 9.179 Selecting previously unselected package cmake.
14:48:28 #12 9.181 Preparing to unpack .../06-cmake_3.18.4-2ubuntu1_amd64.deb ...
14:48:28 #12 9.185 Unpacking cmake (3.18.4-2ubuntu1) ...
14:48:29 #12 9.717 Selecting previously unselected package dh-apparmor.
14:48:29 #12 9.717 Preparing to unpack .../07-dh-apparmor_3.0.0-0ubuntu7.1_all.deb ...
14:48:29 #12 9.720 Unpacking dh-apparmor (3.0.0-0ubuntu7.1) ...
14:48:29 #12 9.750 Selecting previously unselected package libbtrfs0:amd64.
14:48:29 #12 9.753 Preparing to unpack .../08-libbtrfs0_5.10.1-1build1_amd64.deb ...
14:48:29 #12 9.756 Unpacking libbtrfs0:amd64 (5.10.1-1build1) ...
14:48:29 #12 9.794 Selecting previously unselected package libbtrfs-dev:amd64.
14:48:29 #12 9.797 Preparing to unpack .../09-libbtrfs-dev_5.10.1-1build1_amd64.deb ...
14:48:29 #12 9.800 Unpacking libbtrfs-dev:amd64 (5.10.1-1build1) ...
14:48:29 #12 9.854 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:48:29 #12 9.855 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2ubuntu4_amd64.deb ...
14:48:29 #12 9.858 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
14:48:29 #12 9.896 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:48:29 #12 9.899 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2ubuntu4_amd64.deb ...
14:48:29 #12 9.902 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
14:48:29 #12 9.925 Selecting previously unselected package libudev-dev:amd64.
14:48:29 #12 9.928 Preparing to unpack .../12-libudev-dev_247.3-3ubuntu3.6_amd64.deb ...
14:48:29 #12 9.931 Unpacking libudev-dev:amd64 (247.3-3ubuntu3.6) ...
14:48:29 #12 9.957 Selecting previously unselected package libsepol1-dev:amd64.
14:48:29 #12 9.960 Preparing to unpack .../13-libsepol1-dev_3.1-1ubuntu1_amd64.deb ...
14:48:29 #12 9.963 Unpacking libsepol1-dev:amd64 (3.1-1ubuntu1) ...
14:48:29 #12 10.03 Selecting previously unselected package libpcre2-16-0:amd64.
14:48:30 #12 10.03 Preparing to unpack .../14-libpcre2-16-0_10.36-2ubuntu5_amd64.deb ...
14:48:30 #12 10.03 Unpacking libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
14:48:30 #12 10.08 Selecting previously unselected package libpcre2-32-0:amd64.
14:48:30 #12 10.08 Preparing to unpack .../15-libpcre2-32-0_10.36-2ubuntu5_amd64.deb ...
14:48:30 #12 10.09 Unpacking libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
14:48:30 #12 10.13 Selecting previously unselected package libpcre2-posix2:amd64.
14:48:30 #12 10.13 Preparing to unpack .../16-libpcre2-posix2_10.36-2ubuntu5_amd64.deb ...
14:48:30 #12 10.14 Unpacking libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
14:48:30 #12 10.16 Selecting previously unselected package libpcre2-dev:amd64.
14:48:30 #12 10.16 Preparing to unpack .../17-libpcre2-dev_10.36-2ubuntu5_amd64.deb ...
14:48:30 #12 10.17 Unpacking libpcre2-dev:amd64 (10.36-2ubuntu5) ...
14:48:30 #12 10.25 Selecting previously unselected package libselinux1-dev:amd64.
14:48:30 #12 10.26 Preparing to unpack .../18-libselinux1-dev_3.1-3build1_amd64.deb ...
14:48:30 #12 10.26 Unpacking libselinux1-dev:amd64 (3.1-3build1) ...
14:48:30 #12 10.30 Selecting previously unselected package libdevmapper-dev:amd64.
14:48:30 #12 10.30 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2ubuntu4_amd64.deb ...
14:48:30 #12 10.31 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2ubuntu4) ...
14:48:30 #12 10.33 Selecting previously unselected package libseccomp-dev:amd64.
14:48:30 #12 10.34 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1_amd64.deb ...
14:48:30 #12 10.34 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
14:48:30 #12 10.38 Selecting previously unselected package libsystemd-dev:amd64.
14:48:30 #12 10.38 Preparing to unpack .../21-libsystemd-dev_247.3-3ubuntu3.6_amd64.deb ...
14:48:30 #12 10.39 Unpacking libsystemd-dev:amd64 (247.3-3ubuntu3.6) ...
14:48:30 #12 10.46 Selecting previously unselected package libglib2.0-0:amd64.
14:48:30 #12 10.46 Preparing to unpack .../22-libglib2.0-0_2.68.1-1~ubuntu21.04.1_amd64.deb ...
14:48:30 #12 10.47 Unpacking libglib2.0-0:amd64 (2.68.1-1~ubuntu21.04.1) ...
14:48:30 #12 10.60 Selecting previously unselected package pkg-config.
14:48:30 #12 10.60 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu1_amd64.deb ...
14:48:30 #12 10.61 Unpacking pkg-config (0.29.2-1ubuntu1) ...
14:48:30 #12 10.64 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
14:48:30 #12 10.65 Setting up libarchive13:amd64 (3.4.3-2) ...
14:48:30 #12 10.66 Setting up libglib2.0-0:amd64 (2.68.1-1~ubuntu21.04.1) ...
14:48:30 #12 10.67 No schema files found: doing nothing.
14:48:30 #12 10.68 Setting up libsepol1-dev:amd64 (3.1-1ubuntu1) ...
14:48:30 #12 10.69 Setting up libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
14:48:30 #12 10.70 Setting up libbtrfs0:amd64 (5.10.1-1build1) ...
14:48:30 #12 10.71 Setting up libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
14:48:30 #12 10.72 Setting up libuv1:amd64 (1.40.0-1ubuntu0.1) ...
14:48:30 #12 10.72 Setting up bash-completion (1:2.11-2ubuntu1) ...
14:48:31 #12 11.24 Setting up pkg-config (0.29.2-1ubuntu1) ...
14:48:31 #12 11.29 Setting up libudev-dev:amd64 (247.3-3ubuntu3.6) ...
14:48:31 #12 11.30 Setting up libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
14:48:31 #12 11.31 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
14:48:31 #12 11.32 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
14:48:31 #12 11.33 Setting up libbtrfs-dev:amd64 (5.10.1-1build1) ...
14:48:31 #12 11.34 Setting up librhash0:amd64 (1.4.1-1) ...
14:48:31 #12 11.35 Setting up cmake-data (3.18.4-2ubuntu1) ...
14:48:31 #12 11.36 Setting up dh-apparmor (3.0.0-0ubuntu7.1) ...
14:48:31 #12 11.37 Setting up libsystemd-dev:amd64 (247.3-3ubuntu3.6) ...
14:48:31 #12 11.38 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
14:48:31 #12 11.39 Setting up libpcre2-dev:amd64 (10.36-2ubuntu5) ...
14:48:31 #12 11.40 Setting up libselinux1-dev:amd64 (3.1-3build1) ...
14:48:31 #12 11.41 Setting up libdevmapper-dev:amd64 (2:1.02.175-2ubuntu4) ...
14:48:31 #12 11.42 Setting up cmake (3.18.4-2ubuntu1) ...
14:48:31 #12 11.43 Setting up docker-ce-build-deps (1.0) ...
14:48:31 #12 11.44 Processing triggers for man-db (2.9.4-2) ...
14:48:31 #12 11.46 Processing triggers for libc-bin (2.33-0ubuntu5) ...
14:48:31 #12 DONE 11.6s
14:48:31 
14:48:31 #13 [stage-1 6/9] COPY sources/ /sources
14:48:31 #13 sha256:a88ce0435d25c64ba2011edfdbe671c98dabde6c878959cfa303d843b84c90be
14:48:31 #13 DONE 0.2s
14:48:31 
14:48:31 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
14:48:31 #15 sha256:d84572922d4b61b152b5872112489d17501622ae2b9bd95c1ea36fa2b671b04b
14:48:34 #15 DONE 3.3s
14:48:35 
14:48:35 #16 [stage-1 8/9] WORKDIR /root/build-deb
14:48:35 #16 sha256:d6f9b7b05d0b5ae3fa92d7820eade46804a9c006036346a3aa909d051635d6ba
14:48:35 #16 DONE 0.0s
14:48:35 
14:48:35 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
14:48:35 #17 sha256:d179fc68a39587c0d13f1a263213e186f3100192f875645f156a0db6bbf2b958
14:48:35 #17 DONE 0.0s
14:48:35 
14:48:35 #18 exporting to image
14:48:35 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:48:35 #18 exporting layers
14:48:40 #18 exporting layers 5.2s done
14:48:40 #18 writing image sha256:9159c680f0a7a287c75aabb2d3820c00ecf8314f9b2b7a8afc1644dfb6a36a5b done
14:48:40 #18 naming to docker.io/debbuild-ubuntu-hirsute/x86_64 done
14:48:40 #18 DONE 5.2s
14:48:40 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144600-e57b5f7 -e VERSION=0.0.0-20211015144600-e57b5f7 -e CLI_GITCOMMIT=e57b5f7 -e ENGINE_GITCOMMIT=921658a -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/debbuild/ubuntu-hirsute:/build  debbuild-ubuntu-hirsute/x86_64
14:48:40 + set -e
14:48:40 + mkdir -p /root/build-deb/engine
14:48:40 + tar -C /root/build-deb -xzf /sources/engine.tgz
14:48:41 + mkdir -p /root/build-deb/cli
14:48:41 + tar -C /root/build-deb -xzf /sources/cli.tgz
14:48:42 + mkdir -p /root/build-deb/scan-cli-plugin
14:48:42 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
14:48:42 + mkdir -p /go/src/github.com/docker
14:48:42 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
14:48:42 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
14:48:42 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
14:48:42 + EPOCH=5
14:48:42 + EPOCH_SEP=
14:48:42 + [[ ! -z 5 ]]
14:48:42 + EPOCH_SEP=:
14:48:42 + [[ -z 0.0.0-20211015144600-e57b5f7 ]]
14:48:42 VERSION AAA 0.0.0-20211015144600-e57b5f7
14:48:42 VERSION bbb 0.0.0-20211015144600-e57b5f7
14:48:42 + echo VERSION AAA 0.0.0-20211015144600-e57b5f7
14:48:42 + VERSION=0.0.0-20211015144600-e57b5f7
14:48:42 + echo VERSION bbb 0.0.0-20211015144600-e57b5f7
14:48:42 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
14:48:42 + debSource=docker-ce
14:48:42 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
14:48:42 + debMaintainer='Docker <support@docker.com>'
14:48:42 ++ date --rfc-2822
14:48:42 + debDate='Mon, 18 Oct 2021 14:48:42 +0000'
14:48:42 + cat
14:48:42 + export CLI_GITCOMMIT=e57b5f7
14:48:42 + CLI_GITCOMMIT=e57b5f7
14:48:42 + export ENGINE_GITCOMMIT=921658a
14:48:42 + ENGINE_GITCOMMIT=921658a
14:48:42 + export SCAN_GITCOMMIT=35651ca
14:48:42 + SCAN_GITCOMMIT=35651ca
14:48:42 + echo VERSION BBB 0.0.0-20211015144600-e57b5f7
14:48:42 + dpkg-buildpackage -uc -us -I.git
14:48:42 VERSION BBB 0.0.0-20211015144600-e57b5f7
14:48:42 dpkg-buildpackage: info: source package docker-ce
14:48:42 dpkg-buildpackage: info: source version 5:0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute
14:48:42 dpkg-buildpackage: info: source distribution hirsute
14:48:42 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
14:48:42  dpkg-source -I.git --before-build .
14:48:42 dpkg-buildpackage: info: host architecture amd64
14:48:42  debian/rules clean
14:48:42 dh clean --with=bash-completion
14:48:42    dh_clean
14:48:42  dpkg-source -I.git -b .
14:48:42 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
14:48:42 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
14:48:42 dpkg-source: warning: native package version may not have a revision
14:48:42 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144600-e57b5f7-0~ubuntu'
14:48:42 dpkg-source: info: using source format '1.0'
14:48:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.tar.gz
14:48:52 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.dsc
14:48:52  debian/rules build
14:48:52 dh build --with=bash-completion
14:48:52    dh_update_autotools_config
14:48:52    dh_autoreconf
14:48:52    debian/rules override_dh_auto_build
14:48:52 make[1]: Entering directory '/root/build-deb'
14:48:52 # Build the daemon and dependencies
14:48:52 cd engine && DOCKER_GITCOMMIT=921658a PRODUCT=docker ./hack/make.sh dynbinary
14:48:52 
14:48:52 Removing bundles/
14:48:52 
14:48:52 ---> Making bundle: dynbinary (in bundles/dynbinary)
14:48:52 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:48:52 GOOS="" GOARCH="" GOARM=""
14:49:00 make[2]: Entering directory '/root/build-deb/cli'
14:49:00 scripts/docs/generate-man.sh
14:49:18 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:49:18 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:49:18 GOOS="" GOARCH="" GOARM=""
14:49:18 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:49:18 
14:49:18 + popd
14:49:18 ~/rpmbuild/BUILD/src
14:49:18 + exit 0
14:49:18 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Jq1cci
14:49:18 + umask 022
14:49:18 + cd /root/rpmbuild/BUILD
14:49:18 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64 '!=' / ']'
14:49:18 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:49:18 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:49:18 + mkdir -p /root/rpmbuild/BUILDROOT
14:49:18 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:49:18 + cd src
14:49:18 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
14:49:18 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/dockerd
14:49:18 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
14:49:18 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker-proxy
14:49:18 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker-init
14:49:18 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/lib/systemd/system/docker.service
14:49:18 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/lib/systemd/system/docker.socket
14:49:18 + /usr/lib/rpm/check-buildroot
14:49:18 + /usr/lib/rpm/redhat/brp-ldconfig
14:49:18 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
14:49:18 + /usr/lib/rpm/brp-compress
14:49:18 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:49:18 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:49:18 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
14:49:18 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:49:18 + /usr/lib/rpm/brp-python-bytecompile '' 1
14:49:18 + /usr/lib/rpm/brp-python-hardlink
14:49:18 + PYTHON3=/usr/libexec/platform-python
14:49:18 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:49:18 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.BIrokh
14:49:18 + umask 022
14:49:18 + cd /root/rpmbuild/BUILD
14:49:18 + cd src
14:49:18 ++ engine/bundles/dynbinary-daemon/dockerd --version
14:49:18 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build 921658a'
14:49:18 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build 921658a' = 'Docker version 0.0.0-20211015144600-e57b5f7, build 921658a'
14:49:18 + echo 'PASS: daemon version OK'
14:49:18 PASS: daemon version OK
14:49:18 + exit 0
14:49:18 Processing files: docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:49:18 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker-proxy
14:49:18 Provides: docker-ce = 3:0.0.0.20211015144600.e57b5f7-0.el8 docker-ce(x86-64) = 3:0.0.0.20211015144600.e57b5f7-0.el8
14:49:18 Requires(interp): /bin/sh /bin/sh /bin/sh
14:49:18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:49:18 Requires(post): /bin/sh
14:49:18 Requires(preun): /bin/sh
14:49:18 Requires(postun): /bin/sh
14:49:18 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)
14:49:18 Conflicts: docker docker-ee docker-engine-cs docker-io
14:49:18 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
14:49:18 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:49:18 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.src.rpm
14:49:24 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64.rpm
14:49:24 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pe7R7h
14:49:24 + umask 022
14:49:24 + cd /root/rpmbuild/BUILD
14:49:24 + cd src
14:49:24 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:49:24 + exit 0
14:49:24 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KwPrPg
14:49:24 + umask 022
14:49:24 + cd /root/rpmbuild/BUILD
14:49:24 + cd /root/rpmbuild/BUILD
14:49:24 + rm -rf src
14:49:24 + /usr/bin/mkdir -p src
14:49:24 + cd src
14:49:24 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
14:49:24 + /usr/bin/tar -xof -
14:49:24 + STATUS=0
14:49:24 + '[' 0 -ne 0 ']'
14:49:24 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
14:49:24 + /usr/bin/tar -xof -
14:49:24 + STATUS=0
14:49:24 + '[' 0 -ne 0 ']'
14:49:24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:49:24 + exit 0
14:49:24 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UqCEtf
14:49:24 + umask 022
14:49:24 + cd /root/rpmbuild/BUILD
14:49:24 + cd src
14:49:24 + mkdir -p /go/src/github.com/docker
14:49:24 + rm -f /go/src/github.com/docker/cli
14:49:24 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
14:49:24 + pushd /go/src/github.com/docker/cli
14:49:24 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
14:49:24 + VERSION=0.0.0-20211015144600-e57b5f7
14:49:24 + GITCOMMIT=e57b5f7
14:49:24 + GO_LINKMODE=dynamic
14:49:24 + ./scripts/build/binary
14:49:24 Building dynamic docker-linux-amd64
14:49:24 + go build -o build/docker-linux-amd64 -tags ' pkcs11' --ldflags '    -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:49:24Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' -buildmode=pie github.com/docker/cli/cmd/docker
14:50:07 Project root: /go/src/github.com/docker/cli
14:50:07 Generating man pages into /go/src/github.com/docker/cli/man/man1
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
14:50:07 2021/10/18 14:50:02 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
14:50:07 make[2]: Leaving directory '/root/build-deb/cli'
14:50:07 # Build the scan-plugin
14:50:07 # TODO change once we support scan-plugin on other architectures
14:50:07 if [ "armhf" = "amd64" ]; then \
14:50:07 	cd /go/src/github.com/docker/scan-cli-plugin \
14:50:07 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
14:50:07 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
14:50:07 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
14:50:07 fi
14:50:07 # Build the CLI plugins
14:50:07 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
14:50:07 set -e;cd /sources && \
14:50:07 	tar xzf plugin-installers.tgz; \
14:50:07 	for installer in plugins/*.installer; do \
14:50:07 		LDFLAGS='' bash ${installer} build; \
14:50:07 	done
14:50:07 Cloning into '/go/src/github.com/docker/buildx'...
14:50:07 Fetching origin
14:50:08 + GO111MODULE=on
14:50:08 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
14:50:29 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:50:29 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:50:29 GOOS="" GOARCH="" GOARM=""
14:50:29 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:50:29 
14:50:29 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
14:50:29 + RM_GOPATH=0
14:50:29 + TMP_GOPATH=/go
14:50:29 + : /usr/local/bin
14:50:29 + '[' -z /go ']'
14:50:29 + export GOPATH=/go
14:50:29 + GOPATH=/go
14:50:29 + case "$(go env GOARCH)" in
14:50:29 ++ go env GOARCH
14:50:29 + export GO_BUILDMODE=-buildmode=pie
14:50:29 + GO_BUILDMODE=-buildmode=pie
14:50:29 ++ dirname hack/dockerfile/install/install.sh
14:50:29 + dir=hack/dockerfile/install
14:50:29 + bin=tini
14:50:29 + shift
14:50:29 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
14:50:29 + . hack/dockerfile/install/tini.installer
14:50:29 ++ : v0.19.0
14:50:29 + install_tini
14:50:29 + echo 'Install tini version v0.19.0'
14:50:29 + git clone https://github.com/krallin/tini.git /go/tini
14:50:29 Install tini version v0.19.0
14:50:29 Cloning into '/go/tini'...
14:50:29 + cd /go/tini
14:50:29 + git checkout -q v0.19.0
14:50:29 + cmake .
14:50:29 -- The C compiler identification is GNU 10.3.0
14:50:29 -- Detecting C compiler ABI info
14:50:29 -- Detecting C compiler ABI info - done
14:50:29 -- Check for working C compiler: /usr/bin/cc - skipped
14:50:29 -- Detecting C compile features
14:50:29 -- Detecting C compile features - done
14:50:29 -- Performing Test HAS_BUILTIN_FORTIFY
14:50:29 -- Performing Test HAS_BUILTIN_FORTIFY - Success
14:50:29 -- Configuring done
14:50:29 -- Generating done
14:50:29 -- Build files have been written to: /go/tini
14:50:29 + make tini-static
14:50:29 make[2]: Entering directory '/go/tini'
14:50:29 make[3]: Entering directory '/go/tini'
14:50:29 make[4]: Entering directory '/go/tini'
14:50:29 make[5]: Entering directory '/go/tini'
14:50:29 Scanning dependencies of target tini-static
14:50:29 make[5]: Leaving directory '/go/tini'
14:50:29 make[5]: Entering directory '/go/tini'
14:50:29 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:50:29 [100%] Linking C executable tini-static
14:50:29 make[5]: Leaving directory '/go/tini'
14:50:29 [100%] Built target tini-static
14:50:29 make[4]: Leaving directory '/go/tini'
14:50:29 make[3]: Leaving directory '/go/tini'
14:50:29 make[2]: Leaving directory '/go/tini'
14:50:29 + mkdir -p /usr/local/bin
14:50:29 + cp tini-static /usr/local/bin/docker-init
14:50:29 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
14:50:29 + RM_GOPATH=0
14:50:29 + TMP_GOPATH=/go
14:50:29 + : /usr/local/bin
14:50:29 + '[' -z /go ']'
14:50:29 + export GOPATH=/go
14:50:29 + GOPATH=/go
14:50:29 + case "$(go env GOARCH)" in
14:50:29 ++ go env GOARCH
14:50:29 + export GO_BUILDMODE=-buildmode=pie
14:50:29 + GO_BUILDMODE=-buildmode=pie
14:50:29 ++ dirname hack/dockerfile/install/install.sh
14:50:29 + dir=hack/dockerfile/install
14:50:29 + bin=rootlesskit
14:50:29 + shift
14:50:29 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
14:50:29 + . hack/dockerfile/install/rootlesskit.installer
14:50:29 ++ : v0.14.4
14:50:29 + install_rootlesskit dynamic
14:50:29 + case "$1" in
14:50:29 + install_rootlesskit_dynamic
14:50:29 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
14:50:29 + ROOTLESSKIT_LDFLAGS=-linkmode=external
14:50:29 + export BUILD_MODE=-buildmode=pie
14:50:29 + BUILD_MODE=-buildmode=pie
14:50:29 + _install_rootlesskit
14:50:29 + echo 'Install rootlesskit version v0.14.4'
14:50:29 Install rootlesskit version v0.14.4
14:50:29 + for f in rootlesskit rootlesskit-docker-proxy
14:50:29 + GOBIN=/usr/local/bin
14:50:29 + GO111MODULE=on
14:50:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
14:50:29 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
14:50:39 go: downloading github.com/pkg/errors v0.9.1
14:50:39 go: downloading github.com/sirupsen/logrus v1.8.1
14:50:39 go: downloading github.com/urfave/cli/v2 v2.3.0
14:50:39 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:50:39 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:50:40 go: downloading github.com/google/uuid v1.3.0
14:50:40 go: downloading github.com/moby/vpnkit v0.5.0
14:50:40 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:50:40 go: downloading github.com/gofrs/flock v0.8.1
14:50:40 go: downloading github.com/gorilla/mux v1.8.0
14:50:40 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:50:40 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:50:40 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:50:41 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:50:43 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:50:46 + DISABLE_WARN_OUTSIDE_CONTAINER=1
14:50:46 + make manpages
14:50:46 scripts/docs/generate-man.sh
14:50:48 + for f in rootlesskit rootlesskit-docker-proxy
14:50:48 + GOBIN=/usr/local/bin
14:50:48 + GO111MODULE=on
14:50:48 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
14:50:48 + return
14:50:48 # Build the CLI
14:50:48 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 GITCOMMIT=e57b5f7 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
14:50:48 Building dynamic docker-linux-amd64
14:50:48 + go build -o build/docker-linux-amd64 -tags  pkcs11 --ldflags     -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:48:42Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -buildmode=pie github.com/docker/cli/cmd/docker
14:51:01 #28 DONE 194.3s
14:51:01 
14:51:01 #23 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
14:51:01 #23 ...
14:51:01 
14:51:01 #29 [darwin/arm64 binary 1/1] COPY --from=build /out .
14:51:01 #29 DONE 0.1s
14:51:01 
14:51:01 #23 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
14:51:01 #23 DONE 195.2s
14:51:01 
14:51:01 #24 [darwin/amd64 binary 1/1] COPY --from=build /out .
14:51:01 #24 DONE 0.1s
14:51:01 
14:51:01 #30 exporting to client
14:51:01 #30 copying files darwin/amd64 22B
14:51:01 #30 copying files darwin/arm64 22B
14:51:02 #30 copying files darwin/arm64 50.09MB 1.8s done
14:51:02 #30 copying files darwin/amd64 54.15MB 1.8s done
14:51:02 #30 DONE 1.8s
14:51:02 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli/build && for platform in *; do \
14:51:02 	arch=$(echo $platform | cut -d_ -f2); \
14:51:02 	mkdir -p $dest/$arch/docker; \
14:51:02 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
14:51:02 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20211015144600-e57b5f7.tgz docker; \
14:51:02 done
14:51:14 cp: cannot stat 'docker/docker-darwin-*': Not a directory
14:51:14 cp: cannot stat 'docker-linux-amd64/docker-darwin-*': Not a directory
14:51:14 make[1]: *** [Makefile:72: cross-mac] Error 1
14:51:14 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
14:51:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
14:51:14 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker VERSION=0.0.0-20211015144600-e57b5f7 DOCKER_CROSSPLATFORMS=windows/amd64 DOCKER_BUILD_OPTS="" cross
14:51:14 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker'
14:51:14 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 .
14:51:14 #1 [internal] load build definition from Dockerfile
14:51:14 #1 sha256:2bb1ddb14d2c8ca50819edd5dc5a1b88453815f92256f80a64b8f964535a58dd
14:51:14 #1 transferring dockerfile: 39B done
14:51:14 #1 DONE 0.0s
14:51:14 
14:51:14 #2 [internal] load .dockerignore
14:51:14 #2 sha256:efb3718ae9584988d9fedc533f6e199870dc5acf430f2f9c5b0890587185d126
14:51:14 #2 transferring context: 34B done
14:51:14 #2 DONE 0.0s
14:51:14 
14:51:14 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
14:51:14 #4 sha256:839add47af2cba967ab581d72a55bd8e7c1a0b8083f27330323eeef1e66d58b1
14:51:14 #4 DONE 0.0s
14:51:14 
14:51:14 #3 resolve image config for docker.io/docker/dockerfile:1.3
14:51:14 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
14:51:14 #3 DONE 0.2s
14:51:14 
14:51:14 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
14:51:14 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
14:51:14 #5 CACHED
14:51:14 
14:51:14 #6 [internal] load .dockerignore
14:51:14 #6 sha256:ca88eb193ec04e0217dfe88301d097ccccceb427a7a54f7d8b04ac1ebc6415af
14:51:14 #6 DONE 0.0s
14:51:14 
14:51:14 #7 [internal] load build definition from Dockerfile
14:51:14 #7 sha256:539d64b42359f2967b838996e279cb520c25a70369ab32700eddb700800d74df
14:51:14 #7 DONE 0.0s
14:51:14 
14:51:14 #11 [auth] library/golang:pull token for registry-1.docker.io
14:51:14 #11 sha256:4d2a825199768ebcec270c7c3882bdbd980afad51d9a32699c6e0c56adf70189
14:51:14 #11 DONE 0.0s
14:51:14 
14:51:14 #12 [auth] djs55/vpnkit:pull token for registry-1.docker.io
14:51:14 #12 sha256:16a8b9b4e48d98101bdb9cdf890e6156abccc11fa6fb3559686159df630acd0f
14:51:14 #12 DONE 0.0s
14:51:14 
14:51:14 #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:51:14 #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:51:14 #10 DONE 0.1s
14:51:14 
14:51:14 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:51:14 #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:51:14 #8 DONE 0.1s
14:51:14 
14:51:14 #9 [internal] load metadata for docker.io/library/golang:1.16.9-bullseye
14:51:14 #9 sha256:d1483ad508b97cbe2844b5f09783babdf48c519cb5644dc3bb85f55762761899
14:51:14 #9 DONE 0.1s
14:51:14 
14:51:14 #43 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:51:14 #43 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:51:14 #43 DONE 0.0s
14:51:14 
14:51:14 #13 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
14:51:14 #13 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
14:51:14 #13 DONE 0.0s
14:51:14 
14:51:14 #41 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:51:14 #41 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:51:14 #41 DONE 0.0s
14:51:14 
14:51:14 #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:51:14 #14 sha256:0254560cd3862739c4c57f8f11be749e7e9d1b35250a79af4668fa7360a57c2e
14:51:14 #14 CACHED
14:51:14 
14:51:14 #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
14:51:14 #15 sha256:33468275bd6a72e0bc8adb9ad29413126b48c6bdb5d4579eb3bad41eb59c4d8a
14:51:14 #15 CACHED
14:51:14 
14:51:14 #25 [internal] load build context
14:51:14 #25 sha256:6e683e02229afadd579afc75c0c3ef3e91e556bcae463d05efbb65f785944209
14:51:15 #25 transferring context: 513.01kB 0.7s done
14:51:15 #25 DONE 0.8s
14:51:15 
14:51:15 #16 [cross-true 1/6] RUN dpkg --add-architecture arm64
14:51:15 #16 sha256:6cf6b9d8131852c85567b88f1945d90d1be78e15fa40d56abf55f24ab85467bb
14:51:15 #16 DONE 1.1s
14:51:15 
14:51:15 #17 [cross-true 2/6] RUN dpkg --add-architecture armel
14:51:15 #17 sha256:b6463546e94fc92a6e626ca1e8e25b05fbee1f7034b5a5fbfedf2a34cec3f65b
14:51:16 #17 DONE 0.9s
14:51:16 
14:51:16 #18 [cross-true 3/6] RUN dpkg --add-architecture armhf
14:51:16 #18 sha256:7ffaa9dee5c9f2ddd5923c2c3f7b77b0fbee5e0bc68cb392401988157b1e524c
14:51:17 #18 DONE 0.8s
14:51:17 
14:51:17 #19 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
14:51:17 #19 sha256:d02144267888e5047c009af560e875c3bb3447e6ca2944eb6ed934c34f772b7d
14:51:18 #19 DONE 0.8s
14:51:18 
14:51:18 #20 [cross-true 5/6] RUN dpkg --add-architecture s390x
14:51:18 #20 sha256:c02fed6c460feed4812a228f6ff5627b9fde69f90b5cbe4ad58d95db28d14af0
14:51:18 #20 DONE 0.8s
14:51:18 
14:51:18 #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
14:51:18 #21 sha256:fbb8bea096c2a910fa94b328af45f6c8e83a50b23f7a5afe8876135f70585b01
14:51:19 #21 1.000 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:51:19 #21 1.000 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:51:19 #21 1.019 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:51:20 #21 1.227 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [69.9 kB]
14:51:20 #21 1.257 Get:5 http://security.debian.org/debian-security bullseye-security/main armel Packages [64.4 kB]
14:51:20 #21 1.261 Get:6 http://security.debian.org/debian-security bullseye-security/main armhf Packages [69.2 kB]
14:51:20 #21 1.261 Get:7 http://security.debian.org/debian-security bullseye-security/main s390x Packages [66.1 kB]
14:51:20 #21 1.263 Get:8 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [70.3 kB]
14:51:20 #21 1.263 Get:9 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [66.1 kB]
14:51:20 #21 1.508 Get:10 http://deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
14:51:20 #21 1.695 Get:11 http://deb.debian.org/debian bullseye/main armel Packages [7863 kB]
14:51:20 #21 1.912 Get:12 http://deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
14:51:20 #21 2.179 Get:13 http://deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
14:51:21 #21 2.367 Get:14 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
14:51:21 #21 2.527 Get:15 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
14:51:21 #21 2.697 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2304 B]
14:51:21 #21 2.697 Get:17 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2304 B]
14:51:21 #21 2.697 Get:18 http://deb.debian.org/debian bullseye-updates/main armel Packages [2308 B]
14:51:21 #21 2.698 Get:19 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2308 B]
14:51:21 #21 2.698 Get:20 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
14:51:21 #21 2.699 Get:21 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2300 B]
14:51:29 #21 10.81 Fetched 48.6 MB in 10s (4824 kB/s)
14:51:30 make[1]: Leaving directory '/root/build-deb'
14:51:30    debian/rules override_dh_auto_test
14:51:30 make[1]: Entering directory '/root/build-deb'
14:51:30 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
14:51:30 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build 921658a" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
14:51:30 PASS: daemon version OK
14:51:30 ver="$(cli/build/docker --version)"; \
14:51:30 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
14:51:30 PASS: cli version OK
14:51:30 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
14:51:30 # TODO change once we support scan-plugin on other architectures
14:51:30 if [ "armhf" = "amd64" ]; then \
14:51:30 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
14:51:30 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
14:51:30 fi
14:51:30 make[1]: Leaving directory '/root/build-deb'
14:51:30    create-stamp debian/debhelper-build-stamp
14:51:30  debian/rules binary
14:51:30 dh binary --with=bash-completion
14:51:30    dh_testroot
14:51:30    dh_prep
14:51:30    debian/rules override_dh_auto_install
14:51:30 make[1]: Entering directory '/root/build-deb'
14:51:30 # docker-ce-cli install
14:51:30 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
14:51:30 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
14:51:30 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
14:51:30 set -e;cd /sources && \
14:51:30 	tar xzf plugin-installers.tgz; \
14:51:30 	for installer in plugins/*.installer; do \
14:51:30 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
14:51:30 		PREFIX=/usr/libexec/docker/cli-plugins \
14:51:30 			bash ${installer} install_plugin; \
14:51:30 	done
14:51:30 # docker-ce install
14:51:30 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
14:51:30 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
14:51:30 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/dockerd
14:51:30 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/docker-proxy
14:51:30 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
14:51:30 # docker-scan-plugin install
14:51:30 # TODO change once we support scan-plugin on other architectures
14:51:30 if [ "armhf" = "amd64" ]; then \
14:51:30 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
14:51:30 fi
14:51:30 # docker-ce-rootless-extras install
14:51:30 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
14:51:30 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
14:51:30 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
14:51:30 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
14:51:30 # TODO: how can we install vpnkit?
14:51:30 make[1]: Leaving directory '/root/build-deb'
14:51:30    debian/rules override_dh_install
14:51:30 make[1]: Entering directory '/root/build-deb'
14:51:30 dh_install
14:51:30 # TODO Can we do this from within our container?
14:51:30 dh_apparmor --profile-name=docker-ce -pdocker-ce
14:51:30 make[1]: Leaving directory '/root/build-deb'
14:51:30    dh_installdocs
14:51:30    dh_installchangelogs
14:51:30    dh_installman
14:51:30    dh_bash-completion
14:51:30    dh_systemd_enable
14:51:30    debian/rules override_dh_installinit
14:51:30 make[1]: Entering directory '/root/build-deb'
14:51:30 # use "docker" as our service name, not "docker-ce"
14:51:30 dh_installinit --name=docker
14:51:30 make[1]: Leaving directory '/root/build-deb'
14:51:30    dh_systemd_start
14:51:30    dh_perl
14:51:30    dh_link
14:51:30    dh_strip_nondeterminism
14:51:30    dh_compress
14:51:30    dh_fixperms
14:51:30    dh_missing
14:51:30    debian/rules override_dh_strip
14:51:30 make[1]: Entering directory '/root/build-deb'
14:51:30 # Go has lots of problems with stripping, so just don't
14:51:30 make[1]: Leaving directory '/root/build-deb'
14:51:30    dh_makeshlibs
14:51:30    debian/rules override_dh_shlibdeps
14:51:30 make[1]: Entering directory '/root/build-deb'
14:51:30 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
14:51:31 make[1]: Leaving directory '/root/build-deb'
14:51:31    dh_installdeb
14:51:31    debian/rules override_dh_gencontrol
14:51:31 make[1]: Entering directory '/root/build-deb'
14:51:31 # Use separate version for the scan-plugin package, then generate the other control files as usual
14:51:31 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
14:51:31 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
14:51:31 if [ "armhf" = "amd64" ]; then \
14:51:31 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
14:51:31 fi
14:51:31 dh_gencontrol --remaining-packages
14:51:31 make[1]: Leaving directory '/root/build-deb'
14:51:31    dh_md5sums
14:51:32    dh_builddeb
14:51:32 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'.
14:51:32 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'.
14:51:34 #21 10.81 Reading package lists...
14:51:38 #21 15.80 Reading package lists...
14:51:38 #21 18.94 Building dependency tree...
14:51:39 #21 20.21 The following additional packages will be installed:
14:51:39 #21 20.21   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
14:51:39 #21 20.21   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
14:51:39 #21 20.21   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
14:51:39 #21 20.21   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
14:51:39 #21 20.21   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
14:51:39 #21 20.21   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
14:51:39 #21 20.21   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
14:51:39 #21 20.21   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
14:51:39 #21 20.21   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
14:51:39 #21 20.21   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
14:51:39 #21 20.21   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
14:51:39 #21 20.21   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
14:51:39 #21 20.21   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
14:51:39 #21 20.21   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
14:51:39 #21 20.21   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
14:51:39 #21 20.21   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
14:51:39 #21 20.21   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
14:51:39 #21 20.21   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
14:51:39 #21 20.21   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
14:51:39 #21 20.21   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
14:51:39 #21 20.21   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
14:51:39 #21 20.21   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
14:51:39 #21 20.21   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
14:51:39 #21 20.21   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
14:51:39 #21 20.21   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
14:51:39 #21 20.21   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
14:51:39 #21 20.21   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
14:51:39 #21 20.21   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
14:51:39 #21 20.21   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
14:51:39 #21 20.21   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
14:51:39 #21 20.21   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
14:51:39 #21 20.21   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
14:51:39 #21 20.22   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
14:51:39 #21 20.22   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
14:51:39 #21 20.22   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
14:51:39 #21 20.22   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
14:51:39 #21 20.22   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
14:51:39 #21 20.22   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
14:51:39 #21 20.22   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
14:51:39 #21 20.22   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
14:51:39 #21 20.22   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
14:51:39 #21 20.22   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
14:51:39 #21 20.22   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
14:51:39 #21 20.22   linux-libc-dev-s390x-cross patch xz-utils
14:51:39 #21 20.23 Suggested packages:
14:51:39 #21 20.23   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
14:51:39 #21 20.23   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
14:51:39 #21 20.23   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
14:51:39 #21 20.23   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
14:51:39 #21 20.23   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
14:51:39 #21 20.23   libyaml-shell-perl ed diffutils-doc
14:51:39 #21 20.23 Recommended packages:
14:51:39 #21 20.23   fakeroot build-essential libalgorithm-merge-perl libwww-perl
14:51:39 #21 20.23   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
14:51:40 #21 21.43 The following NEW packages will be installed:
14:51:40 #21 21.43   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
14:51:40 #21 21.43   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
14:51:40 #21 21.43   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
14:51:40 #21 21.43   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
14:51:40 #21 21.43   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
14:51:40 #21 21.43   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
14:51:40 #21 21.43   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
14:51:40 #21 21.43   crossbuild-essential-armel crossbuild-essential-armhf
14:51:40 #21 21.43   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
14:51:40 #21 21.43   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
14:51:40 #21 21.43   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
14:51:40 #21 21.43   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
14:51:40 #21 21.43   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
14:51:40 #21 21.43   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
14:51:40 #21 21.43   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
14:51:40 #21 21.43   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
14:51:40 #21 21.43   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
14:51:40 #21 21.43   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
14:51:40 #21 21.43   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
14:51:40 #21 21.43   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
14:51:40 #21 21.43   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
14:51:40 #21 21.43   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
14:51:40 #21 21.43   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
14:51:40 #21 21.43   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
14:51:40 #21 21.43   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
14:51:40 #21 21.43   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
14:51:40 #21 21.43   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
14:51:40 #21 21.43   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
14:51:40 #21 21.43   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
14:51:40 #21 21.43   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
14:51:40 #21 21.43   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
14:51:40 #21 21.43   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
14:51:40 #21 21.43   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
14:51:40 #21 21.43   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
14:51:40 #21 21.43   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
14:51:40 #21 21.44   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
14:51:40 #21 21.44   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
14:51:40 #21 21.44   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
14:51:40 #21 21.44   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
14:51:40 #21 21.44   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
14:51:40 #21 21.44   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
14:51:40 #21 21.44   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
14:51:40 #21 21.44   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
14:51:40 #21 21.44   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
14:51:40 #21 21.44   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
14:51:40 #21 21.44   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
14:51:40 #21 21.44   linux-libc-dev-s390x-cross patch xz-utils
14:51:40 #21 21.75 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded.
14:51:40 #21 21.75 Need to get 787 MB of archives.
14:51:40 #21 21.75 After this operation, 3385 MB of additional disk space will be used.
14:51:40 #21 21.75 Get:1 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
14:51:40 #21 21.75 Get:2 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
14:51:40 #21 21.75 Get:3 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
14:51:40 #21 21.75 Get:4 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
14:51:40 #21 21.75 Get:5 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
14:51:40 #21 21.76 Get:6 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
14:51:40 #21 21.76 Get:7 http://deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
14:51:40 #21 21.79 Get:8 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
14:51:40 #21 21.81 Get:9 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
14:51:40 #21 21.83 Get:10 http://deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
14:51:40 #21 21.85 Get:11 http://deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
14:51:40 #21 21.86 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
14:51:40 #21 21.86 Get:13 http://deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
14:51:41 #21 22.24 Get:14 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
14:51:41 #21 22.24 Get:15 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
14:51:41 #21 22.60 Get:16 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
14:51:41 #21 22.60 Get:17 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
14:51:41 #21 22.95 Get:18 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
14:51:42 #21 22.96 Get:19 http://deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
14:51:42 #21 23.29 Get:20 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
14:51:42 #21 23.30 Get:21 http://deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
14:51:42 #21 23.87 Get:22 http://deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
14:51:42 #21 23.87 Get:23 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
14:51:42 #21 23.87 Get:24 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
14:51:42 #21 23.87 Get:25 http://deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
14:51:42 #21 23.87 Get:26 http://deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
14:51:42 #21 23.87 Get:27 http://deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
14:51:42 #21 23.88 Get:28 http://deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
14:51:42 #21 23.88 Get:29 http://deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
14:51:42 #21 23.89 Get:30 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
14:51:42 #21 23.89 Get:31 http://deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
14:51:42 #21 23.90 Get:32 http://deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
14:51:42 #21 23.90 Get:33 http://deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
14:51:42 #21 23.90 Get:34 http://deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
14:51:42 #21 23.91 Get:35 http://deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
14:51:42 #21 23.92 Get:36 http://deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
14:51:42 #21 23.93 Get:37 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
14:51:42 #21 23.93 Get:38 http://deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
14:51:42 #21 23.94 Get:39 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
14:51:42 #21 23.94 Get:40 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
14:51:43 #21 24.38 Get:41 http://deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
14:51:43 #21 24.38 Get:42 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
14:51:43 #21 24.39 Get:43 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
14:51:43 #21 24.40 Get:44 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
14:51:43 #21 24.42 Get:45 http://deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
14:51:43 #21 24.95 Get:46 http://deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
14:51:43 #21 24.96 Get:47 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
14:51:43 #21 24.96 Get:48 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
14:51:43 #21 24.97 Get:49 http://deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
14:51:44 #21 24.98 Get:50 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
14:51:44 #21 24.98 Get:51 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:51:44 #21 25.04 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
14:51:44 #21 25.04 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
14:51:44 #21 25.04 Get:54 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
14:51:44 #21 25.05 Get:55 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
14:51:44 #21 25.05 Get:56 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
14:51:44 #21 25.05 Get:57 http://deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
14:51:44 #21 25.05 Get:58 http://deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
14:51:44 #21 25.05 Get:59 http://deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
14:51:44 #21 25.05 Get:60 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
14:51:44 #21 25.05 Get:61 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
14:51:44 #21 25.05 Get:62 http://deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
14:51:44 #21 25.05 Get:63 http://deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
14:51:44 #21 25.05 Get:64 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
14:51:44 #21 25.05 Get:65 http://deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
14:51:44 #21 25.07 Get:66 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
14:51:44 #21 25.07 Get:67 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
14:51:44 #21 25.07 Get:68 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
14:51:44 #21 25.07 Get:69 http://deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
14:51:44 #21 25.08 Get:70 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
14:51:44 #21 25.08 Get:71 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
14:51:44 #21 25.09 Get:72 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
14:51:44 #21 25.09 Get:73 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
14:51:44 #21 25.56 Get:74 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
14:51:44 #21 25.56 Get:75 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
14:51:44 #21 25.58 Get:76 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
14:51:44 #21 25.59 Get:77 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
14:51:44 #21 25.61 Get:78 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
14:51:45 #21 25.99 Get:79 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
14:51:45 #21 26.00 Get:80 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
14:51:45 #21 26.00 Get:81 http://deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
14:51:45 #21 26.00 Get:82 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
14:51:45 #21 26.00 Get:83 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
14:51:45 #21 26.00 Get:84 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
14:51:45 #21 26.01 Get:85 http://deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
14:51:45 #21 26.02 Get:86 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
14:51:45 #21 26.02 Get:87 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
14:51:45 #21 26.03 Get:88 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
14:51:45 #21 26.03 Get:89 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
14:51:45 #21 26.46 Get:90 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
14:51:45 #21 26.46 Get:91 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
14:51:45 #21 26.47 Get:92 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
14:51:45 #21 26.48 Get:93 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
14:51:45 #21 26.50 Get:94 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
14:51:45 #21 26.87 Get:95 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
14:51:45 #21 26.87 Get:96 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
14:51:45 #21 26.88 Get:97 http://deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
14:51:45 #21 26.88 Get:98 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
14:51:45 #21 26.89 Get:99 http://deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
14:51:45 #21 26.89 Get:100 http://deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
14:51:45 #21 26.89 Get:101 http://deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
14:51:45 #21 26.89 Get:102 http://deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
14:51:45 #21 26.90 Get:103 http://deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
14:51:45 #21 26.91 Get:104 http://deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
14:51:45 #21 26.93 Get:105 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
14:51:45 #21 26.93 Get:106 http://deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
14:51:45 #21 26.97 Get:107 http://deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
14:51:45 #21 27.01 Get:108 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
14:51:45 #21 27.02 Get:109 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
14:51:47 #21 28.38 Get:110 http://deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
14:51:47 #21 28.38 Get:111 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
14:51:47 #21 28.39 Get:112 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
14:51:47 #21 28.41 Get:113 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
14:51:47 #21 28.42 Get:114 http://deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
14:51:47 #21 28.83 Get:115 http://deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
14:51:47 #21 28.83 Get:116 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
14:51:47 #21 28.83 Get:117 http://deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
14:51:47 #21 28.83 Get:118 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
14:51:47 #21 28.83 Get:119 http://deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
14:51:47 #21 28.89 Get:120 http://deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
14:51:47 #21 28.89 Get:121 http://deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
14:51:47 #21 28.89 Get:122 http://deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
14:51:47 #21 28.91 Get:123 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
14:51:47 #21 28.91 Get:124 http://deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
14:51:47 #21 28.92 Get:125 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
14:51:47 #21 28.92 Get:126 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
14:51:48 #21 29.29 Get:127 http://deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
14:51:48 #21 29.29 Get:128 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
14:51:48 #21 29.30 Get:129 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
14:51:48 #21 29.31 Get:130 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
14:51:48 #21 29.32 Get:131 http://deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
14:51:49 #21 30.23 Get:132 http://deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
14:51:49 #21 30.23 Get:133 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
14:51:49 #21 30.52 debconf: delaying package configuration, since apt-utils is not installed
14:51:49 #21 30.65 Fetched 787 MB in 9s (90.0 MB/s)
14:51:49 #21 30.68 Selecting previously unselected package liblocale-gettext-perl.
14:51:49 #21 30.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:51:49 #21 30.69 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
14:51:49 #21 30.70 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
14:51:49 #21 30.73 Selecting previously unselected package bzip2.
14:51:49 #21 30.73 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
14:51:49 #21 30.73 Unpacking bzip2 (1.0.8-4) ...
14:51:49 #21 30.76 Selecting previously unselected package libmagic-mgc.
14:51:49 #21 30.76 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
14:51:49 #21 30.77 Unpacking libmagic-mgc (1:5.39-3) ...
14:51:49 #21 30.85 Selecting previously unselected package libmagic1:amd64.
14:51:49 #21 30.85 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
14:51:49 #21 30.86 Unpacking libmagic1:amd64 (1:5.39-3) ...
14:51:49 #21 30.90 Selecting previously unselected package file.
14:51:49 #21 30.90 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
14:51:49 #21 30.91 Unpacking file (1:5.39-3) ...
14:51:49 #21 30.94 Selecting previously unselected package xz-utils.
14:51:49 #21 30.95 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ...
14:51:49 #21 30.95 Unpacking xz-utils (5.2.5-2) ...
14:51:49 #21 31.00 Selecting previously unselected package binutils-aarch64-linux-gnu.
14:51:49 #21 31.00 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
14:51:49 #21 31.00 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
14:51:50 #21 31.33 Selecting previously unselected package binutils-arm-linux-gnueabi.
14:51:50 #21 31.34 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
14:51:50 #21 31.34 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
14:51:50 #21 31.64 Selecting previously unselected package binutils-arm-linux-gnueabihf.
14:51:50 #21 31.64 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
14:51:50 #21 31.65 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
14:51:50 #21 31.95 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
14:51:50 #21 31.95 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
14:51:50 #21 31.96 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
14:51:51 #21 32.24 Selecting previously unselected package binutils-s390x-linux-gnu.
14:51:51 #21 32.24 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
14:51:51 #21 32.25 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
14:51:51 #21 32.48 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
14:51:51 #21 32.48 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
14:51:51 #21 32.48 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:51:51 #21 32.52 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
14:51:51 #21 32.52 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:51:51 #21 32.53 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:51:54 Project root: /go/src/github.com/docker/cli
14:51:54 Generating man pages into /go/src/github.com/docker/cli/man/man1
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
14:51:54 2021/10/18 14:51:49 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
14:51:54 ~/rpmbuild/BUILD/src
14:51:54 + popd
14:51:54 + pushd /root/rpmbuild/BUILD/src/plugins
14:51:54 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
14:51:54 + for installer in *.installer
14:51:54 + '[' buildx.installer '!=' scan.installer ']'
14:51:54 + bash buildx.installer build
14:51:54 Cloning into '/go/src/github.com/docker/buildx'...
14:51:54 Fetching origin
14:51:54 + GO111MODULE=on
14:51:54 + 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
14:51:56 #21 36.95 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
14:51:56 #21 36.95 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
14:51:56 #21 36.95 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
14:51:56 #21 36.99 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
14:51:56 #21 36.99 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
14:51:56 #21 37.00 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:51:58 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'.
14:52:00 #21 41.09 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
14:52:00 #21 41.09 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
14:52:00 #21 41.09 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
14:52:00 #21 41.13 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
14:52:00 #21 41.13 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
14:52:00 #21 41.14 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:52:04 #21 45.27 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
14:52:04 #21 45.27 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
14:52:04 #21 45.28 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:52:04 #21 45.31 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
14:52:04 #21 45.31 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:52:04 #21 45.32 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:52:08 #21 49.37 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
14:52:08 #21 49.37 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
14:52:08 #21 49.38 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:52:08 #21 49.48 Selecting previously unselected package cpp-10-s390x-linux-gnu.
14:52:08 #21 49.48 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:52:08 #21 49.49 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:52:10 make[2]: Entering directory '/root/build-deb/cli'
14:52:10 scripts/docs/generate-man.sh
14:52:12 #21 53.30 Selecting previously unselected package cpp-aarch64-linux-gnu.
14:52:12 #21 53.30 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:52:12 #21 53.31 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
14:52:12 #21 53.33 Selecting previously unselected package cpp-arm-linux-gnueabi.
14:52:12 #21 53.34 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
14:52:12 #21 53.34 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
14:52:12 #21 53.36 Selecting previously unselected package cpp-arm-linux-gnueabihf.
14:52:12 #21 53.37 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
14:52:12 #21 53.37 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
14:52:12 #21 53.39 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
14:52:12 #21 53.39 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:52:12 #21 53.40 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:52:12 #21 53.42 Selecting previously unselected package cpp-s390x-linux-gnu.
14:52:12 #21 53.43 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:52:12 #21 53.43 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
14:52:12 #21 53.46 Selecting previously unselected package cross-config.
14:52:12 #21 53.46 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
14:52:12 #21 53.46 Unpacking cross-config (2.6.18+nmu1) ...
14:52:12 #21 53.50 Selecting previously unselected package gcc-10-cross-base.
14:52:12 #21 53.50 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
14:52:12 #21 53.50 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
14:52:12 #21 53.57 Selecting previously unselected package libc6-arm64-cross.
14:52:12 #21 53.57 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
14:52:12 #21 53.58 Unpacking libc6-arm64-cross (2.31-9cross4) ...
14:52:12 #21 53.73 Selecting previously unselected package libgcc-s1-arm64-cross.
14:52:12 #21 53.73 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:12 #21 53.73 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
14:52:12 #21 53.79 Selecting previously unselected package libgomp1-arm64-cross.
14:52:12 #21 53.79 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:12 #21 53.79 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
14:52:12 #21 53.82 Selecting previously unselected package libitm1-arm64-cross.
14:52:12 #21 53.83 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:12 #21 53.83 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
14:52:12 #21 53.86 Selecting previously unselected package libatomic1-arm64-cross.
14:52:12 #21 53.86 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:12 #21 53.87 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
14:52:12 #21 53.89 Selecting previously unselected package libasan6-arm64-cross.
14:52:12 #21 53.90 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:12 #21 53.90 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
14:52:13 #21 54.13 Selecting previously unselected package liblsan0-arm64-cross.
14:52:13 #21 54.13 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:13 #21 54.13 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
14:52:13 #21 54.26 Selecting previously unselected package libtsan0-arm64-cross.
14:52:13 #21 54.27 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:13 #21 54.27 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
14:52:13 #21 54.49 Selecting previously unselected package libstdc++6-arm64-cross.
14:52:13 #21 54.49 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:13 #21 54.50 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
14:52:13 #21 54.57 Selecting previously unselected package libubsan1-arm64-cross.
14:52:13 #21 54.57 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:13 #21 54.57 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
14:52:13 #21 54.67 Selecting previously unselected package libgcc-10-dev-arm64-cross.
14:52:13 #21 54.67 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:13 #21 54.68 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
14:52:13 #21 54.81 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
14:52:13 #21 54.81 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:52:13 #21 54.82 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:52:19 #21 59.76 Selecting previously unselected package gcc-aarch64-linux-gnu.
14:52:19 #21 59.76 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:52:19 #21 59.77 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
14:52:19 #21 59.79 Selecting previously unselected package linux-libc-dev-arm64-cross.
14:52:19 #21 59.79 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
14:52:19 #21 59.80 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
14:52:19 #21 59.96 Selecting previously unselected package libc6-dev-arm64-cross.
14:52:19 #21 59.97 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
14:52:19 #21 59.97 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
14:52:19 #21 60.21 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
14:52:19 #21 60.21 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
14:52:19 #21 60.21 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
14:52:19 #21 60.47 Selecting previously unselected package g++-10-aarch64-linux-gnu.
14:52:19 #21 60.47 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:52:19 #21 60.47 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:52:24 #21 65.31 Selecting previously unselected package g++-aarch64-linux-gnu.
14:52:24 #21 65.31 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:52:24 #21 65.33 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
14:52:24 #21 65.44 Selecting previously unselected package patch.
14:52:24 #21 65.44 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
14:52:24 #21 65.47 Unpacking patch (2.7.6-7) ...
14:52:24 #21 65.62 Selecting previously unselected package dpkg-dev.
14:52:24 #21 65.62 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ...
14:52:24 #21 65.63 Unpacking dpkg-dev (1.20.9) ...
14:52:24 #21 65.76 Selecting previously unselected package libconfig-inifiles-perl.
14:52:24 #21 65.76 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
14:52:24 #21 65.77 Unpacking libconfig-inifiles-perl (3.000003-1) ...
14:52:24 #21 65.80 Selecting previously unselected package libio-string-perl.
14:52:24 #21 65.80 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
14:52:24 #21 65.81 Unpacking libio-string-perl (1.08-3.1) ...
14:52:24 #21 65.84 Selecting previously unselected package libicu67:amd64.
14:52:24 #21 65.84 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
14:52:24 #21 65.84 Unpacking libicu67:amd64 (67.1-7) ...
14:52:25  dpkg-genbuildinfo
14:52:25  dpkg-genchanges  >../docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes
14:52:25 dpkg-genchanges: info: including full source code in upload
14:52:25  dpkg-source -I.git --after-build .
14:52:25 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:52:25 + destination=/build
14:52:25 + mkdir -p /build
14:52:25 + mv -v /root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb /build
14:52:25 copied '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
14:52:25 removed '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
14:52:25 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
14:52:25 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
14:52:25 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc'
14:52:25 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc'
14:52:25 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz'
14:52:25 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz'
14:52:25 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.buildinfo'
14:52:25 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.buildinfo'
14:52:25 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes'
14:52:25 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes'
14:52:25 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
14:52:25 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
14:52:25 #21 66.67 Selecting previously unselected package libxml2:amd64.
14:52:25 #21 66.67 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
14:52:25 #21 66.67 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:52:25 #21 66.75 Selecting previously unselected package libxml-namespacesupport-perl.
14:52:25 #21 66.76 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
14:52:25 #21 66.76 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
14:52:25 #21 66.79 Selecting previously unselected package libxml-sax-base-perl.
14:52:25 #21 66.79 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
14:52:25 #21 66.79 Unpacking libxml-sax-base-perl (1.09-1.1) ...
14:52:25 #21 66.84 Selecting previously unselected package libxml-sax-perl.
14:52:25 #21 66.84 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
14:52:25 #21 66.85 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
14:52:25 #21 66.89 Selecting previously unselected package libxml-libxml-perl.
14:52:25 #21 66.89 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
14:52:25 #21 66.89 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
14:52:25 #21 66.95 Selecting previously unselected package libxml-simple-perl.
14:52:25 #21 66.95 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
14:52:25 #21 66.96 Unpacking libxml-simple-perl (2.25-1) ...
14:52:25 #21 66.99 Selecting previously unselected package libyaml-perl.
14:52:25 #21 67.00 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
14:52:25 #21 67.00 Unpacking libyaml-perl (1.30-1) ...
14:52:25 #21 67.03 Selecting previously unselected package libconfig-auto-perl.
14:52:25 #21 67.03 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
14:52:25 #21 67.04 Unpacking libconfig-auto-perl (0.44-1.1) ...
14:52:25 #21 67.07 Selecting previously unselected package libfile-which-perl.
14:52:25 #21 67.07 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
14:52:25 #21 67.07 Unpacking libfile-which-perl (1.23-1) ...
14:52:25 #21 67.10 Selecting previously unselected package libfile-homedir-perl.
14:52:25 #21 67.10 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
14:52:25 #21 67.11 Unpacking libfile-homedir-perl (1.006-1) ...
14:52:25 #21 67.14 Selecting previously unselected package libdebian-dpkgcross-perl.
14:52:25 #21 67.14 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
14:52:25 #21 67.15 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
14:52:25 #21 67.19 Selecting previously unselected package dpkg-cross.
14:52:26 #21 67.19 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
14:52:26 #21 67.20 Unpacking dpkg-cross (2.6.18+nmu1) ...
14:52:26 #21 67.23 Selecting previously unselected package crossbuild-essential-arm64.
14:52:26 #21 67.23 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
14:52:26 #21 67.23 Unpacking crossbuild-essential-arm64 (12.9) ...
14:52:26 #21 67.26 Selecting previously unselected package libc6-armel-cross.
14:52:26 #21 67.26 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
14:52:26 #21 67.27 Unpacking libc6-armel-cross (2.31-9cross4) ...
14:52:26 #21 67.39 Selecting previously unselected package libgcc-s1-armel-cross.
14:52:26 #21 67.39 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
14:52:26 #21 67.39 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
14:52:26 #21 67.43 Selecting previously unselected package libgomp1-armel-cross.
14:52:26 #21 67.43 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
14:52:26 #21 67.43 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
14:52:26 #21 67.47 Selecting previously unselected package libatomic1-armel-cross.
14:52:26 #21 67.47 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
14:52:26 #21 67.48 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
14:52:26 #21 67.51 Selecting previously unselected package libasan6-armel-cross.
14:52:26 #21 67.51 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
14:52:26 #21 67.52 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
14:52:26 #21 67.74 Selecting previously unselected package libstdc++6-armel-cross.
14:52:26 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
14:52:26 #21 67.75 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
14:52:26 #21 67.75 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
14:52:26 #21 67.81 Selecting previously unselected package libubsan1-armel-cross.
14:52:26 #21 67.82 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
14:52:26 #21 67.82 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
14:52:27 #21 67.92 Selecting previously unselected package libgcc-10-dev-armel-cross.
14:52:27 #21 67.92 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
14:52:27 #21 67.92 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
14:52:27 #21 68.04 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
14:52:27 #21 68.04 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
14:52:27 #21 68.04 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:52:27 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
[Pipeline] sh
14:52:27 + make clean
14:52:27 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586:/v -w /v alpine chown -R 1000:1000 src
14:52:28 rm -f -r src
14:52:28 make -C rpm clean
14:52:28 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
14:52:28 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
14:52:28 rm -f -r rpmbuild/
14:52:28 docker builder prune -f --filter until=24h
14:52:29 Total reclaimed space: 0B
14:52:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
14:52:29 make -C deb clean
14:52:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
14:52:29 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 debbuild
14:52:30 rm -f -r debbuild
14:52:30 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 sources
14:52:30 rm -f -r sources
14:52:30 docker builder prune -f --filter until=24h
14:52:30 Total reclaimed space: 0B
14:52:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
14:52:30 make -C static clean
14:52:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
14:52:30 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static:/v -w /v alpine chown -R 1000:1000 build
14:52:30 rm -f -r build
14:52:30 docker builder prune -f --filter until=24h
14:52:30 Total reclaimed space: 0B
14:52:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:52:32 #21 72.73 Selecting previously unselected package gcc-arm-linux-gnueabi.
14:52:32 #21 72.73 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
14:52:32 #21 72.73 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
14:52:32 #21 72.76 Selecting previously unselected package linux-libc-dev-armel-cross.
14:52:32 #21 72.77 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
14:52:32 #21 72.77 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
14:52:32 #21 72.95 Selecting previously unselected package libc6-dev-armel-cross.
14:52:32 #21 72.95 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
14:52:32 #21 72.96 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
14:52:32 #21 73.23 Selecting previously unselected package libstdc++-10-dev-armel-cross.
14:52:32 #21 73.23 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
14:52:32 #21 73.29 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
14:52:32 #21 73.54 Selecting previously unselected package g++-10-arm-linux-gnueabi.
14:52:32 #21 73.55 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
14:52:32 #21 73.55 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:52:37 #21 78.18 Selecting previously unselected package g++-arm-linux-gnueabi.
14:52:37 #21 78.18 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
14:52:37 #21 78.19 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
14:52:37 #21 78.22 Selecting previously unselected package crossbuild-essential-armel.
14:52:37 #21 78.22 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
14:52:37 #21 78.22 Unpacking crossbuild-essential-armel (12.9) ...
14:52:37 #21 78.25 Selecting previously unselected package libc6-armhf-cross.
14:52:37 #21 78.25 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
14:52:37 #21 78.26 Unpacking libc6-armhf-cross (2.31-9cross4) ...
14:52:37 #21 78.37 Selecting previously unselected package libgcc-s1-armhf-cross.
14:52:37 #21 78.37 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
14:52:37 #21 78.38 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
14:52:37 #21 78.41 Selecting previously unselected package libgomp1-armhf-cross.
14:52:37 #21 78.41 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
14:52:37 #21 78.41 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
14:52:37 #21 78.45 Selecting previously unselected package libatomic1-armhf-cross.
14:52:37 #21 78.45 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
14:52:37 #21 78.47 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
14:52:37 #21 78.50 Selecting previously unselected package libasan6-armhf-cross.
14:52:37 #21 78.50 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
14:52:37 #21 78.51 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
14:52:37 #21 78.73 Selecting previously unselected package libstdc++6-armhf-cross.
14:52:37 #21 78.74 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
14:52:37 #21 78.74 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
14:52:37 #21 78.80 Selecting previously unselected package libubsan1-armhf-cross.
14:52:37 #21 78.81 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
14:52:37 #21 78.81 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
14:52:37 #21 78.90 Selecting previously unselected package libgcc-10-dev-armhf-cross.
14:52:37 #21 78.91 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
14:52:37 #21 78.91 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
14:52:37 #21 79.02 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
14:52:38 #21 79.03 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
14:52:38 #21 79.03 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:52:43 #21 83.71 Selecting previously unselected package gcc-arm-linux-gnueabihf.
14:52:43 #21 83.71 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
14:52:43 #21 83.72 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
14:52:43 #21 83.76 Selecting previously unselected package linux-libc-dev-armhf-cross.
14:52:43 #21 83.76 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
14:52:43 #21 83.76 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
14:52:43 #21 83.94 Selecting previously unselected package libc6-dev-armhf-cross.
14:52:43 #21 83.94 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
14:52:43 #21 83.95 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
14:52:43 #21 84.17 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
14:52:43 #21 84.17 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
14:52:43 #21 84.18 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
14:52:43 #21 84.43 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
14:52:43 #21 84.43 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
14:52:43 #21 84.44 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:52:47 #21 88.85 Selecting previously unselected package g++-arm-linux-gnueabihf.
14:52:47 #21 88.85 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
14:52:47 #21 88.85 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
14:52:47 #21 88.88 Selecting previously unselected package crossbuild-essential-armhf.
14:52:47 #21 88.88 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
14:52:47 #21 88.88 Unpacking crossbuild-essential-armhf (12.9) ...
14:52:47 #21 88.92 Selecting previously unselected package libc6-ppc64el-cross.
14:52:47 #21 88.92 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
14:52:47 #21 88.92 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
14:52:47 #21 89.08 Selecting previously unselected package libgcc-s1-ppc64el-cross.
14:52:47 #21 89.08 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:47 #21 89.09 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
14:52:47 #21 89.12 Selecting previously unselected package libgomp1-ppc64el-cross.
14:52:48 #21 89.12 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 89.13 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 89.17 Selecting previously unselected package libitm1-ppc64el-cross.
14:52:48 #21 89.17 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 89.17 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 89.20 Selecting previously unselected package libatomic1-ppc64el-cross.
14:52:48 #21 89.20 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 89.21 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 89.23 Selecting previously unselected package libasan6-ppc64el-cross.
14:52:48 #21 89.24 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 89.24 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 89.48 Selecting previously unselected package liblsan0-ppc64el-cross.
14:52:48 #21 89.48 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 89.49 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 89.60 Selecting previously unselected package libtsan0-ppc64el-cross.
14:52:48 #21 89.60 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 89.61 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 89.85 Selecting previously unselected package libstdc++6-ppc64el-cross.
14:52:48 #21 89.85 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 89.85 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 89.93 Selecting previously unselected package libubsan1-ppc64el-cross.
14:52:48 #21 89.93 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 89.94 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 90.04 Selecting previously unselected package libquadmath0-ppc64el-cross.
14:52:48 #21 90.04 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 90.04 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
14:52:48 #21 90.08 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
14:52:48 #21 90.08 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:48 #21 90.08 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
14:52:49 #21 90.26 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
14:52:49 #21 90.26 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:52:49 #21 90.27 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:52:54 #21 94.96 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
14:52:54 #21 94.96 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:52:54 #21 94.99 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:52:54 #21 95.13 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
14:52:54 #21 95.14 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
14:52:54 #21 95.17 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
14:52:54 #21 95.36 Selecting previously unselected package libc6-dev-ppc64el-cross.
14:52:54 #21 95.36 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
14:52:54 #21 95.37 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
14:52:54 #21 95.64 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
14:52:54 #21 95.64 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:52:54 #21 95.65 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
14:52:54 #21 95.92 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
14:52:55 #21 95.92 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:52:55 #21 95.93 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:52:59 #21 100.2 Selecting previously unselected package g++-powerpc64le-linux-gnu.
14:52:59 #21 100.2 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:52:59 #21 100.2 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:52:59 #21 100.3 Selecting previously unselected package crossbuild-essential-ppc64el.
14:52:59 #21 100.3 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
14:52:59 #21 100.3 Unpacking crossbuild-essential-ppc64el (12.9) ...
14:52:59 #21 100.3 Selecting previously unselected package libc6-s390x-cross.
14:52:59 #21 100.3 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
14:52:59 #21 100.3 Unpacking libc6-s390x-cross (2.31-9cross4) ...
14:52:59 #21 100.5 Selecting previously unselected package libgcc-s1-s390x-cross.
14:52:59 #21 100.5 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
14:52:59 #21 100.5 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
14:52:59 #21 100.5 Selecting previously unselected package libgomp1-s390x-cross.
14:52:59 #21 100.5 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
14:52:59 #21 100.5 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
14:52:59 #21 100.5 Selecting previously unselected package libitm1-s390x-cross.
14:52:59 #21 100.5 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
14:52:59 #21 100.5 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
14:52:59 #21 100.6 Selecting previously unselected package libatomic1-s390x-cross.
14:52:59 #21 100.6 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
14:52:59 #21 100.6 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
14:52:59 #21 100.6 Selecting previously unselected package libasan6-s390x-cross.
14:52:59 #21 100.6 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
14:52:59 #21 100.6 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
14:52:59 #21 100.8 Selecting previously unselected package libstdc++6-s390x-cross.
14:52:59 #21 100.8 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
14:52:59 #21 100.8 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
14:53:00 #21 100.9 Selecting previously unselected package libubsan1-s390x-cross.
14:53:00 #21 100.9 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
14:53:00 #21 100.9 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
14:53:00 #21 101.0 Selecting previously unselected package libgcc-10-dev-s390x-cross.
14:53:00 #21 101.0 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
14:53:00 #21 101.0 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
14:53:00 #21 101.1 Selecting previously unselected package gcc-10-s390x-linux-gnu.
14:53:00 #21 101.1 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:53:00 #21 101.1 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:53:04 #21 105.4 Selecting previously unselected package gcc-s390x-linux-gnu.
14:53:04 #21 105.4 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:53:04 #21 105.4 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
14:53:04 #21 105.5 Selecting previously unselected package linux-libc-dev-s390x-cross.
14:53:04 #21 105.5 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
14:53:04 #21 105.5 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
14:53:04 #21 105.7 Selecting previously unselected package libc6-dev-s390x-cross.
14:53:04 #21 105.7 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
14:53:04 #21 105.7 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
14:53:04 #21 105.9 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
14:53:04 #21 105.9 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
14:53:04 #21 106.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
14:53:05 #21 106.2 Selecting previously unselected package g++-10-s390x-linux-gnu.
14:53:05 #21 106.2 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:53:05 #21 106.2 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:53:09 #21 110.4 Selecting previously unselected package g++-s390x-linux-gnu.
14:53:09 #21 110.4 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:53:09 #21 110.4 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
14:53:09 #21 110.5 Selecting previously unselected package crossbuild-essential-s390x.
14:53:09 #21 110.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
14:53:09 #21 110.5 Unpacking crossbuild-essential-s390x (12.9) ...
14:53:09 #21 110.5 Setting up libconfig-inifiles-perl (3.000003-1) ...
14:53:09 #21 110.6 Setting up libfile-which-perl (1.23-1) ...
14:53:09 #21 110.6 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
14:53:09 #21 110.6 Setting up libc6-armhf-cross (2.31-9cross4) ...
14:53:09 #21 110.6 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
14:53:09 #21 110.6 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:53:09 #21 110.6 Setting up libicu67:amd64 (67.1-7) ...
14:53:09 #21 110.6 Setting up libmagic-mgc (1:5.39-3) ...
14:53:09 #21 110.7 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
14:53:09 #21 110.7 Setting up libc6-s390x-cross (2.31-9cross4) ...
14:53:09 #21 110.7 Setting up libmagic1:amd64 (1:5.39-3) ...
14:53:09 #21 110.7 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
14:53:09 #21 110.7 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
14:53:09 #21 110.7 Setting up file (1:5.39-3) ...
14:53:09 #21 110.8 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
14:53:09 #21 110.8 Setting up bzip2 (1.0.8-4) ...
14:53:09 #21 110.8 Setting up libyaml-perl (1.30-1) ...
14:53:09 #21 110.8 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
14:53:09 #21 110.8 Setting up libxml-sax-base-perl (1.09-1.1) ...
14:53:09 #21 110.8 Setting up libio-string-perl (1.08-3.1) ...
14:53:09 #21 110.8 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
14:53:09 #21 110.9 Setting up cross-config (2.6.18+nmu1) ...
14:53:09 #21 111.0 Setting up xz-utils (5.2.5-2) ...
14:53:09 #21 111.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:53:09 #21 111.0 Setting up libc6-arm64-cross (2.31-9cross4) ...
14:53:09 #21 111.0 Setting up patch (2.7.6-7) ...
14:53:09 #21 111.0 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
14:53:09 #21 111.0 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
14:53:09 #21 111.0 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
14:53:09 #21 111.1 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
14:53:09 #21 111.1 Setting up libc6-armel-cross (2.31-9cross4) ...
14:53:09 #21 111.1 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
14:53:09 #21 111.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
14:53:09 #21 111.1 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
14:53:09 #21 111.1 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
14:53:09 #21 111.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
14:53:09 #21 111.2 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:53:09 #21 111.2 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
14:53:09 #21 111.2 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
14:53:10 #21 111.2 Setting up libfile-homedir-perl (1.006-1) ...
14:53:10 #21 111.2 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
14:53:10 #21 111.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
14:53:10 #21 111.2 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:53:10 #21 111.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:53:10 #21 111.3 Setting up liblocale-gettext-perl (1.07-4+b1) ...
14:53:10 #21 111.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:53:10 #21 111.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
14:53:10 #21 111.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:53:10 #21 111.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
14:53:10 #21 111.3 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:53:10 #21 111.4 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
14:53:10 #21 111.4 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
14:53:10 #21 111.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
14:53:10 #21 111.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
14:53:10 #21 111.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
14:53:10 #21 111.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
14:53:10 #21 111.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
14:53:10 #21 111.5 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
14:53:10 #21 111.5 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
14:53:10 #21 111.5 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
14:53:10 #21 111.5 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
14:53:10 #21 111.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
14:53:10 #21 111.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
14:53:10 #21 111.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
14:53:10 #21 111.6 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
14:53:10 #21 111.6 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
14:53:10 #21 111.6 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
14:53:10 #21 111.6 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
14:53:10 #21 111.6 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
14:53:10 #21 111.6 Setting up libxml-sax-perl (1.02+dfsg-1) ...
14:53:10 #21 111.7 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
14:53:10 #21 111.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:53:10 #21 111.9 
14:53:10 #21 111.9 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:53:10 #21 111.9 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
14:53:11 #21 112.0 Setting up dpkg-dev (1.20.9) ...
14:53:11 #21 112.0 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
14:53:11 #21 112.0 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
14:53:11 #21 112.0 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
14:53:11 #21 112.0 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
14:53:11 #21 112.0 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
14:53:11 #21 112.0 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
14:53:11 #21 112.1 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:53:11 #21 112.1 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
14:53:11 #21 112.1 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
14:53:11 #21 112.1 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
14:53:11 #21 112.1 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
14:53:11 #21 112.1 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
14:53:11 #21 112.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
14:53:11 #21 112.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
14:53:11 #21 112.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:53:11 #21 112.4 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:53:11 #21 112.4 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:53:11 #21 112.4 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:53:11 #21 112.5 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
14:53:11 #21 112.5 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
14:53:11 #21 112.5 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
14:53:11 #21 112.5 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
14:53:11 #21 112.5 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
14:53:11 #21 112.5 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:53:11 #21 112.5 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
14:53:11 #21 112.5 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
14:53:11 #21 112.6 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
14:53:11 #21 112.6 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
14:53:11 #21 112.6 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
14:53:11 #21 112.6 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
14:53:11 #21 112.6 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:53:11 #21 112.6 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
14:53:11 #21 112.6 Setting up libxml-simple-perl (2.25-1) ...
14:53:11 #21 112.6 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
14:53:11 #21 112.6 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:53:11 #21 112.7 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
14:53:11 #21 112.7 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
14:53:11 #21 112.7 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
14:53:11 #21 112.7 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
14:53:11 #21 112.7 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
14:53:11 #21 112.7 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:53:11 #21 112.7 Setting up libconfig-auto-perl (0.44-1.1) ...
14:53:11 #21 112.7 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
14:53:11 #21 112.7 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:53:11 #21 112.8 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
14:53:11 #21 112.8 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:53:11 #21 112.8 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
14:53:11 #21 112.8 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:53:11 #21 112.8 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
14:53:11 #21 112.8 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
14:53:11 #21 112.8 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
14:53:11 #21 112.8 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:53:11 #21 112.9 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:53:11 #21 112.9 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
14:53:11 #21 112.9 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
14:53:11 #21 112.9 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:53:11 #21 112.9 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:53:11 #21 112.9 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
14:53:11 #21 112.9 Setting up dpkg-cross (2.6.18+nmu1) ...
14:53:11 #21 113.0 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:53:11 #21 113.0 Setting up crossbuild-essential-armel (12.9) ...
14:53:11 #21 113.0 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
14:53:11 #21 113.0 Setting up crossbuild-essential-armhf (12.9) ...
14:53:12 #21 113.0 Setting up crossbuild-essential-arm64 (12.9) ...
14:53:12 #21 113.0 Setting up crossbuild-essential-s390x (12.9) ...
14:53:12 #21 113.0 Setting up crossbuild-essential-ppc64el (12.9) ...
14:53:12 #21 113.0 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:53:13 #21 DONE 114.4s
14:53:13 
14:53:13 #36 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
14:53:13 #36 sha256:7ec051c4aaed9c6a0ba87308a277429dbbbf5e26caa6c9e15a91897c12f40d5c
14:53:13 #36 DONE 0.4s
14:53:13 
14:53:13 #32 [containerd 1/3] 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
14:53:13 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
14:53:15 #32 2.305 Hit:1 http://deb.debian.org/debian bullseye InRelease
14:53:15 #32 2.307 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
14:53:15 #32 2.307 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
14:53:15 ~/rpmbuild/BUILD/src
14:53:15 + popd
14:53:15 + exit 0
14:53:15 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lDJWrh
14:53:15 + umask 022
14:53:15 + cd /root/rpmbuild/BUILD
14:53:15 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64 '!=' / ']'
14:53:15 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:15 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:15 + mkdir -p /root/rpmbuild/BUILDROOT
14:53:15 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:15 + cd src
14:53:15 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin
14:53:15 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker
14:53:15 + pushd /root/rpmbuild/BUILD/src/plugins
14:53:15 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
14:53:15 + for installer in *.installer
14:53:15 + '[' buildx.installer '!=' scan.installer ']'
14:53:15 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:15 + PREFIX=/usr/libexec/docker/cli-plugins
14:53:15 + bash buildx.installer install_plugin
14:53:15 + popd
14:53:15 ~/rpmbuild/BUILD/src
14:53:15 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/bash-completion/completions
14:53:15 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/zsh/vendor-completions
14:53:15 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/fish/vendor_completions.d
14:53:15 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/bash-completion/completions/docker
14:53:15 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
14:53:15 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
14:53:15 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man1
14:53:15 + 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.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man1
14:53:15 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man5
14:53:15 + 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.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man5
14:53:15 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man8
14:53:15 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man8
14:53:15 + mkdir -p build-docs
14:53:15 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
14:53:15 + cp cli/LICENSE build-docs/LICENSE
14:53:15 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
14:53:15 + cp cli/MAINTAINERS build-docs/MAINTAINERS
14:53:15 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
14:53:15 + cp cli/NOTICE build-docs/NOTICE
14:53:15 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
14:53:15 + cp cli/README.md build-docs/README.md
14:53:15 + /usr/lib/rpm/check-buildroot
14:53:15 + /usr/lib/rpm/redhat/brp-ldconfig
14:53:15 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
14:53:15 + /usr/lib/rpm/brp-compress
14:53:15 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:53:15 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:53:15 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:53:15 + /usr/lib/rpm/brp-python-bytecompile '' 1
14:53:15 + /usr/lib/rpm/brp-python-hardlink
14:53:15 + PYTHON3=/usr/libexec/platform-python
14:53:15 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:53:15 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PP7aii
14:53:15 + umask 022
14:53:15 + cd /root/rpmbuild/BUILD
14:53:15 + cd src
14:53:15 ++ cli/build/docker --version
14:53:15 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
14:53:15 PASS: cli version OK
14:53:15 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7' = 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
14:53:15 + echo 'PASS: cli version OK'
14:53:15 + exit 0
14:53:15 Processing files: docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:15 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0OV2af
14:53:15 + umask 022
14:53:15 + cd /root/rpmbuild/BUILD
14:53:15 + cd src
14:53:15 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
14:53:15 + export LC_ALL=C
14:53:15 + LC_ALL=C
14:53:15 + export DOCDIR
14:53:15 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
14:53:15 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
14:53:15 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
14:53:15 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
14:53:15 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
14:53:15 + exit 0
14:53:15 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
14:53:15 Provides: docker-ce-cli = 1:0.0.0.20211015144600.e57b5f7-0.el8 docker-ce-cli(x86-64) = 1:0.0.0.20211015144600.e57b5f7-0.el8
14:53:15 Requires(interp): /bin/sh
14:53:15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:53:15 Requires(post): /bin/sh
14:53:15 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)
14:53:15 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
14:53:15 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:15 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.src.rpm
14:53:15 #32 2.628 Get:4 http://deb.debian.org/debian bullseye/main armel Packages [7863 kB]
14:53:16 #32 2.949 Get:5 http://deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
14:53:17 #32 3.636 Get:6 http://deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
14:53:17 #32 4.195 Get:7 http://deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
14:53:18 Project root: /go/src/github.com/docker/cli
14:53:18 Generating man pages into /go/src/github.com/docker/cli/man/man1
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
14:53:18 2021/10/18 14:53:16 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
14:53:18 make[2]: Leaving directory '/root/build-deb/cli'
14:53:18 # Build the scan-plugin
14:53:18 # TODO change once we support scan-plugin on other architectures
14:53:18 if [ "amd64" = "amd64" ]; then \
14:53:18 	cd /go/src/github.com/docker/scan-cli-plugin \
14:53:18 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
14:53:18 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
14:53:18 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
14:53:18 fi
14:53:18 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
14:53:18 GO111MODULE=on make -f builder.Makefile build
14:53:18 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
14:53:18 mkdir -p bin
14:53:18 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
14:53:18 #32 4.724 Get:8 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
14:53:18 #32 5.208 Get:9 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2300 B]
14:53:18 #32 5.210 Get:10 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2308 B]
14:53:18 #32 5.210 Get:11 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2304 B]
14:53:18 #32 5.211 Get:12 http://deb.debian.org/debian bullseye-updates/main armel Packages [2308 B]
14:53:18 #32 5.212 Get:13 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2304 B]
14:53:18 #32 5.285 Get:14 http://security.debian.org/debian-security bullseye-security/main s390x Packages [66.1 kB]
14:53:18 #32 5.298 Get:15 http://security.debian.org/debian-security bullseye-security/main armhf Packages [69.2 kB]
14:53:18 #32 5.303 Get:16 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [69.9 kB]
14:53:18 #32 5.304 Get:17 http://security.debian.org/debian-security bullseye-security/main armel Packages [64.4 kB]
14:53:18 #32 5.304 Get:18 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [66.1 kB]
14:53:19 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64.rpm
14:53:19 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PJTbyh
14:53:19 + umask 022
14:53:19 + cd /root/rpmbuild/BUILD
14:53:19 + cd src
14:53:19 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:19 + exit 0
14:53:19 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XvgHAh
14:53:19 + umask 022
14:53:19 + cd /root/rpmbuild/BUILD
14:53:19 + cd /root/rpmbuild/BUILD
14:53:19 + rm -rf src
14:53:19 + /usr/bin/mkdir -p src
14:53:19 + cd src
14:53:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:53:19 + /usr/bin/tar -xof -
14:53:20 #32 ...
14:53:20 
14:53:20 #37 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
14:53:20 #37 sha256:86aa2be5a3256e3151054e76f818dc3d484c1e70b03005d8b677030dc97c059b
14:53:20 #37 1.655 + RM_GOPATH=0
14:53:20 #37 1.655 + TMP_GOPATH=
14:53:20 #37 1.655 + : /build
14:53:20 #37 1.655 + '[' -z '' ']'
14:53:20 #37 1.656 ++ mktemp -d
14:53:20 #37 1.660 + export GOPATH=/tmp/tmp.XMAlX06CFP
14:53:20 #37 1.660 + GOPATH=/tmp/tmp.XMAlX06CFP
14:53:20 #37 1.660 + RM_GOPATH=1
14:53:20 #37 1.660 + case "$(go env GOARCH)" in
14:53:20 #37 1.660 ++ go env GOARCH
14:53:20 #37 1.668 + export GO_BUILDMODE=-buildmode=pie
14:53:20 #37 1.668 + GO_BUILDMODE=-buildmode=pie
14:53:20 #37 1.668 ++ dirname /install.sh
14:53:20 #37 1.668 + dir=/
14:53:20 #37 1.668 + bin=rootlesskit
14:53:20 #37 1.668 + shift
14:53:20 #37 1.668 + '[' '!' -f //rootlesskit.installer ']'
14:53:20 #37 1.668 + . //rootlesskit.installer
14:53:20 #37 1.668 ++ : v0.14.4
14:53:20 #37 1.668 + install_rootlesskit
14:53:20 #37 1.668 + case "$1" in
14:53:20 #37 1.668 + export CGO_ENABLED=0
14:53:20 #37 1.668 + CGO_ENABLED=0
14:53:20 #37 1.668 + _install_rootlesskit
14:53:20 #37 1.669 + echo 'Install rootlesskit version v0.14.4'
14:53:20 #37 1.669 Install rootlesskit version v0.14.4
14:53:20 #37 1.669 + for f in rootlesskit rootlesskit-docker-proxy
14:53:20 #37 1.669 + GOBIN=/build
14:53:20 #37 1.669 + GO111MODULE=on
14:53:20 #37 1.669 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
14:53:20 #37 2.165 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
14:53:20 #37 3.437 go: downloading github.com/sirupsen/logrus v1.8.1
14:53:20 #37 3.438 go: downloading github.com/pkg/errors v0.9.1
14:53:20 #37 3.503 go: downloading github.com/urfave/cli/v2 v2.3.0
14:53:20 #37 3.784 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:53:20 #37 4.967 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:53:20 #37 5.295 go: downloading github.com/google/uuid v1.3.0
14:53:20 #37 5.295 go: downloading github.com/moby/vpnkit v0.5.0
14:53:20 #37 5.313 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:53:20 #37 5.386 go: downloading github.com/gofrs/flock v0.8.1
14:53:20 #37 5.402 go: downloading github.com/gorilla/mux v1.8.0
14:53:20 #37 5.457 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:53:20 #37 5.611 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:53:20 #37 5.670 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:53:20 + STATUS=0
14:53:20 + '[' 0 -ne 0 ']'
14:53:20 + /usr/bin/tar -xof -
14:53:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:53:20 #37 6.766 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:53:20 + STATUS=0
14:53:20 + '[' 0 -ne 0 ']'
14:53:20 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:53:20 + exit 0
14:53:20 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gXsBAi
14:53:20 + umask 022
14:53:20 + cd /root/rpmbuild/BUILD
14:53:20 + cd src
14:53:20 + export DOCKER_GITCOMMIT=921658a
14:53:20 + DOCKER_GITCOMMIT=921658a
14:53:20 + mkdir -p /go/src/github.com/docker
14:53:20 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
14:53:20 + TMP_GOPATH=/go
14:53:20 + GOPROXY=https://proxy.golang.org
14:53:20 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
14:53:20 + RM_GOPATH=0
14:53:20 + TMP_GOPATH=/go
14:53:20 + : /usr/local/bin
14:53:20 + '[' -z /go ']'
14:53:20 + export GOPATH=/go
14:53:20 + GOPATH=/go
14:53:20 + case "$(go env GOARCH)" in
14:53:20 ++ go env GOARCH
14:53:20 + export GO_BUILDMODE=-buildmode=pie
14:53:20 + GO_BUILDMODE=-buildmode=pie
14:53:20 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
14:53:20 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
14:53:20 + bin=rootlesskit
14:53:20 + shift
14:53:20 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
14:53:20 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
14:53:20 ++ : v0.14.4
14:53:20 + install_rootlesskit dynamic
14:53:20 + case "$1" in
14:53:20 + install_rootlesskit_dynamic
14:53:20 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
14:53:20 + ROOTLESSKIT_LDFLAGS=-linkmode=external
14:53:20 + export BUILD_MODE=-buildmode=pie
14:53:20 + BUILD_MODE=-buildmode=pie
14:53:20 + _install_rootlesskit
14:53:20 + echo 'Install rootlesskit version v0.14.4'
14:53:20 + for f in rootlesskit rootlesskit-docker-proxy
14:53:20 Install rootlesskit version v0.14.4
14:53:20 + GOBIN=/usr/local/bin
14:53:20 + GO111MODULE=on
14:53:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
14:53:20 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
14:53:21 go: downloading github.com/pkg/errors v0.9.1
14:53:21 go: downloading github.com/sirupsen/logrus v1.8.1
14:53:21 go: downloading github.com/urfave/cli/v2 v2.3.0
14:53:21 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:53:21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:53:21 go: downloading github.com/google/uuid v1.3.0
14:53:21 go: downloading github.com/moby/vpnkit v0.5.0
14:53:21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:53:21 go: downloading github.com/gofrs/flock v0.8.1
14:53:21 go: downloading github.com/gorilla/mux v1.8.0
14:53:21 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:53:21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:53:21 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:53:21 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:53:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:53:22 #37 8.531 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:53:23 #37 ...
14:53:23 
14:53:23 #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
14:53:23 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:53:23 #22 2.193 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
14:53:23 #22 2.196 Hit:2 http://deb.debian.org/debian bullseye InRelease
14:53:23 #22 2.196 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
14:53:23 #22 2.502 Get:4 http://security.debian.org/debian-security bullseye-security/main s390x Packages [66.1 kB]
14:53:23 #22 2.557 Get:5 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [66.1 kB]
14:53:23 #22 2.557 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [69.9 kB]
14:53:23 #22 2.557 Get:7 http://security.debian.org/debian-security bullseye-security/main armhf Packages [69.2 kB]
14:53:23 #22 2.558 Get:8 http://security.debian.org/debian-security bullseye-security/main armel Packages [64.4 kB]
14:53:23 #22 2.990 Get:9 http://deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
14:53:23 #22 3.415 Get:10 http://deb.debian.org/debian bullseye/main armel Packages [7863 kB]
14:53:23 #22 4.047 Get:11 http://deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
14:53:23 #22 4.428 Get:12 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
14:53:23 #22 4.857 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
14:53:23 #22 5.232 Get:14 http://deb.debian.org/debian bullseye-updates/main armel Packages [2308 B]
14:53:23 #22 5.234 Get:15 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2304 B]
14:53:23 #22 5.237 Get:16 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2308 B]
14:53:23 #22 5.237 Get:17 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2304 B]
14:53:23 #22 5.237 Get:18 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2300 B]
14:53:23 #22 ...
14:53:23 
14:53:23 #24 [tini 1/3] 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
14:53:23 #24 sha256:627a527142435437248e4c7e7a72de0a3314850f1b5c13a1b03a0151e3d28226
14:53:23 #24 2.016 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
14:53:23 #24 2.016 Hit:2 http://deb.debian.org/debian bullseye InRelease
14:53:23 #24 2.016 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
14:53:23 #24 2.233 Get:4 http://security.debian.org/debian-security bullseye-security/main s390x Packages [66.1 kB]
14:53:23 #24 2.261 Get:5 http://security.debian.org/debian-security bullseye-security/main armel Packages [64.4 kB]
14:53:23 #24 2.264 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [69.9 kB]
14:53:23 #24 2.265 Get:7 http://security.debian.org/debian-security bullseye-security/main armhf Packages [69.2 kB]
14:53:23 #24 2.266 Get:8 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [66.1 kB]
14:53:23 #24 2.664 Get:9 http://deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
14:53:23 #24 2.949 Get:10 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
14:53:23 #24 3.499 Get:11 http://deb.debian.org/debian bullseye/main armel Packages [7863 kB]
14:53:23 #24 4.003 Get:12 http://deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
14:53:23 #24 4.383 Get:13 http://deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
14:53:23 #24 4.799 Get:14 http://deb.debian.org/debian bullseye-updates/main armel Packages [2308 B]
14:53:23 #24 4.808 Get:15 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2300 B]
14:53:23 #24 4.808 Get:16 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2308 B]
14:53:23 #24 4.808 Get:17 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2304 B]
14:53:23 #24 4.808 Get:18 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2304 B]
14:53:27 + for f in rootlesskit rootlesskit-docker-proxy
14:53:27 + GOBIN=/usr/local/bin
14:53:27 + GO111MODULE=on
14:53:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
14:53:29 + return
14:53:29 + exit 0
14:53:29 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2aNmrg
14:53:29 + umask 022
14:53:29 + cd /root/rpmbuild/BUILD
14:53:29 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64 '!=' / ']'
14:53:29 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:29 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:29 + mkdir -p /root/rpmbuild/BUILDROOT
14:53:29 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:29 + cd src
14:53:29 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/dockerd-rootless.sh
14:53:29 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
14:53:29 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/rootlesskit
14:53:29 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
14:53:29 + /usr/lib/rpm/check-buildroot
14:53:29 + /usr/lib/rpm/redhat/brp-ldconfig
14:53:29 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
14:53:29 + /usr/lib/rpm/brp-compress
14:53:29 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:53:29 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:53:29 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:53:29 + /usr/lib/rpm/brp-python-bytecompile '' 1
14:53:29 + /usr/lib/rpm/brp-python-hardlink
14:53:29 + PYTHON3=/usr/libexec/platform-python
14:53:29 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:53:29 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3keJRe
14:53:29 + umask 022
14:53:29 + cd /root/rpmbuild/BUILD
14:53:29 + cd src
14:53:29 + /usr/local/bin/rootlesskit -v
14:53:29 rootlesskit version 0.14.4
14:53:29 + exit 0
14:53:29 Processing files: docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:29 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144600.e57b5f7-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144600.e57b5f7-0.el8
14:53:29 Requires(interp): /bin/sh /bin/sh /bin/sh
14:53:29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:53:29 Requires(post): /bin/sh
14:53:29 Requires(preun): /bin/sh
14:53:29 Requires(postun): /bin/sh
14:53:29 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)
14:53:29 Conflicts: rootlesskit
14:53:29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:29 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.src.rpm
14:53:31 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64.rpm
14:53:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Xq34dg
14:53:31 + umask 022
14:53:31 + cd /root/rpmbuild/BUILD
14:53:31 + cd src
14:53:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
14:53:31 + exit 0
14:53:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.18BBxg
14:53:31 + umask 022
14:53:31 + cd /root/rpmbuild/BUILD
14:53:31 + cd /root/rpmbuild/BUILD
14:53:31 + rm -rf src
14:53:31 + /usr/bin/mkdir -p src
14:53:31 + cd src
14:53:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
14:53:31 + /usr/bin/tar -xof -
14:53:31 + STATUS=0
14:53:31 + '[' 0 -ne 0 ']'
14:53:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
14:53:31 + /usr/bin/tar -xof -
14:53:31 + STATUS=0
14:53:31 + '[' 0 -ne 0 ']'
14:53:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:53:31 + exit 0
14:53:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.u107wi
14:53:31 + umask 022
14:53:31 + cd /root/rpmbuild/BUILD
14:53:31 + cd src
14:53:31 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
14:53:31 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
14:53:31 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
14:53:31 GO111MODULE=on make -f builder.Makefile build
14:53:31 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
14:53:31 mkdir -p bin
14:53:31 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
14:53:32 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
14:53:32 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
14:53:33 go: downloading github.com/spf13/cobra v1.0.0
14:53:33 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
14:53:33 go: downloading github.com/docker/distribution v2.7.1+incompatible
14:53:33 go: downloading github.com/docker/go-connections v0.4.0
14:53:33 go: downloading github.com/sirupsen/logrus v1.4.2
14:53:33 go: downloading github.com/spf13/pflag v1.0.3
14:53:33 go: downloading github.com/theupdateframework/notary v0.6.1
14:53:33 go: downloading github.com/opencontainers/image-spec v1.0.1
14:53:33 go: downloading github.com/docker/go-units v0.4.0
14:53:33 go: downloading github.com/Masterminds/semver/v3 v3.1.0
14:53:33 go: downloading github.com/google/uuid v1.1.1
14:53:33 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:53:33 go: downloading github.com/opencontainers/go-digest v1.0.0
14:53:33 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
14:53:33 go: downloading github.com/docker/go v1.5.1-1
14:53:33 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
14:53:34 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
14:53:34 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
14:53:34 go: downloading github.com/morikuni/aec v1.0.0
14:53:34 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
14:53:34 go: downloading github.com/containerd/containerd v1.3.4
14:53:34 go: downloading google.golang.org/grpc v1.23.1
14:53:34 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
14:53:34 go: downloading github.com/docker/docker-credential-helpers v0.6.3
14:53:34 go: downloading github.com/gorilla/mux v1.7.4
14:53:34 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
14:53:34 go: downloading github.com/gogo/protobuf v1.3.1
14:53:34 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:53:34 go: downloading github.com/golang/protobuf v1.3.2
14:53:34 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
14:53:35 go: downloading github.com/docker/go-metrics v0.0.1
14:53:35 go: downloading github.com/prometheus/client_golang v1.1.0
14:53:35 go: downloading github.com/beorn7/perks v1.0.1
14:53:35 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
14:53:35 go: downloading github.com/prometheus/common v0.6.0
14:53:35 go: downloading github.com/prometheus/procfs v0.0.3
14:53:35 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
14:53:35 #24 21.10 Fetched 40.1 MB in 19s (2074 kB/s)
14:53:35 #24 21.10 Reading package lists...
14:53:35 #24 ...
14:53:35 
14:53:35 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
14:53:35 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:53:35 #22 21.86 Fetched 40.1 MB in 20s (2012 kB/s)
14:53:45 #22 21.86 Reading package lists...
14:53:45 #22 ...
14:53:45 
14:53:45 #37 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
14:53:45 #37 sha256:86aa2be5a3256e3151054e76f818dc3d484c1e70b03005d8b677030dc97c059b
14:53:45 #37 30.60 + for f in rootlesskit rootlesskit-docker-proxy
14:53:45 #37 30.60 + GOBIN=/build
14:53:45 #37 30.60 + GO111MODULE=on
14:53:45 #37 30.60 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
14:53:45 #37 ...
14:53:45 
14:53:45 #32 [containerd 1/3] 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
14:53:45 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
14:53:45 #32 22.01 Fetched 40.1 MB in 20s (2006 kB/s)
14:53:45 #32 22.01 Reading package lists...
14:53:45 #32 31.15 Reading package lists...
14:53:45 #32 ...
14:53:45 
14:53:45 #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
14:53:45 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:53:45 #22 21.86 Reading package lists...
14:53:48 #22 31.96 Reading package lists...
14:53:48 #22 ...
14:53:48 
14:53:48 #37 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
14:53:48 #37 sha256:86aa2be5a3256e3151054e76f818dc3d484c1e70b03005d8b677030dc97c059b
14:53:48 #37 33.88 rootlesskit version 0.14.4
14:53:48 #37 33.89 Usage of /build/rootlesskit-docker-proxy:
14:53:48 #37 33.89   -container-ip string
14:53:48 #37 33.89     	container ip
14:53:48 #37 33.89   -container-port int
14:53:48 #37 33.89     	container port (default -1)
14:53:48 #37 33.89   -host-ip string
14:53:48 #37 33.89     	host ip
14:53:48 #37 33.89   -host-port int
14:53:48 #37 33.89     	host port (default -1)
14:53:48 #37 33.89   -proto string
14:53:48 #37 33.89     	proxy protocol (default "tcp")
14:53:48 #37 DONE 34.1s
14:53:48 
14:53:48 #38 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
14:53:48 #38 sha256:98c64ca6dd0a894e97b8e5b846375a490cc7e235f2fec30757d0f1c5e3cf281a
14:53:48 #38 DONE 0.1s
14:53:48 
14:53:48 #39 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:53:48 #39 sha256:457700e2fd533ffbd3b02a0377b6c96017374f2fb1a79e119d1aba0661816110
14:53:48 #39 DONE 0.1s
14:53:48 
14:53:48 #24 [tini 1/3] 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
14:53:48 #24 sha256:627a527142435437248e4c7e7a72de0a3314850f1b5c13a1b03a0151e3d28226
14:53:48 #24 21.10 Reading package lists...
14:53:52 #24 31.10 Reading package lists...
14:53:52 #24 ...
14:53:52 
14:53:52 #42 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:53:52 #42 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:53:52 #42 CACHED
14:53:52 
14:53:52 #44 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:53:52 #44 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:53:52 #44 CACHED
14:53:52 
14:53:52 #24 [tini 1/3] 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
14:53:52 #24 sha256:627a527142435437248e4c7e7a72de0a3314850f1b5c13a1b03a0151e3d28226
14:53:53 #24 31.10 Reading package lists...
14:53:53 #24 ...
14:53:53 
14:53:53 #32 [containerd 1/3] 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
14:53:53 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
14:53:53 #32 31.15 Reading package lists...
14:53:55 #32 40.47 Building dependency tree...
14:53:55 #32 42.38 Reading state information...
14:53:56 #32 43.53 The following additional packages will be installed:
14:53:57 #32 43.54   libbtrfs0
14:53:57 #32 43.76 The following NEW packages will be installed:
14:53:57 #32 43.78   libbtrfs-dev libbtrfs0
14:53:57 #32 44.19 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
14:53:57 #32 44.19 Need to get 460 kB of archives.
14:53:57 #32 44.19 After this operation, 1237 kB of additional disk space will be used.
14:53:57 #32 44.19 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:53:57 #32 44.20 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:53:58 #32 44.66 debconf: delaying package configuration, since apt-utils is not installed
14:53:58 #32 44.80 Fetched 460 kB in 0s (1611 kB/s)
14:53:58 #32 44.86 Selecting previously unselected package libbtrfs0:amd64.
14:53:58 #32 44.86 (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.)
14:53:58 #32 44.91 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
14:53:58 #32 44.93 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:53:58 #32 45.04 Selecting previously unselected package libbtrfs-dev:amd64.
14:53:58 #32 45.05 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
14:53:58 #32 45.05 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:53:58 #32 45.26 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:53:58 #32 45.28 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:53:58 #32 45.29 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:53:58 #32 DONE 45.6s
14:53:58 
14:53:58 #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
14:53:58 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:53:58 #22 31.96 Reading package lists...
14:53:58 #22 41.16 Building dependency tree...
14:53:58 #22 42.60 Reading state information...
14:53:58 #22 43.95 The following additional packages will be installed:
14:53:58 #22 43.95   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:53:58 #22 43.95   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
14:53:58 #22 43.95   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
14:53:58 #22 43.95   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
14:53:58 #22 43.95   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
14:53:58 #22 43.96   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
14:53:58 #22 43.96   mingw-w64-common mingw-w64-x86-64-dev
14:53:58 #22 43.98 Suggested packages:
14:53:58 #22 43.98   gcc-10-locales seccomp wine64
14:53:58 #22 44.44 The following NEW packages will be installed:
14:53:58 #22 44.44   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:53:58 #22 44.44   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
14:53:58 #22 44.44   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
14:53:58 #22 44.44   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
14:53:58 #22 44.45   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
14:53:58 #22 44.45   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:53:58 #22 44.46   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
14:53:58 #22 44.46   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
14:53:58 #22 44.47   mingw-w64-x86-64-dev
14:53:58 #22 44.84 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
14:53:58 #22 44.84 Need to get 115 MB of archives.
14:53:58 #22 44.84 After this operation, 645 MB of additional disk space will be used.
14:53:58 #22 44.84 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
14:53:58 #22 44.91 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]
14:53:58 #22 44.96 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
14:53:58 #22 44.97 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
14:53:58 #22 44.97 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
14:53:58 #22 44.97 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
14:53:58 #22 45.07 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
14:53:58 #22 45.12 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
14:53:58 #22 45.12 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]
14:53:58 #22 45.36 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]
14:53:59 #22 ...
14:53:59 
14:53:59 #33 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:53:59 #33 sha256:c4cdcc1b3f9e482f45d18850d416a8ed39dc2ca6d9845bb8fcdfb2a8f669390f
14:53:59 #33 DONE 0.1s
14:53:59 
14:53:59 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
14:53:59 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:53:59 #22 45.90 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]
14:53:59 #22 46.08 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]
14:53:59 #22 46.28 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]
14:54:00 #22 46.74 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]
14:54:00 #22 46.93 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
14:54:00 #22 46.94 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
14:54:00 #22 46.94 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
14:54:00 #22 46.94 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:54:00 #22 46.95 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:54:00 #22 46.95 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
14:54:00 #22 46.96 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
14:54:00 #22 46.96 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
14:54:00 #22 46.97 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
14:54:00 #22 46.97 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
14:54:00 #22 46.98 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
14:54:00 #22 46.98 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
14:54:00 #22 46.99 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
14:54:00 #22 47.00 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
14:54:00 #22 47.00 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
14:54:00 #22 47.00 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
14:54:00 #22 47.70 debconf: delaying package configuration, since apt-utils is not installed
14:54:01 #22 48.05 Fetched 115 MB in 2s (46.9 MB/s)
14:54:01 #22 48.11 Selecting previously unselected package binutils-mingw-w64-i686.
14:54:01 #22 48.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 ... 30211 files and directories currently installed.)
14:54:01 #22 48.18 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
14:54:01 #22 48.18 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:54:02 #22 49.25 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:54:02 #22 49.25 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
14:54:02 #22 49.26 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:54:03 #22 ...
14:54:03 
14:54:03 #24 [tini 1/3] 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
14:54:03 #24 sha256:627a527142435437248e4c7e7a72de0a3314850f1b5c13a1b03a0151e3d28226
14:54:03 #24 31.10 Reading package lists...
14:54:03 #24 40.83 Building dependency tree...
14:54:03 #24 42.21 Reading state information...
14:54:03 #24 43.80 The following additional packages will be installed:
14:54:03 #24 43.83   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
14:54:03 #24 43.85 Suggested packages:
14:54:03 #24 43.85   cmake-doc ninja-build lrzip
14:54:03 #24 43.85 Recommended packages:
14:54:03 #24 43.85   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:54:03 #24 44.32 The following NEW packages will be installed:
14:54:03 #24 44.33   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
14:54:03 #24 44.80 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
14:54:03 #24 44.80 Need to get 8419 kB of archives.
14:54:03 #24 44.80 After this operation, 34.9 MB of additional disk space will be used.
14:54:03 #24 44.80 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
14:54:03 #24 44.80 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
14:54:03 #24 44.81 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
14:54:03 #24 44.83 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
14:54:03 #24 44.83 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
14:54:03 #24 44.83 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
14:54:03 #24 44.84 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
14:54:03 #24 44.84 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
14:54:03 #24 45.32 debconf: delaying package configuration, since apt-utils is not installed
14:54:03 #24 45.52 Fetched 8419 kB in 0s (20.0 MB/s)
14:54:03 #24 45.60 Selecting previously unselected package xxd.
14:54:03 #24 45.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30211 files and directories currently installed.)
14:54:03 #24 45.65 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
14:54:03 #24 45.65 Unpacking xxd (2:8.2.2434-3) ...
14:54:03 #24 45.80 Selecting previously unselected package vim-common.
14:54:03 #24 45.80 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
14:54:03 #24 45.82 Unpacking vim-common (2:8.2.2434-3) ...
14:54:03 #24 45.99 Selecting previously unselected package cmake-data.
14:54:03 #24 46.00 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
14:54:03 #24 46.02 Unpacking cmake-data (3.18.4-2) ...
14:54:03 #24 47.44 Selecting previously unselected package libarchive13:amd64.
14:54:03 #24 47.44 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ...
14:54:03 #24 47.46 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
14:54:03 #24 47.63 Selecting previously unselected package libjsoncpp24:amd64.
14:54:03 #24 47.63 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
14:54:03 #24 47.64 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
14:54:03 #24 47.74 Selecting previously unselected package librhash0:amd64.
14:54:03 #24 47.74 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
14:54:03 #24 47.75 Unpacking librhash0:amd64 (1.4.1-2) ...
14:54:03 #24 47.85 Selecting previously unselected package libuv1:amd64.
14:54:03 #24 47.85 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
14:54:03 #24 47.87 Unpacking libuv1:amd64 (1.40.0-2) ...
14:54:03 #24 47.97 Selecting previously unselected package cmake.
14:54:03 #24 47.98 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ...
14:54:03 #24 47.99 Unpacking cmake (3.18.4-2) ...
14:54:03 #24 49.85 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
14:54:03 #24 49.88 Setting up xxd (2:8.2.2434-3) ...
14:54:03 #24 49.92 Setting up libuv1:amd64 (1.40.0-2) ...
14:54:03 #24 49.93 Setting up vim-common (2:8.2.2434-3) ...
14:54:03 #24 49.98 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
14:54:03 #24 50.00 Setting up librhash0:amd64 (1.4.1-2) ...
14:54:03 #24 50.01 Setting up cmake-data (3.18.4-2) ...
14:54:03 #24 50.04 Setting up cmake (3.18.4-2) ...
14:54:03 #24 50.06 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:54:03 #24 DONE 50.4s
14:54:03 
14:54:03 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
14:54:03 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:54:03 #22 50.30 Selecting previously unselected package binutils-mingw-w64.
14:54:03 #22 50.30 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
14:54:03 #22 50.31 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
14:54:03 #22 50.42 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:54:03 #22 50.42 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:54:03 #22 50.43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:54:04 #22 ...
14:54:04 
14:54:04 #26 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
14:54:04 #26 sha256:c82aa869a5e9cadf7e4cfad4f02dbe6bc4e9cd3bb90974056eb3eef30c122800
14:54:04 #26 DONE 0.2s
14:54:04 
14:54:04 #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
14:54:04 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:54:04 #22 50.63 Selecting previously unselected package dmsetup.
14:54:04 #22 50.63 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
14:54:04 #22 50.66 Unpacking dmsetup (2:1.02.175-2.1) ...
14:54:04 #22 50.83 Selecting previously unselected package mingw-w64-common.
14:54:04 #22 50.83 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
14:54:04 #22 50.85 Unpacking mingw-w64-common (8.0.0-1) ...
14:54:06 #22 53.05 Selecting previously unselected package mingw-w64-x86-64-dev.
14:54:06 #22 53.05 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
14:54:06 #22 53.06 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
14:54:07 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
14:54:07 + popd
14:54:07 + exit 0
14:54:07 ~/rpmbuild/BUILD/src
14:54:07 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.h2lmqj
14:54:07 + umask 022
14:54:07 + cd /root/rpmbuild/BUILD
14:54:07 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64 '!=' / ']'
14:54:07 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
14:54:07 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
14:54:07 + mkdir -p /root/rpmbuild/BUILDROOT
14:54:07 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
14:54:07 + cd src
14:54:07 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
14:54:07 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
14:54:07 + 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
14:54:07 + popd
14:54:07 ~/rpmbuild/BUILD/src
14:54:07 + /usr/lib/rpm/check-buildroot
14:54:07 + /usr/lib/rpm/redhat/brp-ldconfig
14:54:07 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
14:54:07 + /usr/lib/rpm/brp-compress
14:54:07 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:54:07 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:54:07 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:54:07 + /usr/lib/rpm/brp-python-bytecompile '' 1
14:54:07 + /usr/lib/rpm/brp-python-hardlink
14:54:07 + PYTHON3=/usr/libexec/platform-python
14:54:07 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:54:07 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.C97uCg
14:54:07 + umask 022
14:54:07 + cd /root/rpmbuild/BUILD
14:54:07 + cd src
14:54:07 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
14:54:07 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
14:54:07 + ver=v0.8.0
14:54:07 + test v0.8.0 = v0.8.0
14:54:07 + echo 'PASS: docker-scan version OK'
14:54:07 + exit 0
14:54:07 PASS: docker-scan version OK
14:54:07 Processing files: docker-scan-plugin-0.8.0-0.el8.x86_64
14:54:07 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
14:54:07 Provides: docker-scan-plugin = 0:0.8.0-0.el8 docker-scan-plugin(x86-64) = 0:0.8.0-0.el8
14:54:07 Requires(interp): /bin/sh /bin/sh /bin/sh
14:54:07 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:54:07 Requires(post): /bin/sh
14:54:07 Requires(preun): /bin/sh
14:54:07 Requires(postun): /bin/sh
14:54:07 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
14:54:07 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.el8.src.rpm
14:54:07 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.el8.x86_64.rpm
14:54:07 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8PfRuh
14:54:07 + umask 022
14:54:07 + cd /root/rpmbuild/BUILD
14:54:07 + cd src
14:54:07 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
14:54:07 + exit 0
14:54:07 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
14:54:08 #22 ...
14:54:08 
14:54:08 #27 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
14:54:08 #27 sha256:5ffbcd072a03223d07f2073517e23d4d3e303c50dd566772180214c4f1df0d5d
14:54:08 #27 1.293 + RM_GOPATH=0
14:54:08 #27 1.294 + TMP_GOPATH=
14:54:08 #27 1.294 + : /build
14:54:08 #27 1.294 + '[' -z '' ']'
14:54:08 #27 1.296 ++ mktemp -d
14:54:08 #27 1.296 + export GOPATH=/tmp/tmp.JEyPOFFDxS
14:54:08 #27 1.296 + GOPATH=/tmp/tmp.JEyPOFFDxS
14:54:08 #27 1.296 + RM_GOPATH=1
14:54:08 #27 1.296 + case "$(go env GOARCH)" in
14:54:08 #27 1.297 ++ go env GOARCH
14:54:08 #27 1.315 + export GO_BUILDMODE=-buildmode=pie
14:54:08 #27 1.315 + GO_BUILDMODE=-buildmode=pie
14:54:08 #27 1.316 ++ dirname /install.sh
14:54:08 #27 1.316 Install tini version v0.19.0
14:54:08 #27 1.316 + dir=/
14:54:08 #27 1.316 + bin=tini
14:54:08 #27 1.316 + shift
14:54:08 #27 1.316 + '[' '!' -f //tini.installer ']'
14:54:08 #27 1.316 + . //tini.installer
14:54:08 #27 1.316 ++ : v0.19.0
14:54:08 #27 1.316 + install_tini
14:54:08 #27 1.316 + echo 'Install tini version v0.19.0'
14:54:08 #27 1.316 + git clone https://github.com/krallin/tini.git /tmp/tmp.JEyPOFFDxS/tini
14:54:08 #27 1.318 Cloning into '/tmp/tmp.JEyPOFFDxS/tini'...
14:54:08 #27 1.844 + cd /tmp/tmp.JEyPOFFDxS/tini
14:54:08 #27 1.844 + git checkout -q v0.19.0
14:54:08 #27 1.850 + cmake .
14:54:08 #27 2.257 -- The C compiler identification is GNU 10.2.1
14:54:08 #27 2.292 -- Detecting C compiler ABI info
14:54:08 #27 2.603 -- Detecting C compiler ABI info - done
14:54:08 #27 2.660 -- Check for working C compiler: /usr/bin/cc - skipped
14:54:08 #27 2.667 -- Detecting C compile features
14:54:08 #27 2.668 -- Detecting C compile features - done
14:54:08 #27 2.690 -- Performing Test HAS_BUILTIN_FORTIFY
14:54:08 #27 2.815 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:54:08 #27 2.881 -- Configuring done
14:54:08 #27 2.886 -- Generating done
14:54:08 #27 2.891 -- Build files have been written to: /tmp/tmp.JEyPOFFDxS/tini
14:54:08 #27 2.899 + make tini-static
14:54:08 #27 3.068 Scanning dependencies of target tini-static
14:54:08 #27 3.100 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:54:08 #27 3.823 [100%] Linking C executable tini-static
14:54:08 #27 4.114 [100%] Built target tini-static
14:54:08 #27 4.148 + mkdir -p /build
14:54:08 #27 4.148 + cp tini-static /build/docker-init
14:54:08 #27 DONE 4.3s
14:54:08 
14:54:08 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:54:08 #34 sha256:e3307366633019edd8d8f66b79e721ca8b7a5a464aca73cc4a1b4b7cba8e9a61
14:54:08 #34 1.237 + RM_GOPATH=0
14:54:08 #34 1.239 + TMP_GOPATH=
14:54:08 #34 1.240 + : /build
14:54:08 #34 1.240 + '[' -z '' ']'
14:54:08 #34 1.240 ++ mktemp -d
14:54:08 #34 1.242 + export GOPATH=/tmp/tmp.ZmCwmiWkMb
14:54:08 #34 1.242 + GOPATH=/tmp/tmp.ZmCwmiWkMb
14:54:08 #34 1.242 + RM_GOPATH=1
14:54:08 #34 1.242 + case "$(go env GOARCH)" in
14:54:08 #34 1.243 ++ go env GOARCH
14:54:08 #34 1.252 + export GO_BUILDMODE=-buildmode=pie
14:54:08 #34 1.252 + GO_BUILDMODE=-buildmode=pie
14:54:08 #34 1.252 ++ dirname /install.sh
14:54:08 #34 1.253 + dir=/
14:54:08 #34 1.254 + bin=containerd
14:54:08 #34 1.254 + shift
14:54:08 #34 1.254 + '[' '!' -f //containerd.installer ']'
14:54:08 #34 1.255 + . //containerd.installer
14:54:08 #34 1.255 ++ set -e
14:54:08 #34 1.255 ++ : v1.5.7
14:54:08 #34 1.255 + install_containerd
14:54:08 #34 1.257 + echo 'Install containerd version v1.5.7'
14:54:08 #34 1.257 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZmCwmiWkMb/src/github.com/containerd/containerd
14:54:08 #34 1.257 Install containerd version v1.5.7
14:54:08 #34 1.268 Cloning into '/tmp/tmp.ZmCwmiWkMb/src/github.com/containerd/containerd'...
14:54:09 #34 ...
14:54:09 
14:54:09 #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
14:54:09 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:54:09 #22 55.56 Selecting previously unselected package gcc-mingw-w64-base.
14:54:09 #22 55.56 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
14:54:09 #22 55.57 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:54:09 #22 55.64 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
14:54:09 #22 55.65 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
14:54:09 #22 55.66 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:54:09 == Building packages for fedora-34 ==
14:54:09 mkdir -p "rpmbuild/fedora-34"
14:54:09 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-fedora-34/x86_64 -f fedora-34/Dockerfile .
14:54:09 #1 [internal] load build definition from Dockerfile
14:54:09 #1 sha256:b8a8de9c5333868014bc0f9d87e5d04860cb279f85d4688d616026fd9d19cb5c
14:54:09 #1 transferring dockerfile: 847B done
14:54:09 #1 DONE 0.0s
14:54:09 
14:54:09 #2 [internal] load .dockerignore
14:54:09 #2 sha256:24938202b63cfd535649ef85325f10877f08c2736c11ed0fc0dd08a90abed6de
14:54:09 #2 transferring context: 2B done
14:54:09 #2 DONE 0.0s
14:54:09 
14:54:09 #4 [internal] load metadata for docker.io/library/fedora:34
14:54:09 #4 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
14:54:09 #4 ...
14:54:09 
14:54:09 #5 [auth] library/golang:pull token for registry-1.docker.io
14:54:09 #5 sha256:b80930463b7170e6dfc5b48f03fa2fc11072cb05db8f2d0a293fc2cf6bdb0f61
14:54:09 #5 DONE 0.0s
14:54:09 
14:54:09 #6 [auth] library/fedora:pull token for registry-1.docker.io
14:54:09 #6 sha256:cb61735ce2bc5afdf3b54ae189ed677ffcf9be808ab7d801b1e034c7978c8703
14:54:09 #6 DONE 0.0s
14:54:09 
14:54:09 #3 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:54:09 #3 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
14:54:09 #3 DONE 0.2s
14:54:09 
14:54:09 #4 [internal] load metadata for docker.io/library/fedora:34
14:54:09 #4 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
14:54:09 #4 DONE 0.4s
14:54:10 
14:54:10 #9 [internal] load build context
14:54:10 #9 sha256:9d65a15a23e3579db34ae3f1d65d57779edf66f05d12b41267d36db52f940ec7
14:54:10 #9 transferring context: 216B done
14:54:10 #9 DONE 0.0s
14:54:10 
14:54:10 #12 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:54:10 #12 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:54:10 #12 CACHED
14:54:10 
14:54:10 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3
14:54:10 #7 sha256:fdaed8445d12cdaaf205a051776ab2a922da8c7ce663a3bba1a0bbb8f23997c0
14:54:10 #7 resolve docker.io/library/fedora:34@sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3 done
14:54:10 #7 sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3 1.20kB / 1.20kB done
14:54:10 #7 sha256:b1f95b4bf817417973513dff2fc70974f5f7792eb56506c8b992e49a98fe5c6d 529B / 529B done
14:54:10 #7 sha256:0e58495b280f3ace00dd8da68d5553753237b081f3ca4d894459c4924b279416 2.00kB / 2.00kB done
14:54:10 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 0B / 65.00MB 0.1s
14:54:10 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 7.34MB / 65.00MB 0.2s
14:54:10 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 22.24MB / 65.00MB 0.3s
14:54:10 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 37.75MB / 65.00MB 0.5s
14:54:10 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 48.23MB / 65.00MB 0.6s
14:54:10 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 58.62MB / 65.00MB 0.7s
14:54:10 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 65.00MB / 65.00MB 0.8s
14:54:10 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 65.00MB / 65.00MB 0.9s done
14:54:10 #7 extracting sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae
14:54:12 #22 58.79 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
14:54:12 #22 58.79 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:54:12 #22 58.80 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:54:14 #7 extracting sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 2.7s done
14:54:14 #7 DONE 3.8s
14:54:14 
14:54:14 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
14:54:14 #8 sha256:a19b8e70ac69d030ba25daf2d9e6149e926730a431017e536b9683fb3474f18e
14:54:16 #22 ...
14:54:16 
14:54:16 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:54:16 #34 sha256:e3307366633019edd8d8f66b79e721ca8b7a5a464aca73cc4a1b4b7cba8e9a61
14:54:16 #34 17.50 + cd /tmp/tmp.ZmCwmiWkMb/src/github.com/containerd/containerd
14:54:16 #34 17.50 + git checkout -q v1.5.7
14:54:17 #34 18.14 + export 'BUILDTAGS=netgo osusergo static_build'
14:54:17 #34 18.14 + BUILDTAGS='netgo osusergo static_build'
14:54:17 #34 18.14 + export EXTRA_FLAGS=-buildmode=pie
14:54:17 #34 18.14 + EXTRA_FLAGS=-buildmode=pie
14:54:17 #34 18.14 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:54:17 #34 18.14 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:54:17 #34 18.14 + '[' '' = dynamic ']'
14:54:17 #34 18.14 + make
14:54:17 #34 18.64 + bin/ctr
14:54:18 #8 4.615 Fedora 34 - x86_64                               20 MB/s |  74 MB     00:03    
14:54:24 #34 ...
14:54:24 
14:54:24 #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
14:54:24 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
14:54:24 #22 63.88 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
14:54:24 #22 63.88 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:54:24 #22 63.89 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:54:24 #22 65.44 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
14:54:24 #22 65.44 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
14:54:24 #22 65.45 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:54:24 #22 67.20 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
14:54:24 #22 67.21 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:54:24 #22 67.22 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:54:24 #22 70.80 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
14:54:24 #22 70.80 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:54:24 #22 70.81 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:54:25 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
14:54:25 #22 72.42 Selecting previously unselected package g++-mingw-w64-x86-64.
14:54:25 #22 72.42 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
14:54:25 #22 72.43 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:54:25 #22 72.50 Selecting previously unselected package libapparmor1:amd64.
14:54:25 #22 72.50 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
14:54:25 #22 72.51 Unpacking libapparmor1:amd64 (2.13.6-10) ...
14:54:25 #22 72.56 Selecting previously unselected package libapparmor-dev:amd64.
14:54:26 #22 72.56 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
14:54:26 #22 72.57 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
14:54:26 #22 72.64 Selecting previously unselected package libbtrfs0:amd64.
14:54:26 #22 72.64 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
14:54:26 #22 72.65 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:54:26 #22 72.73 Selecting previously unselected package libbtrfs-dev:amd64.
14:54:26 #22 72.74 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
14:54:26 #22 72.75 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:54:26 #22 72.87 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:54:26 #22 72.88 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:54:26 #22 72.88 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:54:26 #22 72.95 Selecting previously unselected package libudev-dev:amd64.
14:54:26 #22 72.95 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
14:54:26 #22 72.96 Unpacking libudev-dev:amd64 (247.3-6) ...
14:54:26 #22 73.07 Selecting previously unselected package libsepol1-dev:amd64.
14:54:26 #22 73.07 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
14:54:26 #22 73.08 Unpacking libsepol1-dev:amd64 (3.1-1) ...
14:54:26 #22 73.26 Selecting previously unselected package libpcre2-16-0:amd64.
14:54:26 #22 73.27 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
14:54:26 #22 73.29 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
14:54:26 #22 73.45 Selecting previously unselected package libpcre2-32-0:amd64.
14:54:26 #22 73.46 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
14:54:26 #22 73.47 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
14:54:26 #22 73.56 Selecting previously unselected package libpcre2-posix2:amd64.
14:54:26 #22 73.56 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
14:54:26 #22 73.57 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
14:54:26 #22 73.62 Selecting previously unselected package libpcre2-dev:amd64.
14:54:27 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
14:54:27 #22 73.62 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
14:54:27 #22 73.62 Unpacking libpcre2-dev:amd64 (10.36-2) ...
14:54:27 #22 73.82 Selecting previously unselected package libselinux1-dev:amd64.
14:54:27 #22 73.83 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
14:54:27 #22 73.83 Unpacking libselinux1-dev:amd64 (3.1-3) ...
14:54:27 #22 73.93 Selecting previously unselected package libdevmapper-dev:amd64.
14:54:27 #22 73.94 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
14:54:27 #22 73.95 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:54:27 #22 74.00 Selecting previously unselected package libseccomp-dev:amd64.
14:54:27 #22 74.01 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
14:54:27 #22 74.02 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
14:54:27 #22 74.07 Selecting previously unselected package libsystemd-dev:amd64.
14:54:27 #22 74.08 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
14:54:27 #22 74.08 Unpacking libsystemd-dev:amd64 (247.3-6) ...
14:54:27 #22 74.33 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
14:54:27 #22 74.35 Setting up libapparmor1:amd64 (2.13.6-10) ...
14:54:27 #22 74.37 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:54:27 #22 74.39 Setting up libsepol1-dev:amd64 (3.1-1) ...
14:54:27 #22 74.40 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:54:27 #22 74.41 Setting up libpcre2-16-0:amd64 (10.36-2) ...
14:54:27 #22 74.52 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:54:27 #22 74.56 Setting up libpcre2-32-0:amd64 (10.36-2) ...
14:54:27 #22 74.57 Setting up libudev-dev:amd64 (247.3-6) ...
14:54:28 #22 74.68 Setting up libpcre2-posix2:amd64 (10.36-2) ...
14:54:28 #22 74.70 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:54:28 #22 74.71 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:54:28 #22 74.74 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:54:28 #22 74.77 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
14:54:28 #22 74.79 Setting up mingw-w64-common (8.0.0-1) ...
14:54:28 #22 74.80 Setting up libsystemd-dev:amd64 (247.3-6) ...
14:54:28 #22 74.81 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
14:54:28 #22 74.82 Setting up libpcre2-dev:amd64 (10.36-2) ...
14:54:28 #22 74.85 Setting up libselinux1-dev:amd64 (3.1-3) ...
14:54:28 #22 74.87 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:54:28 #22 74.88 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:54:28 #22 74.89 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
14:54:28 #22 74.90 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:54:28 #22 74.91 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
14:54:28 #22 74.92 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
14:54:28 #22 74.93 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:54:28 #22 74.94 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
14:54:28 #22 74.94 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:54:28 #22 74.96 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:54:28 #22 74.98 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:54:28 #22 75.00 Setting up dmsetup (2:1.02.175-2.1) ...
14:54:28 #22 75.01 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:54:28 #22 75.02 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:54:28 #22 75.03 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:54:29 #22 DONE 76.3s
14:54:29 
14:54:29 #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
14:54:29 #23 sha256:22435a6f9dbd87ef75691c4f49088cb18c28f96521dd6acde796efa1a3870348
14:54:30 go: downloading github.com/spf13/cobra v1.0.0
14:54:30 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
14:54:30 go: downloading github.com/docker/distribution v2.7.1+incompatible
14:54:30 go: downloading github.com/docker/go-connections v0.4.0
14:54:30 go: downloading github.com/sirupsen/logrus v1.4.2
14:54:30 go: downloading github.com/spf13/pflag v1.0.3
14:54:30 go: downloading github.com/theupdateframework/notary v0.6.1
14:54:30 #23 1.127 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
14:54:30 #23 1.131 Hit:2 http://deb.debian.org/debian bullseye InRelease
14:54:30 #23 1.131 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
14:54:31 go: downloading github.com/opencontainers/image-spec v1.0.1
14:54:31 go: downloading github.com/docker/go-units v0.4.0
14:54:31 go: downloading github.com/Masterminds/semver/v3 v3.1.0
14:54:31 go: downloading github.com/google/uuid v1.1.1
14:54:31 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:54:31 go: downloading github.com/opencontainers/go-digest v1.0.0
14:54:31 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
14:54:31 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
14:54:32 go: downloading github.com/docker/go v1.5.1-1
14:54:32 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
14:54:32 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
14:54:32 go: downloading github.com/morikuni/aec v1.0.0
14:54:32 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
14:54:33 go: downloading github.com/containerd/containerd v1.3.4
14:54:33 go: downloading google.golang.org/grpc v1.23.1
14:54:33 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
14:54:34 go: downloading github.com/docker/docker-credential-helpers v0.6.3
14:54:34 go: downloading github.com/gorilla/mux v1.7.4
14:54:34 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
14:54:34 go: downloading github.com/gogo/protobuf v1.3.1
14:54:35 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:54:35 go: downloading github.com/golang/protobuf v1.3.2
14:54:35 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
14:54:36 go: downloading github.com/docker/go-metrics v0.0.1
14:54:36 go: downloading github.com/prometheus/client_golang v1.1.0
14:54:36 go: downloading github.com/beorn7/perks v1.0.1
14:54:36 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
14:54:36 go: downloading github.com/prometheus/common v0.6.0
14:54:36 go: downloading github.com/prometheus/procfs v0.0.3
14:54:36 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
14:54:37 #23 1.850 Reading package lists...
14:54:40 #8 22.97 Fedora 34 openh264 (From Cisco) - x86_64        2.7 kB/s | 2.5 kB     00:00    
14:54:40 #8 24.15 Fedora Modular 34 - x86_64                      5.2 MB/s | 4.9 MB     00:00    
14:54:40 #8 26.56 Fedora 34 - x86_64 - Updates                     18 MB/s |  28 MB     00:01    
14:54:42 #23 7.939 Reading package lists...
14:54:43 #23 12.63 Building dependency tree...
14:54:43 #23 13.76 Reading state information...
14:54:44 #23 14.93 The following additional packages will be installed:
14:54:44 #23 14.93   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
14:54:44 #23 14.93   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
14:54:44 #23 14.93   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
14:54:44 #23 14.93   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
14:54:44 #23 14.93   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
14:54:44 #23 14.94   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
14:54:44 #23 14.94   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
14:54:44 #23 14.95 Suggested packages:
14:54:44 #23 14.95   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
14:54:44 #23 14.95   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
14:54:44 #23 14.95   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
14:54:44 #23 14.95   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
14:54:44 #23 14.95   seccomp:ppc64el seccomp:s390x
14:54:44 #23 14.95 Recommended packages:
14:54:44 #23 14.95   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
14:54:44 #23 14.95   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
14:54:44 #23 14.95   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
14:54:44 #23 14.95   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
14:54:45 #23 15.41 The following NEW packages will be installed:
14:54:45 #23 15.41   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
14:54:45 #23 15.41   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
14:54:45 #23 15.41   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
14:54:45 #23 15.41   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
14:54:45 #23 15.41   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
14:54:45 #23 15.41   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
14:54:45 #23 15.41   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
14:54:45 #23 15.42   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
14:54:45 #23 15.42   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
14:54:45 #23 15.42   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
14:54:45 #23 15.42   libseccomp2:ppc64el libseccomp2:s390x
14:54:45 #23 15.77 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
14:54:45 #23 15.77 Need to get 15.9 MB of archives.
14:54:45 #23 15.77 After this operation, 72.9 MB of additional disk space will be used.
14:54:45 #23 15.77 Get:1 http://deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
14:54:45 #23 15.78 Get:2 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
14:54:45 #23 15.78 Get:3 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
14:54:45 #23 15.79 Get:4 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
14:54:45 #23 15.79 Get:5 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
14:54:45 #23 15.80 Get:6 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
14:54:45 #23 15.80 Get:7 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
14:54:45 #23 15.80 Get:8 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB]
14:54:45 #23 15.82 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
14:54:45 #23 15.82 Get:10 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
14:54:45 #23 15.83 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
14:54:45 #23 15.83 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
14:54:45 #23 15.83 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB]
14:54:45 #23 15.86 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
14:54:45 #23 15.86 Get:15 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
14:54:45 #23 15.87 Get:16 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
14:54:45 #23 15.87 Get:17 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
14:54:45 #23 15.87 Get:18 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB]
14:54:45 #23 15.90 Get:19 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
14:54:45 #23 15.90 Get:20 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
14:54:45 #23 15.90 Get:21 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
14:54:45 #23 15.90 Get:22 http://deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
14:54:45 #23 15.90 Get:23 http://deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB]
14:54:45 #23 15.97 Get:24 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
14:54:45 #23 15.97 Get:25 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
14:54:45 #23 15.97 Get:26 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
14:54:45 #23 16.02 Get:27 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
14:54:45 #23 16.10 Get:28 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB]
14:54:45 #23 16.15 Get:29 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
14:54:45 #23 16.15 Get:30 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
14:54:45 #23 16.15 Get:31 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB]
14:54:45 #23 16.15 Get:32 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB]
14:54:45 #23 16.16 Get:33 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB]
14:54:45 #23 16.16 Get:34 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB]
14:54:45 #23 16.16 Get:35 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB]
14:54:45 #23 16.17 Get:36 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB]
14:54:45 #23 16.17 Get:37 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB]
14:54:45 #23 16.17 Get:38 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB]
14:54:45 #23 16.17 Get:39 http://deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB]
14:54:45 #23 16.17 Get:40 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB]
14:54:46 #23 16.65 debconf: delaying package configuration, since apt-utils is not installed
14:54:46 #23 16.84 Fetched 15.9 MB in 1s (23.5 MB/s)
14:54:46 #23 16.89 Selecting previously unselected package gcc-10-base:armel.
14:54:46 #23 16.89 (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.)
14:54:46 #23 16.92 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
14:54:46 #23 16.93 Unpacking gcc-10-base:armel (10.2.1-6) ...
14:54:46 #23 16.99 Selecting previously unselected package gcc-10-base:armhf.
14:54:46 #23 16.99 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
14:54:46 #23 17.00 Unpacking gcc-10-base:armhf (10.2.1-6) ...
14:54:46 #23 17.05 Selecting previously unselected package gcc-10-base:ppc64el.
14:54:46 #23 17.05 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
14:54:46 #23 17.06 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
14:54:46 #23 17.11 Selecting previously unselected package gcc-10-base:s390x.
14:54:46 #23 17.11 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
14:54:46 #23 17.12 Unpacking gcc-10-base:s390x (10.2.1-6) ...
14:54:46 #23 17.17 Selecting previously unselected package gcc-10-base:arm64.
14:54:46 #23 17.17 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
14:54:46 #23 17.18 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
14:54:46 #23 17.24 Selecting previously unselected package libgcc-s1:armel.
14:54:46 #23 17.25 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
14:54:46 #23 17.25 Unpacking libgcc-s1:armel (10.2.1-6) ...
14:54:46 #23 17.33 Selecting previously unselected package libcrypt1:armel.
14:54:46 #23 17.33 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
14:54:46 #23 17.34 Unpacking libcrypt1:armel (1:4.4.18-4) ...
14:54:46 #23 17.47 Selecting previously unselected package libc6:armel.
14:54:47 #23 17.47 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ...
14:54:47 #23 17.66 Unpacking libc6:armel (2.31-13+deb11u2) ...
14:54:47 #23 18.08 Selecting previously unselected package libapparmor1:armel.
14:54:47 #23 18.09 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
14:54:47 #23 18.09 Unpacking libapparmor1:armel (2.13.6-10) ...
14:54:47 #23 18.14 Selecting previously unselected package libapparmor-dev:armel.
14:54:47 #23 18.15 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
14:54:47 #23 18.15 Unpacking libapparmor-dev:armel (2.13.6-10) ...
14:54:47 #23 18.21 Selecting previously unselected package libgcc-s1:arm64.
14:54:48 #23 18.21 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
14:54:48 #23 18.22 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
14:54:48 #23 18.27 Selecting previously unselected package libcrypt1:arm64.
14:54:48 #23 18.28 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
14:54:48 #23 18.28 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
14:54:48 #23 18.37 Selecting previously unselected package libc6:arm64.
14:54:48 #23 18.38 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ...
14:54:48 #23 18.58 Unpacking libc6:arm64 (2.31-13+deb11u2) ...
14:54:48 #23 18.99 Selecting previously unselected package libapparmor1:arm64.
14:54:48 #23 18.99 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
14:54:48 #23 19.00 Unpacking libapparmor1:arm64 (2.13.6-10) ...
14:54:48 #23 19.05 Selecting previously unselected package libapparmor-dev:arm64.
14:54:48 #23 19.06 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
14:54:48 #23 19.06 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
14:54:48 #8 34.68 Fedora Modular 34 - x86_64 - Updates            4.4 MB/s | 4.1 MB     00:00    
14:54:48 #23 19.13 Selecting previously unselected package libgcc-s1:s390x.
14:54:48 #23 19.13 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
14:54:48 #23 19.13 Unpacking libgcc-s1:s390x (10.2.1-6) ...
14:54:48 #23 19.18 Selecting previously unselected package libcrypt1:s390x.
14:54:48 #23 19.19 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
14:54:48 #23 19.19 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
14:54:48 #23 19.28 Selecting previously unselected package libc6:s390x.
14:54:48 #23 19.28 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ...
14:54:49 #23 19.46 Unpacking libc6:s390x (2.31-13+deb11u2) ...
14:54:49 #23 19.90 Selecting previously unselected package libapparmor1:s390x.
14:54:49 #23 19.90 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
14:54:49 #23 19.91 Unpacking libapparmor1:s390x (2.13.6-10) ...
14:54:49 #23 19.96 Selecting previously unselected package libapparmor-dev:s390x.
14:54:49 #23 19.97 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
14:54:49 #23 19.97 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
14:54:49 #23 20.04 Selecting previously unselected package libgcc-s1:armhf.
14:54:49 #23 20.04 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
14:54:49 #23 20.04 Unpacking libgcc-s1:armhf (10.2.1-6) ...
14:54:49 #23 20.10 Selecting previously unselected package libcrypt1:armhf.
14:54:49 #23 20.10 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
14:54:49 #23 20.10 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
14:54:49 #23 20.19 Selecting previously unselected package libc6:armhf.
14:54:49 #23 20.20 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ...
14:54:50 #23 20.37 Unpacking libc6:armhf (2.31-13+deb11u2) ...
14:54:50 #23 20.78 Selecting previously unselected package libapparmor1:armhf.
14:54:50 #23 20.79 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
14:54:50 #23 20.79 Unpacking libapparmor1:armhf (2.13.6-10) ...
14:54:50 #23 20.84 Selecting previously unselected package libapparmor-dev:armhf.
14:54:50 #23 20.85 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
14:54:50 #23 20.86 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
14:54:50 #23 20.92 Selecting previously unselected package libgcc-s1:ppc64el.
14:54:50 #23 20.93 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
14:54:50 #23 20.93 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
14:54:50 #23 20.98 Selecting previously unselected package libcrypt1:ppc64el.
14:54:50 #23 20.98 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
14:54:50 #23 20.99 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
14:54:50 #23 21.11 Selecting previously unselected package libc6:ppc64el.
14:54:50 #23 21.11 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ...
14:54:50 #23 21.29 Unpacking libc6:ppc64el (2.31-13+deb11u2) ...
14:54:51 #23 21.85 Selecting previously unselected package libapparmor1:ppc64el.
14:54:51 #23 21.86 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
14:54:51 #23 21.87 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
14:54:51 #23 21.92 Selecting previously unselected package libapparmor-dev:ppc64el.
14:54:51 #23 21.93 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
14:54:51 #23 21.93 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
14:54:51 #23 22.00 Selecting previously unselected package libseccomp2:s390x.
14:54:51 #23 22.01 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ...
14:54:51 #23 22.01 Unpacking libseccomp2:s390x (2.5.1-1) ...
14:54:51 #23 22.05 Selecting previously unselected package libseccomp-dev:s390x.
14:54:51 #23 22.05 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ...
14:54:51 #23 22.06 Unpacking libseccomp-dev:s390x (2.5.1-1) ...
14:54:51 #23 22.12 Selecting previously unselected package libseccomp2:ppc64el.
14:54:51 #23 22.12 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ...
14:54:51 #23 22.13 Unpacking libseccomp2:ppc64el (2.5.1-1) ...
14:54:51 #23 22.17 Selecting previously unselected package libseccomp-dev:ppc64el.
14:54:51 #23 22.18 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ...
14:54:51 #23 22.19 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ...
14:54:51 #23 22.25 Selecting previously unselected package libseccomp2:armhf.
14:54:51 #23 22.26 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ...
14:54:51 #23 22.26 Unpacking libseccomp2:armhf (2.5.1-1) ...
14:54:51 #23 22.32 Selecting previously unselected package libseccomp-dev:armhf.
14:54:51 #23 22.32 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ...
14:54:51 #23 22.33 Unpacking libseccomp-dev:armhf (2.5.1-1) ...
14:54:51 #23 22.39 Selecting previously unselected package libseccomp2:armel.
14:54:51 #23 22.40 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ...
14:54:51 #23 22.40 Unpacking libseccomp2:armel (2.5.1-1) ...
14:54:51 #23 22.44 Selecting previously unselected package libseccomp-dev:armel.
14:54:51 #23 22.45 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ...
14:54:51 #23 22.45 Unpacking libseccomp-dev:armel (2.5.1-1) ...
14:54:51 #23 22.52 Selecting previously unselected package libseccomp2:arm64.
14:54:51 #23 22.53 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ...
14:54:51 #23 22.53 Unpacking libseccomp2:arm64 (2.5.1-1) ...
14:54:52 #23 22.58 Selecting previously unselected package libseccomp-dev:arm64.
14:54:52 #23 22.59 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ...
14:54:52 #23 22.60 Unpacking libseccomp-dev:arm64 (2.5.1-1) ...
14:54:52 #23 22.69 Setting up gcc-10-base:arm64 (10.2.1-6) ...
14:54:52 #23 22.71 Setting up gcc-10-base:armel (10.2.1-6) ...
14:54:52 #23 22.72 Setting up gcc-10-base:armhf (10.2.1-6) ...
14:54:52 #23 22.73 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
14:54:52 #23 22.74 Setting up gcc-10-base:s390x (10.2.1-6) ...
14:54:52 #23 22.76 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
14:54:52 #23 22.79 Setting up libcrypt1:armel (1:4.4.18-4) ...
14:54:52 #23 22.81 Setting up libcrypt1:armhf (1:4.4.18-4) ...
14:54:52 #23 22.82 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
14:54:52 #23 22.83 Setting up libcrypt1:s390x (1:4.4.18-4) ...
14:54:52 #23 22.85 Setting up libgcc-s1:arm64 (10.2.1-6) ...
14:54:52 #23 22.86 Setting up libgcc-s1:armel (10.2.1-6) ...
14:54:52 #23 22.87 Setting up libgcc-s1:armhf (10.2.1-6) ...
14:54:52 #23 22.88 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
14:54:52 #23 22.90 Setting up libgcc-s1:s390x (10.2.1-6) ...
14:54:52 #23 22.91 Setting up libc6:arm64 (2.31-13+deb11u2) ...
14:54:52 #8 39.14 Dependencies resolved.
14:54:53 #8 39.17 ================================================================================
14:54:53 #8 39.17  Package                       Arch     Version                 Repo       Size
14:54:53 #8 39.17 ================================================================================
14:54:53 #8 39.17 Installing:
14:54:53 #8 39.17  dnf-plugins-core              noarch   4.0.23-1.fc34           updates    35 k
14:54:53 #8 39.17  rpm-build                     x86_64   4.16.1.3-1.fc34         fedora    100 k
14:54:53 #8 39.17  rpmlint                       noarch   1.11-19.fc34            updates   185 k
14:54:53 #8 39.17 Upgrading:
14:54:53 #8 39.17  file-libs                     x86_64   5.39-7.fc34             updates   588 k
14:54:53 #8 39.17 Installing dependencies:
14:54:53 #8 39.17  binutils                      x86_64   2.35.2-6.fc34           updates   5.5 M
14:54:53 #8 39.17  binutils-gold                 x86_64   2.35.2-6.fc34           updates   716 k
14:54:53 #8 39.17  bzip2                         x86_64   1.0.8-6.fc34            fedora     53 k
14:54:53 #8 39.17  cpio                          x86_64   2.13-10.fc34            fedora    274 k
14:54:53 #8 39.17  dbus-libs                     x86_64   1:1.12.20-3.fc34        fedora    151 k
14:54:53 #8 39.17  desktop-file-utils            x86_64   0.26-3.fc34             fedora     74 k
14:54:53 #8 39.17  diffutils                     x86_64   3.7-8.fc34              fedora    391 k
14:54:53 #8 39.17  dwz                           x86_64   0.14-1.fc34             fedora    129 k
14:54:53 #8 39.17  ed                            x86_64   1.14.2-10.fc34          fedora     75 k
14:54:53 #8 39.17  efi-srpm-macros               noarch   5-4.fc34                updates    22 k
14:54:53 #8 39.17  elfutils                      x86_64   0.185-2.fc34            updates   517 k
14:54:53 #8 39.17  elfutils-debuginfod-client    x86_64   0.185-2.fc34            updates    36 k
14:54:53 #8 39.17  emacs-filesystem              noarch   1:27.2-5.fc34           updates   8.4 k
14:54:53 #8 39.17  enchant                       x86_64   1:1.6.0-27.fc34         fedora     59 k
14:54:53 #8 39.17  file                          x86_64   5.39-7.fc34             updates    50 k
14:54:53 #8 39.17  findutils                     x86_64   1:4.8.0-2.fc34          fedora    545 k
14:54:53 #8 39.17  fonts-srpm-macros             noarch   1:2.0.5-5.fc34          fedora     27 k
14:54:53 #8 39.17  fpc-srpm-macros               noarch   1.3-3.fc34              fedora    7.7 k
14:54:53 #8 39.17  gdb-minimal                   x86_64   10.2-3.fc34             updates   3.6 M
14:54:53 #8 39.17  gdk-pixbuf2                   x86_64   2.42.6-1.fc34           updates   471 k
14:54:53 #8 39.17  ghc-srpm-macros               noarch   1.5.0-4.fc34            fedora    7.8 k
14:54:53 #8 39.17  glib-networking               x86_64   2.68.2-1.fc34           updates   169 k
14:54:53 #8 39.17  gnat-srpm-macros              noarch   4-13.fc34               fedora    8.3 k
14:54:53 #8 39.17  go-srpm-macros                noarch   3.0.10-1.fc34           updates    25 k
14:54:53 #8 39.17  groff-base                    x86_64   1.22.4-7.fc34           fedora    1.1 M
14:54:53 #8 39.17  gsettings-desktop-schemas     x86_64   40.0-1.fc34             fedora    691 k
14:54:53 #8 39.17  hunspell                      x86_64   1.7.0-9.fc34            fedora    330 k
14:54:53 #8 39.17  hunspell-en-US                noarch   0.20140811.1-18.fc34    fedora    177 k
14:54:53 #8 39.17  hunspell-filesystem           x86_64   1.7.0-9.fc34            fedora    7.6 k
14:54:53 #8 39.17  info                          x86_64   6.7-10.fc34             fedora    227 k
14:54:53 #8 39.17  json-glib                     x86_64   1.6.6-1.fc34            updates   151 k
14:54:53 #8 39.17  kernel-srpm-macros            noarch   1.0-4.fc34              fedora    7.3 k
14:54:53 #8 39.17  less                          x86_64   581.2-1.fc34            updates   160 k
14:54:53 #8 39.17  libappstream-glib             x86_64   0.7.18-2.fc34           fedora    398 k
14:54:53 #8 39.17  libjpeg-turbo                 x86_64   2.0.90-3.fc34           updates   175 k
14:54:53 #8 39.17  libpipeline                   x86_64   1.5.3-2.fc34            fedora     49 k
14:54:53 #8 39.17  libpkgconf                    x86_64   1.7.3-6.fc34            fedora     36 k
14:54:53 #8 39.17  libpng                        x86_64   2:1.6.37-10.fc34        fedora    119 k
14:54:53 #8 39.17  libproxy                      x86_64   0.4.15-30.fc34          fedora     72 k
14:54:53 #8 39.17  libsoup                       x86_64   2.72.0-6.fc34           fedora    397 k
14:54:53 #8 39.17  libstemmer                    x86_64   0-16.585svn.fc34        fedora     86 k
14:54:53 #8 39.17  lua-srpm-macros               noarch   1-4.fc34                fedora    8.3 k
14:54:53 #8 39.17  man-db                        x86_64   2.9.3-3.fc34            fedora    1.1 M
14:54:53 #8 39.17  ncurses                       x86_64   6.2-4.20200222.fc34     fedora    396 k
14:54:53 #8 39.17  nim-srpm-macros               noarch   3-4.fc34                fedora    8.4 k
14:54:53 #8 39.17  ocaml-srpm-macros             noarch   6-4.fc34                fedora    7.8 k
14:54:53 #8 39.17  openblas-srpm-macros          noarch   2-9.fc34                fedora    7.4 k
14:54:53 #8 39.17  patch                         x86_64   2.7.6-14.fc34           fedora    130 k
14:54:53 #8 39.17  perl-AutoLoader               noarch   5.74-477.fc34           updates    31 k
14:54:53 #8 39.17  perl-B                        x86_64   1.80-477.fc34           updates   189 k
14:54:53 #8 39.17  perl-Carp                     noarch   1.50-458.fc34           fedora     29 k
14:54:53 #8 39.17  perl-Class-Struct             noarch   0.66-477.fc34           updates    32 k
14:54:53 #8 39.17  perl-Data-Dumper              x86_64   2.174-460.fc34          fedora     56 k
14:54:53 #8 39.17  perl-Digest                   noarch   1.20-1.fc34             updates    25 k
14:54:53 #8 39.17  perl-Digest-MD5               x86_64   2.58-2.fc34             fedora     36 k
14:54:53 #8 39.17  perl-DynaLoader               x86_64   1.47-477.fc34           updates    36 k
14:54:53 #8 39.17  perl-Encode                   x86_64   4:3.12-460.fc34         updates   1.7 M
14:54:53 #8 39.17  perl-Errno                    x86_64   1.30-477.fc34           updates    25 k
14:54:53 #8 39.17  perl-Exporter                 noarch   5.74-459.fc34           fedora     32 k
14:54:53 #8 39.17  perl-Fcntl                    x86_64   1.13-477.fc34           updates    31 k
14:54:53 #8 39.17  perl-File-Basename            noarch   2.85-477.fc34           updates    27 k
14:54:53 #8 39.17  perl-File-Path                noarch   2.18-2.fc34             fedora     36 k
14:54:53 #8 39.17  perl-File-Temp                noarch   1:0.231.100-2.fc34      fedora     60 k
14:54:53 #8 39.17  perl-File-stat                noarch   1.09-477.fc34           updates    27 k
14:54:53 #8 39.17  perl-FileHandle               noarch   2.03-477.fc34           updates    26 k
14:54:53 #8 39.17  perl-Getopt-Long              noarch   1:2.52-2.fc34           fedora     61 k
14:54:53 #8 39.17  perl-Getopt-Std               noarch   1.12-477.fc34           updates    26 k
14:54:53 #8 39.17  perl-HTTP-Tiny                noarch   0.078-1.fc34            updates    55 k
14:54:53 #8 39.17  perl-IO                       x86_64   1.43-477.fc34           updates    97 k
14:54:53 #8 39.17  perl-IO-Socket-IP             noarch   0.41-3.fc34             fedora     43 k
14:54:53 #8 39.17  perl-IPC-Open3                noarch   1.21-477.fc34           updates    33 k
14:54:53 #8 39.17  perl-MIME-Base64              x86_64   3.16-2.fc34             fedora     30 k
14:54:53 #8 39.17  perl-Net-SSLeay               x86_64   1.90-2.fc34             fedora    357 k
14:54:53 #8 39.17  perl-POSIX                    x86_64   1.94-477.fc34           updates   107 k
14:54:53 #8 39.17  perl-PathTools                x86_64   3.78-459.fc34           fedora     86 k
14:54:53 #8 39.17  perl-Pod-Escapes              noarch   1:1.07-458.fc34         fedora     20 k
14:54:53 #8 39.17  perl-Pod-Perldoc              noarch   3.28.01-459.fc34        fedora     85 k
14:54:53 #8 39.17  perl-Pod-Simple               noarch   1:3.42-2.fc34           fedora    216 k
14:54:53 #8 39.17  perl-Pod-Usage                noarch   4:2.01-2.fc34           fedora     41 k
14:54:53 #8 39.17  perl-Scalar-List-Utils        x86_64   4:1.56-459.fc34         fedora     72 k
14:54:53 #8 39.17  perl-SelectSaver              noarch   1.02-477.fc34           updates    22 k
14:54:53 #8 39.17  perl-Socket                   x86_64   4:2.032-1.fc34          updates    54 k
14:54:53 #8 39.17  perl-Storable                 x86_64   1:3.21-458.fc34         fedora     97 k
14:54:53 #8 39.17  perl-Symbol                   noarch   1.08-477.fc34           updates    24 k
14:54:53 #8 39.17  perl-Term-ANSIColor           noarch   5.01-459.fc34           fedora     49 k
14:54:53 #8 39.17  perl-Term-Cap                 noarch   1.17-458.fc34           fedora     22 k
14:54:53 #8 39.17  perl-Text-ParseWords          noarch   3.30-458.fc34           fedora     16 k
14:54:53 #8 39.17  perl-Text-Tabs+Wrap           noarch   2021.0726-1.fc34        updates    22 k
14:54:53 #8 39.17  perl-Time-Local               noarch   2:1.300-5.fc34          fedora     34 k
14:54:53 #8 39.17  perl-URI                      noarch   5.09-1.fc34             fedora    109 k
14:54:53 #8 39.17  perl-base                     noarch   2.27-477.fc34           updates    26 k
14:54:53 #8 39.17  perl-constant                 noarch   1.33-459.fc34           fedora     23 k
14:54:53 #8 39.17  perl-if                       noarch   0.60.800-477.fc34       updates    24 k
14:54:53 #8 39.17  perl-interpreter              x86_64   4:5.32.1-477.fc34       updates    81 k
14:54:53 #8 39.17  perl-libnet                   noarch   3.13-2.fc34             fedora    127 k
14:54:53 #8 39.17  perl-libs                     x86_64   4:5.32.1-477.fc34       updates   2.0 M
14:54:53 #8 39.17  perl-mro                      x86_64   1.23-477.fc34           updates    38 k
14:54:53 #8 39.17  perl-overload                 noarch   1.31-477.fc34           updates    56 k
14:54:53 #8 39.17  perl-overloading              noarch   0.02-477.fc34           updates    23 k
14:54:53 #8 39.17  perl-parent                   noarch   1:0.238-458.fc34        fedora     14 k
14:54:53 #8 39.17  perl-podlators                noarch   1:4.14-458.fc34         fedora    113 k
14:54:53 #8 39.17  perl-srpm-macros              noarch   1-39.fc34               fedora    8.5 k
14:54:53 #8 39.17  perl-subs                     noarch   1.03-477.fc34           updates    22 k
14:54:53 #8 39.17  perl-vars                     noarch   1.05-477.fc34           updates    23 k
14:54:53 #8 39.17  pkgconf                       x86_64   1.7.3-6.fc34            fedora     41 k
14:54:53 #8 39.17  pkgconf-m4                    noarch   1.7.3-6.fc34            fedora     14 k
14:54:53 #8 39.17  pkgconf-pkg-config            x86_64   1.7.3-6.fc34            fedora     10 k
14:54:53 #8 39.17  python-srpm-macros            noarch   3.9-38.fc34             updates    20 k
14:54:53 #8 39.17  python3-dateutil              noarch   1:2.8.1-3.fc34          fedora    289 k
14:54:53 #8 39.17  python3-dbus                  x86_64   1.2.18-1.fc34           updates   132 k
14:54:53 #8 39.17  python3-distro                noarch   1.5.0-5.fc34            fedora     36 k
14:54:53 #8 39.17  python3-dnf-plugins-core      noarch   4.0.23-1.fc34           updates   210 k
14:54:53 #8 39.17  python3-enchant               noarch   3.2.1-1.fc34            updates    78 k
14:54:53 #8 39.17  python3-file-magic            noarch   5.39-7.fc34             updates    17 k
14:54:53 #8 39.17  python3-setuptools            noarch   53.0.0-2.fc34           updates   840 k
14:54:53 #8 39.17  python3-six                   noarch   1.15.0-5.fc34           fedora     36 k
14:54:53 #8 39.17  qt5-srpm-macros               noarch   5.15.2-2.fc34           fedora    8.4 k
14:54:53 #8 39.17  redhat-rpm-config             noarch   183-3.fc34              updates    65 k
14:54:53 #8 39.17  rpmautospec-rpm-macros        noarch   0.2.5-1.fc34            updates   9.9 k
14:54:53 #8 39.17  rust-srpm-macros              noarch   18-1.fc34               updates   9.2 k
14:54:53 #8 39.17  shared-mime-info              x86_64   2.1-2.fc34              fedora    374 k
14:54:53 #8 39.17  unzip                         x86_64   6.0-50.fc34             fedora    181 k
14:54:53 #8 39.17  xxhash-libs                   x86_64   0.8.0-3.fc34            updates    40 k
14:54:53 #8 39.17  xz                            x86_64   5.2.5-5.fc34            fedora    216 k
14:54:53 #8 39.17  zip                           x86_64   3.0-28.fc34             fedora    260 k
14:54:53 #8 39.17  zstd                          x86_64   1.5.0-1.fc34            updates   643 k
14:54:53 #8 39.17 Installing weak dependencies:
14:54:53 #8 39.17  abattis-cantarell-fonts       noarch   0.301-2.fc34            fedora    369 k
14:54:53 #8 39.17  adobe-source-code-pro-fonts   noarch   2.030.1.050-10.fc34     fedora    834 k
14:54:53 #8 39.17  hunspell-en-GB                noarch   0.20140811.1-18.fc34    fedora    225 k
14:54:53 #8 39.17  perl-IO-Socket-SSL            noarch   2.070-2.fc34            fedora    214 k
14:54:53 #8 39.17  perl-Mozilla-CA               noarch   20200520-4.fc34         fedora     12 k
14:54:53 #8 39.17  perl-NDBM_File                x86_64   1.15-477.fc34           updates    32 k
14:54:53 #8 39.17 
14:54:53 #8 39.17 Transaction Summary
14:54:53 #8 39.17 ================================================================================
14:54:53 #8 39.17 Install  135 Packages
14:54:53 #8 39.17 Upgrade    1 Package
14:54:53 #8 39.17 
14:54:53 #8 39.17 Total download size: 31 M
14:54:53 #8 39.17 Downloading Packages:
14:54:53 #23 24.15 Setting up libc6:armel (2.31-13+deb11u2) ...
14:54:54 #8 40.13 (1/136): bzip2-1.0.8-6.fc34.x86_64.rpm          221 kB/s |  53 kB     00:00    
14:54:54 #8 40.16 (2/136): adobe-source-code-pro-fonts-2.030.1.05 3.1 MB/s | 834 kB     00:00    
14:54:54 #8 40.17 (3/136): cpio-2.13-10.fc34.x86_64.rpm           6.7 MB/s | 274 kB     00:00    
14:54:54 #8 40.18 (4/136): dbus-libs-1.12.20-3.fc34.x86_64.rpm    6.8 MB/s | 151 kB     00:00    
14:54:54 #8 40.19 (5/136): desktop-file-utils-0.26-3.fc34.x86_64. 3.8 MB/s |  74 kB     00:00    
14:54:54 #8 40.22 (6/136): diffutils-3.7-8.fc34.x86_64.rpm        8.7 MB/s | 391 kB     00:00    
14:54:54 #8 40.23 (7/136): dwz-0.14-1.fc34.x86_64.rpm             3.7 MB/s | 129 kB     00:00    
14:54:54 #8 40.23 (8/136): ed-1.14.2-10.fc34.x86_64.rpm           9.6 MB/s |  75 kB     00:00    
14:54:54 #8 40.24 (9/136): enchant-1.6.0-27.fc34.x86_64.rpm       5.1 MB/s |  59 kB     00:00    
14:54:54 #8 40.25 (10/136): findutils-4.8.0-2.fc34.x86_64.rpm      36 MB/s | 545 kB     00:00    
14:54:54 #8 40.25 (11/136): fonts-srpm-macros-2.0.5-5.fc34.noarch 2.7 MB/s |  27 kB     00:00    
14:54:54 #8 40.27 (12/136): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 402 kB/s | 7.7 kB     00:00    
14:54:54 #8 40.27 (13/136): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 353 kB/s | 7.8 kB     00:00    
14:54:54 #8 40.28 (14/136): abattis-cantarell-fonts-0.301-2.fc34. 951 kB/s | 369 kB     00:00    
14:54:54 #8 40.29 (15/136): gnat-srpm-macros-4-13.fc34.noarch.rpm 471 kB/s | 8.3 kB     00:00    
14:54:54 #8 40.31 (16/136): hunspell-1.7.0-9.fc34.x86_64.rpm       13 MB/s | 330 kB     00:00    
14:54:54 #8 40.32 (17/136): groff-base-1.22.4-7.fc34.x86_64.rpm    22 MB/s | 1.1 MB     00:00    
14:54:54 #8 40.34 (18/136): hunspell-en-GB-0.20140811.1-18.fc34.n 9.2 MB/s | 225 kB     00:00    
14:54:54 #8 40.35 (19/136): hunspell-en-US-0.20140811.1-18.fc34.n 7.2 MB/s | 177 kB     00:00    
14:54:54 #8 40.35 (20/136): hunspell-filesystem-1.7.0-9.fc34.x86_ 521 kB/s | 7.6 kB     00:00    
14:54:54 #8 40.36 (21/136): info-6.7-10.fc34.x86_64.rpm            18 MB/s | 227 kB     00:00    
14:54:54 #8 40.37 (22/136): kernel-srpm-macros-1.0-4.fc34.noarch. 507 kB/s | 7.3 kB     00:00    
14:54:54 #8 40.38 (23/136): libpipeline-1.5.3-2.fc34.x86_64.rpm   2.7 MB/s |  49 kB     00:00    
14:54:54 #8 40.40 (24/136): gsettings-desktop-schemas-40.0-1.fc34 5.7 MB/s | 691 kB     00:00    
14:54:54 #8 40.41 (25/136): libappstream-glib-0.7.18-2.fc34.x86_6 7.6 MB/s | 398 kB     00:00    
14:54:54 #8 40.42 (26/136): libpkgconf-1.7.3-6.fc34.x86_64.rpm    1.1 MB/s |  36 kB     00:00    
14:54:54 #8 40.42 (27/136): libpng-1.6.37-10.fc34.x86_64.rpm      5.6 MB/s | 119 kB     00:00    
14:54:54 #8 40.44 (28/136): libproxy-0.4.15-30.fc34.x86_64.rpm    3.8 MB/s |  72 kB     00:00    
14:54:54 #8 40.44 (29/136): libstemmer-0-16.585svn.fc34.x86_64.rp 4.7 MB/s |  86 kB     00:00    
14:54:54 #8 40.44 (30/136): lua-srpm-macros-1-4.fc34.noarch.rpm   1.1 MB/s | 8.3 kB     00:00    
14:54:54 #8 40.45 (31/136): libsoup-2.72.0-6.fc34.x86_64.rpm       11 MB/s | 397 kB     00:00    
14:54:54 #8 40.46 (32/136): nim-srpm-macros-3-4.fc34.noarch.rpm   1.1 MB/s | 8.4 kB     00:00    
14:54:54 #8 40.47 (33/136): ocaml-srpm-macros-6-4.fc34.noarch.rpm 1.5 MB/s | 7.8 kB     00:00    
14:54:54 #8 40.49 (34/136): ncurses-6.2-4.20200222.fc34.x86_64.rp 8.9 MB/s | 396 kB     00:00    
14:54:54 #8 40.49 (35/136): openblas-srpm-macros-2-9.fc34.noarch. 283 kB/s | 7.4 kB     00:00    
14:54:54 #8 40.50 (36/136): man-db-2.9.3-3.fc34.x86_64.rpm         18 MB/s | 1.1 MB     00:00    
14:54:54 #8 40.51 (37/136): perl-Carp-1.50-458.fc34.noarch.rpm    2.2 MB/s |  29 kB     00:00    
14:54:54 #8 40.51 (38/136): patch-2.7.6-14.fc34.x86_64.rpm        5.9 MB/s | 130 kB     00:00    
14:54:54 #8 40.51 (39/136): perl-Digest-MD5-2.58-2.fc34.x86_64.rp 4.9 MB/s |  36 kB     00:00    
14:54:54 #8 40.52 (40/136): perl-Exporter-5.74-459.fc34.noarch.rp 3.3 MB/s |  32 kB     00:00    
14:54:54 #8 40.52 (41/136): perl-Data-Dumper-2.174-460.fc34.x86_6 2.7 MB/s |  56 kB     00:00    
14:54:54 #8 40.53 (42/136): perl-File-Path-2.18-2.fc34.noarch.rpm 3.0 MB/s |  36 kB     00:00    
14:54:54 #8 40.53 (43/136): perl-File-Temp-0.231.100-2.fc34.noarc 6.2 MB/s |  60 kB     00:00    
14:54:54 #8 40.53 (44/136): perl-Getopt-Long-2.52-2.fc34.noarch.r 7.5 MB/s |  61 kB     00:00    
14:54:54 #8 40.54 (45/136): perl-IO-Socket-IP-0.41-3.fc34.noarch. 3.8 MB/s |  43 kB     00:00    
14:54:54 #8 40.54 (46/136): perl-IO-Socket-SSL-2.070-2.fc34.noarc  16 MB/s | 214 kB     00:00    
14:54:54 #8 40.55 (47/136): perl-Mozilla-CA-20200520-4.fc34.noarc 1.5 MB/s |  12 kB     00:00    
14:54:54 #8 40.55 (48/136): perl-MIME-Base64-3.16-2.fc34.x86_64.r 1.5 MB/s |  30 kB     00:00    
14:54:54 #8 40.56 (49/136): perl-PathTools-3.78-459.fc34.x86_64.r 6.9 MB/s |  86 kB     00:00    
14:54:54 #8 40.57 (50/136): perl-Net-SSLeay-1.90-2.fc34.x86_64.rp  16 MB/s | 357 kB     00:00    
14:54:54 #8 40.57 (51/136): perl-Pod-Escapes-1.07-458.fc34.noarch 1.5 MB/s |  20 kB     00:00    
14:54:54 #8 40.57 (52/136): perl-Pod-Perldoc-3.28.01-459.fc34.noa 7.1 MB/s |  85 kB     00:00    
14:54:54 #8 40.58 (53/136): perl-Scalar-List-Utils-1.56-459.fc34. 8.5 MB/s |  72 kB     00:00    
14:54:54 #8 40.58 (54/136): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 3.2 MB/s |  41 kB     00:00    
14:54:54 #8 40.59 (55/136): perl-Pod-Simple-3.42-2.fc34.noarch.rp 9.0 MB/s | 216 kB     00:00    
14:54:54 #8 40.59 (56/136): perl-Storable-3.21-458.fc34.x86_64.rp 6.9 MB/s |  97 kB     00:00    
14:54:54 #8 40.60 (57/136): perl-Term-ANSIColor-5.01-459.fc34.noa 4.0 MB/s |  49 kB     00:00    
14:54:54 #8 40.60 (58/136): perl-Term-Cap-1.17-458.fc34.noarch.rp 2.1 MB/s |  22 kB     00:00    
14:54:54 #8 40.61 (59/136): perl-Text-ParseWords-3.30-458.fc34.no 2.1 MB/s |  16 kB     00:00    
14:54:54 #8 40.61 (60/136): perl-Time-Local-1.300-5.fc34.noarch.r 3.2 MB/s |  34 kB     00:00    
14:54:54 #8 40.61 (61/136): perl-URI-5.09-1.fc34.noarch.rpm        10 MB/s | 109 kB     00:00    
14:54:54 #8 40.62 (62/136): perl-constant-1.33-459.fc34.noarch.rp 1.5 MB/s |  23 kB     00:00    
14:54:54 #8 40.62 (63/136): perl-parent-0.238-458.fc34.noarch.rpm 1.1 MB/s |  14 kB     00:00    
14:54:54 #8 40.63 (64/136): perl-libnet-3.13-2.fc34.noarch.rpm    5.3 MB/s | 127 kB     00:00    
14:54:54 #8 40.64 (65/136): perl-srpm-macros-1-39.fc34.noarch.rpm 724 kB/s | 8.5 kB     00:00    
14:54:54 #8 40.64 (66/136): perl-podlators-4.14-458.fc34.noarch.r 5.6 MB/s | 113 kB     00:00    
14:54:54 #8 40.64 (67/136): pkgconf-1.7.3-6.fc34.x86_64.rpm       3.6 MB/s |  41 kB     00:00    
14:54:54 #8 40.65 (68/136): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    1.4 MB/s |  14 kB     00:00    
14:54:54 #8 40.65 (69/136): pkgconf-pkg-config-1.7.3-6.fc34.x86_6 893 kB/s |  10 kB     00:00    
14:54:54 #8 40.66 (70/136): python3-distro-1.5.0-5.fc34.noarch.rp 4.6 MB/s |  36 kB     00:00    
14:54:54 #8 40.66 (71/136): python3-six-1.15.0-5.fc34.noarch.rpm  4.1 MB/s |  36 kB     00:00    
14:54:54 #8 40.66 (72/136): qt5-srpm-macros-5.15.2-2.fc34.noarch. 1.0 MB/s | 8.4 kB     00:00    
14:54:54 #8 40.67 (73/136): rpm-build-4.16.1.3-1.fc34.x86_64.rpm   13 MB/s | 100 kB     00:00    
14:54:54 #8 40.68 (74/136): python3-dateutil-2.8.1-3.fc34.noarch. 7.9 MB/s | 289 kB     00:00    
14:54:54 #8 40.69 (75/136): unzip-6.0-50.fc34.x86_64.rpm           12 MB/s | 181 kB     00:00    
14:54:54 #8 40.69 (76/136): shared-mime-info-2.1-2.fc34.x86_64.rp  13 MB/s | 374 kB     00:00    
14:54:54 #8 40.70 (77/136): zip-3.0-28.fc34.x86_64.rpm             18 MB/s | 260 kB     00:00    
14:54:54 #8 40.71 (78/136): xz-5.2.5-5.fc34.x86_64.rpm            8.2 MB/s | 216 kB     00:00    
14:54:54 #8 40.73 (79/136): dnf-plugins-core-4.0.23-1.fc34.noarch 2.1 MB/s |  35 kB     00:00    
14:54:54 #8 40.74 (80/136): efi-srpm-macros-5-4.fc34.noarch.rpm   1.5 MB/s |  22 kB     00:00    
14:54:54 #8 40.83 (81/136): binutils-2.35.2-6.fc34.x86_64.rpm      42 MB/s | 5.5 MB     00:00    
14:54:54 #8 40.85 (82/136): elfutils-debuginfod-client-0.185-2.fc 1.7 MB/s |  36 kB     00:00    
14:54:54 #8 40.87 (83/136): elfutils-0.185-2.fc34.x86_64.rpm      4.1 MB/s | 517 kB     00:00    
14:54:54 #8 40.87 (84/136): emacs-filesystem-27.2-5.fc34.noarch.r 392 kB/s | 8.4 kB     00:00    
14:54:54 #8 40.88 (85/136): binutils-gold-2.35.2-6.fc34.x86_64.rp 3.9 MB/s | 716 kB     00:00    
14:54:54 #8 40.89 (86/136): file-5.39-7.fc34.x86_64.rpm           2.8 MB/s |  50 kB     00:00    
14:54:54 #8 40.91 (87/136): gdk-pixbuf2-2.42.6-1.fc34.x86_64.rpm   16 MB/s | 471 kB     00:00    
14:54:54 #8 40.93 (88/136): gdb-minimal-10.2-3.fc34.x86_64.rpm     59 MB/s | 3.6 MB     00:00    
14:54:54 #8 40.94 (89/136): glib-networking-2.68.2-1.fc34.x86_64. 3.2 MB/s | 169 kB     00:00    
14:54:54 #8 40.94 (90/136): go-srpm-macros-3.0.10-1.fc34.noarch.r 906 kB/s |  25 kB     00:00    
14:54:54 #8 40.95 (91/136): less-581.2-1.fc34.x86_64.rpm           14 MB/s | 160 kB     00:00    
14:54:54 #8 40.96 (92/136): perl-AutoLoader-5.74-477.fc34.noarch. 2.2 MB/s |  31 kB     00:00    
14:54:54 #8 40.97 (93/136): json-glib-1.6.6-1.fc34.x86_64.rpm     4.9 MB/s | 151 kB     00:00    
14:54:54 #8 40.97 (94/136): libjpeg-turbo-2.0.90-3.fc34.x86_64.rp 5.5 MB/s | 175 kB     00:00    
14:54:54 #8 40.98 (95/136): perl-B-1.80-477.fc34.x86_64.rpm        11 MB/s | 189 kB     00:00    
14:54:54 #8 40.99 (96/136): perl-Digest-1.20-1.fc34.noarch.rpm    2.0 MB/s |  25 kB     00:00    
14:54:54 #8 40.99 (97/136): perl-Class-Struct-0.66-477.fc34.noarc 2.0 MB/s |  32 kB     00:00    
14:54:54 #8 40.99 (98/136): perl-DynaLoader-1.47-477.fc34.x86_64. 2.8 MB/s |  36 kB     00:00    
14:54:54 #8 41.00 (99/136): perl-Errno-1.30-477.fc34.x86_64.rpm   2.6 MB/s |  25 kB     00:00    
14:54:54 #8 41.01 (100/136): perl-Fcntl-1.13-477.fc34.x86_64.rpm  2.1 MB/s |  31 kB     00:00    
14:54:54 #8 41.01 (101/136): perl-File-Basename-2.85-477.fc34.noa 2.1 MB/s |  27 kB     00:00    
14:54:54 #8 41.02 (102/136): perl-File-stat-1.09-477.fc34.noarch. 2.2 MB/s |  27 kB     00:00    
14:54:54 #8 41.02 (103/136): perl-FileHandle-2.03-477.fc34.noarch 2.0 MB/s |  26 kB     00:00    
14:54:54 #8 41.05 (104/136): perl-Encode-3.12-460.fc34.x86_64.rpm  27 MB/s | 1.7 MB     00:00    
14:54:54 #8 41.05 (105/136): perl-Getopt-Std-1.12-477.fc34.noarch 828 kB/s |  26 kB     00:00    
14:54:54 #8 41.06 (106/136): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 1.7 MB/s |  55 kB     00:00    
14:54:54 #8 41.06 (107/136): perl-IO-1.43-477.fc34.x86_64.rpm     7.9 MB/s |  97 kB     00:00    
14:54:54 #8 41.07 (108/136): perl-NDBM_File-1.15-477.fc34.x86_64. 2.8 MB/s |  32 kB     00:00    
14:54:54 #8 41.07 (109/136): perl-POSIX-1.94-477.fc34.x86_64.rpm  9.6 MB/s | 107 kB     00:00    
14:54:54 #8 41.07 (110/136): perl-IPC-Open3-1.21-477.fc34.noarch. 1.8 MB/s |  33 kB     00:00    
14:54:54 #8 41.08 (111/136): perl-SelectSaver-1.02-477.fc34.noarc 2.3 MB/s |  22 kB     00:00    
14:54:54 #8 41.08 (112/136): perl-Socket-2.032-1.fc34.x86_64.rpm  5.2 MB/s |  54 kB     00:00    
14:54:54 #8 41.09 (113/136): perl-Symbol-1.08-477.fc34.noarch.rpm 2.4 MB/s |  24 kB     00:00    
14:54:54 #8 41.09 (114/136): perl-base-2.27-477.fc34.noarch.rpm   3.7 MB/s |  26 kB     00:00    
14:54:54 #8 41.10 (115/136): perl-interpreter-5.32.1-477.fc34.x86  11 MB/s |  81 kB     00:00    
14:54:54 #8 41.11 (116/136): perl-Text-Tabs+Wrap-2021.0726-1.fc34 707 kB/s |  22 kB     00:00    
14:54:54 #8 41.12 (117/136): perl-mro-1.23-477.fc34.x86_64.rpm    4.6 MB/s |  38 kB     00:00    
14:54:54 #8 41.15 (118/136): perl-libs-5.32.1-477.fc34.x86_64.rpm  37 MB/s | 2.0 MB     00:00    
14:54:55 #8 41.16 (119/136): perl-overload-1.31-477.fc34.noarch.r 1.4 MB/s |  56 kB     00:00    
14:54:55 #8 41.16 (120/136): perl-if-0.60.800-477.fc34.noarch.rpm 324 kB/s |  24 kB     00:00    
14:54:55 #8 41.16 (121/136): perl-overloading-0.02-477.fc34.noarc 2.2 MB/s |  23 kB     00:00    
14:54:55 #8 41.17 (122/136): perl-subs-1.03-477.fc34.noarch.rpm   2.4 MB/s |  22 kB     00:00    
14:54:55 #8 41.17 (123/136): perl-vars-1.05-477.fc34.noarch.rpm   2.1 MB/s |  23 kB     00:00    
14:54:55 #8 41.17 (124/136): python-srpm-macros-3.9-38.fc34.noarc 2.4 MB/s |  20 kB     00:00    
14:54:55 #8 41.18 (125/136): python3-dbus-1.2.18-1.fc34.x86_64.rp 9.9 MB/s | 132 kB     00:00    
14:54:55 #8 41.18 (126/136): python3-dnf-plugins-core-4.0.23-1.fc  16 MB/s | 210 kB     00:00    
14:54:55 #8 41.19 (127/136): python3-enchant-3.2.1-1.fc34.noarch. 5.7 MB/s |  78 kB     00:00    
14:54:55 #8 41.19 (128/136): python3-file-magic-5.39-7.fc34.noarc 1.5 MB/s |  17 kB     00:00    
14:54:55 #8 41.20 (129/136): redhat-rpm-config-183-3.fc34.noarch. 9.9 MB/s |  65 kB     00:00    
14:54:55 #8 41.20 (130/136): rpmautospec-rpm-macros-0.2.5-1.fc34. 1.0 MB/s | 9.9 kB     00:00    
14:54:55 #8 41.21 (131/136): python3-setuptools-53.0.0-2.fc34.noa  31 MB/s | 840 kB     00:00    
14:54:55 #8 41.21 (132/136): rust-srpm-macros-18-1.fc34.noarch.rp 829 kB/s | 9.2 kB     00:00    
14:54:55 #8 41.22 (133/136): xxhash-libs-0.8.0-3.fc34.x86_64.rpm  6.0 MB/s |  40 kB     00:00    
14:54:55 #8 41.24 (134/136): rpmlint-1.11-19.fc34.noarch.rpm      4.5 MB/s | 185 kB     00:00    
14:54:55 #8 41.25 (135/136): zstd-1.5.0-1.fc34.x86_64.rpm          19 MB/s | 643 kB     00:00    
14:54:55 #8 41.26 (136/136): file-libs-5.39-7.fc34.x86_64.rpm      16 MB/s | 588 kB     00:00    
14:54:55 #8 41.26 --------------------------------------------------------------------------------
14:54:55 #8 41.26 Total                                            15 MB/s |  31 MB     00:02     
14:54:55 #23 25.34 Setting up libc6:armhf (2.31-13+deb11u2) ...
14:54:56 #23 26.58 Setting up libc6:ppc64el (2.31-13+deb11u2) ...
14:54:56 #8 43.06 Running transaction check
14:54:56 #8 43.14 Transaction check succeeded.
14:54:56 #8 43.14 Running transaction test
14:54:57 #8 43.60 Transaction test succeeded.
14:54:57 #8 43.60 Running transaction
14:54:57 #23 27.80 Setting up libc6:s390x (2.31-13+deb11u2) ...
14:54:58 #8 44.35   Preparing        :                                                        1/1 
14:54:58 #8 44.38   Installing       : elfutils-debuginfod-client-0.185-2.fc34.x86_64       1/137 
14:54:58 #8 44.40   Installing       : binutils-gold-2.35.2-6.fc34.x86_64                   2/137 
14:54:58 #8 44.52   Installing       : binutils-2.35.2-6.fc34.x86_64                        3/137 
14:54:58 #8 44.53   Running scriptlet: binutils-2.35.2-6.fc34.x86_64                        3/137 
14:54:58 #8 44.54   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      4/137 
14:54:58 #8 44.58   Installing       : groff-base-1.22.4-7.fc34.x86_64                      4/137 
14:54:58 #8 44.59   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      4/137 
14:54:58 #8 44.61   Installing       : xz-5.2.5-5.fc34.x86_64                               5/137 
14:54:58 #8 44.62   Installing       : unzip-6.0-50.fc34.x86_64                             6/137 
14:54:58 #8 44.63   Installing       : findutils-1:4.8.0-2.fc34.x86_64                      7/137 
14:54:58 #8 44.64   Installing       : cpio-2.13-10.fc34.x86_64                             8/137 
14:54:58 #8 44.65   Installing       : bzip2-1.0.8-6.fc34.x86_64                            9/137 
14:54:58 #8 44.66   Installing       : zip-3.0-28.fc34.x86_64                              10/137 
14:54:58 #8 44.68   Installing       : elfutils-0.185-2.fc34.x86_64                        11/137 
14:54:58 #8 44.72   Upgrading        : file-libs-5.39-7.fc34.x86_64                        12/137 
14:54:58 #8 44.73   Installing       : file-5.39-7.fc34.x86_64                             13/137 
14:54:58 #8 44.73   Installing       : python3-file-magic-5.39-7.fc34.noarch               14/137 
14:54:58 #8 44.75   Installing       : zstd-1.5.0-1.fc34.x86_64                            15/137 
14:54:58 #8 44.76   Installing       : xxhash-libs-0.8.0-3.fc34.x86_64                     16/137 
14:54:58 #23 29.00 Setting up libapparmor1:arm64 (2.13.6-10) ...
14:54:58 #23 29.01 Setting up libapparmor1:armel (2.13.6-10) ...
14:54:58 #23 29.02 Setting up libapparmor1:armhf (2.13.6-10) ...
14:54:58 #23 29.03 Setting up libapparmor1:ppc64el (2.13.6-10) ...
14:54:58 #23 29.05 Setting up libapparmor1:s390x (2.13.6-10) ...
14:54:58 #23 29.06 Setting up libseccomp2:arm64 (2.5.1-1) ...
14:54:58 #23 29.07 Setting up libseccomp2:armel (2.5.1-1) ...
14:54:58 #23 29.11 Setting up libseccomp2:armhf (2.5.1-1) ...
14:54:58 #23 29.13 Setting up libseccomp2:ppc64el (2.5.1-1) ...
14:54:58 #8 44.83   Installing       : gdb-minimal-10.2-3.fc34.x86_64                      17/137 
14:54:58 #8 44.84   Installing       : rust-srpm-macros-18-1.fc34.noarch                   18/137 
14:54:58 #8 44.84   Installing       : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch          19/137 
14:54:58 #8 44.90   Installing       : python3-setuptools-53.0.0-2.fc34.noarch             20/137 
14:54:58 #8 44.91   Installing       : python3-distro-1.5.0-5.fc34.noarch                  21/137 
14:54:58 #8 44.92   Installing       : libjpeg-turbo-2.0.90-3.fc34.x86_64                  22/137 
14:54:58 #8 44.93   Installing       : less-581.2-1.fc34.x86_64                            23/137 
14:54:58 #8 44.94   Installing       : json-glib-1.6.6-1.fc34.x86_64                       24/137 
14:54:58 #8 44.94   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               25/137 
14:54:58 #8 44.95   Installing       : desktop-file-utils-0.26-3.fc34.x86_64               26/137 
14:54:58 #8 44.96   Installing       : efi-srpm-macros-5-4.fc34.noarch                     27/137 
14:54:58 #8 44.97   Installing       : shared-mime-info-2.1-2.fc34.x86_64                  28/137 
14:54:58 #8 44.99   Running scriptlet: shared-mime-info-2.1-2.fc34.x86_64                  28/137 
14:54:58 #8 45.00   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                29/137 
14:54:58 #8 45.01   Installing       : python3-six-1.15.0-5.fc34.noarch                    30/137 
14:54:58 #8 45.02   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              31/137 
14:54:58 #8 45.03   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      32/137 
14:54:58 #8 45.03   Installing       : perl-srpm-macros-1-39.fc34.noarch                   33/137 
14:54:58 #8 45.03   Installing       : openblas-srpm-macros-2-9.fc34.noarch                34/137 
14:54:58 #8 45.04   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   35/137 
14:54:58 #23 29.14 Setting up libseccomp2:s390x (2.5.1-1) ...
14:54:58 #23 29.15 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
14:54:58 #23 29.17 Setting up libapparmor-dev:armel (2.13.6-10) ...
14:54:58 #23 29.19 Setting up libapparmor-dev:armhf (2.13.6-10) ...
14:54:58 #23 29.20 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
14:54:58 #23 29.22 Setting up libapparmor-dev:s390x (2.13.6-10) ...
14:54:58 #23 29.24 Setting up libseccomp-dev:arm64 (2.5.1-1) ...
14:54:58 #23 29.25 Setting up libseccomp-dev:armel (2.5.1-1) ...
14:54:58 #23 29.27 Setting up libseccomp-dev:armhf (2.5.1-1) ...
14:54:58 #23 29.28 Setting up libseccomp-dev:ppc64el (2.5.1-1) ...
14:54:58 #23 29.29 Setting up libseccomp-dev:s390x (2.5.1-1) ...
14:54:58 #23 29.30 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:54:58 #8 45.04   Installing       : nim-srpm-macros-3-4.fc34.noarch                     36/137 
14:54:58 #8 45.05   Installing       : ncurses-6.2-4.20200222.fc34.x86_64                  37/137 
14:54:58 #8 45.06   Installing       : perl-Digest-1.20-1.fc34.noarch                      38/137 
14:54:58 #8 45.06   Installing       : perl-Digest-MD5-2.58-2.fc34.x86_64                  39/137 
14:54:58 #8 45.07   Installing       : perl-B-1.80-477.fc34.x86_64                         40/137 
14:54:58 #8 45.08   Installing       : perl-FileHandle-2.03-477.fc34.noarch                41/137 
14:54:58 #8 45.08   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                42/137 
14:54:58 #8 45.09   Installing       : perl-Data-Dumper-2.174-460.fc34.x86_64              43/137 
14:54:58 #8 45.09   Installing       : perl-libnet-3.13-2.fc34.noarch                      44/137 
14:54:58 #8 45.10   Installing       : perl-base-2.27-477.fc34.noarch                      45/137 
14:54:58 #8 45.11   Installing       : perl-URI-5.09-1.fc34.noarch                         46/137 
14:54:58 #8 45.13   Installing       : perl-Net-SSLeay-1.90-2.fc34.x86_64                  47/137 
14:54:58 #8 45.14   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               48/137 
14:54:58 #8 45.15   Installing       : perl-Mozilla-CA-20200520-4.fc34.noarch              49/137 
14:54:58 #8 45.15   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         50/137 
14:54:58 #8 45.16   Installing       : perl-if-0.60.800-477.fc34.noarch                    51/137 
14:54:58 #8 45.16   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                52/137 
14:54:58 #8 45.17   Installing       : perl-File-Path-2.18-2.fc34.noarch                   53/137 
14:54:58 #8 45.17   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              54/137 
14:54:58 #8 45.18   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             55/137 
14:54:58 #8 45.18   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            56/137 
14:54:58 #8 45.19   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              57/137 
14:54:58 #8 45.19   Installing       : perl-POSIX-1.94-477.fc34.x86_64                     58/137 
14:54:58 #8 45.20   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 59/137 
14:54:58 #8 45.21   Installing       : perl-subs-1.03-477.fc34.noarch                      60/137 
14:54:58 #8 45.21   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            61/137 
14:54:58 #8 45.22   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  62/137 
14:54:58 #8 45.23   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                63/137 
14:54:58 #8 45.24   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  64/137 
14:54:58 #8 45.24   Installing       : perl-Socket-4:2.032-1.fc34.x86_64                   65/137 
14:54:58 #8 45.25   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               66/137 
14:54:58 #8 45.25   Installing       : perl-Symbol-1.08-477.fc34.noarch                    67/137 
14:54:58 #8 45.26   Installing       : perl-File-stat-1.09-477.fc34.noarch                 68/137 
14:54:58 #8 45.26   Installing       : perl-podlators-1:4.14-458.fc34.noarch               69/137 
14:54:58 #8 45.27   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            70/137 
14:54:58 #8 45.28   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           71/137 
14:54:58 #8 45.28   Installing       : perl-Fcntl-1.13-477.fc34.x86_64                     72/137 
14:54:58 #8 45.29   Installing       : perl-mro-1.23-477.fc34.x86_64                       73/137 
14:54:58 #8 45.29   Installing       : perl-IO-1.43-477.fc34.x86_64                        74/137 
14:54:58 #8 45.30   Installing       : perl-overloading-0.02-477.fc34.noarch               75/137 
14:54:58 #8 45.31   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 76/137 
14:54:58 #8 45.31   Installing       : perl-MIME-Base64-3.16-2.fc34.x86_64                 77/137 
14:54:58 #8 45.32   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       78/137 
14:54:58 #8 45.32   Installing       : perl-constant-1.33-459.fc34.noarch                  79/137 
14:54:58 #8 45.33   Installing       : perl-parent-1:0.238-458.fc34.noarch                 80/137 
14:54:58 #8 45.33   Installing       : perl-Errno-1.30-477.fc34.x86_64                     81/137 
14:54:58 #8 45.34   Installing       : perl-File-Basename-2.85-477.fc34.noarch             82/137 
14:54:58 #8 45.34   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                83/137 
14:54:59 #8 45.35   Installing       : perl-Storable-1:3.21-458.fc34.x86_64                84/137 
14:54:59 #8 45.35   Installing       : perl-overload-1.31-477.fc34.noarch                  85/137 
14:54:59 #8 45.36   Installing       : perl-vars-1.05-477.fc34.noarch                      86/137 
14:54:59 #8 45.36   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               87/137 
14:54:59 #8 45.37   Installing       : perl-Carp-1.50-458.fc34.noarch                      88/137 
14:54:59 #8 45.37   Installing       : perl-Exporter-5.74-459.fc34.noarch                  89/137 
14:54:59 #8 45.38   Installing       : perl-DynaLoader-1.47-477.fc34.x86_64                90/137 
14:54:59 #8 45.39   Installing       : perl-PathTools-3.78-459.fc34.x86_64                 91/137 
14:54:59 #8 45.40   Installing       : perl-NDBM_File-1.15-477.fc34.x86_64                 92/137 
14:54:59 #8 45.46   Installing       : perl-Encode-4:3.12-460.fc34.x86_64                  93/137 
14:54:59 #8 45.56   Installing       : perl-libs-4:5.32.1-477.fc34.x86_64                  94/137 
14:54:59 #23 DONE 29.7s
14:54:59 
14:54:59 #28 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
14:54:59 #28 sha256:decb248db1558bad3ba1cc327f1c2a5efd058ef38ebf99859ec305f436fca89a
14:54:59 #28 DONE 0.1s
14:54:59 
14:54:59 #29 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
14:54:59 #29 sha256:8b0dde58aa52e3e65dd56deea757d0a6a92c9e860991801753465426764db014
14:54:59 #8 45.57   Installing       : perl-interpreter-4:5.32.1-477.fc34.x86_64           95/137 
14:54:59 #8 45.57   Installing       : lua-srpm-macros-1-4.fc34.noarch                     96/137 
14:54:59 #8 45.58   Installing       : libstemmer-0-16.585svn.fc34.x86_64                  97/137 
14:54:59 #8 45.59   Installing       : libproxy-0.4.15-30.fc34.x86_64                      98/137 
14:54:59 #8 45.59   Installing       : libpng-2:1.6.37-10.fc34.x86_64                      99/137 
14:54:59 #8 45.61   Installing       : gdk-pixbuf2-2.42.6-1.fc34.x86_64                   100/137 
14:54:59 #8 45.61   Installing       : libpkgconf-1.7.3-6.fc34.x86_64                     101/137 
14:54:59 #8 45.62   Installing       : pkgconf-1.7.3-6.fc34.x86_64                        102/137 
14:54:59 #8 45.63   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.x86_64             103/137 
14:54:59 #8 45.63   Installing       : libpipeline-1.5.3-2.fc34.x86_64                    104/137 
14:54:59 #8 45.64   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         105/137 
14:54:59 #8 45.67   Installing       : man-db-2.9.3-3.fc34.x86_64                         105/137 
14:54:59 #8 45.68   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         105/137 
14:54:59 #8 45.69   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               106/137 
14:54:59 #8 45.70   Installing       : info-6.7-10.fc34.x86_64                            107/137 
14:54:59 #8 45.71   Installing       : ed-1.14.2-10.fc34.x86_64                           108/137 
14:54:59 #8 45.71   Installing       : patch-2.7.6-14.fc34.x86_64                         109/137 
14:54:59 #8 45.72   Installing       : hunspell-filesystem-1.7.0-9.fc34.x86_64            110/137 
14:54:59 #8 45.73   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         111/137 
14:54:59 #8 45.74   Installing       : hunspell-1.7.0-9.fc34.x86_64                       112/137 
14:54:59 #8 45.74   Installing       : enchant-1:1.6.0-27.fc34.x86_64                     113/137 
14:54:59 #8 45.75   Installing       : python3-enchant-3.2.1-1.fc34.noarch                114/137 
14:54:59 #8 45.76   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  115/137 
14:54:59 #8 45.76   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                116/137 
14:54:59 #8 45.77   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  117/137 
14:54:59 #8 45.77   Installing       : dwz-0.14-1.fc34.x86_64                             118/137 
14:54:59 #8 45.78   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            119/137 
14:54:59 #8 45.78   Installing       : go-srpm-macros-3.0.10-1.fc34.noarch                120/137 
14:54:59 #8 45.79   Installing       : python-srpm-macros-3.9-38.fc34.noarch              121/137 
14:54:59 #8 45.80   Installing       : redhat-rpm-config-183-3.fc34.noarch                122/137 
14:54:59 #8 45.81   Installing       : diffutils-3.7-8.fc34.x86_64                        123/137 
14:54:59 #8 45.82   Installing       : dbus-libs-1:1.12.20-3.fc34.x86_64                  124/137 
14:54:59 #8 45.83   Installing       : python3-dbus-1.2.18-1.fc34.x86_64                  125/137 
14:54:59 #8 45.84   Installing       : python3-dnf-plugins-core-4.0.23-1.fc34.noarch      126/137 
14:54:59 #8 45.86   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   127/137 
14:54:59 #8 45.87   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        128/137 
14:54:59 #29 DONE 0.2s
14:54:59 
14:54:59 #30 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:54:59 #30 sha256:39f006e4134d4aada6629d38c908c5b3483d87aae31f6c44e7d6ee0d0b4df21b
14:54:59 #8 45.88   Installing       : gsettings-desktop-schemas-40.0-1.fc34.x86_64       129/137 
14:54:59 #8 45.89   Installing       : glib-networking-2.68.2-1.fc34.x86_64               130/137 
14:54:59 #8 45.91   Installing       : libsoup-2.72.0-6.fc34.x86_64                       131/137 
14:54:59 #8 45.92   Installing       : libappstream-glib-0.7.18-2.fc34.x86_64             132/137 
14:54:59 #8 45.94   Installing       : rpmlint-1.11-19.fc34.noarch                        133/137 
14:54:59 #8 45.94   Installing       : dnf-plugins-core-4.0.23-1.fc34.noarch              134/137 
14:54:59 #8 45.95   Installing       : rpm-build-4.16.1.3-1.fc34.x86_64                   135/137 
14:54:59 #8 45.96   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         136/137 
14:54:59 #8 45.97   Cleanup          : file-libs-5.39-6.fc34.x86_64                       137/137 
14:55:00 #30 0.742 + RM_GOPATH=0
14:55:00 #30 0.742 + TMP_GOPATH=
14:55:00 #30 0.742 + : /build
14:55:00 #30 0.742 + '[' -z '' ']'
14:55:00 #30 0.743 ++ mktemp -d
14:55:00 #30 0.744 + export GOPATH=/tmp/tmp.r7WBob9Y4m
14:55:00 #30 0.744 + GOPATH=/tmp/tmp.r7WBob9Y4m
14:55:00 #30 0.744 + RM_GOPATH=1
14:55:00 #30 0.744 + case "$(go env GOARCH)" in
14:55:00 #30 0.745 ++ go env GOARCH
14:55:00 #30 0.755 + export GO_BUILDMODE=-buildmode=pie
14:55:00 #30 0.755 + GO_BUILDMODE=-buildmode=pie
14:55:00 #30 0.756 ++ dirname /install.sh
14:55:00 #30 0.761 Install runc version v1.0.2 (build tags: seccomp)
14:55:00 #30 0.762 + dir=/
14:55:00 #30 0.762 + bin=runc
14:55:00 #30 0.762 + shift
14:55:00 #30 0.762 + '[' '!' -f //runc.installer ']'
14:55:00 #30 0.762 + . //runc.installer
14:55:00 #30 0.762 ++ set -e
14:55:00 #30 0.762 ++ : v1.0.2
14:55:00 #30 0.762 + install_runc
14:55:00 #30 0.762 + RUNC_BUILDTAGS=seccomp
14:55:00 #30 0.762 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
14:55:00 #30 0.762 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.r7WBob9Y4m/src/github.com/opencontainers/runc
14:55:00 #30 0.765 Cloning into '/tmp/tmp.r7WBob9Y4m/src/github.com/opencontainers/runc'...
14:55:03 #8 45.98   Running scriptlet: file-libs-5.39-6.fc34.x86_64                       137/137 
14:55:03 #8 48.67   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/137 
14:55:03 #8 48.67   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/137 
14:55:03 #8 48.67   Verifying        : bzip2-1.0.8-6.fc34.x86_64                            3/137 
14:55:03 #8 48.67   Verifying        : cpio-2.13-10.fc34.x86_64                             4/137 
14:55:03 #8 48.67   Verifying        : dbus-libs-1:1.12.20-3.fc34.x86_64                    5/137 
14:55:03 #8 48.67   Verifying        : desktop-file-utils-0.26-3.fc34.x86_64                6/137 
14:55:03 #8 48.67   Verifying        : diffutils-3.7-8.fc34.x86_64                          7/137 
14:55:03 #8 48.67   Verifying        : dwz-0.14-1.fc34.x86_64                               8/137 
14:55:03 #8 48.67   Verifying        : ed-1.14.2-10.fc34.x86_64                             9/137 
14:55:03 #8 48.67   Verifying        : enchant-1:1.6.0-27.fc34.x86_64                      10/137 
14:55:03 #8 48.67   Verifying        : findutils-1:4.8.0-2.fc34.x86_64                     11/137 
14:55:03 #8 48.67   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/137 
14:55:03 #8 48.67   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/137 
14:55:03 #8 48.67   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/137 
14:55:03 #8 48.67   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/137 
14:55:03 #8 48.67   Verifying        : groff-base-1.22.4-7.fc34.x86_64                     16/137 
14:55:03 #8 48.67   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.x86_64        17/137 
14:55:03 #8 48.67   Verifying        : hunspell-1.7.0-9.fc34.x86_64                        18/137 
14:55:03 #8 48.67   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/137 
14:55:03 #8 48.67   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/137 
14:55:03 #8 48.67   Verifying        : hunspell-filesystem-1.7.0-9.fc34.x86_64             21/137 
14:55:03 #8 48.67   Verifying        : info-6.7-10.fc34.x86_64                             22/137 
14:55:03 #8 48.67   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/137 
14:55:03 #8 48.67   Verifying        : libappstream-glib-0.7.18-2.fc34.x86_64              24/137 
14:55:03 #8 48.67   Verifying        : libpipeline-1.5.3-2.fc34.x86_64                     25/137 
14:55:03 #8 48.67   Verifying        : libpkgconf-1.7.3-6.fc34.x86_64                      26/137 
14:55:03 #8 48.67   Verifying        : libpng-2:1.6.37-10.fc34.x86_64                      27/137 
14:55:03 #8 48.67   Verifying        : libproxy-0.4.15-30.fc34.x86_64                      28/137 
14:55:03 #8 48.67   Verifying        : libsoup-2.72.0-6.fc34.x86_64                        29/137 
14:55:03 #8 48.67   Verifying        : libstemmer-0-16.585svn.fc34.x86_64                  30/137 
14:55:03 #8 48.67   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     31/137 
14:55:03 #8 48.67   Verifying        : man-db-2.9.3-3.fc34.x86_64                          32/137 
14:55:03 #8 48.68   Verifying        : ncurses-6.2-4.20200222.fc34.x86_64                  33/137 
14:55:03 #8 48.68   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     34/137 
14:55:03 #8 48.68   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   35/137 
14:55:03 #8 48.68   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                36/137 
14:55:03 #8 48.68   Verifying        : patch-2.7.6-14.fc34.x86_64                          37/137 
14:55:03 #8 48.68   Verifying        : perl-Carp-1.50-458.fc34.noarch                      38/137 
14:55:03 #8 48.68   Verifying        : perl-Data-Dumper-2.174-460.fc34.x86_64              39/137 
14:55:03 #8 48.68   Verifying        : perl-Digest-MD5-2.58-2.fc34.x86_64                  40/137 
14:55:03 #8 48.68   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  41/137 
14:55:03 #8 48.68   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   42/137 
14:55:03 #8 48.68   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            43/137 
14:55:03 #8 48.68   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               44/137 
14:55:03 #8 48.68   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                45/137 
14:55:03 #8 48.68   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              46/137 
14:55:03 #8 48.68   Verifying        : perl-MIME-Base64-3.16-2.fc34.x86_64                 47/137 
14:55:03 #8 48.68   Verifying        : perl-Mozilla-CA-20200520-4.fc34.noarch              48/137 
14:55:03 #8 48.68   Verifying        : perl-Net-SSLeay-1.90-2.fc34.x86_64                  49/137 
14:55:03 #8 48.68   Verifying        : perl-PathTools-3.78-459.fc34.x86_64                 50/137 
14:55:03 #8 48.68   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             51/137 
14:55:03 #8 48.68   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            52/137 
14:55:03 #8 48.68   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                53/137 
14:55:03 #8 48.68   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 54/137 
14:55:03 #8 48.68   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       55/137 
14:55:03 #8 48.68   Verifying        : perl-Storable-1:3.21-458.fc34.x86_64                56/137 
14:55:03 #8 48.68   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            57/137 
14:55:03 #8 48.68   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  58/137 
14:55:03 #8 48.68   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           59/137 
14:55:03 #8 48.68   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               60/137 
14:55:03 #8 48.68   Verifying        : perl-URI-5.09-1.fc34.noarch                         61/137 
14:55:03 #8 48.68   Verifying        : perl-constant-1.33-459.fc34.noarch                  62/137 
14:55:03 #8 48.68   Verifying        : perl-libnet-3.13-2.fc34.noarch                      63/137 
14:55:03 #8 48.68   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 64/137 
14:55:03 #8 48.68   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               65/137 
14:55:03 #8 48.68   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   66/137 
14:55:03 #8 48.68   Verifying        : pkgconf-1.7.3-6.fc34.x86_64                         67/137 
14:55:03 #8 48.68   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      68/137 
14:55:03 #8 48.68   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.x86_64              69/137 
14:55:03 #8 48.68   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              70/137 
14:55:03 #8 48.68   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  71/137 
14:55:03 #8 48.68   Verifying        : python3-six-1.15.0-5.fc34.noarch                    72/137 
14:55:03 #8 48.68   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                73/137 
14:55:03 #8 48.68   Verifying        : rpm-build-4.16.1.3-1.fc34.x86_64                    74/137 
14:55:03 #8 48.68   Verifying        : shared-mime-info-2.1-2.fc34.x86_64                  75/137 
14:55:03 #8 48.68   Verifying        : unzip-6.0-50.fc34.x86_64                            76/137 
14:55:03 #8 48.68   Verifying        : xz-5.2.5-5.fc34.x86_64                              77/137 
14:55:03 #8 48.68   Verifying        : zip-3.0-28.fc34.x86_64                              78/137 
14:55:03 #8 48.68   Verifying        : binutils-2.35.2-6.fc34.x86_64                       79/137 
14:55:03 #8 48.68   Verifying        : binutils-gold-2.35.2-6.fc34.x86_64                  80/137 
14:55:03 #8 48.68   Verifying        : dnf-plugins-core-4.0.23-1.fc34.noarch               81/137 
14:55:03 #8 48.68   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     82/137 
14:55:03 #8 48.68   Verifying        : elfutils-0.185-2.fc34.x86_64                        83/137 
14:55:03 #8 48.68   Verifying        : elfutils-debuginfod-client-0.185-2.fc34.x86_64      84/137 
14:55:03 #8 48.68   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               85/137 
14:55:03 #8 48.68   Verifying        : file-5.39-7.fc34.x86_64                             86/137 
14:55:03 #8 48.68   Verifying        : gdb-minimal-10.2-3.fc34.x86_64                      87/137 
14:55:03 #8 48.68   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    88/137 
14:55:03 #8 48.68   Verifying        : glib-networking-2.68.2-1.fc34.x86_64                89/137 
14:55:03 #8 48.68   Verifying        : go-srpm-macros-3.0.10-1.fc34.noarch                 90/137 
14:55:03 #8 48.68   Verifying        : json-glib-1.6.6-1.fc34.x86_64                       91/137 
14:55:03 #8 48.68   Verifying        : less-581.2-1.fc34.x86_64                            92/137 
14:55:03 #8 48.68   Verifying        : libjpeg-turbo-2.0.90-3.fc34.x86_64                  93/137 
14:55:03 #8 48.68   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                94/137 
14:55:03 #8 48.68   Verifying        : perl-B-1.80-477.fc34.x86_64                         95/137 
14:55:03 #8 48.68   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              96/137 
14:55:03 #8 48.68   Verifying        : perl-Digest-1.20-1.fc34.noarch                      97/137 
14:55:03 #8 48.68   Verifying        : perl-DynaLoader-1.47-477.fc34.x86_64                98/137 
14:55:03 #8 48.68   Verifying        : perl-Encode-4:3.12-460.fc34.x86_64                  99/137 
14:55:03 #8 48.68   Verifying        : perl-Errno-1.30-477.fc34.x86_64                    100/137 
14:55:03 #8 48.68   Verifying        : perl-Fcntl-1.13-477.fc34.x86_64                    101/137 
14:55:03 #8 48.68   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            102/137 
14:55:03 #8 48.68   Verifying        : perl-File-stat-1.09-477.fc34.noarch                103/137 
14:55:03 #8 48.68   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               104/137 
14:55:03 #8 48.68   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               105/137 
14:55:03 #8 48.68   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 106/137 
14:55:03 #8 48.68   Verifying        : perl-IO-1.43-477.fc34.x86_64                       107/137 
14:55:03 #8 48.68   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                108/137 
14:55:03 #8 48.68   Verifying        : perl-NDBM_File-1.15-477.fc34.x86_64                109/137 
14:55:03 #8 48.68   Verifying        : perl-POSIX-1.94-477.fc34.x86_64                    110/137 
14:55:03 #8 48.68   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/137 
14:55:03 #8 48.68   Verifying        : perl-Socket-4:2.032-1.fc34.x86_64                  112/137 
14:55:03 #8 48.68   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/137 
14:55:03 #8 48.68   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/137 
14:55:03 #8 48.68   Verifying        : perl-base-2.27-477.fc34.noarch                     115/137 
14:55:03 #8 48.68   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/137 
14:55:03 #8 48.68   Verifying        : perl-interpreter-4:5.32.1-477.fc34.x86_64          117/137 
14:55:03 #8 48.68   Verifying        : perl-libs-4:5.32.1-477.fc34.x86_64                 118/137 
14:55:03 #8 48.68   Verifying        : perl-mro-1.23-477.fc34.x86_64                      119/137 
14:55:03 #8 48.68   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/137 
14:55:03 #8 48.68   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/137 
14:55:03 #8 48.68   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/137 
14:55:03 #8 48.68   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/137 
14:55:03 #8 48.68   Verifying        : python-srpm-macros-3.9-38.fc34.noarch              124/137 
14:55:03 #8 48.68   Verifying        : python3-dbus-1.2.18-1.fc34.x86_64                  125/137 
14:55:03 #8 48.68   Verifying        : python3-dnf-plugins-core-4.0.23-1.fc34.noarch      126/137 
14:55:03 #8 48.68   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/137 
14:55:03 #8 48.68   Verifying        : python3-file-magic-5.39-7.fc34.noarch              128/137 
14:55:03 #8 48.68   Verifying        : python3-setuptools-53.0.0-2.fc34.noarch            129/137 
14:55:03 #8 48.68   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/137 
14:55:03 #8 48.68   Verifying        : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch         131/137 
14:55:03 #8 48.68   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/137 
14:55:03 #8 48.68   Verifying        : rust-srpm-macros-18-1.fc34.noarch                  133/137 
14:55:03 #8 48.68   Verifying        : xxhash-libs-0.8.0-3.fc34.x86_64                    134/137 
14:55:03 #8 48.68   Verifying        : zstd-1.5.0-1.fc34.x86_64                           135/137 
14:55:03 #8 48.68   Verifying        : file-libs-5.39-7.fc34.x86_64                       136/137 
14:55:03 #8 48.68   Verifying        : file-libs-5.39-6.fc34.x86_64                       137/137 
14:55:03 #8 48.83 
14:55:03 #8 48.83 Upgraded:
14:55:03 #8 48.83   file-libs-5.39-7.fc34.x86_64                                                  
14:55:03 #8 48.83 Installed:
14:55:03 #8 48.83   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
14:55:03 #8 48.83   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
14:55:03 #8 48.83   binutils-2.35.2-6.fc34.x86_64                                                 
14:55:03 #8 48.83   binutils-gold-2.35.2-6.fc34.x86_64                                            
14:55:03 #8 48.83   bzip2-1.0.8-6.fc34.x86_64                                                     
14:55:03 #8 48.83   cpio-2.13-10.fc34.x86_64                                                      
14:55:03 #8 48.83   dbus-libs-1:1.12.20-3.fc34.x86_64                                             
14:55:03 #8 48.83   desktop-file-utils-0.26-3.fc34.x86_64                                         
14:55:03 #8 48.83   diffutils-3.7-8.fc34.x86_64                                                   
14:55:03 #8 48.83   dnf-plugins-core-4.0.23-1.fc34.noarch                                         
14:55:03 #8 48.83   dwz-0.14-1.fc34.x86_64                                                        
14:55:03 #8 48.83   ed-1.14.2-10.fc34.x86_64                                                      
14:55:03 #8 48.83   efi-srpm-macros-5-4.fc34.noarch                                               
14:55:03 #8 48.83   elfutils-0.185-2.fc34.x86_64                                                  
14:55:03 #8 48.83   elfutils-debuginfod-client-0.185-2.fc34.x86_64                                
14:55:03 #8 48.83   emacs-filesystem-1:27.2-5.fc34.noarch                                         
14:55:03 #8 48.83   enchant-1:1.6.0-27.fc34.x86_64                                                
14:55:03 #8 48.83   file-5.39-7.fc34.x86_64                                                       
14:55:03 #8 48.83   findutils-1:4.8.0-2.fc34.x86_64                                               
14:55:03 #8 48.83   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
14:55:03 #8 48.83   fpc-srpm-macros-1.3-3.fc34.noarch                                             
14:55:03 #8 48.83   gdb-minimal-10.2-3.fc34.x86_64                                                
14:55:03 #8 48.83   gdk-pixbuf2-2.42.6-1.fc34.x86_64                                              
14:55:03 #8 48.83   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
14:55:03 #8 48.83   glib-networking-2.68.2-1.fc34.x86_64                                          
14:55:03 #8 48.83   gnat-srpm-macros-4-13.fc34.noarch                                             
14:55:03 #8 48.83   go-srpm-macros-3.0.10-1.fc34.noarch                                           
14:55:03 #8 48.83   groff-base-1.22.4-7.fc34.x86_64                                               
14:55:03 #8 48.83   gsettings-desktop-schemas-40.0-1.fc34.x86_64                                  
14:55:03 #8 48.83   hunspell-1.7.0-9.fc34.x86_64                                                  
14:55:03 #8 48.83   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
14:55:03 #8 48.83   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
14:55:03 #8 48.83   hunspell-filesystem-1.7.0-9.fc34.x86_64                                       
14:55:03 #8 48.83   info-6.7-10.fc34.x86_64                                                       
14:55:03 #8 48.83   json-glib-1.6.6-1.fc34.x86_64                                                 
14:55:03 #8 48.83   kernel-srpm-macros-1.0-4.fc34.noarch                                          
14:55:03 #8 48.83   less-581.2-1.fc34.x86_64                                                      
14:55:03 #8 48.83   libappstream-glib-0.7.18-2.fc34.x86_64                                        
14:55:03 #8 48.83   libjpeg-turbo-2.0.90-3.fc34.x86_64                                            
14:55:03 #8 48.83   libpipeline-1.5.3-2.fc34.x86_64                                               
14:55:03 #8 48.83   libpkgconf-1.7.3-6.fc34.x86_64                                                
14:55:03 #8 48.83   libpng-2:1.6.37-10.fc34.x86_64                                                
14:55:03 #8 48.83   libproxy-0.4.15-30.fc34.x86_64                                                
14:55:03 #8 48.83   libsoup-2.72.0-6.fc34.x86_64                                                  
14:55:03 #8 48.83   libstemmer-0-16.585svn.fc34.x86_64                                            
14:55:03 #8 48.83   lua-srpm-macros-1-4.fc34.noarch                                               
14:55:03 #8 48.83   man-db-2.9.3-3.fc34.x86_64                                                    
14:55:03 #8 48.83   ncurses-6.2-4.20200222.fc34.x86_64                                            
14:55:03 #8 48.83   nim-srpm-macros-3-4.fc34.noarch                                               
14:55:03 #8 48.83   ocaml-srpm-macros-6-4.fc34.noarch                                             
14:55:03 #8 48.83   openblas-srpm-macros-2-9.fc34.noarch                                          
14:55:03 #8 48.83   patch-2.7.6-14.fc34.x86_64                                                    
14:55:03 #8 48.83   perl-AutoLoader-5.74-477.fc34.noarch                                          
14:55:03 #8 48.83   perl-B-1.80-477.fc34.x86_64                                                   
14:55:03 #8 48.83   perl-Carp-1.50-458.fc34.noarch                                                
14:55:03 #8 48.83   perl-Class-Struct-0.66-477.fc34.noarch                                        
14:55:03 #8 48.83   perl-Data-Dumper-2.174-460.fc34.x86_64                                        
14:55:03 #8 48.83   perl-Digest-1.20-1.fc34.noarch                                                
14:55:03 #8 48.83   perl-Digest-MD5-2.58-2.fc34.x86_64                                            
14:55:03 #8 48.83   perl-DynaLoader-1.47-477.fc34.x86_64                                          
14:55:03 #8 48.83   perl-Encode-4:3.12-460.fc34.x86_64                                            
14:55:03 #8 48.83   perl-Errno-1.30-477.fc34.x86_64                                               
14:55:03 #8 48.83   perl-Exporter-5.74-459.fc34.noarch                                            
14:55:03 #8 48.83   perl-Fcntl-1.13-477.fc34.x86_64                                               
14:55:03 #8 48.83   perl-File-Basename-2.85-477.fc34.noarch                                       
14:55:03 #8 48.83   perl-File-Path-2.18-2.fc34.noarch                                             
14:55:03 #8 48.83   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
14:55:03 #8 48.83   perl-File-stat-1.09-477.fc34.noarch                                           
14:55:03 #8 48.83   perl-FileHandle-2.03-477.fc34.noarch                                          
14:55:03 #8 48.83   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
14:55:03 #8 48.83   perl-Getopt-Std-1.12-477.fc34.noarch                                          
14:55:03 #8 48.83   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
14:55:03 #8 48.83   perl-IO-1.43-477.fc34.x86_64                                                  
14:55:03 #8 48.83   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
14:55:03 #8 48.83   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
14:55:03 #8 48.83   perl-IPC-Open3-1.21-477.fc34.noarch                                           
14:55:03 #8 48.83   perl-MIME-Base64-3.16-2.fc34.x86_64                                           
14:55:03 #8 48.83   perl-Mozilla-CA-20200520-4.fc34.noarch                                        
14:55:03 #8 48.83   perl-NDBM_File-1.15-477.fc34.x86_64                                           
14:55:03 #8 48.83   perl-Net-SSLeay-1.90-2.fc34.x86_64                                            
14:55:03 #8 48.83   perl-POSIX-1.94-477.fc34.x86_64                                               
14:55:03 #8 48.83   perl-PathTools-3.78-459.fc34.x86_64                                           
14:55:03 #8 48.83   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
14:55:03 #8 48.83   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
14:55:03 #8 48.83   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
14:55:03 #8 48.83   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
14:55:03 #8 48.83   perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64                                 
14:55:03 #8 48.83   perl-SelectSaver-1.02-477.fc34.noarch                                         
14:55:03 #8 48.83   perl-Socket-4:2.032-1.fc34.x86_64                                             
14:55:03 #8 48.83   perl-Storable-1:3.21-458.fc34.x86_64                                          
14:55:03 #8 48.83   perl-Symbol-1.08-477.fc34.noarch                                              
14:55:03 #8 48.83   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
14:55:03 #8 48.83   perl-Term-Cap-1.17-458.fc34.noarch                                            
14:55:03 #8 48.83   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
14:55:03 #8 48.83   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
14:55:03 #8 48.83   perl-Time-Local-2:1.300-5.fc34.noarch                                         
14:55:03 #8 48.83   perl-URI-5.09-1.fc34.noarch                                                   
14:55:03 #8 48.83   perl-base-2.27-477.fc34.noarch                                                
14:55:03 #8 48.83   perl-constant-1.33-459.fc34.noarch                                            
14:55:03 #8 48.83   perl-if-0.60.800-477.fc34.noarch                                              
14:55:03 #8 48.83   perl-interpreter-4:5.32.1-477.fc34.x86_64                                     
14:55:03 #8 48.83   perl-libnet-3.13-2.fc34.noarch                                                
14:55:03 #8 48.83   perl-libs-4:5.32.1-477.fc34.x86_64                                            
14:55:03 #8 48.83   perl-mro-1.23-477.fc34.x86_64                                                 
14:55:03 #8 48.83   perl-overload-1.31-477.fc34.noarch                                            
14:55:03 #8 48.83   perl-overloading-0.02-477.fc34.noarch                                         
14:55:03 #8 48.83   perl-parent-1:0.238-458.fc34.noarch                                           
14:55:03 #8 48.83   perl-podlators-1:4.14-458.fc34.noarch                                         
14:55:03 #8 48.83   perl-srpm-macros-1-39.fc34.noarch                                             
14:55:03 #8 48.83   perl-subs-1.03-477.fc34.noarch                                                
14:55:03 #8 48.83   perl-vars-1.05-477.fc34.noarch                                                
14:55:03 #8 48.83   pkgconf-1.7.3-6.fc34.x86_64                                                   
14:55:03 #8 48.83   pkgconf-m4-1.7.3-6.fc34.noarch                                                
14:55:03 #8 48.83   pkgconf-pkg-config-1.7.3-6.fc34.x86_64                                        
14:55:03 #8 48.83   python-srpm-macros-3.9-38.fc34.noarch                                         
14:55:03 #8 48.83   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
14:55:03 #8 48.83   python3-dbus-1.2.18-1.fc34.x86_64                                             
14:55:03 #8 48.83   python3-distro-1.5.0-5.fc34.noarch                                            
14:55:03 #8 48.83   python3-dnf-plugins-core-4.0.23-1.fc34.noarch                                 
14:55:03 #8 48.83   python3-enchant-3.2.1-1.fc34.noarch                                           
14:55:03 #8 48.83   python3-file-magic-5.39-7.fc34.noarch                                         
14:55:03 #8 48.83   python3-setuptools-53.0.0-2.fc34.noarch                                       
14:55:03 #8 48.83   python3-six-1.15.0-5.fc34.noarch                                              
14:55:03 #8 48.83   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
14:55:03 #8 48.83   redhat-rpm-config-183-3.fc34.noarch                                           
14:55:03 #8 48.83   rpm-build-4.16.1.3-1.fc34.x86_64                                              
14:55:03 #8 48.83   rpmautospec-rpm-macros-0.2.5-1.fc34.noarch                                    
14:55:03 #8 48.83   rpmlint-1.11-19.fc34.noarch                                                   
14:55:03 #8 48.83   rust-srpm-macros-18-1.fc34.noarch                                             
14:55:03 #8 48.83   shared-mime-info-2.1-2.fc34.x86_64                                            
14:55:03 #8 48.83   unzip-6.0-50.fc34.x86_64                                                      
14:55:03 #8 48.83   xxhash-libs-0.8.0-3.fc34.x86_64                                               
14:55:03 #8 48.83   xz-5.2.5-5.fc34.x86_64                                                        
14:55:03 #8 48.83   zip-3.0-28.fc34.x86_64                                                        
14:55:03 #8 48.83   zstd-1.5.0-1.fc34.x86_64                                                      
14:55:03 #8 48.83 
14:55:03 #8 48.83 Complete!
14:55:03 #8 DONE 49.0s
14:55:03 
14:55:03 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
14:55:03 #10 sha256:5b38fd40fbeae1c3d6d8ad19c3df6d92b2ad68767023e54337e1ed6fcb757fba
14:55:03 #10 DONE 0.1s
14:55:03 
14:55:03 #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
14:55:03 #11 sha256:063f6effa4ca09c8bb5f835d83b8becb13b43af5eeb70b9a6f9da316bad158be
14:55:04 #30 4.734 + cd /tmp/tmp.r7WBob9Y4m/src/github.com/opencontainers/runc
14:55:04 #30 4.734 + git checkout -q v1.0.2
14:55:04 #30 4.876 + '[' -z '' ']'
14:55:04 #30 4.876 + target=static
14:55:04 #30 4.876 + make BUILDTAGS=seccomp static
14:55:04 #30 5.125 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 .
14:55:05 #11 2.623 Last metadata expiration check: 0:00:17 ago on Mon Oct 18 14:54:48 2021.
14:55:06 #11 3.808 Package bash-5.1.0-2.fc34.x86_64 is already installed.
14:55:06 #11 3.819 Package bash-5.1.0-2.fc34.x86_64 is already installed.
14:55:06 #11 3.819 Package ca-certificates-2021.2.50-1.0.fc34.noarch is already installed.
14:55:06 #11 3.820 Package libarchive-3.5.2-2.fc34.x86_64 is already installed.
14:55:06 #11 3.820 Package pkgconf-pkg-config-1.7.3-6.fc34.x86_64 is already installed.
14:55:06 #11 3.821 Package tar-2:1.34-1.fc34.x86_64 is already installed.
14:55:06 #11 3.839 Package bash-5.1.0-2.fc34.x86_64 is already installed.
14:55:06 #11 3.886 Dependencies resolved.
14:55:06 #11 3.908 ================================================================================
14:55:06 #11 3.908  Package                       Arch    Version                   Repo      Size
14:55:06 #11 3.908 ================================================================================
14:55:06 #11 3.908 Installing:
14:55:06 #11 3.908  btrfs-progs-devel             x86_64  5.14.2-1.fc34             updates   50 k
14:55:06 #11 3.908  cmake                         x86_64  3.20.5-1.fc34             updates  6.5 M
14:55:06 #11 3.908  device-mapper-devel           x86_64  1.02.175-1.fc34           fedora    45 k
14:55:06 #11 3.908  gcc                           x86_64  11.2.1-1.fc34             updates   32 M
14:55:06 #11 3.908  git                           x86_64  2.31.1-3.fc34             updates  121 k
14:55:06 #11 3.908  glibc-static                  x86_64  2.33-20.fc34              updates  1.7 M
14:55:06 #11 3.908  libseccomp-devel              x86_64  2.5.0-4.fc34              fedora    54 k
14:55:06 #11 3.908  libselinux-devel              x86_64  3.2-1.fc34                fedora   113 k
14:55:06 #11 3.908  libtool                       x86_64  2.4.6-40.fc34             fedora   579 k
14:55:06 #11 3.908  libtool-ltdl-devel            x86_64  2.4.6-40.fc34             fedora   153 k
14:55:06 #11 3.908  make                          x86_64  1:4.3-5.fc34              fedora   539 k
14:55:06 #11 3.908  selinux-policy-devel          noarch  34.21-1.fc34              updates  815 k
14:55:06 #11 3.908  systemd                       x86_64  248.7-1.fc34              updates  4.4 M
14:55:06 #11 3.908  systemd-devel                 x86_64  248.7-1.fc34              updates  438 k
14:55:06 #11 3.908  which                         x86_64  2.21-26.fc34              updates   42 k
14:55:06 #11 3.908 Upgrading:
14:55:06 #11 3.908  audit-libs                    x86_64  3.0.6-1.fc34              updates  116 k
14:55:06 #11 3.908 Installing dependencies:
14:55:06 #11 3.908  acl                           x86_64  2.3.1-1.fc34              fedora    71 k
14:55:06 #11 3.908  annobin                       x86_64  9.79-2.fc34               updates  133 k
14:55:06 #11 3.908  autoconf                      noarch  2.69-36.fc34              fedora   667 k
14:55:06 #11 3.908  automake                      noarch  1.16.2-4.fc34             fedora   664 k
14:55:06 #11 3.908  btrfs-progs                   x86_64  5.14.2-1.fc34             updates  961 k
14:55:06 #11 3.908  checkpolicy                   x86_64  3.2-1.fc34                fedora   344 k
14:55:06 #11 3.908  cmake-data                    noarch  3.20.5-1.fc34             updates  1.5 M
14:55:06 #11 3.908  cmake-filesystem              x86_64  3.20.5-1.fc34             updates   16 k
14:55:06 #11 3.908  cmake-rpm-macros              noarch  3.20.5-1.fc34             updates   16 k
14:55:06 #11 3.908  cpp                           x86_64  11.2.1-1.fc34             updates   10 M
14:55:06 #11 3.908  cryptsetup-libs               x86_64  2.3.6-1.fc34              updates  474 k
14:55:06 #11 3.908  dbus                          x86_64  1:1.12.20-3.fc34          fedora   8.0 k
14:55:06 #11 3.908  dbus-broker                   x86_64  29-2.fc34                 updates  172 k
14:55:06 #11 3.908  dbus-common                   noarch  1:1.12.20-3.fc34          fedora    15 k
14:55:06 #11 3.908  device-mapper                 x86_64  1.02.175-1.fc34           fedora   144 k
14:55:06 #11 3.908  device-mapper-libs            x86_64  1.02.175-1.fc34           fedora   179 k
14:55:06 #11 3.908  e2fsprogs-libs                x86_64  1.45.6-5.fc34             fedora   220 k
14:55:06 #11 3.908  gc                            x86_64  8.0.4-5.fc34              fedora   105 k
14:55:06 #11 3.908  git-core                      x86_64  2.31.1-3.fc34             updates  3.6 M
14:55:06 #11 3.908  git-core-doc                  noarch  2.31.1-3.fc34             updates  2.3 M
14:55:06 #11 3.908  glibc-devel                   x86_64  2.33-20.fc34              updates   24 k
14:55:06 #11 3.908  glibc-headers-x86             noarch  2.33-20.fc34              updates  411 k
14:55:06 #11 3.908  guile22                       x86_64  2.2.7-2.fc34              fedora   6.5 M
14:55:06 #11 3.908  iptables-legacy-libs          x86_64  1.8.7-8.fc34              updates   40 k
14:55:06 #11 3.908  jsoncpp                       x86_64  1.9.4-3.fc34              fedora    96 k
14:55:06 #11 3.908  kernel-headers                x86_64  5.14.9-200.fc34           updates  1.3 M
14:55:06 #11 3.908  kmod-libs                     x86_64  29-2.fc34                 updates   63 k
14:55:06 #11 3.908  libargon2                     x86_64  20171227-6.fc34           fedora    29 k
14:55:06 #11 3.908  libbtrfs                      x86_64  5.14.2-1.fc34             updates   30 k
14:55:06 #11 3.908  libbtrfsutil                  x86_64  5.14.2-1.fc34             updates   32 k
14:55:06 #11 3.908  libcbor                       x86_64  0.7.0-3.fc34              fedora    57 k
14:55:06 #11 3.908  libedit                       x86_64  3.1-38.20210714cvs.fc34   updates  104 k
14:55:06 #11 3.908  libfido2                      x86_64  1.6.0-2.fc34              fedora    71 k
14:55:06 #11 3.908  libibverbs                    x86_64  37.0-1.fc34               updates  390 k
14:55:06 #11 3.908  libmpc                        x86_64  1.2.1-2.fc34              fedora    63 k
14:55:06 #11 3.908  libnl3                        x86_64  3.5.0-6.fc34              fedora   324 k
14:55:06 #11 3.908  libpcap                       x86_64  14:1.10.1-1.fc34          updates  171 k
14:55:06 #11 3.908  libseccomp                    x86_64  2.5.0-4.fc34              fedora    71 k
14:55:06 #11 3.908  libselinux-utils              x86_64  3.2-1.fc34                fedora   160 k
14:55:06 #11 3.908  libsepol-devel                x86_64  3.2-1.fc34                fedora    40 k
14:55:06 #11 3.908  libtool-ltdl                  x86_64  2.4.6-40.fc34             fedora    36 k
14:55:06 #11 3.908  libuv                         x86_64  1:1.42.0-2.fc34           updates  148 k
14:55:06 #11 3.908  libxcrypt-devel               x86_64  4.4.26-2.fc34             updates   29 k
14:55:06 #11 3.908  libxcrypt-static              x86_64  4.4.26-2.fc34             updates  103 k
14:55:06 #11 3.908  llvm-libs                     x86_64  12.0.1-1.fc34             updates   23 M
14:55:06 #11 3.908  lzo                           x86_64  2.10-4.fc34               fedora    66 k
14:55:06 #11 3.908  m4                            x86_64  1.4.18-17.fc34            fedora   212 k
14:55:06 #11 3.908  openssh                       x86_64  8.6p1-5.fc34              updates  437 k
14:55:06 #11 3.908  openssh-clients               x86_64  8.6p1-5.fc34              updates  678 k
14:55:06 #11 3.908  pcre2-devel                   x86_64  10.36-4.fc34              fedora   477 k
14:55:06 #11 3.908  pcre2-utf16                   x86_64  10.36-4.fc34              fedora   213 k
14:55:06 #11 3.908  pcre2-utf32                   x86_64  10.36-4.fc34              fedora   203 k
14:55:06 #11 3.908  perl-Error                    noarch  1:0.17029-5.fc34          fedora    42 k
14:55:06 #11 3.908  perl-File-Compare             noarch  1.100.600-477.fc34        updates   23 k
14:55:06 #11 3.908  perl-File-Copy                noarch  2.34-477.fc34             updates   30 k
14:55:06 #11 3.908  perl-File-Find                noarch  1.37-477.fc34             updates   36 k
14:55:06 #11 3.908  perl-Git                      noarch  2.31.1-3.fc34             updates   44 k
14:55:06 #11 3.908  perl-TermReadKey              x86_64  2.38-9.fc34               fedora    36 k
14:55:06 #11 3.908  perl-Thread-Queue             noarch  3.14-458.fc34             fedora    22 k
14:55:06 #11 3.908  perl-lib                      x86_64  0.65-477.fc34             updates   25 k
14:55:06 #11 3.908  perl-threads                  x86_64  1:2.25-458.fc34           fedora    58 k
14:55:06 #11 3.908  perl-threads-shared           x86_64  1.61-458.fc34             fedora    44 k
14:55:06 #11 3.908  policycoreutils               x86_64  3.2-1.fc34                fedora   206 k
14:55:06 #11 3.908  policycoreutils-devel         x86_64  3.2-1.fc34                fedora   140 k
14:55:06 #11 3.908  policycoreutils-python-utils  noarch  3.2-1.fc34                fedora    71 k
14:55:06 #11 3.908  python3-audit                 x86_64  3.0.6-1.fc34              updates   82 k
14:55:06 #11 3.908  python3-libselinux            x86_64  3.2-1.fc34                fedora   187 k
14:55:06 #11 3.908  python3-libsemanage           x86_64  3.2-1.fc34                fedora    83 k
14:55:06 #11 3.908  python3-policycoreutils       noarch  3.2-1.fc34                fedora   2.0 M
14:55:06 #11 3.908  python3-setools               x86_64  4.4.0-1.fc34              fedora   554 k
14:55:06 #11 3.908  rhash                         x86_64  1.4.0-3.fc34              fedora   182 k
14:55:06 #11 3.908  rpm-plugin-selinux            x86_64  4.16.1.3-1.fc34           fedora    22 k
14:55:06 #11 3.908  selinux-policy                noarch  34.21-1.fc34              updates   73 k
14:55:06 #11 3.908  selinux-policy-targeted       noarch  34.21-1.fc34              updates  6.3 M
14:55:06 #11 3.908  systemd-pam                   x86_64  248.7-1.fc34              updates  320 k
14:55:06 #11 3.908  systemd-rpm-macros            noarch  248.7-1.fc34              updates   28 k
14:55:06 #11 3.908  vim-filesystem                noarch  2:8.2.3512-1.fc34         updates   22 k
14:55:06 #11 3.908  xkeyboard-config              noarch  2.33-1.fc34               updates  783 k
14:55:06 #11 3.908 Installing weak dependencies:
14:55:06 #11 3.908  libxkbcommon                  x86_64  1.3.0-1.fc34              updates  144 k
14:55:06 #11 3.908  qrencode-libs                 x86_64  4.0.2-7.fc34              fedora    60 k
14:55:06 #11 3.908  systemd-networkd              x86_64  248.7-1.fc34              updates  476 k
14:55:06 #11 3.908 
14:55:06 #11 3.908 Transaction Summary
14:55:06 #11 3.908 ================================================================================
14:55:06 #11 3.908 Install  96 Packages
14:55:06 #11 3.908 Upgrade   1 Package
14:55:06 #11 3.908 
14:55:06 #11 3.914 Total download size: 116 M
14:55:06 #11 3.915 Downloading Packages:
14:55:07 #11 4.744 (1/97): acl-2.3.1-1.fc34.x86_64.rpm             306 kB/s |  71 kB     00:00    
14:55:07 #11 4.753 (2/97): autoconf-2.69-36.fc34.noarch.rpm        2.7 MB/s | 667 kB     00:00    
14:55:07 #11 4.766 (3/97): checkpolicy-3.2-1.fc34.x86_64.rpm        16 MB/s | 344 kB     00:00    
14:55:07 #11 4.768 (4/97): dbus-1.12.20-3.fc34.x86_64.rpm          674 kB/s | 8.0 kB     00:00    
14:55:07 #11 4.772 (5/97): dbus-common-1.12.20-3.fc34.noarch.rpm   2.2 MB/s |  15 kB     00:00    
14:55:07 #11 4.779 (6/97): automake-1.16.2-4.fc34.noarch.rpm       2.4 MB/s | 664 kB     00:00    
14:55:07 #11 4.783 (7/97): device-mapper-1.02.175-1.fc34.x86_64.rp 9.6 MB/s | 144 kB     00:00    
14:55:07 #11 4.786 (8/97): device-mapper-devel-1.02.175-1.fc34.x86 3.3 MB/s |  45 kB     00:00    
14:55:07 #11 4.791 (9/97): device-mapper-libs-1.02.175-1.fc34.x86_  16 MB/s | 179 kB     00:00    
14:55:07 #11 4.799 (10/97): e2fsprogs-libs-1.45.6-5.fc34.x86_64.rp  14 MB/s | 220 kB     00:00    
14:55:07 #11 4.806 (11/97): gc-8.0.4-5.fc34.x86_64.rpm             5.6 MB/s | 105 kB     00:00    
14:55:07 #11 4.812 (12/97): libargon2-20171227-6.fc34.x86_64.rpm   4.8 MB/s |  29 kB     00:00    
14:55:07 #11 4.827 (13/97): libcbor-0.7.0-3.fc34.x86_64.rpm        4.0 MB/s |  57 kB     00:00    
14:55:07 #11 4.840 (14/97): libfido2-1.6.0-2.fc34.x86_64.rpm       5.5 MB/s |  71 kB     00:00    
14:55:07 #11 4.850 (15/97): libmpc-1.2.1-2.fc34.x86_64.rpm         6.8 MB/s |  63 kB     00:00    
14:55:07 #11 4.864 (16/97): libnl3-3.5.0-6.fc34.x86_64.rpm          23 MB/s | 324 kB     00:00    
14:55:07 #11 4.878 (17/97): libseccomp-2.5.0-4.fc34.x86_64.rpm     5.4 MB/s |  71 kB     00:00    
14:55:07 #11 4.892 (18/97): libseccomp-devel-2.5.0-4.fc34.x86_64.r 4.0 MB/s |  54 kB     00:00    
14:55:07 #11 4.898 (19/97): libselinux-devel-3.2-1.fc34.x86_64.rpm  17 MB/s | 113 kB     00:00    
14:55:07 #11 4.914 (20/97): libselinux-utils-3.2-1.fc34.x86_64.rpm  10 MB/s | 160 kB     00:00    
14:55:07 #11 4.922 (21/97): libsepol-devel-3.2-1.fc34.x86_64.rpm   5.5 MB/s |  40 kB     00:00    
14:55:07 #11 4.971 (22/97): libtool-2.4.6-40.fc34.x86_64.rpm        12 MB/s | 579 kB     00:00    
14:55:07 #11 4.984 (23/97): libtool-ltdl-2.4.6-40.fc34.x86_64.rpm  3.2 MB/s |  36 kB     00:00    
14:55:07 #11 5.000 (24/97): libtool-ltdl-devel-2.4.6-40.fc34.x86_6 9.4 MB/s | 153 kB     00:00    
14:55:07 #11 5.009 (25/97): lzo-2.10-4.fc34.x86_64.rpm             7.6 MB/s |  66 kB     00:00    
14:55:07 #11 5.049 (26/97): guile22-2.2.7-2.fc34.x86_64.rpm         25 MB/s | 6.5 MB     00:00    
14:55:07 #11 5.054 (27/97): m4-1.4.18-17.fc34.x86_64.rpm           4.7 MB/s | 212 kB     00:00    
14:55:07 #11 5.057 (28/97): jsoncpp-1.9.4-3.fc34.x86_64.rpm        372 kB/s |  96 kB     00:00    
14:55:07 #11 5.066 (29/97): pcre2-devel-10.36-4.fc34.x86_64.rpm     40 MB/s | 477 kB     00:00    
14:55:07 #11 5.076 (30/97): pcre2-utf32-10.36-4.fc34.x86_64.rpm     21 MB/s | 203 kB     00:00    
14:55:07 #11 5.080 (31/97): pcre2-utf16-10.36-4.fc34.x86_64.rpm    9.7 MB/s | 213 kB     00:00    
14:55:07 #11 5.084 (32/97): perl-Error-0.17029-5.fc34.noarch.rpm   5.5 MB/s |  42 kB     00:00    
14:55:07 #11 5.102 (33/97): perl-TermReadKey-2.38-9.fc34.x86_64.rp 1.7 MB/s |  36 kB     00:00    
14:55:07 #11 5.105 (34/97): perl-Thread-Queue-3.14-458.fc34.noarch 1.0 MB/s |  22 kB     00:00    
14:55:07 #11 5.112 (35/97): make-4.3-5.fc34.x86_64.rpm             8.4 MB/s | 539 kB     00:00    
14:55:07 #11 5.115 (36/97): perl-threads-2.25-458.fc34.x86_64.rpm  4.4 MB/s |  58 kB     00:00    
14:55:07 #11 5.118 (37/97): perl-threads-shared-1.61-458.fc34.x86_ 3.4 MB/s |  44 kB     00:00    
14:55:07 #11 5.130 (38/97): policycoreutils-devel-3.2-1.fc34.x86_6  10 MB/s | 140 kB     00:00    
14:55:07 #11 5.135 (39/97): policycoreutils-python-utils-3.2-1.fc3 4.3 MB/s |  71 kB     00:00    
14:55:07 #11 5.140 (40/97): policycoreutils-3.2-1.fc34.x86_64.rpm  7.3 MB/s | 206 kB     00:00    
14:55:07 #11 5.149 (41/97): python3-libselinux-3.2-1.fc34.x86_64.r 9.8 MB/s | 187 kB     00:00    
14:55:07 #11 5.154 (42/97): python3-libsemanage-3.2-1.fc34.x86_64. 4.5 MB/s |  83 kB     00:00    
14:55:07 #11 5.169 (43/97): qrencode-libs-4.0.2-7.fc34.x86_64.rpm  4.0 MB/s |  60 kB     00:00    
14:55:07 #11 5.181 (44/97): rhash-1.4.0-3.fc34.x86_64.rpm           16 MB/s | 182 kB     00:00    
14:55:08 #11 5.190 (45/97): rpm-plugin-selinux-4.16.1.3-1.fc34.x86 2.9 MB/s |  22 kB     00:00    
14:55:08 #11 5.208 (46/97): python3-policycoreutils-3.2-1.fc34.noa  31 MB/s | 2.0 MB     00:00    
14:55:08 #11 5.213 (47/97): annobin-9.79-2.fc34.x86_64.rpm         5.7 MB/s | 133 kB     00:00    
14:55:08 #11 5.226 (48/97): python3-setools-4.4.0-1.fc34.x86_64.rp 7.1 MB/s | 554 kB     00:00    
14:55:08 #11 5.230 (49/97): btrfs-progs-devel-5.14.2-1.fc34.x86_64 3.0 MB/s |  50 kB     00:00    
14:55:08 #11 5.257 (50/97): btrfs-progs-5.14.2-1.fc34.x86_64.rpm    20 MB/s | 961 kB     00:00    
14:55:08 #11 5.284 (51/97): cmake-data-3.20.5-1.fc34.noarch.rpm     29 MB/s | 1.5 MB     00:00    
14:55:08 #11 5.288 (52/97): cmake-filesystem-3.20.5-1.fc34.x86_64. 520 kB/s |  16 kB     00:00    
14:55:08 #11 5.294 (53/97): cmake-rpm-macros-3.20.5-1.fc34.noarch. 2.0 MB/s |  16 kB     00:00    
14:55:08 #11 5.311 (54/97): cryptsetup-libs-2.3.6-1.fc34.x86_64.rp  28 MB/s | 474 kB     00:00    
14:55:08 #11 5.320 (55/97): dbus-broker-29-2.fc34.x86_64.rpm        19 MB/s | 172 kB     00:00    
14:55:08 #11 5.429 (56/97): cmake-3.20.5-1.fc34.x86_64.rpm          32 MB/s | 6.5 MB     00:00    
14:55:08 #11 5.442 (57/97): git-2.31.1-3.fc34.x86_64.rpm           9.3 MB/s | 121 kB     00:00    
14:55:08 #11 5.549 (58/97): git-core-2.31.1-3.fc34.x86_64.rpm       34 MB/s | 3.6 MB     00:00    
14:55:08 #11 5.650 (59/97): git-core-doc-2.31.1-3.fc34.noarch.rpm   23 MB/s | 2.3 MB     00:00    
14:55:08 #11 5.658 (60/97): glibc-devel-2.33-20.fc34.x86_64.rpm    3.3 MB/s |  24 kB     00:00    
14:55:08 #11 5.743 (61/97): cpp-11.2.1-1.fc34.x86_64.rpm            22 MB/s |  10 MB     00:00    
14:55:08 #11 5.752 (62/97): glibc-headers-x86-2.33-20.fc34.noarch. 4.3 MB/s | 411 kB     00:00    
14:55:08 #11 5.778 (63/97): glibc-static-2.33-20.fc34.x86_64.rpm    49 MB/s | 1.7 MB     00:00    
14:55:08 #11 5.783 (64/97): iptables-legacy-libs-1.8.7-8.fc34.x86_ 1.4 MB/s |  40 kB     00:00    
14:55:08 #11 5.790 (65/97): kmod-libs-29-2.fc34.x86_64.rpm          13 MB/s |  63 kB     00:00    
14:55:08 #11 5.803 (66/97): libbtrfs-5.14.2-1.fc34.x86_64.rpm      2.6 MB/s |  30 kB     00:00    
14:55:08 #11 5.826 (67/97): libbtrfsutil-5.14.2-1.fc34.x86_64.rpm  1.4 MB/s |  32 kB     00:00    
14:55:08 #11 5.833 (68/97): libedit-3.1-38.20210714cvs.fc34.x86_64  16 MB/s | 104 kB     00:00    
14:55:08 #11 5.848 (69/97): libibverbs-37.0-1.fc34.x86_64.rpm       27 MB/s | 390 kB     00:00    
14:55:08 #11 5.858 (70/97): libpcap-1.10.1-1.fc34.x86_64.rpm        17 MB/s | 171 kB     00:00    
14:55:08 #11 5.869 (71/97): libuv-1.42.0-2.fc34.x86_64.rpm          15 MB/s | 148 kB     00:00    
14:55:08 #11 5.877 (72/97): libxcrypt-devel-4.4.26-2.fc34.x86_64.r 3.5 MB/s |  29 kB     00:00    
14:55:08 #11 5.894 (73/97): kernel-headers-5.14.9-200.fc34.x86_64.  11 MB/s | 1.3 MB     00:00    
14:55:08 #11 5.903 (74/97): libxkbcommon-1.3.0-1.fc34.x86_64.rpm    17 MB/s | 144 kB     00:00    
14:55:08 #11 5.907 (75/97): libxcrypt-static-4.4.26-2.fc34.x86_64. 3.4 MB/s | 103 kB     00:00    
14:55:08 #11 5.922 (76/97): openssh-8.6p1-5.fc34.x86_64.rpm         33 MB/s | 437 kB     00:00    
14:55:08 #11 5.936 (77/97): openssh-clients-8.6p1-5.fc34.x86_64.rp  49 MB/s | 678 kB     00:00    
14:55:08 #11 5.947 (78/97): perl-File-Compare-1.100.600-477.fc34.n 2.2 MB/s |  23 kB     00:00    
14:55:08 #11 5.967 (79/97): perl-File-Copy-2.34-477.fc34.noarch.rp 1.6 MB/s |  30 kB     00:00    
14:55:08 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
14:55:08 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
14:55:08 # Build the CLI plugins
14:55:08 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
14:55:08 set -e;cd /sources && \
14:55:08 	tar xzf plugin-installers.tgz; \
14:55:08 	for installer in plugins/*.installer; do \
14:55:08 		LDFLAGS='' bash ${installer} build; \
14:55:08 	done
14:55:08 Cloning into '/go/src/github.com/docker/buildx'...
14:55:08 #30 9.042 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
14:55:08 #30 ...
14:55:08 
14:55:08 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:55:08 #34 sha256:e3307366633019edd8d8f66b79e721ca8b7a5a464aca73cc4a1b4b7cba8e9a61
14:55:08 #34 59.54 + bin/containerd
14:55:08 #11 5.977 (80/97): perl-File-Find-1.37-477.fc34.noarch.rp 3.6 MB/s |  36 kB     00:00    
14:55:08 #11 5.987 (81/97): perl-Git-2.31.1-3.fc34.noarch.rpm      4.5 MB/s |  44 kB     00:00    
14:55:08 #11 5.996 (82/97): perl-lib-0.65-477.fc34.x86_64.rpm      3.1 MB/s |  25 kB     00:00    
14:55:08 #11 6.002 (83/97): python3-audit-3.0.6-1.fc34.x86_64.rpm   17 MB/s |  82 kB     00:00    
14:55:08 #11 6.008 (84/97): selinux-policy-34.21-1.fc34.noarch.rpm  13 MB/s |  73 kB     00:00    
14:55:08 #11 6.037 (85/97): selinux-policy-devel-34.21-1.fc34.noar  28 MB/s | 815 kB     00:00    
14:55:08 #11 6.101 (86/97): selinux-policy-targeted-34.21-1.fc34.n 101 MB/s | 6.3 MB     00:00    
14:55:08 #11 6.161 (87/97): systemd-248.7-1.fc34.x86_64.rpm         75 MB/s | 4.4 MB     00:00    
14:55:09 #11 6.306 (88/97): gcc-11.2.1-1.fc34.x86_64.rpm            32 MB/s |  32 MB     00:00    
14:55:09 #11 6.314 (89/97): systemd-devel-248.7-1.fc34.x86_64.rpm  2.8 MB/s | 438 kB     00:00    
14:55:09 #11 6.360 (90/97): systemd-networkd-248.7-1.fc34.x86_64.r 8.8 MB/s | 476 kB     00:00    
14:55:09 #11 6.368 (91/97): systemd-pam-248.7-1.fc34.x86_64.rpm    6.1 MB/s | 320 kB     00:00    
14:55:09 #11 6.473 (92/97): llvm-libs-12.0.1-1.fc34.x86_64.rpm      40 MB/s |  23 MB     00:00    
14:55:09 #11 6.475 (93/97): systemd-rpm-macros-248.7-1.fc34.noarch 255 kB/s |  28 kB     00:00    
14:55:09 #11 6.478 (94/97): vim-filesystem-8.2.3512-1.fc34.noarch. 205 kB/s |  22 kB     00:00    
14:55:09 #11 6.483 (95/97): which-2.21-26.fc34.x86_64.rpm          5.8 MB/s |  42 kB     00:00    
14:55:09 #11 6.490 (96/97): xkeyboard-config-2.33-1.fc34.noarch.rp  54 MB/s | 783 kB     00:00    
14:55:09 #11 6.493 (97/97): audit-libs-3.0.6-1.fc34.x86_64.rpm     9.1 MB/s | 116 kB     00:00    
14:55:09 #11 6.496 --------------------------------------------------------------------------------
14:55:09 #11 6.497 Total                                            45 MB/s | 116 MB     00:02     
14:55:09 #34 ...
14:55:09 
14:55:09 #30 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:55:09 #30 sha256:39f006e4134d4aada6629d38c908c5b3483d87aae31f6c44e7d6ee0d0b4df21b
14:55:09 #30 9.834 + mkdir -p /build
14:55:09 #30 9.841 + cp runc /build/runc
14:55:09 #30 DONE 10.0s
14:55:09 
14:55:09 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:55:09 #34 sha256:e3307366633019edd8d8f66b79e721ca8b7a5a464aca73cc4a1b4b7cba8e9a61
14:55:10 Fetching origin
14:55:11 + GO111MODULE=on
14:55:11 + 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
14:55:11 #11 8.634 Running transaction check
14:55:11 #11 8.735 Transaction check succeeded.
14:55:11 #11 8.735 Running transaction test
14:55:12 #34 ...
14:55:12 
14:55:12 #31 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
14:55:12 #31 sha256:093b378ed09c63313a9f51a0b5de4bdcbfef657c3732955afb0a518b23938e4a
14:55:12 #31 DONE 0.2s
14:55:12 
14:55:12 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:55:12 #34 sha256:e3307366633019edd8d8f66b79e721ca8b7a5a464aca73cc4a1b4b7cba8e9a61
14:55:13 #11 10.11 Transaction test succeeded.
14:55:13 #11 10.11 Running transaction
14:55:14 #11 11.60   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch            1/1 
14:55:14 #11 11.73   Preparing        :                                                        1/1 
14:55:14 #11 11.77   Upgrading        : audit-libs-3.0.6-1.fc34.x86_64                        1/98 
14:55:14 #11 11.79   Installing       : python3-libselinux-3.2-1.fc34.x86_64                  2/98 
14:55:14 #11 11.79   Installing       : perl-File-Find-1.37-477.fc34.noarch                   3/98 
14:55:14 #11 11.80   Installing       : perl-File-Copy-2.34-477.fc34.noarch                   4/98 
14:55:14 #11 11.81   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch           5/98 
14:55:14 #11 11.81   Installing       : libedit-3.1-38.20210714cvs.fc34.x86_64                6/98 
14:55:14 #11 11.82   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                 7/98 
14:55:14 #11 11.82   Installing       : cmake-filesystem-3.20.5-1.fc34.x86_64                 8/98 
14:55:14 #11 11.83   Installing       : perl-threads-1:2.25-458.fc34.x86_64                   9/98 
14:55:14 #11 11.84   Installing       : m4-1.4.18-17.fc34.x86_64                             10/98 
14:55:14 #11 11.86   Installing       : autoconf-2.69-36.fc34.noarch                         11/98 
14:55:14 #11 11.86   Installing       : libtool-ltdl-2.4.6-40.fc34.x86_64                    12/98 
14:55:14 #11 11.87   Installing       : libseccomp-2.5.0-4.fc34.x86_64                       13/98 
14:55:14 #11 11.88   Installing       : libmpc-1.2.1-2.fc34.x86_64                           14/98 
14:55:14 #11 11.89   Installing       : checkpolicy-3.2-1.fc34.x86_64                        15/98 
14:55:14 #11 12.06   Installing       : cpp-11.2.1-1.fc34.x86_64                             16/98 
14:55:14 #11 12.07   Installing       : perl-threads-shared-1.61-458.fc34.x86_64             17/98 
14:55:14 #11 12.08   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch               18/98 
14:55:15 #11 12.10   Installing       : automake-1.16.2-4.fc34.noarch                        19/98 
14:55:15 #11 12.65   Installing       : llvm-libs-12.0.1-1.fc34.x86_64                       20/98 
14:55:15 #11 12.66   Installing       : python3-libsemanage-3.2-1.fc34.x86_64                21/98 
14:55:15 #11 12.69   Installing       : python3-setools-4.4.0-1.fc34.x86_64                  22/98 
14:55:15 #11 12.70   Running scriptlet: openssh-8.6p1-5.fc34.x86_64                          23/98 
14:55:15 #11 12.74   Installing       : openssh-8.6p1-5.fc34.x86_64                          23/98 
14:55:15 #11 12.75   Installing       : python3-audit-3.0.6-1.fc34.x86_64                    24/98 
14:55:15 #11 12.80   Installing       : xkeyboard-config-2.33-1.fc34.noarch                  25/98 
14:55:15 #11 12.81   Installing       : libxkbcommon-1.3.0-1.fc34.x86_64                     26/98 
14:55:15 #11 12.82   Installing       : vim-filesystem-2:8.2.3512-1.fc34.noarch              27/98 
14:55:15 #11 12.83   Installing       : systemd-rpm-macros-248.7-1.fc34.noarch               28/98 
14:55:15 #11 12.84   Installing       : perl-lib-0.65-477.fc34.x86_64                        29/98 
14:55:15 #11 12.84   Installing       : libuv-1:1.42.0-2.fc34.x86_64                         30/98 
14:55:15 #11 12.85   Installing       : libbtrfsutil-5.14.2-1.fc34.x86_64                    31/98 
14:55:15 #11 12.86   Installing       : libbtrfs-5.14.2-1.fc34.x86_64                        32/98 
14:55:15 #11 12.86   Installing       : kmod-libs-29-2.fc34.x86_64                           33/98 
14:55:15 #11 12.97   Installing       : kernel-headers-5.14.9-200.fc34.x86_64                34/98 
14:55:15 #11 13.02   Installing       : glibc-headers-x86-2.33-20.fc34.noarch                35/98 
14:55:15 #11 13.04   Installing       : libxcrypt-devel-4.4.26-2.fc34.x86_64                 36/98 
14:55:16 #11 13.04   Installing       : glibc-devel-2.33-20.fc34.x86_64                      37/98 
14:55:16 #11 13.16   Installing       : glibc-static-2.33-20.fc34.x86_64                     38/98 
14:55:16 #11 13.17   Installing       : libxcrypt-static-4.4.26-2.fc34.x86_64                39/98 
14:55:16 #11 13.18   Installing       : rhash-1.4.0-3.fc34.x86_64                            40/98 
14:55:16 #11 13.18   Installing       : qrencode-libs-4.0.2-7.fc34.x86_64                    41/98 
14:55:16 #11 13.19   Installing       : perl-TermReadKey-2.38-9.fc34.x86_64                  42/98 
14:55:16 #11 13.20   Installing       : perl-Error-1:0.17029-5.fc34.noarch                   43/98 
14:55:16 #11 13.20   Installing       : pcre2-utf32-10.36-4.fc34.x86_64                      44/98 
14:55:16 #11 13.21   Installing       : pcre2-utf16-10.36-4.fc34.x86_64                      45/98 
14:55:16 #11 13.22   Installing       : pcre2-devel-10.36-4.fc34.x86_64                      46/98 
14:55:16 #11 13.23   Installing       : lzo-2.10-4.fc34.x86_64                               47/98 
14:55:16 #11 13.24   Installing       : libsepol-devel-3.2-1.fc34.x86_64                     48/98 
14:55:16 #11 13.25   Installing       : libselinux-devel-3.2-1.fc34.x86_64                   49/98 
14:55:16 #11 13.26   Installing       : libselinux-utils-3.2-1.fc34.x86_64                   50/98 
14:55:16 #11 13.28   Installing       : policycoreutils-3.2-1.fc34.x86_64                    51/98 
14:55:16 #11 13.29   Running scriptlet: policycoreutils-3.2-1.fc34.x86_64                    51/98 
14:55:16 #11 13.29   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64            52/98 
14:55:16 #11 13.30   Installing       : selinux-policy-34.21-1.fc34.noarch                   53/98 
14:55:16 #11 13.31   Running scriptlet: selinux-policy-34.21-1.fc34.noarch                   53/98 
14:55:16 #11 13.33   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch          54/98 
14:55:16 #11 13.52   Installing       : selinux-policy-targeted-34.21-1.fc34.noarch          54/98 
14:55:16 #11 13.53   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch          54/98 
14:55:16 #11 13.58   Installing       : python3-policycoreutils-3.2-1.fc34.noarch            55/98 
14:55:16 #11 13.60   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch       56/98 
14:55:16 #11 13.61   Installing       : libnl3-3.5.0-6.fc34.x86_64                           57/98 
14:55:16 #11 13.63   Installing       : libibverbs-37.0-1.fc34.x86_64                        58/98 
14:55:16 #11 13.64   Installing       : libpcap-14:1.10.1-1.fc34.x86_64                      59/98 
14:55:16 #11 13.64   Installing       : iptables-legacy-libs-1.8.7-8.fc34.x86_64             60/98 
14:55:16 #11 13.65   Installing       : libcbor-0.7.0-3.fc34.x86_64                          61/98 
14:55:16 #11 13.65   Installing       : libfido2-1.6.0-2.fc34.x86_64                         62/98 
14:55:16 #11 13.67   Installing       : openssh-clients-8.6p1-5.fc34.x86_64                  63/98 
14:55:16 #11 13.68   Running scriptlet: openssh-clients-8.6p1-5.fc34.x86_64                  63/98 
14:55:16 #11 13.76   Installing       : git-core-2.31.1-3.fc34.x86_64                        64/98 
14:55:16 #11 13.79   Installing       : git-core-doc-2.31.1-3.fc34.noarch                    65/98 
14:55:16 #11 13.81   Installing       : perl-Git-2.31.1-3.fc34.noarch                        66/98 
14:55:16 #11 13.82   Installing       : git-2.31.1-3.fc34.x86_64                             67/98 
14:55:16 #11 13.82   Installing       : libargon2-20171227-6.fc34.x86_64                     68/98 
14:55:16 #11 13.83   Installing       : jsoncpp-1.9.4-3.fc34.x86_64                          69/98 
14:55:16 #11 13.84   Installing       : gc-8.0.4-5.fc34.x86_64                               70/98 
14:55:17 #11 14.11   Installing       : guile22-2.2.7-2.fc34.x86_64                          71/98 
14:55:17 #11 14.13   Installing       : make-1:4.3-5.fc34.x86_64                             72/98 
14:55:17 #11 14.56   Installing       : gcc-11.2.1-1.fc34.x86_64                             73/98 
14:55:17 #11 14.58   Installing       : policycoreutils-devel-3.2-1.fc34.x86_64              74/98 
14:55:17 #11 14.68   Installing       : selinux-policy-devel-34.21-1.fc34.noarch             75/98 
14:55:17 #11 14.71   Running scriptlet: selinux-policy-devel-34.21-1.fc34.noarch             75/98 
14:55:18 #11 14.96   Installing       : cmake-data-3.20.5-1.fc34.noarch                      76/98 
14:55:18 #11 15.13   Installing       : cmake-3.20.5-1.fc34.x86_64                           77/98 
14:55:18 #11 15.14   Installing       : e2fsprogs-libs-1.45.6-5.fc34.x86_64                  78/98 
14:55:18 #11 15.17   Installing       : btrfs-progs-5.14.2-1.fc34.x86_64                     79/98 
14:55:18 #11 15.18   Installing       : acl-2.3.1-1.fc34.x86_64                              80/98 
14:55:18 #11 15.19   Installing       : device-mapper-1.02.175-1.fc34.x86_64                 81/98 
14:55:18 #11 15.19   Installing       : device-mapper-libs-1.02.175-1.fc34.x86_64            82/98 
14:55:18 #11 15.20   Installing       : cryptsetup-libs-2.3.6-1.fc34.x86_64                  83/98 
14:55:18 #11 15.21   Installing       : dbus-1:1.12.20-3.fc34.x86_64                         84/98 
14:55:18 #11 15.21   Running scriptlet: systemd-networkd-248.7-1.fc34.x86_64                 85/98 
14:55:18 #11 15.29   Installing       : systemd-networkd-248.7-1.fc34.x86_64                 85/98 
14:55:18 #11 15.29   Running scriptlet: systemd-networkd-248.7-1.fc34.x86_64                 85/98 
14:55:18 #11 15.31   Installing       : systemd-pam-248.7-1.fc34.x86_64                      86/98 
14:55:18 #11 15.32   Running scriptlet: systemd-248.7-1.fc34.x86_64                          87/98 
14:55:18 #11 15.70   Installing       : systemd-248.7-1.fc34.x86_64                          87/98 
14:55:18 #11 15.71   Running scriptlet: systemd-248.7-1.fc34.x86_64                          87/98 
14:55:18 #11 15.87   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                  88/98 
14:55:18 #11 15.88   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                  88/98 
14:55:18 #11 15.90 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
14:55:18 #11 15.90 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
14:55:18 #11 15.90 
14:55:18 #11 15.90   Running scriptlet: dbus-broker-29-2.fc34.x86_64                         89/98 
14:55:18 #11 15.96   Installing       : dbus-broker-29-2.fc34.x86_64                         89/98 
14:55:18 #11 15.97   Running scriptlet: dbus-broker-29-2.fc34.x86_64                         89/98 
14:55:18 #11 15.99 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
14:55:18 #11 15.99 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
14:55:18 #11 15.99 
14:55:18 #11 16.00   Installing       : systemd-devel-248.7-1.fc34.x86_64                    90/98 
14:55:18 #11 16.01   Installing       : device-mapper-devel-1.02.175-1.fc34.x86_64           91/98 
14:55:18 #11 16.01   Installing       : btrfs-progs-devel-5.14.2-1.fc34.x86_64               92/98 
14:55:18 #11 16.03   Installing       : libtool-2.4.6-40.fc34.x86_64                         93/98 
14:55:18 #11 16.04   Installing       : annobin-9.79-2.fc34.x86_64                           94/98 
14:55:18 #11 16.05   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.x86_64              95/98 
14:55:18 #11 16.06   Installing       : libseccomp-devel-2.5.0-4.fc34.x86_64                 96/98 
14:55:18 #11 16.06   Installing       : which-2.21-26.fc34.x86_64                            97/98 
14:55:18 #11 16.07   Cleanup          : audit-libs-3.0.5-1.fc34.x86_64                       98/98 
14:55:18 #11 16.07   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch          98/98 
14:55:19 #11 16.10   Running scriptlet: audit-libs-3.0.5-1.fc34.x86_64                       98/98 
14:55:19 #11 16.87   Verifying        : acl-2.3.1-1.fc34.x86_64                               1/98 
14:55:19 #11 16.87   Verifying        : autoconf-2.69-36.fc34.noarch                          2/98 
14:55:19 #11 16.87   Verifying        : automake-1.16.2-4.fc34.noarch                         3/98 
14:55:19 #11 16.87   Verifying        : checkpolicy-3.2-1.fc34.x86_64                         4/98 
14:55:19 #11 16.87   Verifying        : dbus-1:1.12.20-3.fc34.x86_64                          5/98 
14:55:19 #11 16.87   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                   6/98 
14:55:19 #11 16.87   Verifying        : device-mapper-1.02.175-1.fc34.x86_64                  7/98 
14:55:19 #11 16.87   Verifying        : device-mapper-devel-1.02.175-1.fc34.x86_64            8/98 
14:55:19 #11 16.87   Verifying        : device-mapper-libs-1.02.175-1.fc34.x86_64             9/98 
14:55:19 #11 16.87   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.x86_64                  10/98 
14:55:19 #11 16.87   Verifying        : gc-8.0.4-5.fc34.x86_64                               11/98 
14:55:19 #11 16.87   Verifying        : guile22-2.2.7-2.fc34.x86_64                          12/98 
14:55:19 #11 16.87   Verifying        : jsoncpp-1.9.4-3.fc34.x86_64                          13/98 
14:55:19 #11 16.87   Verifying        : libargon2-20171227-6.fc34.x86_64                     14/98 
14:55:19 #11 16.87   Verifying        : libcbor-0.7.0-3.fc34.x86_64                          15/98 
14:55:19 #11 16.87   Verifying        : libfido2-1.6.0-2.fc34.x86_64                         16/98 
14:55:19 #11 16.87   Verifying        : libmpc-1.2.1-2.fc34.x86_64                           17/98 
14:55:19 #11 16.87   Verifying        : libnl3-3.5.0-6.fc34.x86_64                           18/98 
14:55:19 #11 16.87   Verifying        : libseccomp-2.5.0-4.fc34.x86_64                       19/98 
14:55:19 #11 16.87   Verifying        : libseccomp-devel-2.5.0-4.fc34.x86_64                 20/98 
14:55:19 #11 16.87   Verifying        : libselinux-devel-3.2-1.fc34.x86_64                   21/98 
14:55:19 #11 16.87   Verifying        : libselinux-utils-3.2-1.fc34.x86_64                   22/98 
14:55:19 #11 16.87   Verifying        : libsepol-devel-3.2-1.fc34.x86_64                     23/98 
14:55:19 #11 16.87   Verifying        : libtool-2.4.6-40.fc34.x86_64                         24/98 
14:55:19 #11 16.87   Verifying        : libtool-ltdl-2.4.6-40.fc34.x86_64                    25/98 
14:55:19 #11 16.87   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.x86_64              26/98 
14:55:19 #11 16.87   Verifying        : lzo-2.10-4.fc34.x86_64                               27/98 
14:55:19 #11 16.87   Verifying        : m4-1.4.18-17.fc34.x86_64                             28/98 
14:55:19 #11 16.87   Verifying        : make-1:4.3-5.fc34.x86_64                             29/98 
14:55:19 #11 16.87   Verifying        : pcre2-devel-10.36-4.fc34.x86_64                      30/98 
14:55:19 #11 16.87   Verifying        : pcre2-utf16-10.36-4.fc34.x86_64                      31/98 
14:55:19 #11 16.87   Verifying        : pcre2-utf32-10.36-4.fc34.x86_64                      32/98 
14:55:19 #11 16.87   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                   33/98 
14:55:19 #11 16.87   Verifying        : perl-TermReadKey-2.38-9.fc34.x86_64                  34/98 
14:55:19 #11 16.87   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch               35/98 
14:55:19 #11 16.87   Verifying        : perl-threads-1:2.25-458.fc34.x86_64                  36/98 
14:55:19 #11 16.87   Verifying        : perl-threads-shared-1.61-458.fc34.x86_64             37/98 
14:55:19 #11 16.87   Verifying        : policycoreutils-3.2-1.fc34.x86_64                    38/98 
14:55:19 #11 16.88   Verifying        : policycoreutils-devel-3.2-1.fc34.x86_64              39/98 
14:55:19 #11 16.88   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch       40/98 
14:55:19 #11 16.88   Verifying        : python3-libselinux-3.2-1.fc34.x86_64                 41/98 
14:55:19 #11 16.88   Verifying        : python3-libsemanage-3.2-1.fc34.x86_64                42/98 
14:55:19 #11 16.88   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch            43/98 
14:55:19 #11 16.88   Verifying        : python3-setools-4.4.0-1.fc34.x86_64                  44/98 
14:55:19 #11 16.88   Verifying        : qrencode-libs-4.0.2-7.fc34.x86_64                    45/98 
14:55:19 #11 16.88   Verifying        : rhash-1.4.0-3.fc34.x86_64                            46/98 
14:55:19 #11 16.88   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64            47/98 
14:55:19 #11 16.88   Verifying        : annobin-9.79-2.fc34.x86_64                           48/98 
14:55:19 #11 16.88   Verifying        : btrfs-progs-5.14.2-1.fc34.x86_64                     49/98 
14:55:19 #11 16.88   Verifying        : btrfs-progs-devel-5.14.2-1.fc34.x86_64               50/98 
14:55:19 #11 16.88   Verifying        : cmake-3.20.5-1.fc34.x86_64                           51/98 
14:55:19 #11 16.88   Verifying        : cmake-data-3.20.5-1.fc34.noarch                      52/98 
14:55:19 #11 16.88   Verifying        : cmake-filesystem-3.20.5-1.fc34.x86_64                53/98 
14:55:19 #11 16.88   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch                54/98 
14:55:19 #11 16.88   Verifying        : cpp-11.2.1-1.fc34.x86_64                             55/98 
14:55:19 #11 16.88   Verifying        : cryptsetup-libs-2.3.6-1.fc34.x86_64                  56/98 
14:55:19 #11 16.88   Verifying        : dbus-broker-29-2.fc34.x86_64                         57/98 
14:55:19 #11 16.88   Verifying        : gcc-11.2.1-1.fc34.x86_64                             58/98 
14:55:19 #11 16.88   Verifying        : git-2.31.1-3.fc34.x86_64                             59/98 
14:55:19 #11 16.88   Verifying        : git-core-2.31.1-3.fc34.x86_64                        60/98 
14:55:19 #11 16.88   Verifying        : git-core-doc-2.31.1-3.fc34.noarch                    61/98 
14:55:19 #11 16.88   Verifying        : glibc-devel-2.33-20.fc34.x86_64                      62/98 
14:55:19 #11 16.88   Verifying        : glibc-headers-x86-2.33-20.fc34.noarch                63/98 
14:55:19 #11 16.88   Verifying        : glibc-static-2.33-20.fc34.x86_64                     64/98 
14:55:19 #11 16.88   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.x86_64             65/98 
14:55:19 #11 16.88   Verifying        : kernel-headers-5.14.9-200.fc34.x86_64                66/98 
14:55:19 #11 16.88   Verifying        : kmod-libs-29-2.fc34.x86_64                           67/98 
14:55:19 #11 16.88   Verifying        : libbtrfs-5.14.2-1.fc34.x86_64                        68/98 
14:55:19 #11 16.88   Verifying        : libbtrfsutil-5.14.2-1.fc34.x86_64                    69/98 
14:55:19 #11 16.88   Verifying        : libedit-3.1-38.20210714cvs.fc34.x86_64               70/98 
14:55:19 #11 16.88   Verifying        : libibverbs-37.0-1.fc34.x86_64                        71/98 
14:55:19 #11 16.88   Verifying        : libpcap-14:1.10.1-1.fc34.x86_64                      72/98 
14:55:19 #11 16.88   Verifying        : libuv-1:1.42.0-2.fc34.x86_64                         73/98 
14:55:19 #11 16.88   Verifying        : libxcrypt-devel-4.4.26-2.fc34.x86_64                 74/98 
14:55:19 #11 16.88   Verifying        : libxcrypt-static-4.4.26-2.fc34.x86_64                75/98 
14:55:19 #11 16.88   Verifying        : libxkbcommon-1.3.0-1.fc34.x86_64                     76/98 
14:55:19 #11 16.88   Verifying        : llvm-libs-12.0.1-1.fc34.x86_64                       77/98 
14:55:19 #11 16.88   Verifying        : openssh-8.6p1-5.fc34.x86_64                          78/98 
14:55:19 #11 16.88   Verifying        : openssh-clients-8.6p1-5.fc34.x86_64                  79/98 
14:55:19 #11 16.88   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch          80/98 
14:55:19 #11 16.88   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                  81/98 
14:55:19 #11 16.88   Verifying        : perl-File-Find-1.37-477.fc34.noarch                  82/98 
14:55:19 #11 16.88   Verifying        : perl-Git-2.31.1-3.fc34.noarch                        83/98 
14:55:19 #11 16.88   Verifying        : perl-lib-0.65-477.fc34.x86_64                        84/98 
14:55:19 #11 16.88   Verifying        : python3-audit-3.0.6-1.fc34.x86_64                    85/98 
14:55:19 #11 16.88   Verifying        : selinux-policy-34.21-1.fc34.noarch                   86/98 
14:55:19 #11 16.88   Verifying        : selinux-policy-devel-34.21-1.fc34.noarch             87/98 
14:55:19 #11 16.88   Verifying        : selinux-policy-targeted-34.21-1.fc34.noarch          88/98 
14:55:19 #11 16.88   Verifying        : systemd-248.7-1.fc34.x86_64                          89/98 
14:55:19 #11 16.88   Verifying        : systemd-devel-248.7-1.fc34.x86_64                    90/98 
14:55:19 #11 16.88   Verifying        : systemd-networkd-248.7-1.fc34.x86_64                 91/98 
14:55:19 #11 16.88   Verifying        : systemd-pam-248.7-1.fc34.x86_64                      92/98 
14:55:19 #11 16.88   Verifying        : systemd-rpm-macros-248.7-1.fc34.noarch               93/98 
14:55:19 #11 16.88   Verifying        : vim-filesystem-2:8.2.3512-1.fc34.noarch              94/98 
14:55:19 #11 16.88   Verifying        : which-2.21-26.fc34.x86_64                            95/98 
14:55:19 #11 16.88   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                  96/98 
14:55:19 #11 16.88   Verifying        : audit-libs-3.0.6-1.fc34.x86_64                       97/98 
14:55:19 #11 16.88   Verifying        : audit-libs-3.0.5-1.fc34.x86_64                       98/98 
14:55:19 #11 17.06 
14:55:19 #11 17.06 Upgraded:
14:55:19 #11 17.06   audit-libs-3.0.6-1.fc34.x86_64                                                
14:55:19 #11 17.06 Installed:
14:55:19 #11 17.06   acl-2.3.1-1.fc34.x86_64                                                       
14:55:19 #11 17.06   annobin-9.79-2.fc34.x86_64                                                    
14:55:19 #11 17.06   autoconf-2.69-36.fc34.noarch                                                  
14:55:19 #11 17.06   automake-1.16.2-4.fc34.noarch                                                 
14:55:19 #11 17.06   btrfs-progs-5.14.2-1.fc34.x86_64                                              
14:55:19 #11 17.06   btrfs-progs-devel-5.14.2-1.fc34.x86_64                                        
14:55:19 #11 17.06   checkpolicy-3.2-1.fc34.x86_64                                                 
14:55:19 #11 17.06   cmake-3.20.5-1.fc34.x86_64                                                    
14:55:19 #11 17.06   cmake-data-3.20.5-1.fc34.noarch                                               
14:55:19 #11 17.06   cmake-filesystem-3.20.5-1.fc34.x86_64                                         
14:55:19 #11 17.06   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
14:55:19 #11 17.06   cpp-11.2.1-1.fc34.x86_64                                                      
14:55:19 #11 17.06   cryptsetup-libs-2.3.6-1.fc34.x86_64                                           
14:55:19 #11 17.06   dbus-1:1.12.20-3.fc34.x86_64                                                  
14:55:19 #11 17.06   dbus-broker-29-2.fc34.x86_64                                                  
14:55:19 #11 17.06   dbus-common-1:1.12.20-3.fc34.noarch                                           
14:55:19 #11 17.06   device-mapper-1.02.175-1.fc34.x86_64                                          
14:55:19 #11 17.06   device-mapper-devel-1.02.175-1.fc34.x86_64                                    
14:55:19 #11 17.06   device-mapper-libs-1.02.175-1.fc34.x86_64                                     
14:55:19 #11 17.06   e2fsprogs-libs-1.45.6-5.fc34.x86_64                                           
14:55:19 #11 17.06   gc-8.0.4-5.fc34.x86_64                                                        
14:55:19 #11 17.06   gcc-11.2.1-1.fc34.x86_64                                                      
14:55:19 #11 17.06   git-2.31.1-3.fc34.x86_64                                                      
14:55:19 #11 17.06   git-core-2.31.1-3.fc34.x86_64                                                 
14:55:19 #11 17.06   git-core-doc-2.31.1-3.fc34.noarch                                             
14:55:19 #11 17.06   glibc-devel-2.33-20.fc34.x86_64                                               
14:55:19 #11 17.06   glibc-headers-x86-2.33-20.fc34.noarch                                         
14:55:19 #11 17.06   glibc-static-2.33-20.fc34.x86_64                                              
14:55:19 #11 17.06   guile22-2.2.7-2.fc34.x86_64                                                   
14:55:19 #11 17.06   iptables-legacy-libs-1.8.7-8.fc34.x86_64                                      
14:55:19 #11 17.06   jsoncpp-1.9.4-3.fc34.x86_64                                                   
14:55:19 #11 17.06   kernel-headers-5.14.9-200.fc34.x86_64                                         
14:55:19 #11 17.06   kmod-libs-29-2.fc34.x86_64                                                    
14:55:19 #11 17.06   libargon2-20171227-6.fc34.x86_64                                              
14:55:19 #11 17.06   libbtrfs-5.14.2-1.fc34.x86_64                                                 
14:55:19 #11 17.06   libbtrfsutil-5.14.2-1.fc34.x86_64                                             
14:55:19 #11 17.06   libcbor-0.7.0-3.fc34.x86_64                                                   
14:55:19 #11 17.06   libedit-3.1-38.20210714cvs.fc34.x86_64                                        
14:55:19 #11 17.06   libfido2-1.6.0-2.fc34.x86_64                                                  
14:55:19 #11 17.06   libibverbs-37.0-1.fc34.x86_64                                                 
14:55:19 #11 17.06   libmpc-1.2.1-2.fc34.x86_64                                                    
14:55:19 #11 17.06   libnl3-3.5.0-6.fc34.x86_64                                                    
14:55:19 #11 17.06   libpcap-14:1.10.1-1.fc34.x86_64                                               
14:55:19 #11 17.06   libseccomp-2.5.0-4.fc34.x86_64                                                
14:55:19 #11 17.06   libseccomp-devel-2.5.0-4.fc34.x86_64                                          
14:55:19 #11 17.06   libselinux-devel-3.2-1.fc34.x86_64                                            
14:55:19 #11 17.06   libselinux-utils-3.2-1.fc34.x86_64                                            
14:55:19 #11 17.06   libsepol-devel-3.2-1.fc34.x86_64                                              
14:55:19 #11 17.06   libtool-2.4.6-40.fc34.x86_64                                                  
14:55:19 #11 17.06   libtool-ltdl-2.4.6-40.fc34.x86_64                                             
14:55:19 #11 17.06   libtool-ltdl-devel-2.4.6-40.fc34.x86_64                                       
14:55:19 #11 17.06   libuv-1:1.42.0-2.fc34.x86_64                                                  
14:55:19 #11 17.06   libxcrypt-devel-4.4.26-2.fc34.x86_64                                          
14:55:19 #11 17.06   libxcrypt-static-4.4.26-2.fc34.x86_64                                         
14:55:19 #11 17.06   libxkbcommon-1.3.0-1.fc34.x86_64                                              
14:55:19 #11 17.06   llvm-libs-12.0.1-1.fc34.x86_64                                                
14:55:19 #11 17.06   lzo-2.10-4.fc34.x86_64                                                        
14:55:19 #11 17.06   m4-1.4.18-17.fc34.x86_64                                                      
14:55:19 #11 17.06   make-1:4.3-5.fc34.x86_64                                                      
14:55:19 #11 17.06   openssh-8.6p1-5.fc34.x86_64                                                   
14:55:19 #11 17.06   openssh-clients-8.6p1-5.fc34.x86_64                                           
14:55:19 #11 17.06   pcre2-devel-10.36-4.fc34.x86_64                                               
14:55:19 #11 17.06   pcre2-utf16-10.36-4.fc34.x86_64                                               
14:55:19 #11 17.06   pcre2-utf32-10.36-4.fc34.x86_64                                               
14:55:19 #11 17.06   perl-Error-1:0.17029-5.fc34.noarch                                            
14:55:19 #11 17.06   perl-File-Compare-1.100.600-477.fc34.noarch                                   
14:55:19 #11 17.06   perl-File-Copy-2.34-477.fc34.noarch                                           
14:55:19 #11 17.06   perl-File-Find-1.37-477.fc34.noarch                                           
14:55:19 #11 17.06   perl-Git-2.31.1-3.fc34.noarch                                                 
14:55:19 #11 17.06   perl-TermReadKey-2.38-9.fc34.x86_64                                           
14:55:19 #11 17.06   perl-Thread-Queue-3.14-458.fc34.noarch                                        
14:55:19 #11 17.06   perl-lib-0.65-477.fc34.x86_64                                                 
14:55:19 #11 17.06   perl-threads-1:2.25-458.fc34.x86_64                                           
14:55:19 #11 17.06   perl-threads-shared-1.61-458.fc34.x86_64                                      
14:55:19 #11 17.06   policycoreutils-3.2-1.fc34.x86_64                                             
14:55:19 #11 17.06   policycoreutils-devel-3.2-1.fc34.x86_64                                       
14:55:19 #11 17.06   policycoreutils-python-utils-3.2-1.fc34.noarch                                
14:55:19 #11 17.06   python3-audit-3.0.6-1.fc34.x86_64                                             
14:55:19 #11 17.06   python3-libselinux-3.2-1.fc34.x86_64                                          
14:55:19 #11 17.06   python3-libsemanage-3.2-1.fc34.x86_64                                         
14:55:19 #11 17.06   python3-policycoreutils-3.2-1.fc34.noarch                                     
14:55:19 #11 17.06   python3-setools-4.4.0-1.fc34.x86_64                                           
14:55:19 #11 17.06   qrencode-libs-4.0.2-7.fc34.x86_64                                             
14:55:19 #11 17.06   rhash-1.4.0-3.fc34.x86_64                                                     
14:55:19 #11 17.06   rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64                                     
14:55:19 #11 17.06   selinux-policy-34.21-1.fc34.noarch                                            
14:55:19 #11 17.06   selinux-policy-devel-34.21-1.fc34.noarch                                      
14:55:19 #11 17.06   selinux-policy-targeted-34.21-1.fc34.noarch                                   
14:55:19 #11 17.06   systemd-248.7-1.fc34.x86_64                                                   
14:55:19 #11 17.06   systemd-devel-248.7-1.fc34.x86_64                                             
14:55:19 #11 17.06   systemd-networkd-248.7-1.fc34.x86_64                                          
14:55:19 #11 17.06   systemd-pam-248.7-1.fc34.x86_64                                               
14:55:19 #11 17.06   systemd-rpm-macros-248.7-1.fc34.noarch                                        
14:55:19 #11 17.06   vim-filesystem-2:8.2.3512-1.fc34.noarch                                       
14:55:19 #11 17.06   which-2.21-26.fc34.x86_64                                                     
14:55:19 #11 17.06   xkeyboard-config-2.33-1.fc34.noarch                                           
14:55:19 #11 17.06 
14:55:19 #11 17.06 Complete!
14:55:19 #11 DONE 17.2s
14:55:20 
14:55:20 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
14:55:20 #13 sha256:56c14ceb7d263df9578eed6435d42c3346d34314e93274cbdbb44259fbe315f2
14:55:23 #13 DONE 2.9s
14:55:23 
14:55:23 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
14:55:23 #14 sha256:f32626cccd277bd004b5c1c74a969dc7478338dc70440fe287c386f0c5c9d737
14:55:23 #14 DONE 0.1s
14:55:23 
14:55:23 #15 exporting to image
14:55:23 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:55:23 #15 exporting layers
14:55:28 #15 exporting layers 5.3s done
14:55:28 #15 writing image sha256:f0a97c7495f107680382fe8f61047248fe8a28ffd235718716c771ebac9de15a done
14:55:28 #15 naming to docker.io/rpmbuild-fedora-34/x86_64 done
14:55:28 #15 DONE 5.3s
14:55:28 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/fedora-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/x86_64 -ba --define '_gitcommit_cli e57b5f7' --define '_gitcommit_engine 921658a' --define '_release 0' --define '_version 0.0.0.20211015144600.e57b5f7' --define '_origversion 0.0.0-20211015144600-e57b5f7' --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
14:55:29 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
14:55:29 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
14:55:29 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
14:55:29 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b1lJzl
14:55:29 + umask 022
14:55:29 + cd /root/rpmbuild/BUILD
14:55:29 + cd /root/rpmbuild/BUILD
14:55:29 + rm -rf src
14:55:29 + /usr/bin/mkdir -p src
14:55:29 + cd src
14:55:29 + /usr/bin/tar -xof -
14:55:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:55:30 + STATUS=0
14:55:30 + '[' 0 -ne 0 ']'
14:55:30 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
14:55:30 + /usr/bin/tar -xof -
14:55:30 + STATUS=0
14:55:30 + '[' 0 -ne 0 ']'
14:55:30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:55:30 + RPM_EC=0
14:55:30 ++ jobs -p
14:55:30 + exit 0
14:55:30 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TKyfQx
14:55:30 + umask 022
14:55:30 + cd /root/rpmbuild/BUILD
14:55:30 + cd src
14:55:30 + export DOCKER_GITCOMMIT=921658a
14:55:30 + DOCKER_GITCOMMIT=921658a
14:55:30 + mkdir -p /go/src/github.com/docker
14:55:30 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
14:55:30 + pushd /root/rpmbuild/BUILD/src/engine
14:55:30 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
14:55:30 + TMP_GOPATH=/go
14:55:30 + hack/dockerfile/install/install.sh tini
14:55:30 + RM_GOPATH=0
14:55:30 + TMP_GOPATH=/go
14:55:30 + : /usr/local/bin
14:55:30 + '[' -z /go ']'
14:55:30 + export GOPATH=/go
14:55:30 + GOPATH=/go
14:55:30 + case "$(go env GOARCH)" in
14:55:30 ++ go env GOARCH
14:55:30 + export GO_BUILDMODE=-buildmode=pie
14:55:30 + GO_BUILDMODE=-buildmode=pie
14:55:30 ++ dirname hack/dockerfile/install/install.sh
14:55:30 + dir=hack/dockerfile/install
14:55:30 + bin=tini
14:55:30 + shift
14:55:30 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
14:55:30 + . hack/dockerfile/install/tini.installer
14:55:30 ++ : v0.19.0
14:55:30 + install_tini
14:55:30 + echo 'Install tini version v0.19.0'
14:55:30 + git clone https://github.com/krallin/tini.git /go/tini
14:55:30 Install tini version v0.19.0
14:55:30 Cloning into '/go/tini'...
14:55:30 + cd /go/tini
14:55:30 + git checkout -q v0.19.0
14:55:30 + cmake .
14:55:30 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
14:55:30   Compatibility with CMake < 2.8.12 will be removed from a future version of
14:55:30   CMake.
14:55:30 
14:55:30   Update the VERSION argument <min> value or use a ...<max> suffix to tell
14:55:30   CMake that the project does not need compatibility with older versions.
14:55:30 
14:55:30 
14:55:31 -- The C compiler identification is GNU 11.2.1
14:55:31 -- Detecting C compiler ABI info
14:55:31 -- Detecting C compiler ABI info - done
14:55:31 -- Check for working C compiler: /usr/bin/cc - skipped
14:55:31 -- Detecting C compile features
14:55:31 -- Detecting C compile features - done
14:55:31 -- Performing Test HAS_BUILTIN_FORTIFY
14:55:31 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:55:31 -- Configuring done
14:55:31 -- Generating done
14:55:31 -- Build files have been written to: /go/tini
14:55:31 + make tini-static
14:55:31 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:55:31 [100%] Linking C executable tini-static
14:55:31 [100%] Built target tini-static
14:55:31 + mkdir -p /usr/local/bin
14:55:31 + cp tini-static /usr/local/bin/docker-init
14:55:31 + VERSION=0.0.0-20211015144600-e57b5f7
14:55:31 + PRODUCT=docker
14:55:31 + hack/make.sh dynbinary
14:55:31 
14:55:31 Removing bundles/
14:55:31 
14:55:31 ---> Making bundle: dynbinary (in bundles/dynbinary)
14:55:31 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:55:31 GOOS="" GOARCH="" GOARM=""
14:55:38 #34 97.23 # github.com/containerd/containerd/cmd/containerd
14:55:38 #34 97.23 /usr/bin/ld: /tmp/go-link-113150569/000019.o: in function `New':
14:55:38 #34 97.23 /tmp/tmp.ZmCwmiWkMb/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
14:55:38 #34 97.30 + bin/containerd-stress
14:55:38 #34 98.38 + bin/containerd-shim
14:55:45 #34 105.3 + bin/containerd-shim-runc-v1
14:55:49 #34 110.5 + bin/containerd-shim-runc-v2
14:55:50 #34 111.1 + binaries
14:55:50 #34 111.1 + install -D bin/containerd /build/containerd
14:55:50 #34 111.1 + install -D bin/containerd-shim /build/containerd-shim
14:55:50 #34 111.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:55:50 #34 111.2 + install -D bin/ctr /build/ctr
14:55:50 #34 DONE 111.6s
14:55:53 
14:55:53 #35 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
14:55:53 #35 sha256:74af23a648d68646ddbecd97992d244ef0f88aebf27778687f1ef9add800f95f
14:55:53 #35 DONE 0.2s
14:55:53 
14:55:53 #40 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
14:55:53 #40 sha256:1be28b4549a4c1648884cb5fcab1f7c63e84e63732e706733784a614f7d91346
14:55:53 #40 DONE 0.1s
14:55:53 
14:55:53 #45 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
14:55:53 #45 sha256:0522ee76d5ef2e50e3b6ace0a65c4a6dcd3381c44eb8d8505a68b72865c30331
14:55:53 #45 DONE 0.5s
14:55:53 
14:55:53 #46 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
14:55:53 #46 sha256:1c57e9824e69c43e7ba427dba6b8dcc1d18adc46ff73a4d43975b289592ede13
14:55:53 #46 DONE 0.1s
14:55:53 
14:55:53 #47 [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
14:55:53 #47 sha256:a8d94e586dfe8b0a5f83327e00af3a5fcb2b977fd1cc8de80c5a3acc4e5f66b7
14:55:54 #47 0.671 
14:55:54 #47 0.856 Removing /build/bundles/
14:55:54 #47 0.857 
14:55:54 #47 0.865 ---> Making bundle: cross (in /build/bundles/cross)
14:55:54 #47 0.867 Cross building: /build/bundles/cross/windows/amd64
14:55:54 #47 1.011 Building: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20211015144600-e57b5f7.exe
14:55:54 #47 1.011 GOOS="windows" GOARCH="amd64" GOARM=""
14:56:32 make[1]: Leaving directory '/root/build-deb'
14:56:32    debian/rules override_dh_auto_test
14:56:32 make[1]: Entering directory '/root/build-deb'
14:56:32 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
14:56:32 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build 921658a" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
14:56:32 PASS: daemon version OK
14:56:32 ver="$(cli/build/docker --version)"; \
14:56:32 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
14:56:32 PASS: cli version OK
14:56:32 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
14:56:32 # TODO change once we support scan-plugin on other architectures
14:56:32 if [ "amd64" = "amd64" ]; then \
14:56:32 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
14:56:32 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
14:56:32 fi
14:56:32 PASS: docker-scan version OK
14:56:32 make[1]: Leaving directory '/root/build-deb'
14:56:32    create-stamp debian/debhelper-build-stamp
14:56:32  debian/rules binary
14:56:32 dh binary --with=bash-completion
14:56:32    dh_testroot
14:56:32    dh_prep
14:56:32    debian/rules override_dh_auto_install
14:56:32 make[1]: Entering directory '/root/build-deb'
14:56:32 # docker-ce-cli install
14:56:32 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
14:56:32 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
14:56:32 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
14:56:32 set -e;cd /sources && \
14:56:32 	tar xzf plugin-installers.tgz; \
14:56:32 	for installer in plugins/*.installer; do \
14:56:32 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
14:56:32 		PREFIX=/usr/libexec/docker/cli-plugins \
14:56:32 			bash ${installer} install_plugin; \
14:56:32 	done
14:56:32 # docker-ce install
14:56:32 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
14:56:32 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
14:56:32 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/dockerd
14:56:32 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/docker-proxy
14:56:32 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
14:56:32 # docker-scan-plugin install
14:56:32 # TODO change once we support scan-plugin on other architectures
14:56:32 if [ "amd64" = "amd64" ]; then \
14:56:32 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
14:56:32 fi
14:56:32 # docker-ce-rootless-extras install
14:56:32 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
14:56:32 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
14:56:32 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
14:56:32 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
14:56:32 # TODO: how can we install vpnkit?
14:56:32 make[1]: Leaving directory '/root/build-deb'
14:56:32    debian/rules override_dh_install
14:56:32 make[1]: Entering directory '/root/build-deb'
14:56:32 dh_install
14:56:32 # TODO Can we do this from within our container?
14:56:32 dh_apparmor --profile-name=docker-ce -pdocker-ce
14:56:32 make[1]: Leaving directory '/root/build-deb'
14:56:32    dh_installdocs
14:56:32    dh_installchangelogs
14:56:32    dh_installman
14:56:32    dh_bash-completion
14:56:32    dh_systemd_enable
14:56:32    debian/rules override_dh_installinit
14:56:32 make[1]: Entering directory '/root/build-deb'
14:56:32 # use "docker" as our service name, not "docker-ce"
14:56:32 dh_installinit --name=docker
14:56:32 make[1]: Leaving directory '/root/build-deb'
14:56:32    dh_systemd_start
14:56:32    dh_perl
14:56:32    dh_link
14:56:32    dh_strip_nondeterminism
14:56:32    dh_compress
14:56:32    dh_fixperms
14:56:32    dh_missing
14:56:32    debian/rules override_dh_strip
14:56:32 make[1]: Entering directory '/root/build-deb'
14:56:32 # Go has lots of problems with stripping, so just don't
14:56:32 make[1]: Leaving directory '/root/build-deb'
14:56:32    dh_makeshlibs
14:56:32    debian/rules override_dh_shlibdeps
14:56:32 make[1]: Entering directory '/root/build-deb'
14:56:32 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
14:56:40 make[1]: Leaving directory '/root/build-deb'
14:56:40    dh_installdeb
14:56:40    debian/rules override_dh_gencontrol
14:56:40 make[1]: Entering directory '/root/build-deb'
14:56:40 # Use separate version for the scan-plugin package, then generate the other control files as usual
14:56:40 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
14:56:40 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
14:56:40 if [ "amd64" = "amd64" ]; then \
14:56:40 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
14:56:40 fi
14:56:40 dh_gencontrol --remaining-packages
14:56:40 make[1]: Leaving directory '/root/build-deb'
14:56:40    dh_md5sums
14:56:40    dh_builddeb
14:56:40 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'.
14:56:40 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'.
14:57:02 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'.
14:57:08 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
14:57:08 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:57:08 GOOS="" GOARCH="" GOARM=""
14:57:08 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
14:57:08 
14:57:08 + popd
14:57:08 + RPM_EC=0
14:57:08 ~/rpmbuild/BUILD/src
14:57:08 ++ jobs -p
14:57:08 + exit 0
14:57:08 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JrslIC
14:57:08 + umask 022
14:57:08 + cd /root/rpmbuild/BUILD
14:57:08 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64 '!=' / ']'
14:57:08 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
14:57:08 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
14:57:08 + mkdir -p /root/rpmbuild/BUILDROOT
14:57:08 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
14:57:08 + cd src
14:57:08 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
14:57:08 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/dockerd
14:57:08 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
14:57:08 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker-proxy
14:57:08 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker-init
14:57:08 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/lib/systemd/system/docker.service
14:57:08 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/lib/systemd/system/docker.socket
14:57:08 + /usr/lib/rpm/check-buildroot
14:57:08 + /usr/lib/rpm/redhat/brp-ldconfig
14:57:08 + /usr/lib/rpm/brp-compress
14:57:08 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:57:08 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:57:08 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
14:57:08 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
14:57:08 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:57:08 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
14:57:08 + /usr/lib/rpm/brp-python-hardlink
14:57:08 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:57:08 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aWoeNM
14:57:08 + umask 022
14:57:08 + cd /root/rpmbuild/BUILD
14:57:08 + cd src
14:57:08 ++ engine/bundles/dynbinary-daemon/dockerd --version
14:57:08 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build 921658a'
14:57:08 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build 921658a' = 'Docker version 0.0.0-20211015144600-e57b5f7, build 921658a'
14:57:08 + echo 'PASS: daemon version OK'
14:57:08 PASS: daemon version OK
14:57:08 + RPM_EC=0
14:57:08 ++ jobs -p
14:57:08 + exit 0
14:57:08 Processing files: docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
14:57:08 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker-proxy
14:57:08 Provides: docker-ce = 3:0.0.0.20211015144600.e57b5f7-0.fc34 docker-ce(x86-64) = 3:0.0.0.20211015144600.e57b5f7-0.fc34
14:57:08 Requires(interp): /bin/sh /bin/sh /bin/sh
14:57:08 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:57:08 Requires(post): /bin/sh
14:57:08 Requires(preun): /bin/sh
14:57:08 Requires(postun): /bin/sh
14:57:08 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)
14:57:08 Conflicts: docker docker-ee docker-engine-cs docker-io
14:57:08 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
14:57:08 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
14:57:08 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.src.rpm
14:57:16 #47 80.30 Created binary: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20211015144600-e57b5f7.exe
14:57:16 #47 80.80 Building: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7.exe
14:57:16 #47 80.80 GOOS="windows" GOARCH="amd64" GOARM=""
14:57:16 #47 81.13 Created binary: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7.exe
14:57:16 #47 81.16 Cloning into '/go/src/github.com/docker/windows-container-utility'...
14:57:16 #47 81.45 Building: /build/bundles/cross/windows/amd64/containerutility.exe
14:57:20 #47 86.34 
14:57:20 #47 DONE 86.7s
14:57:20 
14:57:20 #48 [cross 1/1] COPY --from=build-cross /build/bundles/ /
14:57:20 #48 sha256:c3c95d7b9b5383cb5ce1bcbed9f8a8386f5707940cc8f814096cbe4f631f09ce
14:57:20 #48 DONE 0.2s
14:57:21 
14:57:21 #49 exporting to client
14:57:21 #49 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
14:57:21 #49 copying files 9.73MB 0.1s
14:57:21 #49 copying files 59.81MB 0.8s done
14:57:21 #49 DONE 0.8s
14:57:21 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker'
14:57:21 mkdir -p build/win/amd64/docker/cli-plugins
14:57:21 GOOS=windows GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/build/win/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-586/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
14:57:23 Cloning into '/go/src/github.com/docker/buildx'...
14:57:25 Fetching origin
14:57:25 + GO111MODULE=on
14:57:25 + 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
14:57:29 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'.
14:57:54 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64.rpm
14:57:54 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PczkMz
14:57:54 + umask 022
14:57:54 + cd /root/rpmbuild/BUILD
14:57:54 + cd src
14:57:54 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
14:57:54 + RPM_EC=0
14:57:54 ++ jobs -p
14:57:54 + exit 0
14:57:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NHOFYJ
14:57:54 + umask 022
14:57:54 + cd /root/rpmbuild/BUILD
14:57:54 + cd /root/rpmbuild/BUILD
14:57:54 + rm -rf src
14:57:54 + /usr/bin/mkdir -p src
14:57:54 + cd src
14:57:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
14:57:54 + /usr/bin/tar -xof -
14:57:54 + STATUS=0
14:57:54 + '[' 0 -ne 0 ']'
14:57:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
14:57:54 + /usr/bin/tar -xof -
14:57:54 + STATUS=0
14:57:54 + '[' 0 -ne 0 ']'
14:57:54 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
14:57:54 + RPM_EC=0
14:57:54 ++ jobs -p
14:57:54 + exit 0
14:57:54 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.u40Ut8
14:57:54 + umask 022
14:57:54 + cd /root/rpmbuild/BUILD
14:57:54 + cd src
14:57:54 + mkdir -p /go/src/github.com/docker
14:57:54 + rm -f /go/src/github.com/docker/cli
14:57:54 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
14:57:54 + pushd /go/src/github.com/docker/cli
14:57:54 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
14:57:54 + VERSION=0.0.0-20211015144600-e57b5f7
14:57:54 + GITCOMMIT=e57b5f7
14:57:54 + GO_LINKMODE=dynamic
14:57:54 + ./scripts/build/binary
14:57:54 Building dynamic docker-linux-amd64
14:57:54 + go build -o build/docker-linux-amd64 -tags ' pkcs11' --ldflags '    -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:57:50Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' -buildmode=pie github.com/docker/cli/cmd/docker
14:58:15  dpkg-genbuildinfo
14:58:15  dpkg-genchanges  >../docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.changes
14:58:15 dpkg-genchanges: info: including full source code in upload
14:58:15  dpkg-source -I.git --after-build .
14:58:15 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:58:15 + destination=/build
14:58:15 + mkdir -p /build
14:58:15 + mv -v /root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.dsc /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.tar.gz /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.buildinfo /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.changes /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb /root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb /build
14:58:15 copied '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'
14:58:15 removed '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'
14:58:15 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'
14:58:15 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'
14:58:15 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.dsc' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.dsc'
14:58:15 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.dsc'
14:58:15 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.tar.gz' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.tar.gz'
14:58:15 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute.tar.gz'
14:58:15 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.buildinfo'
14:58:15 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.buildinfo'
14:58:15 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.changes' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.changes'
14:58:15 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.changes'
14:58:15 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'
14:58:15 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-hirsute_amd64.deb'
14:58:15 copied '/root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'
14:58:15 removed '/root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'
14:58:15 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-hirsute"
14:58:15 == Building packages for debian-bullseye ==
14:58:15 mkdir -p "debbuild/debian-bullseye"
14:58:15 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
14:58:15 #1 [internal] load build definition from Dockerfile
14:58:15 #1 sha256:04953f32267ec1561e0ca809bf17e658566ad30aeda9f7dda470082e24ea71a6
14:58:15 #1 transferring dockerfile: 922B done
14:58:15 #1 DONE 0.0s
14:58:15 
14:58:15 #2 [internal] load .dockerignore
14:58:15 #2 sha256:c9e9a540462d0cb338e55c9fc5f7bcf6ecd99395cabb27312622d4bf4048f276
14:58:15 #2 transferring context: 2B done
14:58:15 #2 DONE 0.0s
14:58:15 
14:58:15 #5 [auth] library/golang:pull token for registry-1.docker.io
14:58:15 #5 sha256:c203cb6d37f37313db81138dbebdda0052eb02b946461f72a511590daa899939
14:58:15 #5 DONE 0.0s
14:58:15 
14:58:15 #6 [auth] library/debian:pull token for registry-1.docker.io
14:58:15 #6 sha256:78ce68f6b1928c76b9f9f6ac046f1305974b66c541966a7b7388f05b3e891a7a
14:58:15 #6 DONE 0.0s
14:58:15 
14:58:15 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
14:58:15 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
14:58:15 #4 DONE 0.2s
14:58:15 
14:58:15 #3 [internal] load metadata for docker.io/library/debian:bullseye
14:58:15 #3 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
14:58:15 #3 DONE 0.4s
14:58:15 
14:58:15 #9 [internal] load build context
14:58:15 #9 sha256:f514ce490fe465e604de801f1742584090ccc27d393cb756d096ec4dbe61de1f
14:58:15 #9 transferring context: 756B done
14:58:15 #9 DONE 0.0s
14:58:15 
14:58:15 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
14:58:15 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
14:58:15 #13 CACHED
14:58:15 
14:58:15 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c
14:58:15 #7 sha256:e606a43c219c45543ce58d2f3077d574711934eb1b63e83c2d10156f8b704a04
14:58:15 #7 resolve docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c done
14:58:15 #7 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 3.15MB / 54.92MB 0.1s
14:58:15 #7 sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c 1.85kB / 1.85kB done
14:58:15 #7 sha256:826d8850098b954c3d67c2e45ea7a08fa681c128126ba01b35bd2689b1bb2e04 529B / 529B done
14:58:15 #7 sha256:f776cfb21b5e06bb5b4883eb15c09ab928a411476b8275293c7f96d09b90f7f9 1.46kB / 1.46kB done
14:58:15 #7 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 11.53MB / 54.92MB 0.2s
14:58:15 #7 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 30.41MB / 54.92MB 0.4s
14:58:15 #7 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 39.85MB / 54.92MB 0.5s
14:58:15 #7 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.92MB / 54.92MB 0.7s
14:58:16 #7 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.92MB / 54.92MB 1.1s done
14:58:16 #7 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 0.1s
14:58:18 #7 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 2.0s done
14:58:18 #7 DONE 3.3s
14:58:18 
14:58:18 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
14:58:18 #8 sha256:295d8900208c32811285f53ef9a378c2bd37a9b837dd85daa987634ff0df86fd
14:58:19 #8 1.001 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:58:19 #8 1.014 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:58:19 #8 1.014 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:58:19 #8 1.124 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [70.3 kB]
14:58:19 #8 1.271 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
14:58:20 #8 1.471 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
14:58:20 #8 2.481 Fetched 8452 kB in 2s (4840 kB/s)
14:58:21 #8 2.481 Reading package lists...
14:58:22 #8 3.003 Reading package lists...
14:58:22 #8 3.519 Building dependency tree...
14:58:22 #8 3.645 Reading state information...
14:58:22 #8 3.796 The following additional packages will be installed:
14:58:22 #8 3.796   autoconf automake autopoint autotools-dev binutils binutils-common
14:58:22 #8 3.796   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
14:58:22 #8 3.797   ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
14:58:22 #8 3.797   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
14:58:22 #8 3.797   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
14:58:22 #8 3.797   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
14:58:22 #8 3.797   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
14:58:22 #8 3.797   intltool-debian iso-codes less libalgorithm-diff-perl
14:58:22 #8 3.797   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
14:58:22 #8 3.797   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
14:58:22 #8 3.797   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
14:58:22 #8 3.797   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
14:58:22 #8 3.797   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
14:58:22 #8 3.797   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
14:58:22 #8 3.797   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
14:58:22 #8 3.797   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
14:58:22 #8 3.797   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
14:58:22 #8 3.797   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
14:58:22 #8 3.797   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
14:58:22 #8 3.797   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
14:58:22 #8 3.797   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
14:58:22 #8 3.797   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
14:58:22 #8 3.797   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
14:58:22 #8 3.797   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
14:58:22 #8 3.797   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
14:58:22 #8 3.797   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
14:58:22 #8 3.797   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
14:58:22 #8 3.797   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
14:58:22 #8 3.797   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
14:58:22 #8 3.797   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
14:58:22 #8 3.797   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
14:58:22 #8 3.797   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
14:58:22 #8 3.797   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
14:58:22 #8 3.797   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
14:58:22 #8 3.797   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
14:58:22 #8 3.797   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
14:58:22 #8 3.797   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
14:58:22 #8 3.797   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
14:58:22 #8 3.797   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
14:58:22 #8 3.797   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
14:58:22 #8 3.797   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
14:58:22 #8 3.797   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
14:58:22 #8 3.797   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
14:58:22 #8 3.797   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
14:58:22 #8 3.797   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
14:58:22 #8 3.797   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
14:58:22 #8 3.797   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
14:58:22 #8 3.797   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
14:58:22 #8 3.797   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
14:58:22 #8 3.797   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
14:58:22 #8 3.797   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
14:58:22 #8 3.797   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
14:58:22 #8 3.797   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
14:58:22 #8 3.797   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
14:58:22 #8 3.797   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
14:58:22 #8 3.797   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
14:58:22 #8 3.797   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
14:58:22 #8 3.797   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
14:58:22 #8 3.797   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
14:58:22 #8 3.797   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
14:58:22 #8 3.797   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
14:58:22 #8 3.797   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
14:58:22 #8 3.797   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
14:58:22 #8 3.797   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
14:58:22 #8 3.797   libstrictures-perl libstring-copyright-perl libstring-escape-perl
14:58:22 #8 3.797   libstring-shellquote-perl libsub-exporter-perl
14:58:22 #8 3.797   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
14:58:22 #8 3.797   libsub-name-perl libsub-override-perl libsub-quote-perl
14:58:22 #8 3.797   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
14:58:22 #8 3.797   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
14:58:22 #8 3.797   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
14:58:22 #8 3.797   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
14:58:22 #8 3.797   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
14:58:22 #8 3.797   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
14:58:22 #8 3.797   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
14:58:22 #8 3.797   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
14:58:22 #8 3.797   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
14:58:22 #8 3.797   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
14:58:22 #8 3.797   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
14:58:22 #8 3.797   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
14:58:22 #8 3.797   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
14:58:22 #8 3.797   netbase openssh-client openssl patch patchutils pbzip2 perl
14:58:22 #8 3.797   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
14:58:22 #8 3.797   pristine-tar publicsuffix python-apt-common python3 python3-apt
14:58:22 #8 3.797   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
14:58:22 #8 3.797   python3-magic python3-minimal python3-pkg-resources python3-requests
14:58:22 #8 3.797   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
14:58:22 #8 3.798   python3.9-minimal readline-common sensible-utils shared-mime-info strace
14:58:22 #8 3.798   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
14:58:22 #8 3.799 Suggested packages:
14:58:22 #8 3.799   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
14:58:22 #8 3.799   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
14:58:22 #8 3.799   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
14:58:22 #8 3.799   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
14:58:22 #8 3.799   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
14:58:22 #8 3.799   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
14:58:22 #8 3.799   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
14:58:22 #8 3.799   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
14:58:22 #8 3.799   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
14:58:22 #8 3.799   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
14:58:22 #8 3.799   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
14:58:22 #8 3.799   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
14:58:22 #8 3.799   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm
14:58:22 #8 3.799   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
14:58:22 #8 3.799   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
14:58:22 #8 3.799   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
14:58:22 #8 3.799   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc
14:58:22 #8 3.799   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
14:58:22 #8 3.799   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
14:58:22 #8 3.799   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
14:58:22 #8 3.799   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
14:58:22 #8 3.799   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
14:58:22 #8 3.799   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
14:58:22 #8 3.799   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
14:58:22 #8 3.799   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
14:58:22 #8 3.799   python3-cryptography python3-openssl python3-socks python-requests-doc
14:58:22 #8 3.799   python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc
14:58:24 #8 5.395 The following NEW packages will be installed:
14:58:24 #8 5.395   autoconf automake autopoint autotools-dev binutils binutils-common
14:58:24 #8 5.395   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
14:58:24 #8 5.395   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
14:58:24 #8 5.395   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
14:58:24 #8 5.395   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
14:58:24 #8 5.395   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
14:58:24 #8 5.395   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
14:58:24 #8 5.395   gpgconf gpgsm groff-base intltool-debian iso-codes less
14:58:24 #8 5.395   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
14:58:24 #8 5.395   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
14:58:24 #8 5.395   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
14:58:24 #8 5.395   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
14:58:24 #8 5.395   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
14:58:24 #8 5.395   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
14:58:24 #8 5.395   libclass-inspector-perl libclass-method-modifiers-perl
14:58:24 #8 5.395   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
14:58:24 #8 5.395   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
14:58:24 #8 5.395   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
14:58:24 #8 5.395   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
14:58:24 #8 5.395   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
14:58:24 #8 5.396   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
14:58:24 #8 5.396   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
14:58:24 #8 5.396   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
14:58:24 #8 5.396   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
14:58:24 #8 5.396   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
14:58:24 #8 5.396   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
14:58:24 #8 5.396   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
14:58:24 #8 5.396   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
14:58:24 #8 5.396   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
14:58:24 #8 5.396   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
14:58:24 #8 5.396   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
14:58:24 #8 5.396   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
14:58:24 #8 5.396   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
14:58:24 #8 5.396   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
14:58:24 #8 5.396   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
14:58:24 #8 5.396   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
14:58:24 #8 5.396   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
14:58:24 #8 5.396   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
14:58:24 #8 5.396   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
14:58:24 #8 5.396   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
14:58:24 #8 5.396   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
14:58:24 #8 5.396   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
14:58:24 #8 5.396   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
14:58:24 #8 5.396   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
14:58:24 #8 5.396   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
14:58:24 #8 5.396   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
14:58:24 #8 5.396   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
14:58:24 #8 5.396   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
14:58:24 #8 5.396   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
14:58:24 #8 5.396   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
14:58:24 #8 5.396   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
14:58:24 #8 5.396   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
14:58:24 #8 5.396   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
14:58:24 #8 5.396   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
14:58:24 #8 5.396   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
14:58:24 #8 5.396   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
14:58:24 #8 5.396   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
14:58:24 #8 5.396   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
14:58:24 #8 5.396   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
14:58:24 #8 5.396   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
14:58:24 #8 5.397   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
14:58:24 #8 5.397   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
14:58:24 #8 5.397   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
14:58:24 #8 5.397   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
14:58:24 #8 5.397   libstrictures-perl libstring-copyright-perl libstring-escape-perl
14:58:24 #8 5.397   libstring-shellquote-perl libsub-exporter-perl
14:58:24 #8 5.397   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
14:58:24 #8 5.397   libsub-name-perl libsub-override-perl libsub-quote-perl
14:58:24 #8 5.397   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
14:58:24 #8 5.397   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
14:58:24 #8 5.397   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
14:58:24 #8 5.397   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
14:58:24 #8 5.397   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
14:58:24 #8 5.397   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
14:58:24 #8 5.397   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
14:58:24 #8 5.397   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
14:58:24 #8 5.397   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
14:58:24 #8 5.397   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
14:58:24 #8 5.397   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
14:58:24 #8 5.397   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
14:58:24 #8 5.397   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
14:58:24 #8 5.397   netbase openssh-client openssl patch patchutils pbzip2 perl
14:58:24 #8 5.397   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
14:58:24 #8 5.397   pristine-tar publicsuffix python-apt-common python3 python3-apt
14:58:24 #8 5.398   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
14:58:24 #8 5.398   python3-magic python3-minimal python3-pkg-resources python3-requests
14:58:24 #8 5.398   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
14:58:24 #8 5.398   python3.9-minimal readline-common sensible-utils shared-mime-info strace
14:58:24 #8 5.398   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
14:58:24 #8 5.673 0 upgraded, 384 newly installed, 0 to remove and 0 not upgraded.
14:58:24 #8 5.673 Need to get 175 MB of archives.
14:58:24 #8 5.673 After this operation, 571 MB of additional disk space will be used.
14:58:24 #8 5.673 Get:1 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8 [145 kB]
14:58:24 #8 5.677 Get:2 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
14:58:24 #8 5.678 Get:3 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB]
14:58:24 #8 5.684 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
14:58:24 #8 5.685 Get:5 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
14:58:24 #8 5.686 Get:6 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB]
14:58:24 #8 5.714 Get:7 http://deb.debian.org/debian bullseye/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
14:58:24 #8 5.763 Get:8 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
14:58:24 #8 5.772 Get:9 http://deb.debian.org/debian bullseye/main amd64 libperl5.32 amd64 5.32.1-4+deb11u2 [4106 kB]
14:58:24 #8 5.828 Get:10 http://deb.debian.org/debian bullseye/main amd64 perl amd64 5.32.1-4+deb11u2 [293 kB]
14:58:24 #8 5.831 Get:11 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
14:58:24 #8 5.831 Get:12 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
14:58:24 #8 5.838 Get:13 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2 [96.9 kB]
14:58:24 #8 5.852 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
14:58:24 #8 5.893 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
14:58:24 #8 5.900 Get:16 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
14:58:24 #8 5.900 Get:17 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
14:58:24 #8 5.901 Get:18 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
14:58:24 #8 5.902 Get:19 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
14:58:24 #8 5.903 Get:20 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
14:58:24 #8 5.905 Get:21 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
14:58:24 #8 5.913 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
14:58:24 #8 5.926 Get:23 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
14:58:24 #8 5.945 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
14:58:24 #8 5.945 Get:25 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
14:58:24 #8 5.946 Get:26 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB]
14:58:24 #8 5.947 Get:27 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
14:58:24 #8 5.948 Get:28 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
14:58:24 #8 5.948 Get:29 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
14:58:24 #8 5.949 Get:30 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
14:58:24 #8 5.956 Get:31 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
14:58:24 #8 5.957 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
14:58:24 #8 5.959 Get:33 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
14:58:24 #8 5.961 Get:34 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
14:58:24 #8 5.962 Get:35 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB]
14:58:24 #8 5.963 Get:36 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
14:58:24 #8 5.989 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
14:58:24 #8 5.989 Get:38 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
14:58:24 #8 5.990 Get:39 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
14:58:24 #8 5.992 Get:40 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
14:58:24 #8 5.992 Get:41 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
14:58:24 #8 5.993 Get:42 http://deb.debian.org/debian bullseye/main amd64 openssh-client amd64 1:8.4p1-5 [929 kB]
14:58:24 #8 6.000 Get:43 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
14:58:24 #8 6.011 Get:44 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
14:58:24 #8 6.012 Get:45 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
14:58:24 #8 6.013 Get:46 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
14:58:24 #8 6.015 Get:47 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
14:58:24 #8 6.018 Get:48 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
14:58:24 #8 6.019 Get:49 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
14:58:24 #8 6.030 Get:50 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB]
14:58:24 #8 6.034 Get:51 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
14:58:24 #8 6.065 Get:52 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
14:58:24 #8 6.077 Get:53 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
14:58:24 #8 6.078 Get:54 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
14:58:24 #8 6.079 Get:55 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
14:58:24 #8 6.098 Get:56 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
14:58:24 #8 6.099 Get:57 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13+deb11u2 [275 kB]
14:58:24 #8 6.102 Get:58 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev amd64 5.10.70-1 [1410 kB]
14:58:24 #8 6.124 Get:59 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
14:58:24 #8 6.125 Get:60 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1 [190 kB]
14:58:24 #8 6.127 Get:61 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
14:58:24 #8 6.127 Get:62 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13+deb11u2 [2344 kB]
14:58:24 #8 6.149 Get:63 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
14:58:24 #8 6.154 Get:64 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
14:58:24 #8 6.183 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
14:58:24 #8 6.184 Get:66 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
14:58:24 #8 6.315 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
14:58:25 #8 6.315 Get:68 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
14:58:25 #8 6.316 Get:69 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
14:58:25 #8 6.317 Get:70 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
14:58:25 #8 6.318 Get:71 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
14:58:25 #8 6.319 Get:72 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
14:58:25 #8 6.333 Get:73 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
14:58:25 #8 6.356 Get:74 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
14:58:25 #8 6.371 Get:75 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
14:58:25 #8 6.395 Get:76 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
14:58:25 #8 6.396 Get:77 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
14:58:25 #8 6.412 Get:78 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
14:58:25 #8 6.687 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
14:58:25 #8 6.687 Get:80 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
14:58:25 #8 6.699 Get:81 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
14:58:25 #8 6.856 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
14:58:25 #8 6.856 Get:83 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
14:58:25 #8 6.859 Get:84 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.9 [1537 kB]
14:58:25 #8 6.869 Get:85 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
14:58:25 #8 6.871 Get:86 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
14:58:25 #8 6.905 Get:87 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
14:58:25 #8 6.909 Get:88 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
14:58:25 #8 6.911 Get:89 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
14:58:25 #8 6.911 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
14:58:25 #8 6.913 Get:91 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
14:58:25 #8 6.920 Get:92 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
14:58:25 #8 6.920 Get:93 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
14:58:25 #8 6.921 Get:94 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
14:58:25 #8 6.927 Get:95 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
14:58:25 #8 6.927 Get:96 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB]
14:58:25 #8 6.928 Get:97 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB]
14:58:25 #8 6.928 Get:98 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
14:58:25 #8 6.928 Get:99 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB]
14:58:25 #8 6.936 Get:100 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
14:58:25 #8 6.942 Get:101 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB]
14:58:25 #8 6.943 Get:102 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
14:58:25 #8 6.944 Get:103 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
14:58:25 #8 6.945 Get:104 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
14:58:25 #8 6.945 Get:105 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
14:58:25 #8 6.945 Get:106 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
14:58:25 #8 6.946 Get:107 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB]
14:58:25 #8 6.948 Get:108 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:58:25 #8 7.081 Get:109 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
14:58:25 #8 7.086 Get:110 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB]
14:58:25 #8 7.096 Get:111 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
14:58:25 #8 7.108 Get:112 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
14:58:25 #8 7.111 Get:113 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB]
14:58:25 #8 7.119 Get:114 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB]
14:58:26 #8 7.638 Get:115 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
14:58:26 #8 7.639 Get:116 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
14:58:26 #8 7.640 Get:117 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
14:58:26 #8 7.641 Get:118 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2 [547 kB]
14:58:26 #8 7.653 Get:119 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3 [123 kB]
14:58:26 #8 7.655 Get:120 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
14:58:26 #8 7.655 Get:121 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2 [762 kB]
14:58:26 #8 7.664 Get:122 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2 [1084 kB]
14:58:26 #8 7.678 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2 [905 kB]
14:58:26 #8 7.691 Get:124 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2 [927 kB]
14:58:26 #8 7.708 Get:125 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
14:58:26 #8 7.709 Get:126 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2 [669 kB]
14:58:26 #8 7.713 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2 [523 kB]
14:58:26 #8 7.717 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2 [516 kB]
14:58:26 #8 7.720 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2 [645 kB]
14:58:26 #8 7.737 Get:130 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2 [825 kB]
14:58:26 #8 7.748 Get:131 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
14:58:26 #8 7.749 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
14:58:26 #8 7.750 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
14:58:26 #8 7.750 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B]
14:58:26 #8 7.750 Get:135 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
14:58:26 #8 7.751 Get:136 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
14:58:26 #8 7.752 Get:137 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
14:58:26 #8 7.752 Get:138 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
14:58:26 #8 7.753 Get:139 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
14:58:26 #8 7.754 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
14:58:26 #8 7.755 Get:141 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
14:58:26 #8 7.755 Get:142 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
14:58:26 #8 7.756 Get:143 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
14:58:26 #8 7.756 Get:144 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
14:58:26 #8 7.757 Get:145 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
14:58:26 #8 7.757 Get:146 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
14:58:26 #8 7.759 Get:147 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB]
14:58:26 #8 7.760 Get:148 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
14:58:26 #8 7.761 Get:149 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
14:58:26 #8 7.762 Get:150 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
14:58:26 #8 7.763 Get:151 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
14:58:26 #8 7.763 Get:152 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
14:58:26 #8 7.764 Get:153 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
14:58:26 #8 7.764 Get:154 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
14:58:26 #8 7.765 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
14:58:26 #8 7.768 Get:156 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
14:58:26 #8 7.771 Get:157 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
14:58:26 #8 7.772 Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
14:58:26 #8 7.772 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
14:58:26 #8 7.772 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
14:58:26 #8 7.773 Get:161 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B]
14:58:26 #8 7.773 Get:162 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
14:58:26 #8 7.774 Get:163 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
14:58:26 #8 7.774 Get:164 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
14:58:26 #8 7.775 Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
14:58:26 #8 7.779 Get:166 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
14:58:26 #8 7.779 Get:167 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
14:58:26 #8 7.780 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
14:58:26 #8 7.780 Get:169 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
14:58:26 #8 7.780 Get:170 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
14:58:26 #8 7.780 Get:171 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3+deb11u1 [1093 kB]
14:58:26 #8 7.790 Get:172 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB]
14:58:26 #8 7.791 Get:173 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51 [7508 B]
14:58:26 #8 7.791 Get:174 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:58:26 #8 7.793 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
14:58:26 #8 7.794 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
14:58:26 #8 7.794 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB]
14:58:26 #8 7.795 Get:178 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB]
14:58:26 #8 7.837 Get:179 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB]
14:58:26 #8 7.891 Get:180 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB]
14:58:26 #8 7.892 Get:181 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB]
14:58:26 #8 7.893 Get:182 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
14:58:26 #8 7.905 Get:183 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
14:58:26 #8 7.908 Get:184 http://deb.debian.org/debian bullseye/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+b1 [338 kB]
14:58:26 #8 7.914 Get:185 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
14:58:26 #8 7.914 Get:186 http://deb.debian.org/debian bullseye/main amd64 git-man all 1:2.30.2-1 [1827 kB]
14:58:26 #8 7.931 Get:187 http://deb.debian.org/debian bullseye/main amd64 git amd64 1:2.30.2-1 [5527 kB]
14:58:26 #8 8.017 Get:188 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
14:58:26 #8 8.051 Get:189 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
14:58:26 #8 8.051 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
14:58:26 #8 8.061 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
14:58:26 #8 8.061 Get:192 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
14:58:26 #8 8.062 Get:193 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB]
14:58:26 #8 8.063 Get:194 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
14:58:26 #8 8.063 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
14:58:26 #8 8.067 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB]
14:58:26 #8 8.068 Get:197 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
14:58:26 #8 8.068 Get:198 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
14:58:26 #8 8.069 Get:199 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
14:58:26 #8 8.069 Get:200 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB]
14:58:26 #8 8.070 Get:201 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
14:58:26 #8 8.070 Get:202 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
14:58:26 #8 8.073 Get:203 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1 [418 kB]
14:58:26 #8 8.076 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
14:58:26 #8 8.079 Get:205 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
14:58:26 #8 8.081 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
14:58:26 #8 8.081 Get:207 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
14:58:26 #8 8.082 Get:208 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
14:58:26 #8 8.085 Get:209 http://deb.debian.org/debian bullseye/main amd64 libtiff5 amd64 4.2.0-1 [289 kB]
14:58:26 #8 8.087 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
14:58:26 #8 8.088 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
14:58:26 #8 8.088 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
14:58:26 #8 8.099 Get:213 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
14:58:26 #8 8.101 Get:214 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
14:58:26 #8 8.106 Get:215 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
14:58:26 #8 8.106 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
14:58:26 #8 8.108 Get:217 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13+deb11u2 [245 kB]
14:58:26 #8 8.164 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
14:58:26 #8 8.203 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
14:58:26 #8 8.204 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB]
14:58:26 #8 8.204 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB]
14:58:26 #8 8.205 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
14:58:26 #8 8.205 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB]
14:58:26 #8 8.206 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
14:58:26 #8 8.206 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB]
14:58:26 #8 8.207 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
14:58:26 #8 8.207 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
14:58:26 #8 8.208 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
14:58:26 #8 8.208 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
14:58:26 #8 8.209 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB]
14:58:26 #8 8.210 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
14:58:26 #8 8.210 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
14:58:26 #8 8.211 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB]
14:58:26 #8 8.212 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
14:58:26 #8 8.213 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB]
14:58:26 #8 8.214 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
14:58:26 #8 8.215 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
14:58:26 #8 8.215 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
14:58:26 #8 8.216 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB]
14:58:26 #8 8.217 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
14:58:26 #8 8.217 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
14:58:26 #8 8.218 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
14:58:26 #8 8.219 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB]
14:58:26 #8 8.219 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
14:58:26 #8 8.220 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
14:58:26 #8 8.220 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB]
14:58:26 #8 8.221 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B]
14:58:26 #8 8.221 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB]
14:58:26 #8 8.222 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
14:58:26 #8 8.223 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
14:58:26 #8 8.223 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB]
14:58:26 #8 8.224 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
14:58:26 #8 8.225 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
14:58:26 #8 8.225 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
14:58:26 #8 8.225 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
14:58:26 #8 8.226 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B]
14:58:26 #8 8.226 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B]
14:58:26 #8 8.227 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
14:58:26 #8 8.228 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
14:58:26 #8 8.228 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
14:58:26 #8 8.229 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
14:58:26 #8 8.232 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
14:58:26 #8 8.233 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB]
14:58:26 #8 8.234 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
14:58:26 #8 8.234 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
14:58:26 #8 8.235 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
14:58:26 #8 8.235 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
14:58:26 #8 8.236 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
14:58:26 #8 8.237 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB]
14:58:26 #8 8.238 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB]
14:58:26 #8 8.240 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
14:58:26 #8 8.241 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB]
14:58:26 #8 8.242 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB]
14:58:26 #8 8.242 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB]
14:58:26 #8 8.242 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
14:58:26 #8 8.243 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB]
14:58:26 #8 8.243 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB]
14:58:26 #8 8.249 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
14:58:26 #8 8.250 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
14:58:26 #8 8.261 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
14:58:26 #8 8.288 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
14:58:26 #8 8.289 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB]
14:58:26 #8 8.289 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
14:58:26 #8 8.290 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
14:58:26 #8 8.290 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
14:58:26 #8 8.291 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1 [22.9 kB]
14:58:26 #8 8.291 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
14:58:26 #8 8.292 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
14:58:26 #8 8.292 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
14:58:26 #8 8.293 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB]
14:58:26 #8 8.378 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
14:58:26 #8 8.456 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3 [95.9 kB]
14:58:27 #8 8.457 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
14:58:27 #8 8.458 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
14:58:27 #8 8.459 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB]
14:58:27 #8 8.460 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
14:58:27 #8 8.460 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
14:58:27 #8 8.464 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
14:58:27 #8 8.466 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
14:58:27 #8 8.467 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
14:58:27 #8 8.467 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
14:58:27 #8 8.473 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
14:58:27 #8 8.474 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
14:58:27 #8 8.474 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB]
14:58:27 #8 8.474 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
14:58:27 #8 8.475 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
14:58:27 #8 8.475 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
14:58:27 #8 8.475 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
14:58:27 #8 8.476 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB]
14:58:27 #8 8.477 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB]
14:58:27 #8 8.479 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B]
14:58:27 #8 8.480 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB]
14:58:27 #8 8.481 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB]
14:58:27 #8 8.481 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB]
14:58:27 #8 8.482 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
14:58:27 #8 8.484 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB]
14:58:27 #8 8.491 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB]
14:58:27 #8 8.491 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
14:58:27 #8 8.491 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB]
14:58:27 #8 8.491 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB]
14:58:27 #8 8.491 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB]
14:58:27 #8 8.491 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
14:58:27 #8 8.491 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
14:58:27 #8 8.492 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB]
14:58:27 #8 8.492 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
14:58:27 #8 8.493 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
14:58:27 #8 8.499 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1 [104 kB]
14:58:27 #8 8.508 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB]
14:58:27 #8 8.512 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB]
14:58:27 #8 8.514 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
14:58:27 #8 8.514 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
14:58:27 #8 8.516 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
14:58:27 #8 8.518 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB]
14:58:27 #8 8.519 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
14:58:27 #8 8.519 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
14:58:27 #8 8.520 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
14:58:27 #8 8.521 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB]
14:58:27 #8 8.525 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB]
14:58:27 #8 8.525 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B]
14:58:27 #8 8.525 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB]
14:58:27 #8 8.525 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB]
14:58:27 #8 8.527 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
14:58:27 #8 8.528 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB]
14:58:27 #8 8.530 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB]
14:58:27 #8 8.554 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB]
14:58:27 #8 8.555 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
14:58:27 #8 8.556 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB]
14:58:27 #8 8.557 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
14:58:27 #8 8.558 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
14:58:27 #8 8.559 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
14:58:27 #8 8.559 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
14:58:27 #8 8.560 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
14:58:27 #8 8.563 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
14:58:27 #8 8.563 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
14:58:27 #8 8.564 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
14:58:27 #8 8.564 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
14:58:27 #8 8.565 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB]
14:58:27 #8 8.581 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB]
14:58:27 #8 8.584 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB]
14:58:27 #8 8.585 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB]
14:58:27 #8 8.587 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB]
14:58:27 #8 8.588 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26 [171 kB]
14:58:27 #8 8.590 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB]
14:58:27 #8 8.604 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
14:58:27 #8 8.607 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
14:58:27 #8 8.636 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
14:58:27 #8 8.637 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB]
14:58:27 #8 8.647 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB]
14:58:27 #8 8.647 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB]
14:58:27 #8 8.648 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB]
14:58:27 #8 8.648 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20210108.1309-1 [121 kB]
14:58:27 #8 8.648 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
14:58:27 #8 8.649 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
14:58:27 #8 8.649 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
14:58:27 #8 8.649 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB]
14:58:27 #8 8.650 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
14:58:27 #8 8.652 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
14:58:27 #8 8.653 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
14:58:27 #8 8.654 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B]
14:58:27 #8 8.654 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB]
14:58:27 #8 8.660 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
14:58:27 #8 8.664 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB]
14:58:27 #8 8.673 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB]
14:58:27 #8 8.673 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
14:58:27 #8 8.866 debconf: delaying package configuration, since apt-utils is not installed
14:58:27 #8 8.895 Fetched 175 MB in 3s (53.7 MB/s)
14:58:27 #8 8.913 Selecting previously unselected package bsdextrautils.
14:58:27 #8 8.913 (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.)
14:58:27 #8 8.919 Preparing to unpack .../00-bsdextrautils_2.36.1-8_amd64.deb ...
14:58:27 #8 8.922 Unpacking bsdextrautils (2.36.1-8) ...
14:58:27 #8 8.963 Selecting previously unselected package libuchardet0:amd64.
14:58:27 #8 8.965 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
14:58:27 #8 8.972 Unpacking libuchardet0:amd64 (0.0.7-1) ...
14:58:27 #8 9.002 Selecting previously unselected package groff-base.
14:58:27 #8 9.004 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ...
14:58:27 #8 9.008 Unpacking groff-base (1.22.4-6) ...
14:58:27 #8 9.135 Selecting previously unselected package libgdbm6:amd64.
14:58:27 #8 9.137 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ...
14:58:27 #8 9.141 Unpacking libgdbm6:amd64 (1.19-2) ...
14:58:27 #8 9.175 Selecting previously unselected package libpipeline1:amd64.
14:58:27 #8 9.176 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ...
14:58:27 #8 9.180 Unpacking libpipeline1:amd64 (1.5.3-1) ...
14:58:27 #8 9.234 Selecting previously unselected package man-db.
14:58:27 #8 9.236 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ...
14:58:27 #8 9.241 Unpacking man-db (2.9.4-2) ...
14:58:27 #8 9.386 Selecting previously unselected package perl-modules-5.32.
14:58:27 #8 9.389 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
14:58:27 #8 9.391 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
14:58:28 #8 9.758 Selecting previously unselected package libgdbm-compat4:amd64.
14:58:28 #8 9.761 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ...
14:58:28 #8 9.766 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
14:58:28 #8 9.799 Selecting previously unselected package libperl5.32:amd64.
14:58:28 #8 9.801 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_amd64.deb ...
14:58:28 #8 9.804 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u2) ...
14:58:28 #8 10.27 Selecting previously unselected package perl.
14:58:28 #8 10.27 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_amd64.deb ...
14:58:28 #8 10.27 Unpacking perl (5.32.1-4+deb11u2) ...
14:58:28 #8 10.32 Selecting previously unselected package liblocale-gettext-perl.
14:58:28 #8 10.33 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
14:58:28 #8 10.33 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
14:58:28 #8 10.36 Selecting previously unselected package libpython3.9-minimal:amd64.
14:58:28 #8 10.36 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ...
14:58:28 #8 10.36 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
14:58:29 #8 10.48 Selecting previously unselected package libexpat1:amd64.
14:58:29 #8 10.48 Preparing to unpack .../12-libexpat1_2.2.10-2_amd64.deb ...
14:58:29 #8 10.48 Unpacking libexpat1:amd64 (2.2.10-2) ...
14:58:29 #8 10.52 Selecting previously unselected package python3.9-minimal.
14:58:29 #8 10.52 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ...
14:58:29 #8 10.53 Unpacking python3.9-minimal (3.9.2-1) ...
14:58:29 #8 10.73 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
14:58:29 #8 10.74 Setting up libexpat1:amd64 (2.2.10-2) ...
14:58:29 #8 10.75 Setting up python3.9-minimal (3.9.2-1) ...
14:58:29 #8 11.37 Selecting previously unselected package python3-minimal.
14:58:29 #8 11.37 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9508 files and directories currently installed.)
14:58:29 #8 11.38 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
14:58:29 #8 11.38 Unpacking python3-minimal (3.9.2-3) ...
14:58:29 #8 11.41 Selecting previously unselected package media-types.
14:58:29 #8 11.41 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
14:58:29 #8 11.41 Unpacking media-types (4.0.0) ...
14:58:29 #8 11.44 Selecting previously unselected package libmpdec3:amd64.
14:58:29 #8 11.45 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
14:58:29 #8 11.45 Unpacking libmpdec3:amd64 (2.5.1-1) ...
14:58:29 #8 11.48 Selecting previously unselected package libncursesw6:amd64.
14:58:29 #8 11.48 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
14:58:29 #8 11.49 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
14:58:29 #8 11.53 Selecting previously unselected package readline-common.
14:58:29 #8 11.53 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
14:58:29 #8 11.53 Unpacking readline-common (8.1-1) ...
14:58:29 #8 11.56 Selecting previously unselected package libreadline8:amd64.
14:58:30 #8 11.57 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
14:58:30 #8 11.57 Unpacking libreadline8:amd64 (8.1-1) ...
14:58:30 #8 11.61 Selecting previously unselected package libsqlite3-0:amd64.
14:58:30 #8 11.61 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
14:58:30 #8 11.62 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
14:58:30 #8 11.70 Selecting previously unselected package libpython3.9-stdlib:amd64.
14:58:30 #8 11.70 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
14:58:30 #8 11.71 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
14:58:30 #8 11.89 Selecting previously unselected package python3.9.
14:58:30 #8 11.89 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
14:58:30 #8 11.90 Unpacking python3.9 (3.9.2-1) ...
14:58:30 #8 11.93 Selecting previously unselected package libpython3-stdlib:amd64.
14:58:30 #8 11.94 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
14:58:30 #8 11.94 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
14:58:30 #8 11.97 Setting up python3-minimal (3.9.2-3) ...
14:58:30 #8 12.15 Selecting previously unselected package python3.
14:58:30 #8 12.15 (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.)
14:58:30 #8 12.16 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
14:58:30 #8 12.16 Unpacking python3 (3.9.2-3) ...
14:58:30 #8 12.19 Selecting previously unselected package less.
14:58:30 #8 12.19 Preparing to unpack .../001-less_551-2_amd64.deb ...
14:58:30 #8 12.20 Unpacking less (551-2) ...
14:58:30 #8 12.24 Selecting previously unselected package netbase.
14:58:30 #8 12.24 Preparing to unpack .../002-netbase_6.3_all.deb ...
14:58:30 #8 12.24 Unpacking netbase (6.3) ...
14:58:30 #8 12.27 Selecting previously unselected package sensible-utils.
14:58:30 #8 12.27 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
14:58:30 #8 12.27 Unpacking sensible-utils (0.0.14) ...
14:58:30 #8 12.30 Selecting previously unselected package bzip2.
14:58:30 #8 12.30 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ...
14:58:30 #8 12.30 Unpacking bzip2 (1.0.8-4) ...
14:58:30 #8 12.33 Selecting previously unselected package openssl.
14:58:30 #8 12.33 Preparing to unpack .../005-openssl_1.1.1k-1+deb11u1_amd64.deb ...
14:58:30 #8 12.34 Unpacking openssl (1.1.1k-1+deb11u1) ...
14:58:31 #8 12.43 Selecting previously unselected package ca-certificates.
14:58:31 #8 12.43 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
14:58:31 #8 12.44 Unpacking ca-certificates (20210119) ...
14:58:31 #8 12.48 Selecting previously unselected package libmagic-mgc.
14:58:31 #8 12.49 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_amd64.deb ...
14:58:31 #8 12.49 Unpacking libmagic-mgc (1:5.39-3) ...
14:58:31 #8 12.56 Selecting previously unselected package libmagic1:amd64.
14:58:31 #8 12.56 Preparing to unpack .../008-libmagic1_1%3a5.39-3_amd64.deb ...
14:58:31 #8 12.57 Unpacking libmagic1:amd64 (1:5.39-3) ...
14:58:31 #8 12.60 Selecting previously unselected package file.
14:58:31 #8 12.60 Preparing to unpack .../009-file_1%3a5.39-3_amd64.deb ...
14:58:31 #8 12.60 Unpacking file (1:5.39-3) ...
14:58:31 #8 12.63 Selecting previously unselected package gettext-base.
14:58:31 #8 12.64 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ...
14:58:31 #8 12.64 Unpacking gettext-base (0.21-4) ...
14:58:31 #8 12.68 Selecting previously unselected package manpages.
14:58:31 #8 12.68 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
14:58:31 #8 12.69 Unpacking manpages (5.10-1) ...
14:58:31 #8 12.82 Selecting previously unselected package libmd0:amd64.
14:58:31 #8 12.82 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ...
14:58:31 #8 12.82 Unpacking libmd0:amd64 (1.0.3-3) ...
14:58:31 #8 12.85 Selecting previously unselected package libbsd0:amd64.
14:58:31 #8 12.85 Preparing to unpack .../013-libbsd0_0.11.3-1_amd64.deb ...
14:58:31 #8 12.86 Unpacking libbsd0:amd64 (0.11.3-1) ...
14:58:31 #8 12.89 Selecting previously unselected package libedit2:amd64.
14:58:31 #8 12.90 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ...
14:58:31 #8 12.90 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ...
14:58:31 #8 12.93 Selecting previously unselected package libcbor0:amd64.
14:58:31 #8 12.94 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ...
14:58:31 #8 12.94 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
14:58:31 #8 12.97 Selecting previously unselected package libfido2-1:amd64.
14:58:31 #8 12.97 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ...
14:58:31 #8 12.98 Unpacking libfido2-1:amd64 (1.6.0-2) ...
14:58:31 #8 13.02 Selecting previously unselected package openssh-client.
14:58:31 #8 13.02 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5_amd64.deb ...
14:58:31 #8 13.03 Unpacking openssh-client (1:8.4p1-5) ...
14:58:31 #8 13.13 Selecting previously unselected package ucf.
14:58:31 #8 13.14 Preparing to unpack .../018-ucf_3.0043_all.deb ...
14:58:31 #8 13.14 Moving old data out of the way
14:58:31 #8 13.14 Unpacking ucf (3.0043) ...
14:58:31 #8 13.17 Selecting previously unselected package xz-utils.
14:58:31 #8 13.18 Preparing to unpack .../019-xz-utils_5.2.5-2_amd64.deb ...
14:58:31 #8 13.18 Unpacking xz-utils (5.2.5-2) ...
14:58:31 #8 13.23 Selecting previously unselected package libsigsegv2:amd64.
14:58:31 #8 13.23 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ...
14:58:31 #8 13.23 Unpacking libsigsegv2:amd64 (2.13-1) ...
14:58:31 #8 13.26 Selecting previously unselected package m4.
14:58:31 #8 13.26 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ...
14:58:31 #8 13.26 Unpacking m4 (1.4.18-5) ...
14:58:31 #8 13.30 Selecting previously unselected package autoconf.
14:58:31 #8 13.30 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
14:58:31 #8 13.31 Unpacking autoconf (2.69-14) ...
14:58:31 #8 13.36 Selecting previously unselected package autotools-dev.
14:58:32 #8 13.36 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
14:58:32 #8 13.37 Unpacking autotools-dev (20180224.1+nmu1) ...
14:58:32 #8 13.40 Selecting previously unselected package automake.
14:58:32 #8 13.40 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
14:58:32 #8 13.41 Unpacking automake (1:1.16.3-2) ...
14:58:32 #8 13.48 Selecting previously unselected package autopoint.
14:58:32 #8 13.49 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
14:58:32 #8 13.49 Unpacking autopoint (0.21-4) ...
14:58:32 #8 13.53 Selecting previously unselected package binutils-common:amd64.
14:58:32 #8 13.53 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ...
14:58:32 #8 13.53 Unpacking binutils-common:amd64 (2.35.2-2) ...
14:58:32 #8 13.78 Selecting previously unselected package libbinutils:amd64.
14:58:32 #8 13.78 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ...
14:58:32 #8 13.79 Unpacking libbinutils:amd64 (2.35.2-2) ...
14:58:32 #8 13.87 Selecting previously unselected package libctf-nobfd0:amd64.
14:58:32 #8 13.87 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ...
14:58:32 #8 13.87 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
14:58:32 #8 13.91 Selecting previously unselected package libctf0:amd64.
14:58:32 #8 13.91 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ...
14:58:32 #8 13.91 Unpacking libctf0:amd64 (2.35.2-2) ...
14:58:32 #8 13.94 Selecting previously unselected package binutils-x86-64-linux-gnu.
14:58:32 #8 13.94 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
14:58:32 #8 13.95 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
14:58:32 #8 14.16 Selecting previously unselected package binutils.
14:58:32 #8 14.16 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ...
14:58:32 #8 14.16 Unpacking binutils (2.35.2-2) ...
14:58:32 #8 14.19 Selecting previously unselected package libc-dev-bin.
14:58:32 #8 14.19 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u2_amd64.deb ...
14:58:32 #8 14.20 Unpacking libc-dev-bin (2.31-13+deb11u2) ...
14:58:32 #8 14.23 Selecting previously unselected package linux-libc-dev:amd64.
14:58:32 #8 14.23 Preparing to unpack .../033-linux-libc-dev_5.10.70-1_amd64.deb ...
14:58:32 #8 14.23 Unpacking linux-libc-dev:amd64 (5.10.70-1) ...
14:58:32 #8 14.39 Selecting previously unselected package libcrypt-dev:amd64.
14:58:32 #8 14.40 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
14:58:32 #8 14.40 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
14:58:32 #8 14.43 Selecting previously unselected package libtirpc-dev:amd64.
14:58:33 #8 14.43 Preparing to unpack .../035-libtirpc-dev_1.3.1-1_amd64.deb ...
14:58:33 #8 14.44 Unpacking libtirpc-dev:amd64 (1.3.1-1) ...
14:58:33 #8 14.48 Selecting previously unselected package libnsl-dev:amd64.
14:58:33 #8 14.48 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ...
14:58:33 #8 14.49 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
14:58:33 #8 14.52 Selecting previously unselected package libc6-dev:amd64.
14:58:33 #8 14.52 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u2_amd64.deb ...
14:58:33 #8 14.53 Unpacking libc6-dev:amd64 (2.31-13+deb11u2) ...
14:58:33 #8 14.80 Selecting previously unselected package libisl23:amd64.
14:58:33 #8 14.80 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ...
14:58:33 #8 14.81 Unpacking libisl23:amd64 (0.23-1) ...
14:58:33 #8 14.89 Selecting previously unselected package libmpfr6:amd64.
14:58:33 #8 14.90 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ...
14:58:33 #8 14.90 Unpacking libmpfr6:amd64 (4.1.0-3) ...
14:58:33 #8 15.02 Selecting previously unselected package libmpc3:amd64.
14:58:33 #8 15.02 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ...
14:58:33 #8 15.02 Unpacking libmpc3:amd64 (1.2.0-1) ...
14:58:33 #8 15.05 Selecting previously unselected package cpp-10.
14:58:33 #8 15.05 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ...
14:58:33 #8 15.05 Unpacking cpp-10 (10.2.1-6) ...
14:58:34 #8 15.81 Selecting previously unselected package cpp.
14:58:34 #8 15.81 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ...
14:58:34 #8 15.81 Unpacking cpp (4:10.2.1-1) ...
14:58:34 #8 15.84 Selecting previously unselected package libcc1-0:amd64.
14:58:34 #8 15.85 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ...
14:58:34 #8 15.85 Unpacking libcc1-0:amd64 (10.2.1-6) ...
14:58:34 #8 15.88 Selecting previously unselected package libgomp1:amd64.
14:58:34 #8 15.88 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ...
14:58:34 #8 15.89 Unpacking libgomp1:amd64 (10.2.1-6) ...
14:58:34 #8 15.92 Selecting previously unselected package libitm1:amd64.
14:58:34 #8 15.92 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ...
14:58:34 #8 15.93 Unpacking libitm1:amd64 (10.2.1-6) ...
14:58:34 #8 15.95 Selecting previously unselected package libatomic1:amd64.
14:58:34 #8 15.96 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ...
14:58:34 #8 15.96 Unpacking libatomic1:amd64 (10.2.1-6) ...
14:58:34 #8 15.99 Selecting previously unselected package libasan6:amd64.
14:58:34 #8 15.99 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ...
14:58:34 #8 15.99 Unpacking libasan6:amd64 (10.2.1-6) ...
14:58:34 #8 16.28 Selecting previously unselected package liblsan0:amd64.
14:58:34 #8 16.28 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ...
14:58:34 #8 16.28 Unpacking liblsan0:amd64 (10.2.1-6) ...
14:58:34 #8 16.39 Selecting previously unselected package libtsan0:amd64.
14:58:35 #8 16.39 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ...
14:58:35 #8 16.39 Unpacking libtsan0:amd64 (10.2.1-6) ...
14:58:35 #8 16.61 Selecting previously unselected package libubsan1:amd64.
14:58:35 #8 16.62 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ...
14:58:35 #8 16.62 Unpacking libubsan1:amd64 (10.2.1-6) ...
14:58:35 #8 16.72 Selecting previously unselected package libquadmath0:amd64.
14:58:35 #8 16.72 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ...
14:58:35 #8 16.72 Unpacking libquadmath0:amd64 (10.2.1-6) ...
14:58:35 #8 16.76 Selecting previously unselected package libgcc-10-dev:amd64.
14:58:35 #8 16.76 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ...
14:58:35 #8 16.76 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
14:58:35 #8 16.98 Selecting previously unselected package gcc-10.
14:58:35 #8 16.98 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ...
14:58:35 #8 16.99 Unpacking gcc-10 (10.2.1-6) ...
14:58:36 #8 18.45 Selecting previously unselected package gcc.
14:58:37 #8 18.45 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ...
14:58:37 #8 18.46 Unpacking gcc (4:10.2.1-1) ...
14:58:37 #8 18.48 Selecting previously unselected package libstdc++-10-dev:amd64.
14:58:37 #8 18.49 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ...
14:58:37 #8 18.49 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
14:58:37 #8 18.74 Selecting previously unselected package g++-10.
14:58:37 #8 18.74 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ...
14:58:37 #8 18.74 Unpacking g++-10 (10.2.1-6) ...
14:58:37 #8 19.57 Selecting previously unselected package g++.
14:58:37 #8 19.57 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ...
14:58:37 #8 19.57 Unpacking g++ (4:10.2.1-1) ...
14:58:37 #8 19.60 Selecting previously unselected package make.
14:58:38 #8 19.60 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ...
14:58:38 #8 19.60 Unpacking make (4.3-4.1) ...
14:58:38 #8 19.67 Selecting previously unselected package libdpkg-perl.
14:58:38 #8 19.67 Preparing to unpack .../059-libdpkg-perl_1.20.9_all.deb ...
14:58:38 #8 19.67 Unpacking libdpkg-perl (1.20.9) ...
14:58:38 #8 19.75 Selecting previously unselected package patch.
14:58:38 #8 19.75 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ...
14:58:38 #8 19.76 Unpacking patch (2.7.6-7) ...
14:58:38 #8 19.79 Selecting previously unselected package dpkg-dev.
14:58:38 #8 19.79 Preparing to unpack .../061-dpkg-dev_1.20.9_all.deb ...
14:58:38 #8 19.80 Unpacking dpkg-dev (1.20.9) ...
14:58:38 #8 19.93 Selecting previously unselected package build-essential.
14:58:38 #8 19.93 Preparing to unpack .../062-build-essential_12.9_amd64.deb ...
14:58:38 #8 19.93 Unpacking build-essential (12.9) ...
14:58:38 #8 19.96 Selecting previously unselected package libbrotli1:amd64.
14:58:38 #8 19.96 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ...
14:58:38 #8 19.97 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
14:58:38 #8 20.02 Selecting previously unselected package libsasl2-modules-db:amd64.
14:58:38 #8 20.02 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
14:58:38 #8 20.02 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:58:38 #8 20.06 Selecting previously unselected package libsasl2-2:amd64.
14:58:38 #8 20.06 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
14:58:38 #8 20.07 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:58:38 #8 20.11 Selecting previously unselected package libldap-2.4-2:amd64.
14:58:38 #8 20.11 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
14:58:38 #8 20.12 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:58:38 #8 20.18 Selecting previously unselected package libnghttp2-14:amd64.
14:58:38 #8 20.18 Preparing to unpack .../067-libnghttp2-14_1.43.0-1_amd64.deb ...
14:58:38 #8 20.18 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
14:58:38 #8 20.22 Selecting previously unselected package libpsl5:amd64.
14:58:38 #8 20.22 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ...
14:58:38 #8 20.23 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
14:58:38 #8 20.27 Selecting previously unselected package librtmp1:amd64.
14:58:38 #8 20.27 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
14:58:38 #8 20.28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:58:38 #8 20.32 Selecting previously unselected package libssh2-1:amd64.
14:58:38 #8 20.32 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ...
14:58:38 #8 20.32 Unpacking libssh2-1:amd64 (1.9.0-2) ...
14:58:38 #8 20.36 Selecting previously unselected package libcurl4:amd64.
14:58:38 #8 20.36 Preparing to unpack .../071-libcurl4_7.74.0-1.3+b1_amd64.deb ...
14:58:38 #8 20.37 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ...
14:58:38 #8 20.42 Selecting previously unselected package curl.
14:58:39 #8 20.42 Preparing to unpack .../072-curl_7.74.0-1.3+b1_amd64.deb ...
14:58:39 #8 20.42 Unpacking curl (7.74.0-1.3+b1) ...
14:58:39 #8 20.47 Selecting previously unselected package dctrl-tools.
14:58:39 #8 20.47 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ...
14:58:39 #8 20.48 Unpacking dctrl-tools (2.24-3+b1) ...
14:58:39 #8 20.68 Selecting previously unselected package libdebhelper-perl.
14:58:39 #8 20.68 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ...
14:58:39 #8 20.69 Unpacking libdebhelper-perl (13.3.4) ...
14:58:39 #8 20.75 Selecting previously unselected package libtool.
14:58:39 #8 20.76 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ...
14:58:39 #8 20.77 Unpacking libtool (2.4.6-15) ...
14:58:39 #8 20.81 Selecting previously unselected package dh-autoreconf.
14:58:39 #8 20.81 Preparing to unpack .../076-dh-autoreconf_20_all.deb ...
14:58:39 #8 20.82 Unpacking dh-autoreconf (20) ...
14:58:39 #8 20.84 Selecting previously unselected package libarchive-zip-perl.
14:58:39 #8 20.85 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ...
14:58:39 #8 20.85 Unpacking libarchive-zip-perl (1.68-1) ...
14:58:39 #8 20.89 Selecting previously unselected package libsub-override-perl.
14:58:39 #8 20.89 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ...
14:58:39 #8 20.89 Unpacking libsub-override-perl (0.09-2) ...
14:58:39 #8 20.92 Selecting previously unselected package libfile-stripnondeterminism-perl.
14:58:39 #8 20.92 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
14:58:39 #8 20.92 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
14:58:39 #8 20.95 Selecting previously unselected package dh-strip-nondeterminism.
14:58:39 #8 20.95 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ...
14:58:39 #8 20.95 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
14:58:39 #8 20.98 Selecting previously unselected package libelf1:amd64.
14:58:39 #8 20.99 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ...
14:58:39 #8 20.99 Unpacking libelf1:amd64 (0.183-1) ...
14:58:39 #8 21.03 Selecting previously unselected package dwz.
14:58:39 #8 21.03 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ...
14:58:39 #8 21.04 Unpacking dwz (0.13+20210201-1) ...
14:58:39 #8 21.08 Selecting previously unselected package libicu67:amd64.
14:58:39 #8 21.08 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ...
14:58:39 #8 21.08 Unpacking libicu67:amd64 (67.1-7) ...
14:58:40 #8 21.94 Selecting previously unselected package libxml2:amd64.
14:58:40 #8 21.94 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
14:58:40 #8 21.95 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:58:40 #8 22.03 Selecting previously unselected package gettext.
14:58:40 #8 22.03 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ...
14:58:40 #8 22.03 Unpacking gettext (0.21-4) ...
14:58:40 #8 22.17 Selecting previously unselected package intltool-debian.
14:58:40 #8 22.17 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
14:58:40 #8 22.18 Unpacking intltool-debian (0.35.0+20060710.5) ...
14:58:40 #8 22.20 Selecting previously unselected package po-debconf.
14:58:40 #8 22.20 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ...
14:58:40 #8 22.21 Unpacking po-debconf (1.0.21+nmu1) ...
14:58:40 #8 22.25 Selecting previously unselected package debhelper.
14:58:40 #8 22.25 Preparing to unpack .../088-debhelper_13.3.4_all.deb ...
14:58:40 #8 22.26 Unpacking debhelper (13.3.4) ...
14:58:40 #8 22.38 Selecting previously unselected package debian-keyring.
14:58:40 #8 22.38 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ...
14:58:40 #8 22.38 Unpacking debian-keyring (2021.07.26) ...
14:58:43 #8 24.77 Selecting previously unselected package libfakeroot:amd64.
14:58:43 #8 24.78 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ...
14:58:43 #8 24.78 Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
14:58:43 #8 24.81 Selecting previously unselected package fakeroot.
14:58:43 #8 24.81 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ...
14:58:43 #8 24.81 Unpacking fakeroot (1.25.3-1.1) ...
14:58:43 #8 24.86 Selecting previously unselected package libassuan0:amd64.
14:58:43 #8 24.86 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ...
14:58:43 #8 24.86 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
14:58:43 #8 24.89 Selecting previously unselected package gpgconf.
14:58:43 #8 24.89 Preparing to unpack .../093-gpgconf_2.2.27-2_amd64.deb ...
14:58:43 #8 24.90 Unpacking gpgconf (2.2.27-2) ...
14:58:43 #8 24.94 Selecting previously unselected package libksba8:amd64.
14:58:43 #8 24.94 Preparing to unpack .../094-libksba8_1.5.0-3_amd64.deb ...
14:58:43 #8 24.95 Unpacking libksba8:amd64 (1.5.0-3) ...
14:58:43 #8 24.99 Selecting previously unselected package libnpth0:amd64.
14:58:43 #8 24.99 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ...
14:58:43 #8 24.99 Unpacking libnpth0:amd64 (1.6-3) ...
14:58:43 #8 25.02 Selecting previously unselected package dirmngr.
14:58:43 #8 25.02 Preparing to unpack .../096-dirmngr_2.2.27-2_amd64.deb ...
14:58:43 #8 25.04 Unpacking dirmngr (2.2.27-2) ...
14:58:43 #8 25.10 Selecting previously unselected package gnupg-l10n.
14:58:43 #8 25.10 Preparing to unpack .../097-gnupg-l10n_2.2.27-2_all.deb ...
14:58:43 #8 25.11 Unpacking gnupg-l10n (2.2.27-2) ...
14:58:43 #8 25.21 Selecting previously unselected package gnupg-utils.
14:58:43 #8 25.21 Preparing to unpack .../098-gnupg-utils_2.2.27-2_amd64.deb ...
14:58:43 #8 25.21 Unpacking gnupg-utils (2.2.27-2) ...
14:58:43 #8 25.28 Selecting previously unselected package gpg.
14:58:43 #8 25.28 Preparing to unpack .../099-gpg_2.2.27-2_amd64.deb ...
14:58:43 #8 25.29 Unpacking gpg (2.2.27-2) ...
14:58:44 #8 25.36 Selecting previously unselected package pinentry-curses.
14:58:44 #8 25.36 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ...
14:58:44 #8 25.36 Unpacking pinentry-curses (1.1.0-4) ...
14:58:44 #8 25.40 Selecting previously unselected package gpg-agent.
14:58:44 #8 25.40 Preparing to unpack .../101-gpg-agent_2.2.27-2_amd64.deb ...
14:58:44 #8 25.40 Unpacking gpg-agent (2.2.27-2) ...
14:58:44 #8 25.46 Selecting previously unselected package gpg-wks-client.
14:58:44 #8 25.46 Preparing to unpack .../102-gpg-wks-client_2.2.27-2_amd64.deb ...
14:58:44 #8 25.46 Unpacking gpg-wks-client (2.2.27-2) ...
14:58:44 #8 25.50 Selecting previously unselected package gpg-wks-server.
14:58:44 #8 25.50 Preparing to unpack .../103-gpg-wks-server_2.2.27-2_amd64.deb ...
14:58:44 #8 25.50 Unpacking gpg-wks-server (2.2.27-2) ...
14:58:44 #8 25.54 Selecting previously unselected package gpgsm.
14:58:44 #8 25.54 Preparing to unpack .../104-gpgsm_2.2.27-2_amd64.deb ...
14:58:44 #8 25.54 Unpacking gpgsm (2.2.27-2) ...
14:58:44 #8 25.59 Selecting previously unselected package gnupg.
14:58:44 #8 25.59 Preparing to unpack .../105-gnupg_2.2.27-2_all.deb ...
14:58:44 #8 25.60 Unpacking gnupg (2.2.27-2) ...
14:58:44 #8 25.66 Selecting previously unselected package libfile-dirlist-perl.
14:58:44 #8 25.66 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ...
14:58:44 #8 25.66 Unpacking libfile-dirlist-perl (0.05-2) ...
14:58:44 #8 25.69 Selecting previously unselected package libfile-which-perl.
14:58:44 #8 25.69 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ...
14:58:44 #8 25.69 Unpacking libfile-which-perl (1.23-1) ...
14:58:44 #8 25.72 Selecting previously unselected package libfile-homedir-perl.
14:58:44 #8 25.72 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ...
14:58:44 #8 25.72 Unpacking libfile-homedir-perl (1.006-1) ...
14:58:44 #8 25.75 Selecting previously unselected package libfile-touch-perl.
14:58:44 #8 25.75 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ...
14:58:44 #8 25.75 Unpacking libfile-touch-perl (0.11-1) ...
14:58:44 #8 25.78 Selecting previously unselected package libio-pty-perl.
14:58:44 #8 25.78 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ...
14:58:44 #8 25.78 Unpacking libio-pty-perl (1:1.15-2) ...
14:58:44 #8 25.81 Selecting previously unselected package libipc-run-perl.
14:58:44 #8 25.81 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ...
14:58:44 #8 25.82 Unpacking libipc-run-perl (20200505.0-1) ...
14:58:44 #8 25.85 Selecting previously unselected package libclass-method-modifiers-perl.
14:58:44 #8 25.85 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ...
14:58:44 #8 25.85 Unpacking libclass-method-modifiers-perl (2.13-1) ...
14:58:44 #8 25.88 Selecting previously unselected package libb-hooks-op-check-perl.
14:58:44 #8 25.88 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
14:58:44 #8 25.89 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
14:58:44 #8 25.95 Selecting previously unselected package libdynaloader-functions-perl.
14:58:44 #8 25.95 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ...
14:58:44 #8 25.96 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
14:58:44 #8 26.01 Selecting previously unselected package libdevel-callchecker-perl.
14:58:44 #8 26.01 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
14:58:44 #8 26.02 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
14:58:44 #8 26.07 Selecting previously unselected package libparams-classify-perl.
14:58:44 #8 26.07 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ...
14:58:44 #8 26.08 Unpacking libparams-classify-perl (0.015-1+b3) ...
14:58:44 #8 26.18 Selecting previously unselected package libmodule-runtime-perl.
14:58:44 #8 26.18 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
14:58:44 #8 26.20 Unpacking libmodule-runtime-perl (0.016-1) ...
14:58:44 #8 26.38 Selecting previously unselected package libimport-into-perl.
14:58:44 #8 26.38 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
14:58:44 #8 26.43 Unpacking libimport-into-perl (1.002005-1) ...
14:58:45 #8 26.57 Selecting previously unselected package librole-tiny-perl.
14:58:45 #8 26.57 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ...
14:58:45 #8 26.58 Unpacking librole-tiny-perl (2.002004-1) ...
14:58:45 #8 26.71 Selecting previously unselected package libstrictures-perl.
14:58:45 #8 26.71 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ...
14:58:45 #8 26.73 Unpacking libstrictures-perl (2.000006-1) ...
14:58:45 #8 26.87 Selecting previously unselected package libsub-quote-perl.
14:58:45 #8 26.87 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ...
14:58:45 #8 26.90 Unpacking libsub-quote-perl (2.006006-1) ...
14:58:45 #8 27.08 Selecting previously unselected package libmoo-perl.
14:58:45 #8 27.08 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ...
14:58:45 #8 27.09 Unpacking libmoo-perl (2.004004-1) ...
14:58:45 #8 27.18 Selecting previously unselected package libencode-locale-perl.
14:58:45 #8 27.18 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ...
14:58:45 #8 27.20 Unpacking libencode-locale-perl (1.05-1.1) ...
14:58:45 #8 27.38 Selecting previously unselected package libtimedate-perl.
14:58:45 #8 27.38 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ...
14:58:45 #8 27.38 Unpacking libtimedate-perl (2.3300-2) ...
14:58:45 #8 27.43 Selecting previously unselected package libhttp-date-perl.
14:58:45 #8 27.43 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ...
14:58:46 #8 27.43 Unpacking libhttp-date-perl (6.05-1) ...
14:58:46 #8 27.46 Selecting previously unselected package libfile-listing-perl.
14:58:46 #8 27.46 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ...
14:58:46 #8 27.46 Unpacking libfile-listing-perl (6.14-1) ...
14:58:46 #8 27.48 Selecting previously unselected package libhtml-tagset-perl.
14:58:46 #8 27.49 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ...
14:58:46 #8 27.49 Unpacking libhtml-tagset-perl (3.20-4) ...
14:58:46 #8 27.51 Selecting previously unselected package liburi-perl.
14:58:46 #8 27.51 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ...
14:58:46 #8 27.52 Unpacking liburi-perl (5.08-1) ...
14:58:46 #8 27.55 Selecting previously unselected package libhtml-parser-perl.
14:58:46 #8 27.55 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
14:58:46 #8 27.55 Unpacking libhtml-parser-perl (3.75-1+b1) ...
14:58:46 #8 27.58 Selecting previously unselected package libhtml-tree-perl.
14:58:46 #8 27.59 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
14:58:46 #8 27.59 Unpacking libhtml-tree-perl (5.07-2) ...
14:58:46 #8 27.63 Selecting previously unselected package libio-html-perl.
14:58:46 #8 27.63 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ...
14:58:46 #8 27.64 Unpacking libio-html-perl (1.004-2) ...
14:58:46 #8 27.66 Selecting previously unselected package liblwp-mediatypes-perl.
14:58:46 #8 27.66 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ...
14:58:46 #8 27.66 Unpacking liblwp-mediatypes-perl (6.04-1) ...
14:58:46 #8 27.69 Selecting previously unselected package libhttp-message-perl.
14:58:46 #8 27.69 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ...
14:58:46 #8 27.69 Unpacking libhttp-message-perl (6.28-1) ...
14:58:46 #8 27.72 Selecting previously unselected package libhttp-cookies-perl.
14:58:46 #8 27.72 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ...
14:58:46 #8 27.73 Unpacking libhttp-cookies-perl (6.10-1) ...
14:58:46 #8 27.75 Selecting previously unselected package libhttp-negotiate-perl.
14:58:46 #8 27.75 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
14:58:46 #8 27.76 Unpacking libhttp-negotiate-perl (6.01-1) ...
14:58:46 #8 27.78 Selecting previously unselected package perl-openssl-defaults:amd64.
14:58:46 #8 27.78 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ...
14:58:46 #8 27.79 Unpacking perl-openssl-defaults:amd64 (5) ...
14:58:46 #8 27.81 Selecting previously unselected package libnet-ssleay-perl.
14:58:46 #8 27.81 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ...
14:58:46 #8 27.81 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
14:58:46 #8 27.87 Selecting previously unselected package libio-socket-ssl-perl.
14:58:46 #8 27.87 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ...
14:58:46 #8 27.87 Unpacking libio-socket-ssl-perl (2.069-1) ...
14:58:46 #8 27.92 Selecting previously unselected package libnet-http-perl.
14:58:46 #8 27.92 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ...
14:58:46 #8 27.92 Unpacking libnet-http-perl (6.20-1) ...
14:58:46 #8 27.95 Selecting previously unselected package liblwp-protocol-https-perl.
14:58:46 #8 27.95 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ...
14:58:46 #8 27.95 Unpacking liblwp-protocol-https-perl (6.10-1) ...
14:58:46 #8 27.98 Selecting previously unselected package libtry-tiny-perl.
14:58:46 #8 27.98 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
14:58:46 #8 27.98 Unpacking libtry-tiny-perl (0.30-1) ...
14:58:46 #8 28.01 Selecting previously unselected package libwww-robotrules-perl.
14:58:46 #8 28.02 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
14:58:46 #8 28.02 Unpacking libwww-robotrules-perl (6.02-1) ...
14:58:46 #8 28.04 Selecting previously unselected package libwww-perl.
14:58:46 #8 28.05 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ...
14:58:46 #8 28.05 Unpacking libwww-perl (6.52-1) ...
14:58:46 #8 28.09 Selecting previously unselected package patchutils.
14:58:46 #8 28.09 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ...
14:58:46 #8 28.10 Unpacking patchutils (0.4.2-1) ...
14:58:46 #8 28.13 Selecting previously unselected package wdiff.
14:58:46 #8 28.13 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
14:58:46 #8 28.13 Unpacking wdiff (1.2.2-2+b1) ...
14:58:46 #8 28.18 Selecting previously unselected package devscripts.
14:58:46 #8 28.18 Preparing to unpack .../146-devscripts_2.21.3+deb11u1_amd64.deb ...
14:58:46 #8 28.20 Unpacking devscripts (2.21.3+deb11u1) ...
14:58:46 #8 28.33 Selecting previously unselected package diffstat.
14:58:46 #8 28.33 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ...
14:58:46 #8 28.33 Unpacking diffstat (1.64-1) ...
14:58:46 #8 28.36 Selecting previously unselected package distro-info-data.
14:58:46 #8 28.36 Preparing to unpack .../148-distro-info-data_0.51_all.deb ...
14:58:46 #8 28.36 Unpacking distro-info-data (0.51) ...
14:58:46 #8 28.39 Selecting previously unselected package python3-pkg-resources.
14:58:47 #8 28.39 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ...
14:58:47 #8 28.40 Unpacking python3-pkg-resources (52.0.0-4) ...
14:58:47 #8 28.44 Selecting previously unselected package python3-chardet.
14:58:47 #8 28.44 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ...
14:58:47 #8 28.44 Unpacking python3-chardet (4.0.0-1) ...
14:58:47 #8 28.48 Selecting previously unselected package python3-six.
14:58:47 #8 28.49 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ...
14:58:47 #8 28.49 Unpacking python3-six (1.16.0-2) ...
14:58:47 #8 28.52 Selecting previously unselected package python3-debian.
14:58:47 #8 28.52 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ...
14:58:47 #8 28.52 Unpacking python3-debian (0.1.39) ...
14:58:47 #8 28.56 Selecting previously unselected package libgpgme11:amd64.
14:58:47 #8 28.56 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ...
14:58:47 #8 28.56 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ...
14:58:47 #8 28.60 Selecting previously unselected package python3-gpg.
14:58:47 #8 28.61 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ...
14:58:47 #8 28.61 Unpacking python3-gpg (1.14.0-1+b2) ...
14:58:47 #8 28.66 Selecting previously unselected package dput.
14:58:47 #8 28.67 Preparing to unpack .../155-dput_1.1.0_all.deb ...
14:58:47 #8 28.67 Unpacking dput (1.1.0) ...
14:58:47 #8 28.70 Selecting previously unselected package equivs.
14:58:47 #8 28.70 Preparing to unpack .../156-equivs_2.3.1_all.deb ...
14:58:47 #8 28.71 Unpacking equivs (2.3.1) ...
14:58:47 #8 28.73 Selecting previously unselected package fonts-dejavu-core.
14:58:47 #8 28.74 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ...
14:58:47 #8 28.74 Unpacking fonts-dejavu-core (2.37-2) ...
14:58:47 #8 28.87 Selecting previously unselected package fontconfig-config.
14:58:47 #8 28.87 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ...
14:58:47 #8 28.95 Unpacking fontconfig-config (2.13.1-4.2) ...
14:58:47 #8 28.99 Selecting previously unselected package libcurl3-gnutls:amd64.
14:58:47 #8 28.99 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+b1_amd64.deb ...
14:58:47 #8 29.00 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+b1) ...
14:58:47 #8 29.05 Selecting previously unselected package liberror-perl.
14:58:47 #8 29.05 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ...
14:58:47 #8 29.05 Unpacking liberror-perl (0.17029-1) ...
14:58:47 #8 29.08 Selecting previously unselected package git-man.
14:58:47 #8 29.08 Preparing to unpack .../161-git-man_1%3a2.30.2-1_all.deb ...
14:58:47 #8 29.08 Unpacking git-man (1:2.30.2-1) ...
14:58:47 #8 29.21 Selecting previously unselected package git.
14:58:47 #8 29.21 Preparing to unpack .../162-git_1%3a2.30.2-1_amd64.deb ...
14:58:47 #8 29.22 Unpacking git (1:2.30.2-1) ...
14:58:48 #8 29.75 Selecting previously unselected package iso-codes.
14:58:48 #8 29.76 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ...
14:58:48 #8 29.76 Unpacking iso-codes (4.6.0-1) ...
14:58:48 #8 30.17 Selecting previously unselected package libalgorithm-diff-perl.
14:58:48 #8 30.17 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ...
14:58:48 #8 30.17 Unpacking libalgorithm-diff-perl (1.201-1) ...
14:58:48 #8 30.20 Selecting previously unselected package libalgorithm-diff-xs-perl.
14:58:48 #8 30.20 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
14:58:48 #8 30.20 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
14:58:48 #8 30.23 Selecting previously unselected package libalgorithm-merge-perl.
14:58:48 #8 30.23 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ...
14:58:48 #8 30.23 Unpacking libalgorithm-merge-perl (0.08-3) ...
14:58:48 #8 30.26 Selecting previously unselected package libaliased-perl.
14:58:48 #8 30.26 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ...
14:58:48 #8 30.30 Unpacking libaliased-perl (0.34-1.1) ...
14:58:48 #8 30.33 Selecting previously unselected package libapt-pkg-perl.
14:58:48 #8 30.33 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ...
14:58:48 #8 30.33 Unpacking libapt-pkg-perl (0.1.39) ...
14:58:48 #8 30.36 Selecting previously unselected package libarchive-cpio-perl.
14:58:48 #8 30.37 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ...
14:58:48 #8 30.37 Unpacking libarchive-cpio-perl (0.10-1.1) ...
14:58:48 #8 30.40 Selecting previously unselected package libarchive13:amd64.
14:58:48 #8 30.40 Preparing to unpack .../170-libarchive13_3.4.3-2+b1_amd64.deb ...
14:58:48 #8 30.41 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
14:58:48 #8 30.46 Selecting previously unselected package libarray-intspan-perl.
14:58:48 #8 30.46 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ...
14:58:48 #8 30.46 Unpacking libarray-intspan-perl (2.004-1) ...
14:58:48 #8 30.49 Selecting previously unselected package libauthen-sasl-perl.
14:58:48 #8 30.49 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ...
14:58:48 #8 30.50 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
14:58:48 #8 30.53 Selecting previously unselected package libmodule-implementation-perl.
14:58:49 #8 30.53 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ...
14:58:49 #8 30.53 Unpacking libmodule-implementation-perl (0.09-1.1) ...
14:58:49 #8 30.56 Selecting previously unselected package libsub-exporter-progressive-perl.
14:58:49 #8 30.56 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
14:58:49 #8 30.56 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
14:58:49 #8 30.59 Selecting previously unselected package libvariable-magic-perl.
14:58:49 #8 30.59 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ...
14:58:49 #8 30.60 Unpacking libvariable-magic-perl (0.62-1+b3) ...
14:58:49 #8 30.62 Selecting previously unselected package libb-hooks-endofscope-perl.
14:58:49 #8 30.63 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
14:58:49 #8 30.63 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
14:58:49 #8 30.66 Selecting previously unselected package libpng16-16:amd64.
14:58:49 #8 30.66 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ...
14:58:49 #8 30.66 Unpacking libpng16-16:amd64 (1.6.37-3) ...
14:58:49 #8 30.71 Selecting previously unselected package libfreetype6:amd64.
14:58:49 #8 30.71 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1_amd64.deb ...
14:58:49 #8 30.72 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1) ...
14:58:49 #8 30.78 Selecting previously unselected package libfontconfig1:amd64.
14:58:49 #8 30.79 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ...
14:58:49 #8 30.79 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
14:58:49 #8 30.91 Selecting previously unselected package libjpeg62-turbo:amd64.
14:58:49 #8 30.91 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
14:58:49 #8 30.92 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
14:58:49 #8 30.96 Selecting previously unselected package libdeflate0:amd64.
14:58:49 #8 30.96 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ...
14:58:49 #8 30.96 Unpacking libdeflate0:amd64 (1.7-1) ...
14:58:49 #8 30.99 Selecting previously unselected package libjbig0:amd64.
14:58:49 #8 31.00 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ...
14:58:49 #8 31.00 Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
14:58:49 #8 31.03 Selecting previously unselected package libwebp6:amd64.
14:58:49 #8 31.03 Preparing to unpack .../183-libwebp6_0.6.1-2.1_amd64.deb ...
14:58:49 #8 31.04 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
14:58:49 #8 31.08 Selecting previously unselected package libtiff5:amd64.
14:58:49 #8 31.09 Preparing to unpack .../184-libtiff5_4.2.0-1_amd64.deb ...
14:58:49 #8 31.09 Unpacking libtiff5:amd64 (4.2.0-1) ...
14:58:49 #8 31.14 Selecting previously unselected package libxau6:amd64.
14:58:49 #8 31.15 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ...
14:58:49 #8 31.15 Unpacking libxau6:amd64 (1:1.0.9-1) ...
14:58:49 #8 31.18 Selecting previously unselected package libxdmcp6:amd64.
14:58:49 #8 31.18 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
14:58:49 #8 31.19 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
14:58:49 #8 31.23 Selecting previously unselected package libxcb1:amd64.
14:58:49 #8 31.23 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ...
14:58:49 #8 31.23 Unpacking libxcb1:amd64 (1.14-3) ...
14:58:49 #8 31.26 Selecting previously unselected package libx11-data.
14:58:49 #8 31.26 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1_all.deb ...
14:58:49 #8 31.27 Unpacking libx11-data (2:1.7.2-1) ...
14:58:49 #8 31.34 Selecting previously unselected package libx11-6:amd64.
14:58:49 #8 31.34 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1_amd64.deb ...
14:58:49 #8 31.34 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
14:58:49 #8 31.43 Selecting previously unselected package libxpm4:amd64.
14:58:49 #8 31.43 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1_amd64.deb ...
14:58:49 #8 31.43 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
14:58:49 #8 31.47 Selecting previously unselected package libgd3:amd64.
14:58:49 #8 31.47 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ...
14:58:49 #8 31.47 Unpacking libgd3:amd64 (2.3.0-2) ...
14:58:49 #8 31.51 Selecting previously unselected package libc-devtools.
14:58:49 #8 31.51 Preparing to unpack .../192-libc-devtools_2.31-13+deb11u2_amd64.deb ...
14:58:49 #8 31.51 Unpacking libc-devtools (2.31-13+deb11u2) ...
14:58:50 #8 31.55 Selecting previously unselected package libcapture-tiny-perl.
14:58:50 #8 31.55 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ...
14:58:50 #8 31.55 Unpacking libcapture-tiny-perl (0.48-1) ...
14:58:50 #8 31.58 Selecting previously unselected package libclass-data-inheritable-perl.
14:58:50 #8 31.59 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ...
14:58:50 #8 31.59 Unpacking libclass-data-inheritable-perl (0.08-3) ...
14:58:50 #8 31.62 Selecting previously unselected package libclass-inspector-perl.
14:58:50 #8 31.62 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ...
14:58:50 #8 31.62 Unpacking libclass-inspector-perl (1.36-1) ...
14:58:50 #8 31.65 Selecting previously unselected package libclass-xsaccessor-perl.
14:58:50 #8 31.65 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ...
14:58:50 #8 31.65 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
14:58:50 #8 31.68 Selecting previously unselected package libclone-perl.
14:58:50 #8 31.68 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ...
14:58:50 #8 31.69 Unpacking libclone-perl (0.45-1+b1) ...
14:58:50 #8 31.71 Selecting previously unselected package libcommon-sense-perl.
14:58:50 #8 31.71 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ...
14:58:50 #8 31.72 Unpacking libcommon-sense-perl (3.75-1+b4) ...
14:58:50 #8 31.74 Selecting previously unselected package libconfig-tiny-perl.
14:58:50 #8 31.74 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ...
14:58:50 #8 31.75 Unpacking libconfig-tiny-perl (2.26-1) ...
14:58:50 #8 31.77 Selecting previously unselected package libparams-util-perl.
14:58:50 #8 31.77 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ...
14:58:50 #8 31.78 Unpacking libparams-util-perl (1.102-1+b1) ...
14:58:50 #8 31.81 Selecting previously unselected package libsub-install-perl.
14:58:50 #8 31.81 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ...
14:58:50 #8 31.81 Unpacking libsub-install-perl (0.928-1.1) ...
14:58:50 #8 31.84 Selecting previously unselected package libdata-optlist-perl.
14:58:50 #8 31.84 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ...
14:58:50 #8 31.85 Unpacking libdata-optlist-perl (0.110-1.1) ...
14:58:50 #8 31.88 Selecting previously unselected package libsub-exporter-perl.
14:58:50 #8 31.88 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ...
14:58:50 #8 31.88 Unpacking libsub-exporter-perl (0.987-1) ...
14:58:50 #8 31.91 Selecting previously unselected package libconst-fast-perl.
14:58:50 #8 31.91 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ...
14:58:50 #8 31.91 Unpacking libconst-fast-perl (0.014-1.1) ...
14:58:50 #8 31.94 Selecting previously unselected package libwant-perl.
14:58:50 #8 31.94 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ...
14:58:50 #8 31.95 Unpacking libwant-perl (0.29-1+b6) ...
14:58:50 #8 31.98 Selecting previously unselected package libcontextual-return-perl.
14:58:50 #8 31.98 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ...
14:58:50 #8 31.99 Unpacking libcontextual-return-perl (0.004014-2) ...
14:58:50 #8 32.02 Selecting previously unselected package libconvert-binhex-perl.
14:58:50 #8 32.02 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ...
14:58:50 #8 32.02 Unpacking libconvert-binhex-perl (1.125-1) ...
14:58:50 #8 32.06 Selecting previously unselected package libcpanel-json-xs-perl.
14:58:50 #8 32.06 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ...
14:58:50 #8 32.07 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
14:58:50 #8 32.11 Selecting previously unselected package libdevel-stacktrace-perl.
14:58:50 #8 32.11 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ...
14:58:50 #8 32.11 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
14:58:50 #8 32.14 Selecting previously unselected package libexception-class-perl.
14:58:50 #8 32.14 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ...
14:58:50 #8 32.15 Unpacking libexception-class-perl (1.44-1) ...
14:58:50 #8 32.18 Selecting previously unselected package libiterator-perl.
14:58:50 #8 32.18 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ...
14:58:50 #8 32.18 Unpacking libiterator-perl (0.03+ds1-1.1) ...
14:58:50 #8 32.21 Selecting previously unselected package libiterator-util-perl.
14:58:50 #8 32.21 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
14:58:50 #8 32.21 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
14:58:50 #8 32.24 Selecting previously unselected package libexporter-tiny-perl.
14:58:50 #8 32.24 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ...
14:58:50 #8 32.24 Unpacking libexporter-tiny-perl (1.002002-1) ...
14:58:50 #8 32.27 Selecting previously unselected package liblist-moreutils-xs-perl.
14:58:50 #8 32.27 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
14:58:50 #8 32.28 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
14:58:50 #8 32.30 Selecting previously unselected package liblist-moreutils-perl.
14:58:50 #8 32.31 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ...
14:58:50 #8 32.31 Unpacking liblist-moreutils-perl (0.430-2) ...
14:58:50 #8 32.34 Selecting previously unselected package libdata-dpath-perl.
14:58:50 #8 32.34 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ...
14:58:50 #8 32.34 Unpacking libdata-dpath-perl (0.58-1) ...
14:58:50 #8 32.37 Selecting previously unselected package libdata-dump-perl.
14:58:50 #8 32.37 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ...
14:58:50 #8 32.38 Unpacking libdata-dump-perl (1.23-1.1) ...
14:58:50 #8 32.40 Selecting previously unselected package libdata-messagepack-perl.
14:58:50 #8 32.41 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ...
14:58:50 #8 32.42 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
14:58:50 #8 32.45 Selecting previously unselected package libnet-domain-tld-perl.
14:58:50 #8 32.45 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ...
14:58:50 #8 32.46 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
14:58:50 #8 32.48 Selecting previously unselected package libdata-validate-domain-perl.
14:58:50 #8 32.49 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ...
14:58:50 #8 32.49 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
14:58:50 #8 32.52 Selecting previously unselected package libdevel-size-perl.
14:58:51 #8 32.52 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ...
14:58:51 #8 32.52 Unpacking libdevel-size-perl (0.83-1+b2) ...
14:58:51 #8 32.55 Selecting previously unselected package libdistro-info-perl.
14:58:51 #8 32.55 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ...
14:58:51 #8 32.55 Unpacking libdistro-info-perl (1.0) ...
14:58:51 #8 32.58 Selecting previously unselected package libemail-address-xs-perl.
14:58:51 #8 32.58 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ...
14:58:51 #8 32.59 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
14:58:51 #8 32.62 Selecting previously unselected package libfcgi0ldbl:amd64.
14:58:51 #8 32.62 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ...
14:58:51 #8 32.62 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
14:58:51 #8 32.65 Selecting previously unselected package libfcgi-bin.
14:58:51 #8 32.65 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ...
14:58:51 #8 32.66 Unpacking libfcgi-bin (2.4.2-2) ...
14:58:51 #8 32.68 Selecting previously unselected package libfcgi-perl:amd64.
14:58:51 #8 32.68 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ...
14:58:51 #8 32.68 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ...
14:58:51 #8 32.71 Selecting previously unselected package libipc-system-simple-perl.
14:58:51 #8 32.71 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ...
14:58:51 #8 32.72 Unpacking libipc-system-simple-perl (1.30-1) ...
14:58:51 #8 32.74 Selecting previously unselected package libfile-basedir-perl.
14:58:51 #8 32.75 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ...
14:58:51 #8 32.75 Unpacking libfile-basedir-perl (0.08-1) ...
14:58:51 #8 32.77 Selecting previously unselected package libfile-chdir-perl.
14:58:51 #8 32.78 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ...
14:58:51 #8 32.78 Unpacking libfile-chdir-perl (0.1008-1.1) ...
14:58:51 #8 32.81 Selecting previously unselected package libfile-fcntllock-perl.
14:58:51 #8 32.81 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
14:58:51 #8 32.81 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
14:58:51 #8 32.84 Selecting previously unselected package libnumber-compare-perl.
14:58:51 #8 32.84 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ...
14:58:51 #8 32.84 Unpacking libnumber-compare-perl (0.03-1.1) ...
14:58:51 #8 32.87 Selecting previously unselected package libtext-glob-perl.
14:58:51 #8 32.87 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ...
14:58:51 #8 32.87 Unpacking libtext-glob-perl (0.11-1) ...
14:58:51 #8 32.90 Selecting previously unselected package libfile-find-rule-perl.
14:58:51 #8 32.90 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ...
14:58:51 #8 32.90 Unpacking libfile-find-rule-perl (0.34-1) ...
14:58:51 #8 32.93 Selecting previously unselected package libfont-afm-perl.
14:58:51 #8 32.93 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ...
14:58:51 #8 32.93 Unpacking libfont-afm-perl (1.20-3) ...
14:58:51 #8 32.96 Selecting previously unselected package libio-string-perl.
14:58:51 #8 32.96 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ...
14:58:51 #8 32.97 Unpacking libio-string-perl (1.08-3.1) ...
14:58:51 #8 32.99 Selecting previously unselected package libfont-ttf-perl.
14:58:51 #8 32.99 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ...
14:58:51 #8 32.99 Unpacking libfont-ttf-perl (1.06-1.1) ...
14:58:51 #8 33.05 Selecting previously unselected package libio-stringy-perl.
14:58:51 #8 33.05 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ...
14:58:51 #8 33.06 Unpacking libio-stringy-perl (2.111-3) ...
14:58:51 #8 33.09 Selecting previously unselected package libparams-validate-perl:amd64.
14:58:51 #8 33.09 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ...
14:58:51 #8 33.10 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ...
14:58:51 #8 33.13 Selecting previously unselected package libgetopt-long-descriptive-perl.
14:58:51 #8 33.13 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
14:58:51 #8 33.13 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
14:58:51 #8 33.16 Selecting previously unselected package libsort-versions-perl.
14:58:51 #8 33.16 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ...
14:58:51 #8 33.17 Unpacking libsort-versions-perl (1.62-1) ...
14:58:51 #8 33.19 Selecting previously unselected package libgit-wrapper-perl.
14:58:51 #8 33.19 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ...
14:58:51 #8 33.19 Unpacking libgit-wrapper-perl (0.048-1) ...
14:58:51 #8 33.22 Selecting previously unselected package libhttp-tiny-multipart-perl.
14:58:51 #8 33.22 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
14:58:51 #8 33.23 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
14:58:51 #8 33.25 Selecting previously unselected package libio-prompter-perl.
14:58:51 #8 33.25 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ...
14:58:51 #8 33.26 Unpacking libio-prompter-perl (0.004015-1) ...
14:58:51 #8 33.29 Selecting previously unselected package libjson-perl.
14:58:51 #8 33.29 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ...
14:58:51 #8 33.29 Unpacking libjson-perl (4.03000-1) ...
14:58:51 #8 33.32 Selecting previously unselected package liblog-any-perl.
14:58:51 #8 33.32 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ...
14:58:51 #8 33.33 Unpacking liblog-any-perl (1.709-1) ...
14:58:51 #8 33.36 Selecting previously unselected package liblog-any-adapter-screen-perl.
14:58:51 #8 33.36 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
14:58:51 #8 33.36 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
14:58:51 #8 33.39 Selecting previously unselected package libpackage-stash-perl.
14:58:51 #8 33.39 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ...
14:58:51 #8 33.39 Unpacking libpackage-stash-perl (0.39-1) ...
14:58:51 #8 33.42 Selecting previously unselected package libsub-identify-perl.
14:58:51 #8 33.43 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ...
14:58:51 #8 33.43 Unpacking libsub-identify-perl (0.14-1+b3) ...
14:58:51 #8 33.45 Selecting previously unselected package libsub-name-perl.
14:58:51 #8 33.45 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ...
14:58:51 #8 33.46 Unpacking libsub-name-perl (0.26-1+b1) ...
14:58:51 #8 33.48 Selecting previously unselected package libnamespace-clean-perl.
14:58:51 #8 33.48 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ...
14:58:51 #8 33.49 Unpacking libnamespace-clean-perl (0.27-1) ...
14:58:51 #8 33.55 Selecting previously unselected package libpath-tiny-perl.
14:58:51 #8 33.55 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ...
14:58:52 #8 33.56 Unpacking libpath-tiny-perl (0.118-1) ...
14:58:52 #8 33.58 Selecting previously unselected package libtype-tiny-perl.
14:58:52 #8 33.59 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ...
14:58:52 #8 33.59 Unpacking libtype-tiny-perl (1.012001-2) ...
14:58:52 #8 33.66 Selecting previously unselected package libgitlab-api-v4-perl.
14:58:52 #8 33.66 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ...
14:58:52 #8 33.66 Unpacking libgitlab-api-v4-perl (0.26-1) ...
14:58:52 #8 33.71 Selecting previously unselected package libglib2.0-0:amd64.
14:58:52 #8 33.71 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ...
14:58:52 #8 33.71 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
14:58:52 #8 33.85 Selecting previously unselected package libglib2.0-data.
14:58:52 #8 33.85 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ...
14:58:52 #8 33.86 Unpacking libglib2.0-data (2.66.8-1) ...
14:58:52 #8 34.05 Selecting previously unselected package libgpm2:amd64.
14:58:52 #8 34.06 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ...
14:58:52 #8 34.06 Unpacking libgpm2:amd64 (1.20.7-8) ...
14:58:52 #8 34.09 Selecting previously unselected package libhash-fieldhash-perl.
14:58:52 #8 34.09 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ...
14:58:52 #8 34.09 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
14:58:52 #8 34.12 Selecting previously unselected package libhtml-form-perl.
14:58:52 #8 34.12 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ...
14:58:52 #8 34.12 Unpacking libhtml-form-perl (6.07-1) ...
14:58:52 #8 34.15 Selecting previously unselected package libhtml-format-perl.
14:58:52 #8 34.15 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ...
14:58:52 #8 34.16 Unpacking libhtml-format-perl (2.12-1.1) ...
14:58:52 #8 34.18 Selecting previously unselected package libhtml-html5-entities-perl.
14:58:52 #8 34.19 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
14:58:52 #8 34.19 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
14:58:52 #8 34.21 Selecting previously unselected package libhttp-daemon-perl.
14:58:52 #8 34.22 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1_all.deb ...
14:58:52 #8 34.22 Unpacking libhttp-daemon-perl (6.12-1) ...
14:58:52 #8 34.25 Selecting previously unselected package libio-sessiondata-perl.
14:58:52 #8 34.25 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ...
14:58:52 #8 34.25 Unpacking libio-sessiondata-perl (1.03-1.1) ...
14:58:52 #8 34.28 Selecting previously unselected package libipc-run3-perl.
14:58:52 #8 34.28 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ...
14:58:52 #8 34.28 Unpacking libipc-run3-perl (0.048-2) ...
14:58:52 #8 34.31 Selecting previously unselected package libtypes-serialiser-perl.
14:58:52 #8 34.31 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ...
14:58:52 #8 34.31 Unpacking libtypes-serialiser-perl (1.01-1) ...
14:58:52 #8 34.34 Selecting previously unselected package libjson-xs-perl.
14:58:52 #8 34.34 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ...
14:58:52 #8 34.34 Unpacking libjson-xs-perl (4.030-1+b1) ...
14:58:52 #8 34.37 Selecting previously unselected package libjson-maybexs-perl.
14:58:52 #8 34.38 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ...
14:58:52 #8 34.38 Unpacking libjson-maybexs-perl (1.004003-1) ...
14:58:52 #8 34.41 Selecting previously unselected package libldap-common.
14:58:52 #8 34.41 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3_all.deb ...
14:58:52 #8 34.41 Unpacking libldap-common (2.4.57+dfsg-3) ...
14:58:52 #8 34.44 Selecting previously unselected package liblist-compare-perl.
14:58:52 #8 34.45 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ...
14:58:52 #8 34.45 Unpacking liblist-compare-perl (0.55-1) ...
14:58:52 #8 34.48 Selecting previously unselected package liblist-someutils-perl.
14:58:52 #8 34.48 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ...
14:58:52 #8 34.48 Unpacking liblist-someutils-perl (0.58-1) ...
14:58:52 #8 34.51 Selecting previously unselected package liblist-someutils-xs-perl.
14:58:52 #8 34.51 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ...
14:58:52 #8 34.52 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
14:58:52 #8 34.54 Selecting previously unselected package liblist-utilsby-perl.
14:58:52 #8 34.55 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ...
14:58:52 #8 34.55 Unpacking liblist-utilsby-perl (0.11-1) ...
14:58:52 #8 34.58 Selecting previously unselected package libltdl7:amd64.
14:58:52 #8 34.58 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ...
14:58:53 #8 34.58 Unpacking libltdl7:amd64 (2.4.6-15) ...
14:58:53 #8 34.61 Selecting previously unselected package libltdl-dev:amd64.
14:58:53 #8 34.62 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ...
14:58:53 #8 34.62 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
14:58:53 #8 34.67 Selecting previously unselected package liblzo2-2:amd64.
14:58:53 #8 34.67 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ...
14:58:53 #8 34.67 Unpacking liblzo2-2:amd64 (2.10-2) ...
14:58:53 #8 34.70 Selecting previously unselected package libsys-hostname-long-perl.
14:58:53 #8 34.71 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ...
14:58:53 #8 34.71 Unpacking libsys-hostname-long-perl (1.5-2) ...
14:58:53 #8 34.74 Selecting previously unselected package libmail-sendmail-perl.
14:58:53 #8 34.74 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ...
14:58:53 #8 34.74 Unpacking libmail-sendmail-perl (0.80-1.1) ...
14:58:53 #8 34.78 Selecting previously unselected package libnet-smtp-ssl-perl.
14:58:53 #8 34.78 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ...
14:58:53 #8 34.78 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
14:58:53 #8 34.81 Selecting previously unselected package libmailtools-perl.
14:58:53 #8 34.82 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ...
14:58:53 #8 34.82 Unpacking libmailtools-perl (2.21-1) ...
14:58:53 #8 34.86 Selecting previously unselected package libmarkdown2:amd64.
14:58:53 #8 34.86 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ...
14:58:53 #8 34.87 Unpacking libmarkdown2:amd64 (2.2.6-1) ...
14:58:53 #8 34.90 Selecting previously unselected package libmime-tools-perl.
14:58:53 #8 34.90 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ...
14:58:53 #8 34.90 Unpacking libmime-tools-perl (5.509-1) ...
14:58:53 #8 34.95 Selecting previously unselected package libmoox-aliases-perl.
14:58:53 #8 34.95 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ...
14:58:53 #8 34.95 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
14:58:53 #8 34.98 Selecting previously unselected package libnamespace-autoclean-perl.
14:58:53 #8 34.98 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ...
14:58:53 #8 34.99 Unpacking libnamespace-autoclean-perl (0.29-1) ...
14:58:53 #8 35.02 Selecting previously unselected package libobject-id-perl.
14:58:53 #8 35.02 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ...
14:58:53 #8 35.03 Unpacking libobject-id-perl (0.1.2-2.1) ...
14:58:53 #8 35.06 Selecting previously unselected package libmoox-struct-perl.
14:58:53 #8 35.06 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ...
14:58:53 #8 35.06 Unpacking libmoox-struct-perl (0.020-1) ...
14:58:53 #8 35.09 Selecting previously unselected package libmouse-perl.
14:58:53 #8 35.09 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ...
14:58:53 #8 35.10 Unpacking libmouse-perl (2.5.10-1+b1) ...
14:58:53 #8 35.14 Selecting previously unselected package libnumber-range-perl.
14:58:53 #8 35.14 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ...
14:58:53 #8 35.14 Unpacking libnumber-range-perl (0.12-1.1) ...
14:58:53 #8 35.17 Selecting previously unselected package libossp-uuid16:amd64.
14:58:53 #8 35.17 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ...
14:58:53 #8 35.18 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
14:58:53 #8 35.21 Selecting previously unselected package libossp-uuid-perl.
14:58:53 #8 35.21 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ...
14:58:53 #8 35.21 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
14:58:53 #8 35.24 Selecting previously unselected package libpackage-stash-xs-perl.
14:58:53 #8 35.24 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ...
14:58:53 #8 35.24 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
14:58:53 #8 35.27 Selecting previously unselected package libpath-iterator-rule-perl.
14:58:53 #8 35.27 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
14:58:53 #8 35.27 Unpacking libpath-iterator-rule-perl (1.014-1) ...
14:58:53 #8 35.31 Selecting previously unselected package libperlio-gzip-perl.
14:58:53 #8 35.31 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ...
14:58:53 #8 35.31 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
14:58:53 #8 35.34 Selecting previously unselected package libpod-parser-perl.
14:58:53 #8 35.34 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ...
14:58:53 #8 35.35 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
14:58:53 #8 35.36 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
14:58:53 #8 35.37 Unpacking libpod-parser-perl (1.63-2) ...
14:58:53 #8 35.40 Selecting previously unselected package libpod-constants-perl.
14:58:54 #8 35.40 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ...
14:58:54 #8 35.40 Unpacking libpod-constants-perl (0.19-2) ...
14:58:54 #8 35.43 Selecting previously unselected package libproc-processtable-perl.
14:58:54 #8 35.43 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ...
14:58:54 #8 35.44 Unpacking libproc-processtable-perl (0.59-2+b1) ...
14:58:54 #8 35.47 Selecting previously unselected package libre2-9:amd64.
14:58:54 #8 35.48 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ...
14:58:54 #8 35.48 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
14:58:54 #8 35.52 Selecting previously unselected package libre-engine-re2-perl:amd64.
14:58:54 #8 35.52 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ...
14:58:54 #8 35.52 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
14:58:54 #8 35.55 Selecting previously unselected package libreadonly-perl.
14:58:54 #8 35.55 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ...
14:58:54 #8 35.55 Unpacking libreadonly-perl (2.050-3) ...
14:58:54 #8 35.58 Selecting previously unselected package libref-util-perl.
14:58:54 #8 35.58 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ...
14:58:54 #8 35.58 Unpacking libref-util-perl (0.204-1) ...
14:58:54 #8 35.61 Selecting previously unselected package libref-util-xs-perl.
14:58:54 #8 35.61 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ...
14:58:54 #8 35.61 Unpacking libref-util-xs-perl (0.117-1+b3) ...
14:58:54 #8 35.64 Selecting previously unselected package libregexp-pattern-license-perl.
14:58:54 #8 35.64 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
14:58:54 #8 35.64 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
14:58:54 #8 35.67 Selecting previously unselected package libregexp-pattern-perl.
14:58:54 #8 35.67 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ...
14:58:54 #8 35.68 Unpacking libregexp-pattern-perl (0.2.14-1) ...
14:58:54 #8 35.71 Selecting previously unselected package libsasl2-modules:amd64.
14:58:54 #8 35.71 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1_amd64.deb ...
14:58:54 #8 35.71 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
14:58:54 #8 35.75 Selecting previously unselected package libsereal-decoder-perl.
14:58:54 #8 35.75 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ...
14:58:54 #8 35.76 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
14:58:54 #8 35.79 Selecting previously unselected package libsereal-encoder-perl.
14:58:54 #8 35.79 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ...
14:58:54 #8 35.79 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
14:58:54 #8 35.83 Selecting previously unselected package libtask-weaken-perl.
14:58:54 #8 35.83 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ...
14:58:54 #8 35.83 Unpacking libtask-weaken-perl (1.06-1) ...
14:58:54 #8 35.86 Selecting previously unselected package libxml-parser-perl:amd64.
14:58:54 #8 35.86 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ...
14:58:54 #8 35.86 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
14:58:54 #8 35.91 Selecting previously unselected package libsoap-lite-perl.
14:58:54 #8 35.91 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ...
14:58:54 #8 35.91 Unpacking libsoap-lite-perl (1.27-1) ...
14:58:54 #8 35.97 Selecting previously unselected package libsort-key-perl.
14:58:54 #8 35.97 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ...
14:58:54 #8 35.98 Unpacking libsort-key-perl (1.33-2+b3) ...
14:58:54 #8 36.01 Selecting previously unselected package libstring-copyright-perl.
14:58:54 #8 36.01 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ...
14:58:54 #8 36.01 Unpacking libstring-copyright-perl (0.003006-1) ...
14:58:54 #8 36.04 Selecting previously unselected package libstring-escape-perl.
14:58:54 #8 36.04 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ...
14:58:54 #8 36.05 Unpacking libstring-escape-perl (2010.002-2) ...
14:58:54 #8 36.07 Selecting previously unselected package libstring-shellquote-perl.
14:58:54 #8 36.07 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ...
14:58:54 #8 36.08 Unpacking libstring-shellquote-perl (1.04-1) ...
14:58:54 #8 36.10 Selecting previously unselected package libsys-cpuaffinity-perl:amd64.
14:58:54 #8 36.11 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ...
14:58:54 #8 36.11 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
14:58:54 #8 36.14 Selecting previously unselected package libterm-readkey-perl.
14:58:54 #8 36.14 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ...
14:58:54 #8 36.14 Unpacking libterm-readkey-perl (2.38-1+b2) ...
14:58:54 #8 36.17 Selecting previously unselected package libtext-levenshteinxs-perl.
14:58:54 #8 36.17 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ...
14:58:54 #8 36.17 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
14:58:54 #8 36.21 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
14:58:54 #8 36.22 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ...
14:58:54 #8 36.22 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
14:58:54 #8 36.25 Selecting previously unselected package libtext-xslate-perl.
14:58:54 #8 36.25 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ...
14:58:54 #8 36.26 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
14:58:54 #8 36.31 Selecting previously unselected package libtime-duration-perl.
14:58:54 #8 36.31 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ...
14:58:54 #8 36.32 Unpacking libtime-duration-perl (1.21-1) ...
14:58:54 #8 36.34 Selecting previously unselected package libtime-moment-perl.
14:58:54 #8 36.34 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ...
14:58:54 #8 36.35 Unpacking libtime-moment-perl (0.44-1+b3) ...
14:58:54 #8 36.38 Selecting previously unselected package libtype-tiny-xs-perl.
14:58:54 #8 36.38 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
14:58:54 #8 36.39 Unpacking libtype-tiny-xs-perl (0.022-1) ...
14:58:54 #8 36.41 Selecting previously unselected package libunicode-utf8-perl.
14:58:55 #8 36.42 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ...
14:58:55 #8 36.42 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
14:58:55 #8 36.45 Selecting previously unselected package libunwind8:amd64.
14:58:55 #8 36.45 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ...
14:58:55 #8 36.46 Unpacking libunwind8:amd64 (1.3.2-2) ...
14:58:55 #8 36.50 Selecting previously unselected package libxdelta2.
14:58:55 #8 36.50 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ...
14:58:55 #8 36.50 Unpacking libxdelta2 (1.1.3-9.3) ...
14:58:55 #8 36.54 Selecting previously unselected package libxext6:amd64.
14:58:55 #8 36.54 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ...
14:58:55 #8 36.55 Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
14:58:55 #8 36.58 Selecting previously unselected package libxml-namespacesupport-perl.
14:58:55 #8 36.58 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
14:58:55 #8 36.58 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
14:58:55 #8 36.61 Selecting previously unselected package libxml-sax-base-perl.
14:58:55 #8 36.61 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
14:58:55 #8 36.61 Unpacking libxml-sax-base-perl (1.09-1.1) ...
14:58:55 #8 36.65 Selecting previously unselected package libxml-sax-perl.
14:58:55 #8 36.66 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
14:58:55 #8 36.66 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
14:58:55 #8 36.70 Selecting previously unselected package libxml-libxml-perl.
14:58:55 #8 36.70 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
14:58:55 #8 36.70 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
14:58:55 #8 36.77 Selecting previously unselected package libxml-sax-expat-perl.
14:58:55 #8 36.77 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
14:58:55 #8 36.78 Unpacking libxml-sax-expat-perl (0.51-1) ...
14:58:55 #8 36.80 Selecting previously unselected package libxmlrpc-lite-perl.
14:58:55 #8 36.80 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ...
14:58:55 #8 36.81 Unpacking libxmlrpc-lite-perl (0.717-4) ...
14:58:55 #8 36.84 Selecting previously unselected package libxmuu1:amd64.
14:58:55 #8 36.84 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
14:58:55 #8 36.84 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
14:58:55 #8 36.88 Selecting previously unselected package libyaml-0-2:amd64.
14:58:55 #8 36.88 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ...
14:58:55 #8 36.88 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
14:58:55 #8 36.91 Selecting previously unselected package libyaml-libyaml-perl.
14:58:55 #8 36.91 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ...
14:58:55 #8 36.92 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
14:58:55 #8 36.95 Selecting previously unselected package licensecheck.
14:58:55 #8 36.95 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ...
14:58:55 #8 36.95 Unpacking licensecheck (3.1.1-2) ...
14:58:55 #8 36.99 Selecting previously unselected package lzip.
14:58:55 #8 36.99 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
14:58:55 #8 36.99 Unpacking lzip (1.22-3) ...
14:58:55 #8 37.09 Selecting previously unselected package lzop.
14:58:55 #8 37.09 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ...
14:58:55 #8 37.09 Unpacking lzop (1.04-2) ...
14:58:55 #8 37.13 Selecting previously unselected package t1utils.
14:58:55 #8 37.14 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ...
14:58:55 #8 37.14 Unpacking t1utils (1.41-4) ...
14:58:55 #8 37.17 Selecting previously unselected package unzip.
14:58:55 #8 37.18 Preparing to unpack .../337-unzip_6.0-26_amd64.deb ...
14:58:55 #8 37.18 Unpacking unzip (6.0-26) ...
14:58:55 #8 37.26 Selecting previously unselected package lintian.
14:58:55 #8 37.26 Preparing to unpack .../338-lintian_2.104.0_all.deb ...
14:58:55 #8 37.27 Unpacking lintian (2.104.0) ...
14:58:56 #8 37.60 Selecting previously unselected package lsb-release.
14:58:56 #8 37.61 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ...
14:58:56 #8 37.61 Unpacking lsb-release (11.1.0) ...
14:58:56 #8 37.64 Selecting previously unselected package manpages-dev.
14:58:56 #8 37.64 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ...
14:58:56 #8 37.64 Unpacking manpages-dev (5.10-1) ...
14:58:56 #8 37.97 Selecting previously unselected package pbzip2.
14:58:56 #8 37.97 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ...
14:58:56 #8 37.98 Unpacking pbzip2 (1.1.13-1) ...
14:58:56 #8 38.01 Selecting previously unselected package pixz.
14:58:56 #8 38.01 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ...
14:58:56 #8 38.01 Unpacking pixz (1.0.7-1) ...
14:58:56 #8 38.04 Selecting previously unselected package xdelta.
14:58:56 #8 38.04 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ...
14:58:56 #8 38.05 Unpacking xdelta (1.1.3-9.3) ...
14:58:56 #8 38.07 Selecting previously unselected package xdelta3.
14:58:56 #8 38.08 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ...
14:58:56 #8 38.08 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
14:58:56 #8 38.11 Selecting previously unselected package pristine-tar.
14:58:56 #8 38.11 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ...
14:58:56 #8 38.11 Unpacking pristine-tar (1.49) ...
14:58:56 #8 38.15 Selecting previously unselected package publicsuffix.
14:58:56 #8 38.15 Preparing to unpack .../346-publicsuffix_20210108.1309-1_all.deb ...
14:58:56 #8 38.16 Unpacking publicsuffix (20210108.1309-1) ...
14:58:56 #8 38.19 Selecting previously unselected package python-apt-common.
14:58:56 #8 38.19 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ...
14:58:56 #8 38.20 Unpacking python-apt-common (2.2.1) ...
14:58:56 #8 38.24 Selecting previously unselected package python3-apt.
14:58:56 #8 38.25 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ...
14:58:56 #8 38.25 Unpacking python3-apt (2.2.1) ...
14:58:56 #8 38.30 Selecting previously unselected package python3-certifi.
14:58:56 #8 38.30 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
14:58:56 #8 38.31 Unpacking python3-certifi (2020.6.20-1) ...
14:58:56 #8 38.35 Selecting previously unselected package python3-idna.
14:58:56 #8 38.35 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
14:58:56 #8 38.36 Unpacking python3-idna (2.10-1) ...
14:58:56 #8 38.39 Selecting previously unselected package python3-magic.
14:58:56 #8 38.40 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ...
14:58:56 #8 38.40 Unpacking python3-magic (2:0.4.20-3) ...
14:58:56 #8 38.43 Selecting previously unselected package python3-urllib3.
14:58:57 #8 38.43 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ...
14:58:57 #8 38.44 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
14:58:57 #8 38.47 Selecting previously unselected package python3-requests.
14:58:57 #8 38.48 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ...
14:58:57 #8 38.48 Unpacking python3-requests (2.25.1+dfsg-2) ...
14:58:57 #8 38.52 Selecting previously unselected package python3-unidiff.
14:58:57 #8 38.52 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ...
14:58:57 #8 38.52 Unpacking python3-unidiff (0.5.5-2) ...
14:58:57 #8 38.56 Selecting previously unselected package python3-xdg.
14:58:57 #8 38.56 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ...
14:58:57 #8 38.56 Unpacking python3-xdg (0.27-2) ...
14:58:57 #8 38.61 Selecting previously unselected package shared-mime-info.
14:58:57 #8 38.61 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ...
14:58:57 #8 38.62 Unpacking shared-mime-info (2.0-1) ...
14:58:57 #8 38.73 Selecting previously unselected package strace.
14:58:57 #8 38.73 Preparing to unpack .../357-strace_5.10-1_amd64.deb ...
14:58:57 #8 38.74 Unpacking strace (5.10-1) ...
14:58:57 #8 38.81 Selecting previously unselected package xauth.
14:58:57 #8 38.82 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ...
14:58:57 #8 38.82 Unpacking xauth (1:1.1-1) ...
14:58:57 #8 38.85 Selecting previously unselected package xdg-user-dirs.
14:58:57 #8 38.86 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ...
14:58:57 #8 38.86 Unpacking xdg-user-dirs (0.17-2) ...
14:58:57 #8 38.92 Setting up libksba8:amd64 (1.5.0-3) ...
14:58:57 #8 38.93 Setting up media-types (4.0.0) ...
14:58:57 #8 38.94 Setting up libpipeline1:amd64 (1.5.3-1) ...
14:58:57 #8 38.95 Setting up wdiff (1.2.2-2+b1) ...
14:58:57 #8 38.96 Setting up libxau6:amd64 (1:1.0.9-1) ...
14:58:57 #8 38.97 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
14:58:57 #8 38.98 Setting up libpsl5:amd64 (0.21.0-1.2) ...
14:58:57 #8 38.99 Setting up libgpm2:amd64 (1.20.7-8) ...
14:58:57 #8 39.00 Setting up bsdextrautils (2.36.1-8) ...
14:58:57 #8 39.01 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
14:58:57 #8 39.02 Setting up libicu67:amd64 (67.1-7) ...
14:58:57 #8 39.03 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
14:58:57 #8 39.04 Setting up xdg-user-dirs (0.17-2) ...
14:58:57 #8 39.06 Setting up libmagic-mgc (1:5.39-3) ...
14:58:57 #8 39.07 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
14:58:57 #8 39.08 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
14:58:57 #8 39.11 No schema files found: doing nothing.
14:58:57 #8 39.12 Setting up distro-info-data (0.51) ...
14:58:57 #8 39.13 Setting up manpages (5.10-1) ...
14:58:57 #8 39.14 Setting up unzip (6.0-26) ...
14:58:57 #8 39.15 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
14:58:57 #8 39.16 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
14:58:57 #8 39.17 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
14:58:57 #8 39.18 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
14:58:57 #8 39.19 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
14:58:57 #8 39.21 Setting up libfcgi-bin (2.4.2-2) ...
14:58:57 #8 39.22 Setting up binutils-common:amd64 (2.35.2-2) ...
14:58:57 #8 39.23 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
14:58:57 #8 39.24 Setting up libmagic1:amd64 (1:5.39-3) ...
14:58:57 #8 39.26 Setting up libdeflate0:amd64 (1.7-1) ...
14:58:57 #8 39.27 Setting up less (551-2) ...
14:58:57 #8 39.28 Setting up perl-openssl-defaults:amd64 (5) ...
14:58:57 #8 39.29 Setting up linux-libc-dev:amd64 (5.10.70-1) ...
14:58:57 #8 39.30 Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
14:58:57 #8 39.31 Setting up gettext-base (0.21-4) ...
14:58:57 #8 39.32 Setting up liblzo2-2:amd64 (2.10-2) ...
14:58:57 #8 39.33 Setting up libnpth0:amd64 (1.6-3) ...
14:58:57 #8 39.34 Setting up file (1:5.39-3) ...
14:58:57 #8 39.35 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
14:58:57 #8 39.36 Setting up libassuan0:amd64 (2.5.3-7.1) ...
14:58:57 #8 39.37 Setting up libgomp1:amd64 (10.2.1-6) ...
14:58:57 #8 39.38 Setting up bzip2 (1.0.8-4) ...
14:58:57 #8 39.39 Setting up libldap-common (2.4.57+dfsg-3) ...
14:58:57 #8 39.40 Setting up libunwind8:amd64 (1.3.2-2) ...
14:58:57 #8 39.41 Setting up pbzip2 (1.1.13-1) ...
14:58:57 #8 39.42 Setting up libjbig0:amd64 (2.1-3.1+b2) ...
14:58:57 #8 39.43 Setting up libfakeroot:amd64 (1.25.3-1.1) ...
14:58:57 #8 39.44 Setting up libasan6:amd64 (10.2.1-6) ...
14:58:57 #8 39.45 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:58:57 #8 39.46 Setting up fakeroot (1.25.3-1.1) ...
14:58:58 #8 39.47 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
14:58:58 #8 39.48 Setting up autotools-dev (20180224.1+nmu1) ...
14:58:58 #8 39.49 Setting up libglib2.0-data (2.66.8-1) ...
14:58:58 #8 39.50 Setting up libtirpc-dev:amd64 (1.3.1-1) ...
14:58:58 #8 39.51 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
14:58:58 #8 39.52 Setting up libx11-data (2:1.7.2-1) ...
14:58:58 #8 39.53 Setting up make (4.3-4.1) ...
14:58:58 #8 39.54 Setting up libmpfr6:amd64 (4.1.0-3) ...
14:58:58 #8 39.55 Setting up gnupg-l10n (2.2.27-2) ...
14:58:58 #8 39.56 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:58:58 #8 39.57 Setting up lzip (1.22-3) ...
14:58:58 #8 39.59 Setting up strace (5.10-1) ...
14:58:58 #8 39.60 Setting up libsigsegv2:amd64 (2.13-1) ...
14:58:58 #8 39.61 Setting up xz-utils (5.2.5-2) ...
14:58:58 #8 39.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:58:58 #8 39.63 Setting up t1utils (1.41-4) ...
14:58:58 #8 39.64 Setting up libquadmath0:amd64 (10.2.1-6) ...
14:58:58 #8 39.65 Setting up diffstat (1.64-1) ...
14:58:58 #8 39.66 Setting up libpng16-16:amd64 (1.6.37-3) ...
14:58:58 #8 39.67 Setting up libmpc3:amd64 (1.2.0-1) ...
14:58:58 #8 39.68 Setting up libatomic1:amd64 (10.2.1-6) ...
14:58:58 #8 39.69 Setting up patch (2.7.6-7) ...
14:58:58 #8 39.69 Setting up autopoint (0.21-4) ...
14:58:58 #8 39.70 Setting up libwebp6:amd64 (0.6.1-2.1) ...
14:58:58 #8 39.71 Setting up fonts-dejavu-core (2.37-2) ...
14:58:58 #8 39.76 Setting up libxdelta2 (1.1.3-9.3) ...
14:58:58 #8 39.77 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
14:58:58 #8 39.79 Setting up libltdl7:amd64 (2.4.6-15) ...
14:58:58 #8 39.80 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:58:58 #8 39.82 Setting up libubsan1:amd64 (10.2.1-6) ...
14:58:58 #8 39.82 Setting up libmd0:amd64 (1.0.3-3) ...
14:58:58 #8 39.85 Setting up python-apt-common (2.2.1) ...
14:58:58 #8 39.86 Setting up libnsl-dev:amd64 (1.3.0-2) ...
14:58:58 #8 39.87 Setting up sensible-utils (0.0.14) ...
14:58:58 #8 39.88 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
14:58:58 #8 39.89 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
14:58:58 #8 39.90 Setting up libuchardet0:amd64 (0.0.7-1) ...
14:58:58 #8 39.91 Setting up lzop (1.04-2) ...
14:58:58 #8 39.91 Setting up libmpdec3:amd64 (2.5.1-1) ...
14:58:58 #8 39.93 Setting up git-man (1:2.30.2-1) ...
14:58:58 #8 39.93 Setting up libssh2-1:amd64 (1.9.0-2) ...
14:58:58 #8 39.94 Setting up netbase (6.3) ...
14:58:58 #8 39.97 Setting up libtiff5:amd64 (4.2.0-1) ...
14:58:58 #8 39.98 Setting up libbinutils:amd64 (2.35.2-2) ...
14:58:58 #8 39.99 Setting up libfido2-1:amd64 (1.6.0-2) ...
14:58:58 #8 40.00 Setting up libisl23:amd64 (0.23-1) ...
14:58:58 #8 40.01 Setting up libc-dev-bin (2.31-13+deb11u2) ...
14:58:58 #8 40.01 Setting up openssl (1.1.1k-1+deb11u1) ...
14:58:58 #8 40.03 Setting up libbsd0:amd64 (0.11.3-1) ...
14:58:58 #8 40.04 Setting up libelf1:amd64 (0.183-1) ...
14:58:58 #8 40.05 Setting up readline-common (8.1-1) ...
14:58:58 #8 40.06 Setting up publicsuffix (20210108.1309-1) ...
14:58:58 #8 40.08 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:58:58 #8 40.09 Setting up libmarkdown2:amd64 (2.2.6-1) ...
14:58:58 #8 40.10 Setting up libcc1-0:amd64 (10.2.1-6) ...
14:58:58 #8 40.11 Setting up iso-codes (4.6.0-1) ...
14:58:58 #8 40.12 Setting up liblocale-gettext-perl (1.07-4+b1) ...
14:58:58 #8 40.12 Setting up liblsan0:amd64 (10.2.1-6) ...
14:58:58 #8 40.13 Setting up cpp-10 (10.2.1-6) ...
14:58:58 #8 40.14 Setting up dctrl-tools (2.24-3+b1) ...
14:58:58 #8 40.16 Setting up libitm1:amd64 (10.2.1-6) ...
14:58:58 #8 40.17 Setting up debian-keyring (2021.07.26) ...
14:58:58 #8 40.18 Setting up libgdbm6:amd64 (1.19-2) ...
14:58:58 #8 40.18 Setting up libtsan0:amd64 (10.2.1-6) ...
14:58:58 #8 40.19 Setting up libctf0:amd64 (2.35.2-2) ...
14:58:58 #8 40.20 Setting up pinentry-curses (1.1.0-4) ...
14:58:58 #8 40.22 Setting up manpages-dev (5.10-1) ...
14:58:58 #8 40.23 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
14:58:58 #8 40.24 Setting up libxcb1:amd64 (1.14-3) ...
14:58:58 #8 40.25 Setting up gettext (0.21-4) ...
14:58:58 #8 40.26 Setting up xdelta (1.1.3-9.3) ...
14:58:58 #8 40.27 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
14:58:58 #8 40.28 Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
14:58:58 #8 40.29 Setting up libedit2:amd64 (3.1-20191231-2+b1) ...
14:58:58 #8 40.30 Setting up libreadline8:amd64 (8.1-1) ...
14:58:58 #8 40.31 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:58:58 #8 40.32 Setting up m4 (1.4.18-5) ...
14:58:58 #8 40.33 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+b1) ...
14:58:58 #8 40.34 Setting up ca-certificates (20210119) ...
14:58:59 #8 40.70 Updating certificates in /etc/ssl/certs...
14:58:59 #8 41.12 129 added, 0 removed; done.
14:58:59 #8 41.18 Setting up libfreetype6:amd64 (2.10.4+dfsg-1) ...
14:58:59 #8 41.19 Setting up shared-mime-info (2.0-1) ...
14:59:01 #8 43.13 Setting up libgdbm-compat4:amd64 (1.19-2) ...
14:59:01 #8 43.14 Setting up ucf (3.0043) ...
14:59:01 #8 43.26 Setting up libperl5.32:amd64 (5.32.1-4+deb11u2) ...
14:59:01 #8 43.27 Setting up dwz (0.13+20210201-1) ...
14:59:01 #8 43.28 Setting up groff-base (1.22.4-6) ...
14:59:01 #8 43.30 Setting up cpp (4:10.2.1-1) ...
14:59:01 #8 43.31 Setting up pixz (1.0.7-1) ...
14:59:01 #8 43.32 Setting up gpgconf (2.2.27-2) ...
14:59:01 #8 43.33 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ...
14:59:01 #8 43.34 Setting up libc6-dev:amd64 (2.31-13+deb11u2) ...
14:59:01 #8 43.35 Setting up libx11-6:amd64 (2:1.7.2-1) ...
14:59:01 #8 43.36 Setting up curl (7.74.0-1.3+b1) ...
14:59:01 #8 43.37 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
14:59:01 #8 43.39 Setting up gpg (2.2.27-2) ...
14:59:01 #8 43.39 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
14:59:01 #8 43.40 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
14:59:01 #8 43.42 Setting up gnupg-utils (2.2.27-2) ...
14:59:01 #8 43.43 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
14:59:01 #8 43.44 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
14:59:01 #8 43.45 Setting up gpg-agent (2.2.27-2) ...
14:59:02 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static:/v -w /v alpine chown -R 1000:1000 build/win/amd64
14:59:02 find build/win/amd64/docker -type f -not -name "*.exe" -exec mv {} {}.exe \;
14:59:02 cd /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 docker buildx bake --set binary.platform=windows/amd64 binary
14:59:02 #1 [internal] load build definition from Dockerfile
14:59:02 #1 transferring dockerfile: 2.55kB 0.0s done
14:59:02 #1 DONE 0.0s
14:59:02 
14:59:02 #2 [internal] load .dockerignore
14:59:02 #2 transferring context: 174B done
14:59:02 #2 DONE 0.0s
14:59:02 
14:59:02 #3 resolve image config for docker.io/docker/dockerfile:1.3
14:59:02 #3 ...
14:59:02 
14:59:02 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
14:59:02 #4 DONE 0.0s
14:59:02 
14:59:02 #3 resolve image config for docker.io/docker/dockerfile:1.3
14:59:02 #3 DONE 0.2s
14:59:02 
14:59:02 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
14:59:02 #5 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 0.0s done
14:59:02 #5 CACHED
14:59:02 
14:59:02 #8 [auth] library/golang:pull token for registry-1.docker.io
14:59:02 #8 DONE 0.0s
14:59:02 
14:59:02 #10 [auth] tonistiigi/xx:pull token for registry-1.docker.io
14:59:02 #10 DONE 0.0s
14:59:02 
14:59:02 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
14:59:02 #11 DONE 0.0s
14:59:02 
14:59:02 #9 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
14:59:02 #9 ...
14:59:02 
14:59:02 #6 [internal] load metadata for docker.io/library/golang:1.16.9-alpine
14:59:02 #6 DONE 0.1s
14:59:02 
14:59:02 #7 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
14:59:02 #7 DONE 0.2s
14:59:02 #8 43.91 Setting up libxpm4:amd64 (1:3.5.12-1) ...
14:59:02 #8 43.92 Setting up fontconfig-config (2.13.1-4.2) ...
14:59:02 
14:59:02 #9 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
14:59:02 #8 44.12 Setting up openssh-client (1:8.4p1-5) ...
14:59:02 #8 44.21 Setting up gpgsm (2.2.27-2) ...
14:59:02 #8 44.22 Setting up libxext6:amd64 (2:1.3.3-1.1) ...
14:59:02 #8 44.23 Setting up binutils (2.35.2-2) ...
14:59:02 #8 44.24 Setting up man-db (2.9.4-2) ...
14:59:02 #8 44.33 Building database of manual pages ...
14:59:03 #9 DONE 0.7s
14:59:03 
14:59:03 #12 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
14:59:03 #12 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.0s done
14:59:03 #12 DONE 0.0s
14:59:03 
14:59:03 #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
14:59:03 #13 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
14:59:03 #13 DONE 0.0s
14:59:03 
14:59:03 #15 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
14:59:03 #15 CACHED
14:59:03 
14:59:03 #14 [build-base-alpine 1/3] COPY --from=xx / /
14:59:03 #14 CACHED
14:59:03 
14:59:03 #16 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
14:59:03 #16 CACHED
14:59:03 
14:59:03 #20 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
14:59:03 #20 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
14:59:03 #20 DONE 0.1s
14:59:03 
14:59:03 #19 [internal] load build context
14:59:03 #19 ...
14:59:03 
14:59:03 #20 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
14:59:03 #20 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.1s done
14:59:03 #20 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 0.1s done
14:59:03 #20 DONE 0.1s
14:59:03 
14:59:03 #17 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
14:59:03 #17 0.217 skipping packages installation on windows
14:59:03 #17 DONE 0.2s
14:59:03 
14:59:03 #19 [internal] load build context
14:59:03 #19 transferring context: 394.18kB 0.5s done
14:59:03 #19 DONE 0.6s
14:59:03 
14:59:03 #18 [build 1/2] RUN --mount=type=cache,target=/root/.cache     GO111MODULE=auto go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0
14:59:03 #18 0.506 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
14:59:06 #18 2.880 go: downloading github.com/akavel/rsrc v0.10.2
14:59:06 #18 DONE 3.3s
14:59:06 
14:59:06 #21 [build 2/2] RUN --mount=type=bind,target=.,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
14:59:06 #21 0.166 Building static docker-windows-amd64.exe
14:59:06 #21 0.183 + cat ./cli/winresources/versioninfo.json
14:59:06 #21 0.183 {
14:59:06 #21 0.183   "FixedFileInfo":
14:59:06 #21 0.183   {
14:59:06 #21 0.183     "FileVersion": {
14:59:06 #21 0.183       "Major": 0,
14:59:06 #21 0.183       "Minor": 0,
14:59:06 #21 0.183       "Patch": 0,
14:59:06 #21 0.183       "Build": 0
14:59:06 #21 0.183     },
14:59:06 #21 0.183     "FileFlagsMask": "3f",
14:59:06 #21 0.183     "FileFlags ": "00",
14:59:06 #21 0.183     "FileOS": "040004",
14:59:06 #21 0.183     "FileType": "01",
14:59:06 #21 0.183     "FileSubType": "00"
14:59:06 #21 0.183   },
14:59:06 #21 0.183   "StringFileInfo":
14:59:06 #21 0.183   {
14:59:06 #21 0.183     "Comments": "",
14:59:06 #21 0.183     "CompanyName": "",
14:59:06 #21 0.183     "FileDescription": "Docker Client",
14:59:06 #21 0.183     "FileVersion": "0.0.0-20211015144600-e57b5f7",
14:59:06 #21 0.183     "InternalName": "",
14:59:06 #21 0.183     "LegalCopyright": "Copyright © 2015-2021 Docker Inc.",
14:59:06 #21 0.183     "LegalTrademarks": "",
14:59:06 #21 0.183     "OriginalFilename": "docker-windows-amd64.exe",
14:59:06 #21 0.183     "PrivateBuild": "",
14:59:06 #21 0.183     "ProductName": "Docker Client",
14:59:06 #21 0.183     "ProductVersion": "0.0.0-20211015144600-e57b5f7",
14:59:06 #21 0.183     "SpecialBuild": "e57b5f7"
14:59:06 #21 0.183   },
14:59:06 #21 0.183   "VarFileInfo":
14:59:06 #21 0.183   {
14:59:06 #21 0.183     "Translation": {
14:59:06 #21 0.183       "LangID": "0409",
14:59:06 #21 0.183       "CharsetID": "04B0"
14:59:06 #21 0.183     }
14:59:06 #21 0.183   }
14:59:06 #21 0.183 }
14:59:06 #21 0.184 + go generate -v github.com/docker/cli/cmd/docker
14:59:06 #21 0.207 cmd/docker/docker.go
14:59:06 #21 0.207 cmd/docker/docker_test.go
14:59:06 #21 0.208 cmd/docker/docker_windows_amd64.go
14:59:06 #21 0.233 + go build -o /out/docker-windows-amd64.exe -tags  --ldflags '    -w          -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:59:06Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' github.com/docker/cli/cmd/docker
14:59:16 + DISABLE_WARN_OUTSIDE_CONTAINER=1
14:59:16 + make manpages
14:59:16 scripts/docs/generate-man.sh
14:59:20 #8 59.60 Setting up libgpgme11:amd64 (1.14.0-1+b2) ...
14:59:20 #8 59.62 Setting up dirmngr (2.2.27-2) ...
14:59:20 #8 59.75 Setting up perl (5.32.1-4+deb11u2) ...
14:59:20 #8 59.76 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
14:59:20 #8 59.77 Setting up libclass-data-inheritable-perl (0.08-3) ...
14:59:20 #8 59.78 Setting up libdata-dump-perl (1.23-1.1) ...
14:59:20 #8 59.79 Setting up libref-util-perl (0.204-1) ...
14:59:20 #8 59.80 Setting up libipc-system-simple-perl (1.30-1) ...
14:59:20 #8 59.81 Setting up libnet-domain-tld-perl (1.75-1.1) ...
14:59:20 #8 59.82 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
14:59:20 #8 59.83 Setting up libvariable-magic-perl (0.62-1+b3) ...
14:59:20 #8 59.84 Setting up libio-html-perl (1.004-2) ...
14:59:20 #8 59.85 Setting up libpod-parser-perl (1.63-2) ...
14:59:20 #8 59.86 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
14:59:20 #8 59.87 Setting up liblist-moreutils-xs-perl (0.430-2) ...
14:59:20 #8 59.88 Setting up gcc-10 (10.2.1-6) ...
14:59:20 #8 59.89 Setting up libparams-util-perl (1.102-1+b1) ...
14:59:20 #8 59.90 Setting up libdpkg-perl (1.20.9) ...
14:59:20 #8 59.91 Setting up libtime-duration-perl (1.21-1) ...
14:59:20 #8 59.91 Setting up autoconf (2.69-14) ...
14:59:20 #8 59.93 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
14:59:20 #8 59.94 Setting up libarray-intspan-perl (2.004-1) ...
14:59:20 #8 59.95 Setting up libcapture-tiny-perl (0.48-1) ...
14:59:20 #8 59.95 Setting up libtimedate-perl (2.3300-2) ...
14:59:20 #8 59.96 Setting up gpg-wks-server (2.2.27-2) ...
14:59:20 #8 59.97 Setting up libsub-name-perl (0.26-1+b1) ...
14:59:20 #8 59.98 Setting up libtype-tiny-xs-perl (0.022-1) ...
14:59:20 #8 59.99 Setting up libdata-validate-domain-perl (0.10-1.1) ...
14:59:20 #8 60.00 Setting up libproc-processtable-perl (0.59-2+b1) ...
14:59:20 #8 60.01 Setting up libfile-chdir-perl (0.1008-1.1) ...
14:59:20 #8 60.02 Setting up xauth (1:1.1-1) ...
14:59:20 #8 60.03 Setting up libpath-tiny-perl (0.118-1) ...
14:59:20 #8 60.04 Setting up libarchive-cpio-perl (0.10-1.1) ...
14:59:20 #8 60.05 Setting up libjson-perl (4.03000-1) ...
14:59:20 #8 60.06 Setting up libipc-run3-perl (0.048-2) ...
14:59:20 #8 60.07 Setting up libfcgi-perl:amd64 (0.79+ds-2) ...
14:59:20 #8 60.08 Setting up libsub-override-perl (0.09-2) ...
14:59:20 #8 60.09 Setting up libaliased-perl (0.34-1.1) ...
14:59:20 #8 60.09 Setting up libstrictures-perl (2.000006-1) ...
14:59:20 #8 60.10 Setting up libsub-quote-perl (2.006006-1) ...
14:59:20 #8 60.11 Setting up libdevel-stacktrace-perl (2.0400-1) ...
14:59:20 #8 60.12 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
14:59:20 #8 60.13 Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
14:59:20 #8 60.14 Setting up libsort-versions-perl (1.62-1) ...
14:59:20 #8 60.15 Setting up libexporter-tiny-perl (1.002002-1) ...
14:59:20 #8 60.16 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
14:59:20 #8 60.17 Setting up libfile-dirlist-perl (0.05-2) ...
14:59:20 #8 60.18 Setting up libterm-readkey-perl (2.38-1+b2) ...
14:59:20 #8 60.18 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
14:59:20 #8 60.19 Setting up libperlio-gzip-perl (0.19-1+b7) ...
14:59:20 #8 60.20 Setting up libsys-hostname-long-perl (1.5-2) ...
14:59:20 #8 60.21 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
14:59:20 #8 60.22 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
14:59:20 #8 60.23 Setting up liburi-perl (5.08-1) ...
14:59:20 #8 60.24 Setting up libfile-touch-perl (0.11-1) ...
14:59:20 #8 60.25 Setting up python3.9 (3.9.2-1) ...
14:59:20 #8 60.84 Setting up libemail-address-xs-perl (1.04-1+b3) ...
14:59:20 #8 60.85 Setting up libnet-ssleay-perl (1.88-3+b1) ...
14:59:20 #8 60.86 Setting up automake (1:1.16.3-2) ...
14:59:20 #8 60.86 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
14:59:20 #8 60.87 Setting up libapt-pkg-perl (0.1.39) ...
14:59:20 #8 60.88 Setting up libio-sessiondata-perl (1.03-1.1) ...
14:59:20 #8 60.89 Setting up libstring-escape-perl (2010.002-2) ...
14:59:20 #8 60.90 Setting up libhttp-date-perl (6.05-1) ...
14:59:20 #8 60.91 Setting up libfile-which-perl (1.23-1) ...
14:59:20 #8 60.92 Setting up libfile-basedir-perl (0.08-1) ...
14:59:20 #8 60.93 Setting up libnumber-range-perl (0.12-1.1) ...
14:59:20 #8 60.94 Setting up libtask-weaken-perl (1.06-1) ...
14:59:20 #8 60.95 Setting up libunicode-utf8-perl (0.62-1+b2) ...
14:59:20 #8 60.95 Setting up libmouse-perl (2.5.10-1+b1) ...
14:59:20 #8 60.96 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
14:59:20 #8 60.97 Setting up g++-10 (10.2.1-6) ...
14:59:20 #8 60.98 Setting up libfile-listing-perl (6.14-1) ...
14:59:20 #8 60.99 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
14:59:20 #8 61.00 Setting up gpg-wks-client (2.2.27-2) ...
14:59:20 #8 61.01 Setting up libregexp-pattern-perl (0.2.14-1) ...
14:59:20 #8 61.02 Setting up libdata-messagepack-perl (1.00-4+b1) ...
14:59:20 #8 61.03 Setting up libclass-inspector-perl (1.36-1) ...
14:59:20 #8 61.05 Setting up libfont-afm-perl (1.20-3) ...
14:59:20 #8 61.06 Setting up libwant-perl (0.29-1+b6) ...
14:59:20 #8 61.07 Setting up libdynaloader-functions-perl (0.003-1.1) ...
14:59:20 #8 61.08 Setting up libtext-glob-perl (0.11-1) ...
14:59:20 #8 61.09 Setting up libclass-method-modifiers-perl (2.13-1) ...
14:59:20 #8 61.10 Setting up liblist-compare-perl (0.55-1) ...
14:59:20 #8 61.11 Setting up libref-util-xs-perl (0.117-1+b3) ...
14:59:20 #8 61.13 Setting up libio-pty-perl (1:1.15-2) ...
14:59:20 #8 61.14 Setting up libtool (2.4.6-15) ...
14:59:20 #8 61.15 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
14:59:20 #8 61.16 Setting up libsort-key-perl (1.33-2+b3) ...
14:59:20 #8 61.17 Setting up libclone-perl (0.45-1+b1) ...
14:59:20 #8 61.18 Setting up libalgorithm-diff-perl (1.201-1) ...
14:59:20 #8 61.19 Setting up libarchive-zip-perl (1.68-1) ...
14:59:20 #8 61.21 Setting up libsub-identify-perl (0.14-1+b3) ...
14:59:20 #8 61.22 Setting up libdistro-info-perl (1.0) ...
14:59:20 #8 61.24 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
14:59:20 #8 61.25 Setting up libobject-id-perl (0.1.2-2.1) ...
14:59:20 #8 61.27 Setting up libio-stringy-perl (2.111-3) ...
14:59:20 #8 61.29 Setting up liblist-moreutils-perl (0.430-2) ...
14:59:20 #8 61.30 Setting up libhtml-tagset-perl (3.20-4) ...
14:59:20 #8 61.31 Setting up liblog-any-perl (1.709-1) ...
14:59:20 #8 61.33 Setting up libauthen-sasl-perl (2.1600-1.1) ...
14:59:20 #8 61.35 Setting up libdevel-size-perl (0.83-1+b2) ...
14:59:20 #8 61.37 Setting up libdebhelper-perl (13.3.4) ...
14:59:20 #8 61.38 Setting up libpod-constants-perl (0.19-2) ...
14:59:20 #8 61.39 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
14:59:20 #8 61.41 Setting up libconvert-binhex-perl (1.125-1) ...
14:59:20 #8 61.43 Setting up liblwp-mediatypes-perl (6.04-1) ...
14:59:20 #8 61.46 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
14:59:20 #8 61.48 Setting up libtry-tiny-perl (0.30-1) ...
14:59:20 #8 61.49 Setting up libtype-tiny-perl (1.012001-2) ...
14:59:20 #8 61.50 Setting up libcommon-sense-perl (3.75-1+b4) ...
14:59:20 #8 61.52 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
14:59:20 #8 61.53 Setting up libnet-http-perl (6.20-1) ...
14:59:20 #8 61.56 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
14:59:20 #8 61.58 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
14:59:20 #8 61.60 Setting up libtime-moment-perl (0.44-1+b3) ...
14:59:20 #8 61.61 Setting up libencode-locale-perl (1.05-1.1) ...
14:59:20 #8 61.63 Setting up python3 (3.9.2-3) ...
14:59:20 #8 61.92 Setting up libexception-class-perl (1.44-1) ...
14:59:20 #8 61.93 Setting up python3-xdg (0.27-2) ...
14:59:20 #8 62.08 Setting up libconfig-tiny-perl (2.26-1) ...
14:59:20 #8 62.11 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
14:59:20 #8 62.17 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
14:59:20 #8 62.20 Setting up liblist-utilsby-perl (0.11-1) ...
14:59:20 #8 62.22 Setting up libstring-shellquote-perl (1.04-1) ...
14:59:20 #8 62.22 Setting up libsub-install-perl (0.928-1.1) ...
14:59:20 #8 62.23 Setting up gcc (4:10.2.1-1) ...
14:59:20 #8 62.27 Setting up dpkg-dev (1.20.9) ...
14:59:20 #8 62.29 Setting up libnumber-compare-perl (0.03-1.1) ...
14:59:20 #8 62.31 Setting up intltool-debian (0.35.0+20060710.5) ...
14:59:20 #8 62.33 Setting up liberror-perl (0.17029-1) ...
14:59:20 #8 62.35 Setting up python3-six (1.16.0-2) ...
14:59:21 #8 62.51 Setting up dh-autoreconf (20) ...
14:59:21 #8 62.54 Setting up patchutils (0.4.2-1) ...
14:59:21 #8 62.55 Setting up libmail-sendmail-perl (0.80-1.1) ...
14:59:21 #8 62.56 Setting up libltdl-dev:amd64 (2.4.6-15) ...
14:59:21 #8 62.58 Setting up libjson-maybexs-perl (1.004003-1) ...
14:59:21 #8 62.59 Setting up libxml-sax-base-perl (1.09-1.1) ...
14:59:21 #8 62.62 Setting up libio-string-perl (1.08-3.1) ...
14:59:21 #8 62.63 Setting up libreadonly-perl (2.050-3) ...
14:59:21 #8 62.65 Setting up python3-gpg (1.14.0-1+b2) ...
14:59:21 #8 62.82 Setting up python3-certifi (2020.6.20-1) ...
14:59:21 #8 62.96 Setting up libfile-find-rule-perl (0.34-1) ...
14:59:21 #8 62.98 Setting up libstring-copyright-perl (0.003006-1) ...
14:59:21 #8 63.00 Setting up libgd3:amd64 (2.3.0-2) ...
14:59:21 #8 63.01 Setting up python3-idna (2.10-1) ...
14:59:21 #8 63.21 Setting up libdata-optlist-perl (0.110-1.1) ...
14:59:21 #8 63.23 Setting up libipc-run-perl (20200505.0-1) ...
14:59:21 #8 63.26 Setting up git (1:2.30.2-1) ...
14:59:21 #8 63.30 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
14:59:21 #8 63.32 Setting up python3-urllib3 (1.26.5-1~exp1) ...
14:59:22 #8 63.50 Setting up libcontextual-return-perl (0.004014-2) ...
14:59:22 #8 63.52 Setting up libwww-robotrules-perl (6.02-1) ...
14:59:22 #8 63.55 Setting up libtypes-serialiser-perl (1.01-1) ...
14:59:22 #8 63.57 Setting up g++ (4:10.2.1-1) ...
14:59:22 #8 63.60 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
14:59:22 #8 63.61 Setting up libhtml-parser-perl (3.75-1+b1) ...
14:59:22 #8 63.62 Setting up libgit-wrapper-perl (0.048-1) ...
14:59:22 #8 63.65 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
14:59:22 #8 63.67 Setting up librole-tiny-perl (2.002004-1) ...
14:59:22 #8 63.69 Setting up gnupg (2.2.27-2) ...
14:59:22 #8 63.71 Setting up build-essential (12.9) ...
14:59:22 #8 63.73 Setting up python3-unidiff (0.5.5-2) ...
14:59:22 #8 63.90 Setting up lsb-release (11.1.0) ...
14:59:22 #8 63.94 Setting up libfont-ttf-perl (1.06-1.1) ...
14:59:22 #8 63.98 Setting up libfile-homedir-perl (1.006-1) ...
14:59:22 #8 64.02 Setting up python3-magic (2:0.4.20-3) ...
14:59:22 #8 64.19 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
14:59:22 #8 64.22 Setting up pristine-tar (1.49) ...
14:59:22 #8 64.23 Setting up libio-socket-ssl-perl (2.069-1) ...
14:59:22 #8 64.25 Setting up libsub-exporter-perl (0.987-1) ...
14:59:22 #8 64.26 Setting up libc-devtools (2.31-13+deb11u2) ...
14:59:22 #8 64.27 Setting up libalgorithm-merge-perl (0.08-3) ...
14:59:22 #8 64.28 Setting up libhttp-message-perl (6.28-1) ...
14:59:22 #8 64.30 Setting up libhtml-form-perl (6.07-1) ...
14:59:22 #8 64.32 Setting up python3-pkg-resources (52.0.0-4) ...
14:59:23 #8 64.51 Setting up libiterator-perl (0.03+ds1-1.1) ...
14:59:23 #8 64.52 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
14:59:23 #8 64.53 Setting up libjson-xs-perl (4.030-1+b1) ...
14:59:23 #8 64.55 Setting up libhttp-negotiate-perl (6.01-1) ...
14:59:23 #8 64.56 Setting up libio-prompter-perl (0.004015-1) ...
14:59:23 #8 64.58 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
14:59:23 #8 64.59 Setting up libhttp-cookies-perl (6.10-1) ...
14:59:23 #8 64.60 Setting up python3-apt (2.2.1) ...
14:59:23 #8 64.76 Setting up po-debconf (1.0.21+nmu1) ...
14:59:23 #8 64.78 Setting up libhtml-tree-perl (5.07-2) ...
14:59:23 #8 64.80 Setting up libparams-classify-perl (0.015-1+b3) ...
14:59:23 #8 64.81 Setting up libpath-iterator-rule-perl (1.014-1) ...
14:59:23 #8 64.82 Setting up libhtml-format-perl (2.12-1.1) ...
14:59:23 #8 64.83 Setting up libxml-sax-perl (1.02+dfsg-1) ...
14:59:23 #8 64.89 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
14:59:23 #8 64.94 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:59:23 #8 65.06 
14:59:23 #8 65.06 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:59:23 #8 65.09 Setting up python3-chardet (4.0.0-1) ...
14:59:23 #8 65.36 Setting up libnet-smtp-ssl-perl (1.04-1) ...
14:59:23 #8 65.37 Setting up libmodule-runtime-perl (0.016-1) ...
14:59:23 #8 65.38 Setting up libmailtools-perl (2.21-1) ...
14:59:23 #8 65.39 Setting up python3-debian (0.1.39) ...
14:59:24 #8 65.55 Setting up python3-requests (2.25.1+dfsg-2) ...
14:59:24 #8 65.70 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
14:59:24 #8 65.74 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
14:59:24 #8 65.82 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
14:59:24 #8 65.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:59:24 #8 66.00 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:59:24 #8 66.03 Setting up dh-strip-nondeterminism (1.12.0-1) ...
14:59:24 #8 66.04 Setting up libconst-fast-perl (0.014-1.1) ...
14:59:24 #8 66.06 Setting up libhttp-daemon-perl (6.12-1) ...
14:59:24 #8 66.07 Setting up libdata-dpath-perl (0.58-1) ...
14:59:24 #8 66.08 Setting up libmodule-implementation-perl (0.09-1.1) ...
14:59:24 #8 66.09 Setting up libpackage-stash-perl (0.39-1) ...
14:59:24 #8 66.11 Setting up libimport-into-perl (1.002005-1) ...
14:59:24 #8 66.12 Setting up libmoo-perl (2.004004-1) ...
14:59:24 #8 66.13 Setting up liblist-someutils-perl (0.58-1) ...
14:59:24 #8 66.15 Setting up debhelper (13.3.4) ...
14:59:24 #8 66.16 Setting up libmime-tools-perl (5.509-1) ...
14:59:24 #8 66.17 Setting up dput (1.1.0) ...
14:59:24 #8 66.33 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
14:59:24 #8 66.34 Setting up equivs (2.3.1) ...
14:59:24 #8 66.35 Setting up libmoox-aliases-perl (0.001006-1.1) ...
14:59:24 #8 66.36 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ...
14:59:24 #8 66.37 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
14:59:24 #8 66.38 Setting up libnamespace-clean-perl (0.27-1) ...
14:59:24 #8 66.39 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
14:59:24 #8 66.40 Setting up libnamespace-autoclean-perl (0.29-1) ...
14:59:24 #8 66.42 Setting up libgitlab-api-v4-perl (0.26-1) ...
14:59:24 #8 66.43 Setting up libmoox-struct-perl (0.020-1) ...
14:59:24 #8 66.44 Setting up lintian (2.104.0) ...
14:59:24 #8 66.45 Setting up licensecheck (3.1.1-2) ...
14:59:24 #8 66.47 Setting up liblwp-protocol-https-perl (6.10-1) ...
14:59:25 #8 66.48 Setting up libwww-perl (6.52-1) ...
14:59:25 #8 66.49 Setting up devscripts (2.21.3+deb11u1) ...
14:59:25 #8 66.65 Setting up libxml-parser-perl:amd64 (2.46-2) ...
14:59:25 #8 66.66 Setting up libxml-sax-expat-perl (0.51-1) ...
14:59:25 #8 66.71 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
14:59:25 #8 66.75 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:59:25 #8 66.88 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:59:25 #8 66.91 Setting up libsoap-lite-perl (1.27-1) ...
14:59:25 #8 66.92 Setting up libxmlrpc-lite-perl (0.717-4) ...
14:59:25 #8 66.93 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:59:25 #8 66.96 Processing triggers for ca-certificates (20210119) ...
14:59:25 #8 66.97 Updating certificates in /etc/ssl/certs...
14:59:25 #8 67.30 0 added, 0 removed; done.
14:59:25 #8 67.30 Running hooks in /etc/ca-certificates/update.d...
14:59:25 #8 67.30 done.
14:59:26 #8 DONE 67.7s
14:59:26 
14:59:26 #10 [stage-1 3/8] COPY common /root/build-deb/debian
14:59:26 #10 sha256:e50c479c07149b3137d8f7790adf232f2869009cffe1005b66a80e7e8ac40e51
14:59:26 #10 DONE 0.1s
14:59:26 
14:59:26 #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
14:59:26 #11 sha256:b50f26fd690d211af353e80fde5be0fe6943c2502c80f92d46d68d146ec11f88
14:59:27 #11 1.076 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
14:59:27 #11 1.233 Hit:2 http://deb.debian.org/debian bullseye InRelease
14:59:27 #11 1.234 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
14:59:28 #11 1.608 Reading package lists...
14:59:29 #11 2.932 dpkg-buildpackage: info: source package docker-ce-build-deps
14:59:29 #11 2.932 dpkg-buildpackage: info: source version 1.0
14:59:29 #11 2.932 dpkg-buildpackage: info: source distribution unstable
14:59:29 #11 2.932 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
14:59:29 #11 3.040 dpkg-buildpackage: info: host architecture amd64
14:59:29 #11 3.041  dpkg-source --before-build .
14:59:29 #11 3.251  debian/rules clean
14:59:29 #11 3.253 dh clean
14:59:29 #11 3.368    dh_clean
14:59:29 #11 3.400  debian/rules binary
14:59:29 #11 3.402 dh binary
14:59:29 #11 3.464    dh_update_autotools_config
14:59:29 #11 3.492    dh_autoreconf
14:59:29 #11 3.530    create-stamp debian/debhelper-build-stamp
14:59:29 #11 3.530    dh_prep
14:59:29 #11 3.557    dh_install
14:59:29 #11 3.588    dh_installdocs
14:59:29 #11 3.624    dh_installchangelogs
14:59:29 #11 3.701    dh_perl
14:59:30 #11 3.736    dh_link
14:59:30 #11 3.769    dh_strip_nondeterminism
14:59:30 #11 3.825    dh_compress
14:59:30 #11 3.862    dh_fixperms
14:59:30 #11 3.899    dh_missing
14:59:30 #11 3.924    dh_installdeb
14:59:30 #11 3.956    dh_gencontrol
14:59:30 #11 4.069    dh_md5sums
14:59:30 #11 4.101    dh_builddeb
14:59:30 #11 4.126 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
14:59:30 #11 4.145  dpkg-genbuildinfo --build=binary
14:59:30 #11 4.279  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
14:59:30 #11 4.353 dpkg-genchanges: info: binary-only upload (no source code included)
14:59:30 #11 4.356  dpkg-source --after-build .
14:59:30 #11 4.451 dpkg-buildpackage: info: binary-only upload (no source included)
14:59:30 #11 4.455 
14:59:30 #11 4.455 The package has been created.
14:59:30 #11 4.455 Attention, the package has been created in the current directory,
14:59:30 #11 4.455 not in ".." as indicated by the message above!
14:59:30 #11 4.476 Selecting previously unselected package docker-ce-build-deps.
14:59:30 #11 4.492 (Reading database ... 28620 files and directories currently installed.)
14:59:30 #11 4.493 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
14:59:30 #11 4.497 Unpacking docker-ce-build-deps (1.0) ...
14:59:31 #11 4.537 Reading package lists...
14:59:31 #11 5.052 Building dependency tree...
14:59:31 #11 5.175 Reading state information...
14:59:31 #11 5.192 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
14:59:31 #11 5.360 Starting 2 pkgProblemResolver with broken count: 0
14:59:31 #11 5.363 Done
14:59:31 #11 5.502  Done
14:59:31 #11 5.619 Starting pkgProblemResolver with broken count: 0
14:59:31 #11 5.638 Starting 2 pkgProblemResolver with broken count: 0
14:59:31 #11 5.640 Done
14:59:32 #11 5.828 The following additional packages will be installed:
14:59:32 #11 5.829   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
14:59:32 #11 5.829   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
14:59:32 #11 5.829   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
14:59:32 #11 5.829   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
14:59:32 #11 5.829   libsystemd-dev libudev-dev libuv1 pkg-config procps
14:59:32 #11 5.830 Suggested packages:
14:59:32 #11 5.830   cmake-doc ninja-build apparmor-easyprof seccomp
14:59:32 #11 5.830 Recommended packages:
14:59:32 #11 5.830   psmisc
14:59:32 #11 6.001 The following NEW packages will be installed:
14:59:32 #11 6.002   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
14:59:32 #11 6.002   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
14:59:32 #11 6.002   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
14:59:32 #11 6.003   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
14:59:32 #11 6.003   libsystemd-dev libudev-dev libuv1 pkg-config procps
14:59:32 #11 6.271 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
14:59:32 #11 6.271 1 not fully installed or removed.
14:59:32 #11 6.271 Need to get 11.8 MB of archives.
14:59:32 #11 6.271 After this operation, 47.8 MB of additional disk space will be used.
14:59:32 #11 6.271 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
14:59:32 #11 6.277 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
14:59:32 #11 6.294 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
14:59:32 #11 6.295 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
14:59:32 #11 6.296 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
14:59:32 #11 6.300 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
14:59:32 #11 6.301 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
14:59:32 #11 6.302 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
14:59:32 #11 6.304 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
14:59:32 #11 6.349 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
14:59:32 #11 6.351 Get:11 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:59:32 #11 6.353 Get:12 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:59:32 #11 6.356 Get:13 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
14:59:32 #11 6.357 Get:14 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
14:59:32 #11 6.359 Get:15 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
14:59:32 #11 6.359 Get:16 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
14:59:32 #11 6.360 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
14:59:32 #11 6.363 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
14:59:32 #11 6.365 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
14:59:32 #11 6.367 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
14:59:32 #11 6.368 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
14:59:32 #11 6.373 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
14:59:32 #11 6.374 Get:23 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
14:59:32 #11 6.375 Get:24 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
14:59:32 #11 6.375 Get:25 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
14:59:32 #11 6.378 Get:26 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
14:59:32 #11 6.520 debconf: delaying package configuration, since apt-utils is not installed
14:59:32 #11 6.557 Fetched 11.8 MB in 0s (31.9 MB/s)
14:59:32 #11 6.588 Selecting previously unselected package bash-completion.
14:59:32 #11 6.588 (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.)
14:59:32 #11 6.605 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
14:59:33 #11 7.066 Unpacking bash-completion (1:2.11-2) ...
14:59:33 #11 7.194 Selecting previously unselected package cmake-data.
14:59:33 #11 7.195 Preparing to unpack .../01-cmake-data_3.18.4-2_all.deb ...
14:59:33 #11 7.199 Unpacking cmake-data (3.18.4-2) ...
14:59:33 #11 7.572 Selecting previously unselected package libncurses6:amd64.
14:59:33 #11 7.576 Preparing to unpack .../02-libncurses6_6.2+20201114-2_amd64.deb ...
14:59:33 #11 7.582 Unpacking libncurses6:amd64 (6.2+20201114-2) ...
14:59:33 #11 7.617 Selecting previously unselected package libprocps8:amd64.
14:59:34 #11 7.620 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
14:59:34 #11 7.623 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
14:59:34 #11 7.659 Selecting previously unselected package procps.
14:59:34 #11 7.663 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
14:59:34 #11 7.670 Unpacking procps (2:3.3.17-5) ...
14:59:34 #11 7.748 Selecting previously unselected package libjsoncpp24:amd64.
14:59:34 #11 7.752 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
14:59:34 #11 7.755 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
14:59:34 #11 7.791 Selecting previously unselected package librhash0:amd64.
14:59:34 #11 7.794 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
14:59:34 #11 7.797 Unpacking librhash0:amd64 (1.4.1-2) ...
14:59:34 #11 7.837 Selecting previously unselected package libuv1:amd64.
14:59:34 #11 7.840 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
14:59:34 #11 7.844 Unpacking libuv1:amd64 (1.40.0-2) ...
14:59:34 #11 7.877 Selecting previously unselected package cmake.
14:59:34 #11 7.881 Preparing to unpack .../08-cmake_3.18.4-2_amd64.deb ...
14:59:34 #11 7.883 Unpacking cmake (3.18.4-2) ...
14:59:34 #11 8.414 Selecting previously unselected package dh-apparmor.
14:59:34 #11 8.417 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
14:59:34 #11 8.420 Unpacking dh-apparmor (2.13.6-10) ...
14:59:34 #11 8.454 Selecting previously unselected package libbtrfs0:amd64.
14:59:34 #11 8.458 Preparing to unpack .../10-libbtrfs0_5.10.1-2_amd64.deb ...
14:59:34 #11 8.461 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:59:34 #11 8.501 Selecting previously unselected package libbtrfs-dev:amd64.
14:59:34 #11 8.504 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_amd64.deb ...
14:59:34 #11 8.507 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:59:34 #11 8.561 Selecting previously unselected package dmsetup.
14:59:34 #11 8.564 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
14:59:34 #11 8.568 Unpacking dmsetup (2:1.02.175-2.1) ...
14:59:34 #11 8.603 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:59:34 #11 8.607 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:59:34 #11 8.610 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:59:34 #11 8.656 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:59:34 #11 8.660 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:59:34 #11 8.664 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:59:35 #11 8.689 Selecting previously unselected package libudev-dev:amd64.
14:59:35 #11 8.692 Preparing to unpack .../15-libudev-dev_247.3-6_amd64.deb ...
14:59:35 #11 8.695 Unpacking libudev-dev:amd64 (247.3-6) ...
14:59:35 #11 8.736 Selecting previously unselected package libsepol1-dev:amd64.
14:59:35 #11 8.739 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
14:59:35 #11 8.743 Unpacking libsepol1-dev:amd64 (3.1-1) ...
14:59:35 #11 8.806 Selecting previously unselected package libpcre2-16-0:amd64.
14:59:35 #11 8.809 Preparing to unpack .../17-libpcre2-16-0_10.36-2_amd64.deb ...
14:59:35 #11 8.812 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
14:59:35 #11 8.861 Selecting previously unselected package libpcre2-32-0:amd64.
14:59:35 #11 8.864 Preparing to unpack .../18-libpcre2-32-0_10.36-2_amd64.deb ...
14:59:35 #11 8.868 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
14:59:35 #11 8.915 Selecting previously unselected package libpcre2-posix2:amd64.
14:59:35 #11 8.918 Preparing to unpack .../19-libpcre2-posix2_10.36-2_amd64.deb ...
14:59:35 #11 8.921 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
14:59:35 #11 8.948 Selecting previously unselected package libpcre2-dev:amd64.
14:59:35 #11 8.951 Preparing to unpack .../20-libpcre2-dev_10.36-2_amd64.deb ...
14:59:35 #11 8.954 Unpacking libpcre2-dev:amd64 (10.36-2) ...
14:59:35 #11 9.054 Selecting previously unselected package libselinux1-dev:amd64.
14:59:35 #11 9.057 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
14:59:35 #11 9.060 Unpacking libselinux1-dev:amd64 (3.1-3) ...
14:59:35 #11 9.114 Selecting previously unselected package libdevmapper-dev:amd64.
14:59:35 #11 9.117 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
14:59:35 #11 9.121 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:59:35 #11 9.151 Selecting previously unselected package libseccomp-dev:amd64.
14:59:35 #11 9.154 Preparing to unpack .../23-libseccomp-dev_2.5.1-1_amd64.deb ...
14:59:35 #11 9.157 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
14:59:35 #11 9.192 Selecting previously unselected package libsystemd-dev:amd64.
14:59:35 #11 9.195 Preparing to unpack .../24-libsystemd-dev_247.3-6_amd64.deb ...
14:59:35 #11 9.198 Unpacking libsystemd-dev:amd64 (247.3-6) ...
14:59:35 #11 9.300 Selecting previously unselected package pkg-config.
14:59:35 #11 9.304 Preparing to unpack .../25-pkg-config_0.29.2-1_amd64.deb ...
14:59:35 #11 9.307 Unpacking pkg-config (0.29.2-1) ...
14:59:35 #11 9.347 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
14:59:35 #11 9.356 Setting up libsepol1-dev:amd64 (3.1-1) ...
14:59:35 #11 9.377 Setting up libpcre2-16-0:amd64 (10.36-2) ...
14:59:35 #11 9.387 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:59:35 #11 9.396 Setting up libpcre2-32-0:amd64 (10.36-2) ...
14:59:35 #11 9.407 Setting up libuv1:amd64 (1.40.0-2) ...
14:59:35 #11 9.419 Setting up bash-completion (1:2.11-2) ...
14:59:36 #11 9.923 Setting up libncurses6:amd64 (6.2+20201114-2) ...
14:59:36 #11 9.936 Setting up pkg-config (0.29.2-1) ...
14:59:36 #11 9.987 Setting up libudev-dev:amd64 (247.3-6) ...
14:59:36 #11 9.998 Setting up libpcre2-posix2:amd64 (10.36-2) ...
14:59:36 #11 10.01 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
14:59:36 #11 10.02 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:59:36 #11 10.03 Setting up librhash0:amd64 (1.4.1-2) ...
14:59:36 #11 10.04 Setting up cmake-data (3.18.4-2) ...
14:59:36 #11 10.05 Setting up dh-apparmor (2.13.6-10) ...
14:59:36 #11 10.06 Setting up libsystemd-dev:amd64 (247.3-6) ...
14:59:36 #11 10.07 Setting up libprocps8:amd64 (2:3.3.17-5) ...
14:59:36 #11 10.08 Setting up libpcre2-dev:amd64 (10.36-2) ...
14:59:36 #11 10.09 Setting up libselinux1-dev:amd64 (3.1-3) ...
14:59:36 #11 10.10 Setting up procps (2:3.3.17-5) ...
14:59:36 #11 10.13 Setting up cmake (3.18.4-2) ...
14:59:36 #11 10.14 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:59:36 #11 10.15 Setting up dmsetup (2:1.02.175-2.1) ...
14:59:36 #11 10.16 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:59:36 #11 10.18 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:59:36 #11 10.19 Setting up docker-ce-build-deps (1.0) ...
14:59:36 #11 10.20 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:59:36 #11 10.22 Processing triggers for man-db (2.9.4-2) ...
14:59:38 #11 DONE 12.2s
14:59:38 
14:59:38 #12 [stage-1 5/8] COPY sources/ /sources
14:59:38 #12 sha256:002397905654f51c18399eb09fb327a18a4966743a396adff355c8b55db17902
14:59:39 #12 DONE 1.2s
14:59:39 
14:59:39 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
14:59:39 #14 sha256:975ecf5b2ab931a5f4ead6ad613b91b9705a6386ae46fd87575e44a4c16fd726
14:59:41 #14 DONE 1.7s
14:59:41 
14:59:41 #15 [stage-1 7/8] WORKDIR /root/build-deb
14:59:41 #15 sha256:c639352e5069efaa9722af07d77813ee3b8e8f0f9aa255965f22807e27999c0a
14:59:41 #15 DONE 0.0s
14:59:41 
14:59:41 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
14:59:41 #16 sha256:f48407336acd926995286bd44fa4c4ed8f82962c1733273f492d21c8fe9f6489
14:59:41 #16 DONE 0.0s
14:59:41 
14:59:41 #17 exporting to image
14:59:41 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:59:41 #17 exporting layers
14:59:48 #17 exporting layers 6.3s done
14:59:48 #17 writing image sha256:4e4290a239acd57ae18e321b0d87433fe91f8d6fe0132957fb760c395ee3dbd6 done
14:59:48 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
14:59:48 #17 DONE 6.3s
14:59:48 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144600-e57b5f7 -e VERSION=0.0.0-20211015144600-e57b5f7 -e CLI_GITCOMMIT=e57b5f7 -e ENGINE_GITCOMMIT=921658a -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/x86_64
14:59:48 + set -e
14:59:48 + mkdir -p /root/build-deb/engine
14:59:48 + tar -C /root/build-deb -xzf /sources/engine.tgz
14:59:49 + mkdir -p /root/build-deb/cli
14:59:49 + tar -C /root/build-deb -xzf /sources/cli.tgz
14:59:49 + mkdir -p /root/build-deb/scan-cli-plugin
14:59:49 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
14:59:49 + mkdir -p /go/src/github.com/docker
14:59:49 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
14:59:49 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
14:59:49 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
14:59:49 + EPOCH=5
14:59:49 + EPOCH_SEP=
14:59:49 + [[ ! -z 5 ]]
14:59:49 + EPOCH_SEP=:
14:59:49 + [[ -z 0.0.0-20211015144600-e57b5f7 ]]
14:59:49 + echo VERSION AAA 0.0.0-20211015144600-e57b5f7
14:59:49 VERSION AAA 0.0.0-20211015144600-e57b5f7
14:59:49 + VERSION=0.0.0-20211015144600-e57b5f7
14:59:49 VERSION bbb 0.0.0-20211015144600-e57b5f7
14:59:49 + echo VERSION bbb 0.0.0-20211015144600-e57b5f7
14:59:49 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
14:59:49 + debSource=docker-ce
14:59:49 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
14:59:49 + debMaintainer='Docker <support@docker.com>'
14:59:49 ++ date --rfc-2822
14:59:49 + debDate='Mon, 18 Oct 2021 14:59:49 +0000'
14:59:49 + cat
14:59:49 + export CLI_GITCOMMIT=e57b5f7
14:59:49 + CLI_GITCOMMIT=e57b5f7
14:59:49 + export ENGINE_GITCOMMIT=921658a
14:59:49 + ENGINE_GITCOMMIT=921658a
14:59:49 + export SCAN_GITCOMMIT=35651ca
14:59:49 + SCAN_GITCOMMIT=35651ca
14:59:49 VERSION BBB 0.0.0-20211015144600-e57b5f7
14:59:49 + echo VERSION BBB 0.0.0-20211015144600-e57b5f7
14:59:49 + dpkg-buildpackage -uc -us -I.git
14:59:50 dpkg-buildpackage: info: source package docker-ce
14:59:50 dpkg-buildpackage: info: source version 5:0.0.0-20211015144600-e57b5f7-0~debian-bullseye
14:59:50 dpkg-buildpackage: info: source distribution bullseye
14:59:50 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
14:59:50 dpkg-buildpackage: info: host architecture amd64
14:59:50  dpkg-source -I.git --before-build .
14:59:50  debian/rules clean
14:59:50 dh clean --with=bash-completion
14:59:50    dh_clean
14:59:50  dpkg-source -I.git -b .
14:59:50 dpkg-source: warning: native package version may not have a revision
14:59:50 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144600-e57b5f7-0~debian'
14:59:50 dpkg-source: info: using source format '1.0'
14:59:50 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.tar.gz
15:00:00 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.dsc
15:00:00  debian/rules build
15:00:00 dh build --with=bash-completion
15:00:00    dh_update_autotools_config
15:00:00    dh_autoreconf
15:00:00    debian/rules override_dh_auto_build
15:00:00 make[1]: Entering directory '/root/build-deb'
15:00:00 # Build the daemon and dependencies
15:00:00 cd engine && DOCKER_GITCOMMIT=921658a PRODUCT=docker ./hack/make.sh dynbinary
15:00:00 
15:00:00 Removing bundles/
15:00:00 
15:00:00 ---> Making bundle: dynbinary (in bundles/dynbinary)
15:00:00 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
15:00:00 GOOS="" GOARCH="" GOARM=""
15:00:24 Project root: /go/src/github.com/docker/cli
15:00:24 Generating man pages into /go/src/github.com/docker/cli/man/man1
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
15:00:24 2021/10/18 15:00:16 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
15:00:24 ~/rpmbuild/BUILD/src
15:00:24 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
15:00:24 + popd
15:00:24 + pushd /root/rpmbuild/BUILD/src/plugins
15:00:24 + for installer in *.installer
15:00:24 + '[' buildx.installer '!=' scan.installer ']'
15:00:24 + bash buildx.installer build
15:00:24 Cloning into '/go/src/github.com/docker/buildx'...
15:00:24 Fetching origin
15:00:24 + GO111MODULE=on
15:00:24 + 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
15:00:43 #21 DONE 91.0s
15:00:43 
15:00:43 #22 [binary 1/1] COPY --from=build /out .
15:00:43 #22 DONE 0.1s
15:00:43 
15:00:43 #23 exporting to client
15:00:43 #23 copying files 6.33MB 0.1s
15:00:43 #23 copying files 53.63MB 1.0s done
15:00:43 #23 DONE 1.0s
15:00:43 mkdir -p build/win/amd64/docker
15:00:43 cp /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
15:00:43 cp /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20211015144600-e57b5f7.exe build/win/amd64/docker/dockerd.exe
15:00:43 cp /home/ubuntu/workspace/docker-ce-packaging_PR-586/src/github.com/docker/docker/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7.exe build/win/amd64/docker/docker-proxy.exe
15:00:43 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20211015144600-e57b5f7.zip docker'
15:00:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
15:00:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
15:00:43 v3.14.2-97-gc76656a60f [https://dl-cdn.alpinelinux.org/alpine/v3.14/main]
15:00:43 v3.14.2-98-g7c85ad6653 [https://dl-cdn.alpinelinux.org/alpine/v3.14/community]
15:00:43 OK: 14938 distinct packages available
15:00:43 (1/2) Installing unzip (6.0-r9)
15:00:43 (2/2) Installing zip (3.0-r9)
15:00:43 Executing busybox-1.33.1-r3.trigger
15:00:43 OK: 6 MiB in 16 packages
15:00:43   adding: docker/ (stored 0%)
15:00:43   adding: docker/cli-plugins/ (stored 0%)
15:00:46   adding: docker/cli-plugins/docker-buildx.exe (deflated 59%)
15:00:49   adding: docker/dockerd.exe (deflated 71%)
15:00:49   adding: docker/docker-proxy.exe (deflated 61%)
15:00:52   adding: docker/docker.exe (deflated 74%)
15:00:52 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static:/v -w /v alpine chown -R 1000:1000 build
15:00:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
[Pipeline] sh
15:00:54 + make clean
15:00:54 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586:/v -w /v alpine chown -R 1000:1000 src
15:00:55 rm -f -r src
15:00:55 make -C rpm clean
15:00:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
15:00:56 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
15:00:56 rm -f -r rpmbuild/
15:00:56 docker builder prune -f --filter until=24h
15:00:56 Total reclaimed space: 0B
15:00:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
15:00:56 make -C deb clean
15:00:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
15:00:56 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 debbuild
15:00:56 rm -f -r debbuild
15:00:56 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 sources
15:00:56 rm -f -r sources
15:00:56 docker builder prune -f --filter until=24h
15:00:56 Total reclaimed space: 0B
15:00:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
15:00:56 make -C static clean
15:00:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
15:00:56 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static:/v -w /v alpine chown -R 1000:1000 build
15:00:57 rm -f -r build
15:00:57 docker builder prune -f --filter until=24h
15:00:57 Total reclaimed space: 0B
15:00:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
15:01:36 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
15:01:36 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
15:01:36 GOOS="" GOARCH="" GOARM=""
15:01:36 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
15:01:36 
15:01:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
15:01:36 + RM_GOPATH=0
15:01:36 + TMP_GOPATH=/go
15:01:36 + : /usr/local/bin
15:01:36 + '[' -z /go ']'
15:01:36 + export GOPATH=/go
15:01:36 + GOPATH=/go
15:01:36 + case "$(go env GOARCH)" in
15:01:36 ++ go env GOARCH
15:01:36 + export GO_BUILDMODE=-buildmode=pie
15:01:36 + GO_BUILDMODE=-buildmode=pie
15:01:36 ++ dirname hack/dockerfile/install/install.sh
15:01:36 + dir=hack/dockerfile/install
15:01:36 + bin=tini
15:01:36 + shift
15:01:36 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
15:01:36 + . hack/dockerfile/install/tini.installer
15:01:36 ++ : v0.19.0
15:01:36 + install_tini
15:01:36 + echo 'Install tini version v0.19.0'
15:01:36 Install tini version v0.19.0
15:01:36 + git clone https://github.com/krallin/tini.git /go/tini
15:01:36 Cloning into '/go/tini'...
15:01:36 + cd /go/tini
15:01:36 + git checkout -q v0.19.0
15:01:36 + cmake .
15:01:36 -- The C compiler identification is GNU 10.2.1
15:01:36 -- Detecting C compiler ABI info
15:01:36 -- Detecting C compiler ABI info - done
15:01:36 -- Check for working C compiler: /usr/bin/cc - skipped
15:01:36 -- Detecting C compile features
15:01:36 -- Detecting C compile features - done
15:01:36 -- Performing Test HAS_BUILTIN_FORTIFY
15:01:36 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
15:01:36 -- Configuring done
15:01:36 -- Generating done
15:01:36 -- Build files have been written to: /go/tini
15:01:36 + make tini-static
15:01:36 make[2]: Entering directory '/go/tini'
15:01:36 make[3]: Entering directory '/go/tini'
15:01:36 make[4]: Entering directory '/go/tini'
15:01:36 make[5]: Entering directory '/go/tini'
15:01:36 Scanning dependencies of target tini-static
15:01:36 make[5]: Leaving directory '/go/tini'
15:01:36 make[5]: Entering directory '/go/tini'
15:01:36 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
15:01:36 [100%] Linking C executable tini-static
15:01:36 make[5]: Leaving directory '/go/tini'
15:01:36 [100%] Built target tini-static
15:01:36 make[4]: Leaving directory '/go/tini'
15:01:36 make[3]: Leaving directory '/go/tini'
15:01:36 + mkdir -p /usr/local/bin
15:01:36 make[2]: Leaving directory '/go/tini'
15:01:36 + cp tini-static /usr/local/bin/docker-init
15:01:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
15:01:36 + RM_GOPATH=0
15:01:36 + TMP_GOPATH=/go
15:01:36 + : /usr/local/bin
15:01:36 + '[' -z /go ']'
15:01:36 + export GOPATH=/go
15:01:36 + GOPATH=/go
15:01:36 + case "$(go env GOARCH)" in
15:01:36 ++ go env GOARCH
15:01:36 + export GO_BUILDMODE=-buildmode=pie
15:01:36 + GO_BUILDMODE=-buildmode=pie
15:01:36 ++ dirname hack/dockerfile/install/install.sh
15:01:36 + dir=hack/dockerfile/install
15:01:36 + bin=rootlesskit
15:01:36 + shift
15:01:36 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
15:01:36 + . hack/dockerfile/install/rootlesskit.installer
15:01:36 ++ : v0.14.4
15:01:36 + install_rootlesskit dynamic
15:01:36 + case "$1" in
15:01:36 + install_rootlesskit_dynamic
15:01:36 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
15:01:36 + ROOTLESSKIT_LDFLAGS=-linkmode=external
15:01:36 + export BUILD_MODE=-buildmode=pie
15:01:36 + BUILD_MODE=-buildmode=pie
15:01:36 + _install_rootlesskit
15:01:36 + echo 'Install rootlesskit version v0.14.4'
15:01:36 Install rootlesskit version v0.14.4
15:01:36 + for f in rootlesskit rootlesskit-docker-proxy
15:01:36 + GOBIN=/usr/local/bin
15:01:36 + GO111MODULE=on
15:01:36 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
15:01:36 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
15:01:45 ~/rpmbuild/BUILD/src
15:01:45 + popd
15:01:45 + RPM_EC=0
15:01:45 ++ jobs -p
15:01:45 + exit 0
15:01:45 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YGzlDd
15:01:45 + umask 022
15:01:45 + cd /root/rpmbuild/BUILD
15:01:45 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64 '!=' / ']'
15:01:45 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:01:45 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:01:45 + mkdir -p /root/rpmbuild/BUILDROOT
15:01:45 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:01:45 + cd src
15:01:45 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin
15:01:45 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker
15:01:45 + pushd /root/rpmbuild/BUILD/src/plugins
15:01:45 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
15:01:45 + for installer in *.installer
15:01:45 + '[' buildx.installer '!=' scan.installer ']'
15:01:45 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:01:45 + PREFIX=/usr/libexec/docker/cli-plugins
15:01:45 + bash buildx.installer install_plugin
15:01:45 ~/rpmbuild/BUILD/src
15:01:45 + popd
15:01:45 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/bash-completion/completions
15:01:45 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/zsh/vendor-completions
15:01:45 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/fish/vendor_completions.d
15:01:45 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/bash-completion/completions/docker
15:01:45 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/zsh/vendor-completions/_docker
15:01:45 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/fish/vendor_completions.d/docker.fish
15:01:45 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man1
15:01:45 + 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.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man1
15:01:45 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man5
15:01:45 + 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.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man5
15:01:45 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man8
15:01:45 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man8
15:01:45 + mkdir -p build-docs
15:01:45 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
15:01:45 + cp cli/LICENSE build-docs/LICENSE
15:01:45 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
15:01:45 + cp cli/MAINTAINERS build-docs/MAINTAINERS
15:01:45 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
15:01:45 + cp cli/NOTICE build-docs/NOTICE
15:01:45 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
15:01:45 + cp cli/README.md build-docs/README.md
15:01:45 + /usr/lib/rpm/check-buildroot
15:01:45 + /usr/lib/rpm/redhat/brp-ldconfig
15:01:45 + /usr/lib/rpm/brp-compress
15:01:45 + /usr/lib/rpm/brp-strip /usr/bin/strip
15:01:45 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
15:01:45 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
15:01:45 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
15:01:45 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
15:01:45 + /usr/lib/rpm/brp-python-hardlink
15:01:45 + /usr/lib/rpm/redhat/brp-mangle-shebangs
15:01:45 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.9mfdrc
15:01:45 + umask 022
15:01:45 + cd /root/rpmbuild/BUILD
15:01:45 + cd src
15:01:45 ++ cli/build/docker --version
15:01:45 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
15:01:45 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7' = 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
15:01:45 + echo 'PASS: cli version OK'
15:01:45 PASS: cli version OK
15:01:45 + RPM_EC=0
15:01:45 ++ jobs -p
15:01:45 + exit 0
15:01:45 Processing files: docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:01:45 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IOSj10
15:01:45 + umask 022
15:01:45 + cd /root/rpmbuild/BUILD
15:01:45 + cd src
15:01:45 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
15:01:45 + export LC_ALL=C
15:01:45 + LC_ALL=C
15:01:45 + export DOCDIR
15:01:45 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
15:01:45 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
15:01:45 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
15:01:45 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
15:01:45 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
15:01:45 + RPM_EC=0
15:01:45 ++ jobs -p
15:01:45 + exit 0
15:01:45 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
15:01:45 Provides: docker-ce-cli = 1:0.0.0.20211015144600.e57b5f7-0.fc34 docker-ce-cli(x86-64) = 1:0.0.0.20211015144600.e57b5f7-0.fc34
15:01:45 Requires(interp): /bin/sh
15:01:45 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
15:01:45 Requires(post): /bin/sh
15:01:45 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)
15:01:45 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
15:01:45 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:01:45 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.src.rpm
15:01:46 go: downloading github.com/pkg/errors v0.9.1
15:01:46 go: downloading github.com/sirupsen/logrus v1.8.1
15:01:46 go: downloading github.com/urfave/cli/v2 v2.3.0
15:01:46 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
15:01:47 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
15:01:47 go: downloading github.com/google/uuid v1.3.0
15:01:47 go: downloading github.com/moby/vpnkit v0.5.0
15:01:47 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:01:47 go: downloading github.com/gofrs/flock v0.8.1
15:01:47 go: downloading github.com/gorilla/mux v1.8.0
15:01:47 go: downloading github.com/moby/sys/mountinfo v0.4.1
15:01:47 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
15:01:47 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
15:01:48 go: downloading github.com/u-root/u-root v7.0.0+incompatible
15:01:50 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:01:55 + for f in rootlesskit rootlesskit-docker-proxy
15:01:55 + GOBIN=/usr/local/bin
15:01:55 + GO111MODULE=on
15:01:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
15:01:56 + return
15:01:56 # Build the CLI
15:01:56 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 GITCOMMIT=e57b5f7 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
15:01:56 Building dynamic docker-linux-amd64
15:01:56 + go build -o build/docker-linux-amd64 -tags  pkcs11 --ldflags     -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-18T14:59:49Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -buildmode=pie github.com/docker/cli/cmd/docker
15:02:32 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64.rpm
15:02:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yyuI7U
15:02:32 + umask 022
15:02:32 + cd /root/rpmbuild/BUILD
15:02:32 + cd src
15:02:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:02:32 + RPM_EC=0
15:02:32 ++ jobs -p
15:02:32 + exit 0
15:02:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AnoGnr
15:02:32 + umask 022
15:02:32 + cd /root/rpmbuild/BUILD
15:02:32 + cd /root/rpmbuild/BUILD
15:02:32 + rm -rf src
15:02:32 + /usr/bin/mkdir -p src
15:02:32 + cd src
15:02:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
15:02:32 + /usr/bin/tar -xof -
15:02:32 + STATUS=0
15:02:32 + '[' 0 -ne 0 ']'
15:02:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
15:02:32 + /usr/bin/tar -xof -
15:02:32 + STATUS=0
15:02:32 + '[' 0 -ne 0 ']'
15:02:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
15:02:32 + RPM_EC=0
15:02:32 ++ jobs -p
15:02:32 + exit 0
15:02:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.D8dzij
15:02:32 + umask 022
15:02:32 + cd /root/rpmbuild/BUILD
15:02:32 + cd src
15:02:32 + export DOCKER_GITCOMMIT=921658a
15:02:32 + DOCKER_GITCOMMIT=921658a
15:02:32 + mkdir -p /go/src/github.com/docker
15:02:32 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
15:02:32 + TMP_GOPATH=/go
15:02:32 + GOPROXY=https://proxy.golang.org
15:02:32 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
15:02:32 + RM_GOPATH=0
15:02:32 + TMP_GOPATH=/go
15:02:32 + : /usr/local/bin
15:02:32 + '[' -z /go ']'
15:02:32 + export GOPATH=/go
15:02:32 + GOPATH=/go
15:02:32 + case "$(go env GOARCH)" in
15:02:32 ++ go env GOARCH
15:02:32 + export GO_BUILDMODE=-buildmode=pie
15:02:32 + GO_BUILDMODE=-buildmode=pie
15:02:32 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
15:02:32 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
15:02:32 + bin=rootlesskit
15:02:32 + shift
15:02:32 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
15:02:32 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
15:02:32 ++ : v0.14.4
15:02:32 + install_rootlesskit dynamic
15:02:32 + case "$1" in
15:02:32 + install_rootlesskit_dynamic
15:02:32 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
15:02:32 + ROOTLESSKIT_LDFLAGS=-linkmode=external
15:02:32 + export BUILD_MODE=-buildmode=pie
15:02:32 + BUILD_MODE=-buildmode=pie
15:02:32 + _install_rootlesskit
15:02:32 + echo 'Install rootlesskit version v0.14.4'
15:02:32 + for f in rootlesskit rootlesskit-docker-proxy
15:02:32 Install rootlesskit version v0.14.4
15:02:32 + GOBIN=/usr/local/bin
15:02:32 + GO111MODULE=on
15:02:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
15:02:32 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
15:02:32 go: downloading github.com/pkg/errors v0.9.1
15:02:32 go: downloading github.com/sirupsen/logrus v1.8.1
15:02:32 go: downloading github.com/urfave/cli/v2 v2.3.0
15:02:32 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
15:02:32 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
15:02:32 go: downloading github.com/google/uuid v1.3.0
15:02:32 go: downloading github.com/moby/vpnkit v0.5.0
15:02:32 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:02:32 go: downloading github.com/gofrs/flock v0.8.1
15:02:32 go: downloading github.com/gorilla/mux v1.8.0
15:02:32 go: downloading github.com/moby/sys/mountinfo v0.4.1
15:02:32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
15:02:32 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
15:02:32 go: downloading github.com/u-root/u-root v7.0.0+incompatible
15:02:32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:02:37 + for f in rootlesskit rootlesskit-docker-proxy
15:02:37 + GOBIN=/usr/local/bin
15:02:37 + GO111MODULE=on
15:02:37 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
15:02:38 + return
15:02:38 + RPM_EC=0
15:02:38 ++ jobs -p
15:02:38 + exit 0
15:02:38 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yyDkBh
15:02:38 + umask 022
15:02:38 + cd /root/rpmbuild/BUILD
15:02:38 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64 '!=' / ']'
15:02:38 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:02:38 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:02:38 + mkdir -p /root/rpmbuild/BUILDROOT
15:02:38 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:02:38 + cd src
15:02:38 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/dockerd-rootless.sh
15:02:38 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/dockerd-rootless-setuptool.sh
15:02:38 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/rootlesskit
15:02:38 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/rootlesskit-docker-proxy
15:02:38 + /usr/lib/rpm/check-buildroot
15:02:38 + /usr/lib/rpm/redhat/brp-ldconfig
15:02:38 + /usr/lib/rpm/brp-compress
15:02:38 + /usr/lib/rpm/brp-strip /usr/bin/strip
15:02:38 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
15:02:38 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
15:02:38 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
15:02:38 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
15:02:38 + /usr/lib/rpm/brp-python-hardlink
15:02:38 + /usr/lib/rpm/redhat/brp-mangle-shebangs
15:02:38 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
15:02:38 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
15:02:38 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GfgNE1
15:02:38 + umask 022
15:02:38 + cd /root/rpmbuild/BUILD
15:02:38 + cd src
15:02:38 + /usr/local/bin/rootlesskit -v
15:02:38 rootlesskit version 0.14.4
15:02:38 + RPM_EC=0
15:02:38 ++ jobs -p
15:02:38 + exit 0
15:02:39 Processing files: docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:02:39 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144600.e57b5f7-0.fc34 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144600.e57b5f7-0.fc34
15:02:39 Requires(interp): /bin/sh /bin/sh /bin/sh
15:02:39 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
15:02:39 Requires(post): /bin/sh
15:02:39 Requires(preun): /bin/sh
15:02:39 Requires(postun): /bin/sh
15:02:39 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)
15:02:39 Conflicts: rootlesskit
15:02:39 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:02:39 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.src.rpm
15:02:46 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64.rpm
15:02:46 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3ZdGCt
15:02:46 + umask 022
15:02:46 + cd /root/rpmbuild/BUILD
15:02:46 + cd src
15:02:46 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
15:02:46 + RPM_EC=0
15:02:46 ++ jobs -p
15:02:46 + exit 0
15:02:46 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7wmzKQ
15:02:46 + umask 022
15:02:46 + cd /root/rpmbuild/BUILD
15:02:46 + cd /root/rpmbuild/BUILD
15:02:46 + rm -rf src
15:02:46 + /usr/bin/mkdir -p src
15:02:46 + cd src
15:02:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
15:02:46 + /usr/bin/tar -xof -
15:02:46 + STATUS=0
15:02:46 + '[' 0 -ne 0 ']'
15:02:46 + /usr/bin/tar -xof -
15:02:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
15:02:46 + STATUS=0
15:02:46 + '[' 0 -ne 0 ']'
15:02:46 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
15:02:46 + RPM_EC=0
15:02:46 ++ jobs -p
15:02:46 + exit 0
15:02:46 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.V0XYE4
15:02:46 + umask 022
15:02:46 + cd /root/rpmbuild/BUILD
15:02:46 + cd src
15:02:46 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
15:02:46 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
15:02:46 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
15:02:46 GO111MODULE=on make -f builder.Makefile build
15:02:46 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
15:02:46 mkdir -p bin
15:02:46 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
15:02:47 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
15:02:47 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
15:02:47 go: downloading github.com/spf13/cobra v1.0.0
15:02:47 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
15:02:47 go: downloading github.com/docker/distribution v2.7.1+incompatible
15:02:47 go: downloading github.com/docker/go-connections v0.4.0
15:02:47 go: downloading github.com/sirupsen/logrus v1.4.2
15:02:47 go: downloading github.com/spf13/pflag v1.0.3
15:02:47 go: downloading github.com/theupdateframework/notary v0.6.1
15:02:47 go: downloading github.com/opencontainers/image-spec v1.0.1
15:02:48 go: downloading github.com/docker/go-units v0.4.0
15:02:48 go: downloading github.com/Masterminds/semver/v3 v3.1.0
15:02:48 go: downloading github.com/google/uuid v1.1.1
15:02:48 go: downloading github.com/mitchellh/go-homedir v1.1.0
15:02:48 go: downloading github.com/opencontainers/go-digest v1.0.0
15:02:48 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
15:02:48 go: downloading github.com/docker/go v1.5.1-1
15:02:48 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
15:02:48 go: downloading github.com/morikuni/aec v1.0.0
15:02:48 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
15:02:48 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
15:02:48 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
15:02:48 go: downloading github.com/containerd/containerd v1.3.4
15:02:48 go: downloading google.golang.org/grpc v1.23.1
15:02:49 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
15:02:49 go: downloading github.com/docker/docker-credential-helpers v0.6.3
15:02:49 go: downloading github.com/gorilla/mux v1.7.4
15:02:49 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
15:02:49 go: downloading github.com/gogo/protobuf v1.3.1
15:02:49 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
15:02:49 go: downloading github.com/golang/protobuf v1.3.2
15:02:49 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
15:02:49 go: downloading github.com/docker/go-metrics v0.0.1
15:02:49 go: downloading github.com/prometheus/client_golang v1.1.0
15:02:49 go: downloading github.com/beorn7/perks v1.0.1
15:02:49 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
15:02:49 go: downloading github.com/prometheus/common v0.6.0
15:02:49 go: downloading github.com/prometheus/procfs v0.0.3
15:02:49 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
15:03:17 make[2]: Entering directory '/root/build-deb/cli'
15:03:17 scripts/docs/generate-man.sh
15:03:21 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
15:03:21 + popd
15:03:21 + RPM_EC=0
15:03:21 ~/rpmbuild/BUILD/src
15:03:21 ++ jobs -p
15:03:21 + exit 0
15:03:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3rzkcR
15:03:21 + umask 022
15:03:21 + cd /root/rpmbuild/BUILD
15:03:21 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64 '!=' / ']'
15:03:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
15:03:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
15:03:21 + mkdir -p /root/rpmbuild/BUILDROOT
15:03:21 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
15:03:21 + cd src
15:03:21 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
15:03:21 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
15:03:21 + 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
15:03:21 + popd
15:03:21 + /usr/lib/rpm/check-buildroot
15:03:21 ~/rpmbuild/BUILD/src
15:03:21 + /usr/lib/rpm/redhat/brp-ldconfig
15:03:21 + /usr/lib/rpm/brp-compress
15:03:21 + /usr/lib/rpm/brp-strip /usr/bin/strip
15:03:21 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
15:03:21 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
15:03:21 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
15:03:21 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
15:03:21 + /usr/lib/rpm/brp-python-hardlink
15:03:21 + /usr/lib/rpm/redhat/brp-mangle-shebangs
15:03:21 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.J3Jr9b
15:03:21 + umask 022
15:03:21 + cd /root/rpmbuild/BUILD
15:03:21 + cd src
15:03:21 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
15:03:21 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
15:03:21 + ver=v0.8.0
15:03:21 + test v0.8.0 = v0.8.0
15:03:21 + echo 'PASS: docker-scan version OK'
15:03:21 + RPM_EC=0
15:03:21 PASS: docker-scan version OK
15:03:21 ++ jobs -p
15:03:21 + exit 0
15:03:21 Processing files: docker-scan-plugin-0.8.0-0.fc34.x86_64
15:03:21 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
15:03:21 Provides: docker-scan-plugin = 0:0.8.0-0.fc34 docker-scan-plugin(x86-64) = 0:0.8.0-0.fc34
15:03:21 Requires(interp): /bin/sh /bin/sh /bin/sh
15:03:21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
15:03:21 Requires(post): /bin/sh
15:03:21 Requires(preun): /bin/sh
15:03:21 Requires(postun): /bin/sh
15:03:21 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
15:03:21 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.fc34.src.rpm
15:03:23 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.fc34.x86_64.rpm
15:03:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4d7aIy
15:03:23 + umask 022
15:03:23 + cd /root/rpmbuild/BUILD
15:03:23 + cd src
15:03:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
15:03:23 + RPM_EC=0
15:03:23 ++ jobs -p
15:03:23 + exit 0
15:03:25 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
15:03:26 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
[Pipeline] sh
15:03:27 + make clean
15:03:27 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586:/v -w /v alpine chown -R 1000:1000 src
15:03:28 rm -f -r src
15:03:28 make -C rpm clean
15:03:28 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
15:03:28 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
15:03:30 rm -f -r rpmbuild/
15:03:30 docker builder prune -f --filter until=24h
15:03:30 Total reclaimed space: 0B
15:03:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
15:03:30 make -C deb clean
15:03:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
15:03:30 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 debbuild
15:03:30 rm -f -r debbuild
15:03:30 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 sources
15:03:30 rm -f -r sources
15:03:30 docker builder prune -f --filter until=24h
15:03:30 Total reclaimed space: 0B
15:03:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
15:03:30 make -C static clean
15:03:30 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
15:03:30 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static:/v -w /v alpine chown -R 1000:1000 build
15:03:30 rm -f -r build
15:03:30 docker builder prune -f --filter until=24h
15:03:30 Total reclaimed space: 0B
15:03:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
15:04:25 Project root: /go/src/github.com/docker/cli
15:04:25 Generating man pages into /go/src/github.com/docker/cli/man/man1
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
15:04:25 2021/10/18 15:04:23 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
15:04:25 make[2]: Leaving directory '/root/build-deb/cli'
15:04:25 # Build the scan-plugin
15:04:25 # TODO change once we support scan-plugin on other architectures
15:04:25 if [ "amd64" = "amd64" ]; then \
15:04:25 	cd /go/src/github.com/docker/scan-cli-plugin \
15:04:25 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
15:04:25 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
15:04:25 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
15:04:25 fi
15:04:25 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
15:04:25 GO111MODULE=on make -f builder.Makefile build
15:04:25 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
15:04:25 mkdir -p bin
15:04:25 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
15:05:32 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
15:05:33 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
15:05:36 go: downloading github.com/spf13/cobra v1.0.0
15:05:36 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
15:05:36 go: downloading github.com/docker/distribution v2.7.1+incompatible
15:05:36 go: downloading github.com/docker/go-connections v0.4.0
15:05:36 go: downloading github.com/sirupsen/logrus v1.4.2
15:05:36 go: downloading github.com/spf13/pflag v1.0.3
15:05:36 go: downloading github.com/theupdateframework/notary v0.6.1
15:05:37 go: downloading github.com/opencontainers/image-spec v1.0.1
15:05:37 go: downloading github.com/docker/go-units v0.4.0
15:05:37 go: downloading github.com/Masterminds/semver/v3 v3.1.0
15:05:37 go: downloading github.com/google/uuid v1.1.1
15:05:37 go: downloading github.com/mitchellh/go-homedir v1.1.0
15:05:37 go: downloading github.com/opencontainers/go-digest v1.0.0
15:05:37 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
15:05:37 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
15:05:38 go: downloading github.com/docker/go v1.5.1-1
15:05:38 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
15:05:38 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
15:05:38 go: downloading github.com/morikuni/aec v1.0.0
15:05:38 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
15:05:39 go: downloading github.com/containerd/containerd v1.3.4
15:05:39 go: downloading google.golang.org/grpc v1.23.1
15:05:39 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
15:05:40 go: downloading github.com/docker/docker-credential-helpers v0.6.3
15:05:40 go: downloading github.com/gorilla/mux v1.7.4
15:05:40 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
15:05:40 go: downloading github.com/gogo/protobuf v1.3.1
15:05:41 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
15:05:41 go: downloading github.com/golang/protobuf v1.3.2
15:05:41 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
15:05:42 go: downloading github.com/docker/go-metrics v0.0.1
15:05:42 go: downloading github.com/prometheus/client_golang v1.1.0
15:05:42 go: downloading github.com/beorn7/perks v1.0.1
15:05:42 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
15:05:42 go: downloading github.com/prometheus/common v0.6.0
15:05:42 go: downloading github.com/prometheus/procfs v0.0.3
15:05:43 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
15:06:15 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
15:06:15 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
15:06:15 # Build the CLI plugins
15:06:15 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
15:06:15 set -e;cd /sources && \
15:06:15 	tar xzf plugin-installers.tgz; \
15:06:15 	for installer in plugins/*.installer; do \
15:06:15 		LDFLAGS='' bash ${installer} build; \
15:06:15 	done
15:06:15 Cloning into '/go/src/github.com/docker/buildx'...
15:06:15 Fetching origin
15:06:15 + GO111MODULE=on
15:06:15 + 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
15:07:37 make[1]: Leaving directory '/root/build-deb'
15:07:37    debian/rules override_dh_auto_test
15:07:37 make[1]: Entering directory '/root/build-deb'
15:07:37 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
15:07:37 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build 921658a" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
15:07:37 PASS: daemon version OK
15:07:37 ver="$(cli/build/docker --version)"; \
15:07:37 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
15:07:37 PASS: cli version OK
15:07:37 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
15:07:37 # TODO change once we support scan-plugin on other architectures
15:07:37 if [ "amd64" = "amd64" ]; then \
15:07:37 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
15:07:37 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
15:07:37 fi
15:07:37 PASS: docker-scan version OK
15:07:37 make[1]: Leaving directory '/root/build-deb'
15:07:37    create-stamp debian/debhelper-build-stamp
15:07:37  debian/rules binary
15:07:37 dh binary --with=bash-completion
15:07:37    dh_testroot
15:07:37    dh_prep
15:07:37    debian/rules override_dh_auto_install
15:07:37 make[1]: Entering directory '/root/build-deb'
15:07:37 # docker-ce-cli install
15:07:37 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
15:07:37 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
15:07:37 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
15:07:37 set -e;cd /sources && \
15:07:37 	tar xzf plugin-installers.tgz; \
15:07:37 	for installer in plugins/*.installer; do \
15:07:37 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
15:07:37 		PREFIX=/usr/libexec/docker/cli-plugins \
15:07:37 			bash ${installer} install_plugin; \
15:07:37 	done
15:07:37 # docker-ce install
15:07:37 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
15:07:37 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
15:07:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/dockerd
15:07:37 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/docker-proxy
15:07:37 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
15:07:37 # docker-scan-plugin install
15:07:37 # TODO change once we support scan-plugin on other architectures
15:07:37 if [ "amd64" = "amd64" ]; then \
15:07:37 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
15:07:37 fi
15:07:37 # docker-ce-rootless-extras install
15:07:37 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
15:07:37 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
15:07:37 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
15:07:37 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
15:07:37 # TODO: how can we install vpnkit?
15:07:37 make[1]: Leaving directory '/root/build-deb'
15:07:37    debian/rules override_dh_install
15:07:37 make[1]: Entering directory '/root/build-deb'
15:07:37 dh_install
15:07:37 # TODO Can we do this from within our container?
15:07:37 dh_apparmor --profile-name=docker-ce -pdocker-ce
15:07:37 make[1]: Leaving directory '/root/build-deb'
15:07:37    dh_installdocs
15:07:37    dh_installchangelogs
15:07:37    dh_installman
15:07:37    dh_bash-completion
15:07:37    dh_systemd_enable
15:07:37    debian/rules override_dh_installinit
15:07:37 make[1]: Entering directory '/root/build-deb'
15:07:37 # use "docker" as our service name, not "docker-ce"
15:07:37 dh_installinit --name=docker
15:07:37 make[1]: Leaving directory '/root/build-deb'
15:07:37    dh_systemd_start
15:07:37    dh_perl
15:07:37    dh_link
15:07:37    dh_strip_nondeterminism
15:07:37    dh_compress
15:07:37    dh_fixperms
15:07:37    dh_missing
15:07:37    debian/rules override_dh_strip
15:07:37 make[1]: Entering directory '/root/build-deb'
15:07:37 # Go has lots of problems with stripping, so just don't
15:07:37 make[1]: Leaving directory '/root/build-deb'
15:07:37    dh_makeshlibs
15:07:37    debian/rules override_dh_shlibdeps
15:07:37 make[1]: Entering directory '/root/build-deb'
15:07:37 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
15:07:47 make[1]: Leaving directory '/root/build-deb'
15:07:47    dh_installdeb
15:07:47    debian/rules override_dh_gencontrol
15:07:47 make[1]: Entering directory '/root/build-deb'
15:07:47 # Use separate version for the scan-plugin package, then generate the other control files as usual
15:07:47 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
15:07:47 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
15:07:47 if [ "amd64" = "amd64" ]; then \
15:07:47 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
15:07:47 fi
15:07:47 dh_gencontrol --remaining-packages
15:07:47 make[1]: Leaving directory '/root/build-deb'
15:07:47    dh_md5sums
15:07:47    dh_builddeb
15:07:47 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'.
15:07:47 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'.
15:08:08 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'.
15:08:35 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'.
15:09:14  dpkg-genbuildinfo
15:09:14  dpkg-genchanges  >../docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.changes
15:09:14 dpkg-genchanges: info: including full source code in upload
15:09:14  dpkg-source -I.git --after-build .
15:09:14 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
15:09:14 + destination=/build
15:09:14 + mkdir -p /build
15:09:14 + mv -v /root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.buildinfo /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.changes /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb /root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb /build
15:09:14 copied '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'
15:09:14 removed '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'
15:09:14 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'
15:09:14 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'
15:09:14 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.dsc'
15:09:14 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.dsc'
15:09:14 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.tar.gz'
15:09:14 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye.tar.gz'
15:09:14 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.buildinfo'
15:09:14 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.buildinfo'
15:09:14 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.changes' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.changes'
15:09:14 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.changes'
15:09:14 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'
15:09:14 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~debian-bullseye_amd64.deb'
15:09:14 copied '/root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'
15:09:14 removed '/root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'
15:09:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
15:09:18 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
[Pipeline] sh
15:09:18 + make clean
15:09:18 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586:/v -w /v alpine chown -R 1000:1000 src
15:09:20 rm -f -r src
15:09:20 make -C rpm clean
15:09:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
15:09:20 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
15:09:20 rm -f -r rpmbuild/
15:09:20 docker builder prune -f --filter until=24h
15:09:20 Total reclaimed space: 0B
15:09:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/rpm'
15:09:20 make -C deb clean
15:09:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
15:09:20 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 debbuild
15:09:21 rm -f -r debbuild
15:09:21 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/deb:/v -w /v alpine chown -R 1000:1000 sources
15:09:22 rm -f -r sources
15:09:22 docker builder prune -f --filter until=24h
15:09:23 Total reclaimed space: 0B
15:09:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/deb'
15:09:23 make -C static clean
15:09:23 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/static'
15:09:23 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-586/static:/v -w /v alpine chown -R 1000:1000 build
15:09:23 rm -f -r build
15:09:23 docker builder prune -f --filter until=24h
15:09:23 Total reclaimed space: 0B
15:09:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-586/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